[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. 9574 1726883220.24490: 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 9574 1726883220.24795: Added group all to inventory 9574 1726883220.24797: Added group ungrouped to inventory 9574 1726883220.24800: Group all now contains ungrouped 9574 1726883220.24802: Examining possible inventory source: /tmp/rhc-oBG/inventory.yml 9574 1726883220.34217: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 9574 1726883220.34269: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 9574 1726883220.34286: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 9574 1726883220.34324: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 9574 1726883220.34378: Loaded config def from plugin (inventory/script) 9574 1726883220.34379: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 9574 1726883220.34406: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 9574 1726883220.34474: Loaded config def from plugin (inventory/yaml) 9574 1726883220.34476: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 9574 1726883220.34571: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 9574 1726883220.35060: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 9574 1726883220.35065: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 9574 1726883220.35068: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 9574 1726883220.35075: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 9574 1726883220.35097: Loading data from /tmp/rhc-oBG/inventory.yml 9574 1726883220.35189: /tmp/rhc-oBG/inventory.yml was not parsable by auto 9574 1726883220.35264: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 9574 1726883220.35320: Loading data from /tmp/rhc-oBG/inventory.yml 9574 1726883220.35480: group all already in inventory 9574 1726883220.35487: set inventory_file for managed_node1 9574 1726883220.35491: set inventory_dir for managed_node1 9574 1726883220.35492: Added host managed_node1 to inventory 9574 1726883220.35494: Added host managed_node1 to group all 9574 1726883220.35495: set ansible_host for managed_node1 9574 1726883220.35496: set ansible_ssh_extra_args for managed_node1 9574 1726883220.35499: set inventory_file for managed_node2 9574 1726883220.35501: set inventory_dir for managed_node2 9574 1726883220.35502: Added host managed_node2 to inventory 9574 1726883220.35503: Added host managed_node2 to group all 9574 1726883220.35504: set ansible_host for managed_node2 9574 1726883220.35505: set ansible_ssh_extra_args for managed_node2 9574 1726883220.35507: set inventory_file for managed_node3 9574 1726883220.35509: set inventory_dir for managed_node3 9574 1726883220.35509: Added host managed_node3 to inventory 9574 1726883220.35510: Added host managed_node3 to group all 9574 1726883220.35511: set ansible_host for managed_node3 9574 1726883220.35512: set ansible_ssh_extra_args for managed_node3 9574 1726883220.35515: Reconcile groups and hosts in inventory. 9574 1726883220.35519: Group ungrouped now contains managed_node1 9574 1726883220.35521: Group ungrouped now contains managed_node2 9574 1726883220.35523: Group ungrouped now contains managed_node3 9574 1726883220.35649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 9574 1726883220.35808: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 9574 1726883220.35878: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 9574 1726883220.35910: Loaded config def from plugin (vars/host_group_vars) 9574 1726883220.35913: 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) 9574 1726883220.35928: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 9574 1726883220.35948: 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) 9574 1726883220.35996: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 9574 1726883220.36700: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.36960: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 9574 1726883220.37010: Loaded config def from plugin (connection/local) 9574 1726883220.37014: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 9574 1726883220.38270: Loaded config def from plugin (connection/paramiko_ssh) 9574 1726883220.38277: 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) 9574 1726883220.40094: 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) 9574 1726883220.40129: Loaded config def from plugin (connection/psrp) 9574 1726883220.40134: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 9574 1726883220.41598: 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) 9574 1726883220.41691: Loaded config def from plugin (connection/ssh) 9574 1726883220.41695: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 9574 1726883220.45518: 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) 9574 1726883220.45577: Loaded config def from plugin (connection/winrm) 9574 1726883220.45581: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 9574 1726883220.45642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 9574 1726883220.45774: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 9574 1726883220.45881: Loaded config def from plugin (shell/cmd) 9574 1726883220.45885: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 9574 1726883220.45921: 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) 9574 1726883220.46027: Loaded config def from plugin (shell/powershell) 9574 1726883220.46032: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 9574 1726883220.46118: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 9574 1726883220.46338: Loaded config def from plugin (shell/sh) 9574 1726883220.46343: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 9574 1726883220.46402: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 9574 1726883220.46569: Loaded config def from plugin (become/runas) 9574 1726883220.46573: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 9574 1726883220.46794: Loaded config def from plugin (become/su) 9574 1726883220.46799: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 9574 1726883220.47010: Loaded config def from plugin (become/sudo) 9574 1726883220.47012: 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 9574 1726883220.47074: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_repositories.yml 9574 1726883220.47811: in VariableManager get_vars() 9574 1726883220.47827: done with get_vars() 9574 1726883220.47835: 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 9574 1726883220.48289: in VariableManager get_vars() 9574 1726883220.48301: done with get_vars() 9574 1726883220.48319: 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 9574 1726883220.48518: trying /usr/local/lib/python3.12/site-packages/ansible/modules 9574 1726883220.51785: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 9574 1726883220.52076: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 9574 1726883220.54155: in VariableManager get_vars() 9574 1726883220.54174: done with get_vars() 9574 1726883220.54203: 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 9574 1726883220.54501: in VariableManager get_vars() 9574 1726883220.54517: done with get_vars() 9574 1726883220.54666: in VariableManager get_vars() 9574 1726883220.54681: done with get_vars() 9574 1726883220.54837: in VariableManager get_vars() 9574 1726883220.54871: done with get_vars() 9574 1726883220.55025: in VariableManager get_vars() 9574 1726883220.55043: done with get_vars() 9574 1726883220.55199: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 9574 1726883220.55222: 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 9574 1726883220.55485: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 9574 1726883220.55667: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 9574 1726883220.55670: 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) 9574 1726883220.55702: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 9574 1726883220.55729: 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) 9574 1726883220.55910: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 9574 1726883220.55983: Loaded config def from plugin (callback/default) 9574 1726883220.55986: 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) 9574 1726883220.59518: Loaded config def from plugin (callback/junit) 9574 1726883220.59522: 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) 9574 1726883220.59583: 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) 9574 1726883220.59657: Loaded config def from plugin (callback/minimal) 9574 1726883220.59660: 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) 9574 1726883220.59752: 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) 9574 1726883220.59936: Loaded config def from plugin (callback/tree) 9574 1726883220.59939: 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 9574 1726883220.60221: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 9574 1726883220.60224: 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_repositories.yml *********************************************** 1 plays in /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_repositories.yml 9574 1726883220.60372: in VariableManager get_vars() 9574 1726883220.60388: done with get_vars() 9574 1726883220.60394: in VariableManager get_vars() 9574 1726883220.60403: done with get_vars() 9574 1726883220.60407: variable 'omit' from source: magic vars 9574 1726883220.60492: in VariableManager get_vars() 9574 1726883220.60508: done with get_vars() 9574 1726883220.60534: variable 'omit' from source: magic vars PLAY [Basic repository enablement/disablement test] **************************** 9574 1726883220.62013: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 9574 1726883220.62097: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 9574 1726883220.62138: getting the remaining hosts for this loop 9574 1726883220.62141: done getting the remaining hosts for this loop 9574 1726883220.62145: getting the next task for host managed_node2 9574 1726883220.62149: done getting next task for host managed_node2 9574 1726883220.62151: ^ task is: TASK: meta (flush_handlers) 9574 1726883220.62153: ^ 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 9574 1726883220.62160: getting variables 9574 1726883220.62161: in VariableManager get_vars() 9574 1726883220.62187: Calling all_inventory to load vars for managed_node2 9574 1726883220.62190: Calling groups_inventory to load vars for managed_node2 9574 1726883220.62193: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.62205: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.62215: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.62224: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.62263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.62323: done with get_vars() 9574 1726883220.62337: done getting variables 9574 1726883220.62391: in VariableManager get_vars() 9574 1726883220.62399: Calling all_inventory to load vars for managed_node2 9574 1726883220.62401: Calling groups_inventory to load vars for managed_node2 9574 1726883220.62404: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.62408: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.62410: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.62413: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.62450: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.62464: done with get_vars() 9574 1726883220.62474: done queuing things up, now waiting for results queue to drain 9574 1726883220.62476: results queue empty 9574 1726883220.62476: checking for any_errors_fatal 9574 1726883220.62478: done checking for any_errors_fatal 9574 1726883220.62478: checking for max_fail_percentage 9574 1726883220.62479: done checking for max_fail_percentage 9574 1726883220.62480: checking to see if all hosts have failed and the running result is not ok 9574 1726883220.62481: done checking to see if all hosts have failed 9574 1726883220.62486: getting the remaining hosts for this loop 9574 1726883220.62488: done getting the remaining hosts for this loop 9574 1726883220.62490: getting the next task for host managed_node2 9574 1726883220.62497: done getting next task for host managed_node2 9574 1726883220.62498: ^ task is: TASK: Get LSR_RHC_TEST_DATA environment variable 9574 1726883220.62501: ^ 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 9574 1726883220.62503: getting variables 9574 1726883220.62504: in VariableManager get_vars() 9574 1726883220.62511: Calling all_inventory to load vars for managed_node2 9574 1726883220.62513: Calling groups_inventory to load vars for managed_node2 9574 1726883220.62515: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.62519: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.62521: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.62524: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.62559: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.62577: done with get_vars() 9574 1726883220.62583: done getting variables 9574 1726883220.62649: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Get LSR_RHC_TEST_DATA environment variable] ****************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:3 Friday 20 September 2024 21:47:00 -0400 (0:00:00.026) 0:00:00.027 ****** 9574 1726883220.62687: entering _queue_task() for managed_node2/set_fact 9574 1726883220.62688: Creating lock for set_fact 9574 1726883220.63167: worker is 1 (out of 1 available) 9574 1726883220.63177: exiting _queue_task() for managed_node2/set_fact 9574 1726883220.63190: done queuing things up, now waiting for results queue to drain 9574 1726883220.63192: waiting for pending results... 9574 1726883220.64295: running TaskExecutor() for managed_node2/TASK: Get LSR_RHC_TEST_DATA environment variable 9574 1726883220.64391: in run() - task 0affc0aa-4893-214d-52b4-00000000000c 9574 1726883220.64412: variable 'ansible_search_path' from source: unknown 9574 1726883220.64607: variable 'ansible_search_path' from source: unknown 9574 1726883220.64638: calling self._execute() 9574 1726883220.64703: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.64724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.65046: variable 'omit' from source: magic vars 9574 1726883220.65079: variable 'omit' from source: magic vars 9574 1726883220.65349: variable 'omit' from source: magic vars 9574 1726883220.66576: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 9574 1726883220.66891: Loaded config def from plugin (lookup/env) 9574 1726883220.66905: Loading LookupModule 'env' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/env.py 9574 1726883220.67058: variable 'omit' from source: magic vars 9574 1726883220.67169: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883220.67222: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883220.67350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883220.67360: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.67377: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.67412: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883220.67464: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.67472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.67785: Set connection var ansible_connection to ssh 9574 1726883220.67788: Set connection var ansible_shell_type to sh 9574 1726883220.67791: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883220.67793: Set connection var ansible_timeout to 10 9574 1726883220.67795: Set connection var ansible_shell_executable to /bin/sh 9574 1726883220.67808: Set connection var ansible_pipelining to False 9574 1726883220.67839: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.67899: variable 'ansible_connection' from source: unknown 9574 1726883220.67907: variable 'ansible_module_compression' from source: unknown 9574 1726883220.67914: variable 'ansible_shell_type' from source: unknown 9574 1726883220.67920: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.67950: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.67963: variable 'ansible_pipelining' from source: unknown 9574 1726883220.67971: variable 'ansible_timeout' from source: unknown 9574 1726883220.67979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.68333: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883220.68337: variable 'omit' from source: magic vars 9574 1726883220.68339: starting attempt loop 9574 1726883220.68343: running the handler 9574 1726883220.68345: handler run complete 9574 1726883220.68347: attempt loop complete, returning result 9574 1726883220.68399: _execute() done 9574 1726883220.68407: dumping result to json 9574 1726883220.68415: done dumping result, returning 9574 1726883220.68448: done running TaskExecutor() for managed_node2/TASK: Get LSR_RHC_TEST_DATA environment variable [0affc0aa-4893-214d-52b4-00000000000c] 9574 1726883220.68461: sending task result for task 0affc0aa-4893-214d-52b4-00000000000c 9574 1726883220.68772: done sending task result for task 0affc0aa-4893-214d-52b4-00000000000c 9574 1726883220.68775: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "lsr_rhc_test_data_file": "" }, "changed": false } 9574 1726883220.68864: no more pending results, returning what we have 9574 1726883220.68868: results queue empty 9574 1726883220.68869: checking for any_errors_fatal 9574 1726883220.68872: done checking for any_errors_fatal 9574 1726883220.68872: checking for max_fail_percentage 9574 1726883220.68874: done checking for max_fail_percentage 9574 1726883220.68875: checking to see if all hosts have failed and the running result is not ok 9574 1726883220.68876: done checking to see if all hosts have failed 9574 1726883220.68876: getting the remaining hosts for this loop 9574 1726883220.68878: done getting the remaining hosts for this loop 9574 1726883220.68882: getting the next task for host managed_node2 9574 1726883220.68893: done getting next task for host managed_node2 9574 1726883220.68896: ^ task is: TASK: Import test data 9574 1726883220.68899: ^ 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 9574 1726883220.68903: getting variables 9574 1726883220.68905: in VariableManager get_vars() 9574 1726883220.68936: Calling all_inventory to load vars for managed_node2 9574 1726883220.68939: Calling groups_inventory to load vars for managed_node2 9574 1726883220.69169: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.69181: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.69184: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.69187: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.69233: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.69261: done with get_vars() 9574 1726883220.69386: done getting variables 9574 1726883220.69721: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Import test data] ******************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:12 Friday 20 September 2024 21:47:00 -0400 (0:00:00.070) 0:00:00.097 ****** 9574 1726883220.69760: entering _queue_task() for managed_node2/include_vars 9574 1726883220.69762: Creating lock for include_vars 9574 1726883220.70602: worker is 1 (out of 1 available) 9574 1726883220.70613: exiting _queue_task() for managed_node2/include_vars 9574 1726883220.70623: done queuing things up, now waiting for results queue to drain 9574 1726883220.70624: waiting for pending results... 9574 1726883220.70917: running TaskExecutor() for managed_node2/TASK: Import test data 9574 1726883220.70969: in run() - task 0affc0aa-4893-214d-52b4-00000000000e 9574 1726883220.70997: variable 'ansible_search_path' from source: unknown 9574 1726883220.71013: variable 'ansible_search_path' from source: unknown 9574 1726883220.71092: calling self._execute() 9574 1726883220.71122: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.71137: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.71153: variable 'omit' from source: magic vars 9574 1726883220.71683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883220.74447: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883220.74639: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883220.74646: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883220.74649: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883220.74662: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883220.74750: 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) 9574 1726883220.74793: 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) 9574 1726883220.74822: 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) 9574 1726883220.74883: 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) 9574 1726883220.74904: 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) 9574 1726883220.75043: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883220.75145: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9574 1726883220.75149: when evaluation is False, skipping this task 9574 1726883220.75152: _execute() done 9574 1726883220.75154: dumping result to json 9574 1726883220.75157: done dumping result, returning 9574 1726883220.75160: done running TaskExecutor() for managed_node2/TASK: Import test data [0affc0aa-4893-214d-52b4-00000000000e] 9574 1726883220.75162: sending task result for task 0affc0aa-4893-214d-52b4-00000000000e skipping: [managed_node2] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9574 1726883220.75381: no more pending results, returning what we have 9574 1726883220.75385: results queue empty 9574 1726883220.75385: checking for any_errors_fatal 9574 1726883220.75390: done checking for any_errors_fatal 9574 1726883220.75391: checking for max_fail_percentage 9574 1726883220.75392: done checking for max_fail_percentage 9574 1726883220.75393: checking to see if all hosts have failed and the running result is not ok 9574 1726883220.75394: done checking to see if all hosts have failed 9574 1726883220.75394: getting the remaining hosts for this loop 9574 1726883220.75396: done getting the remaining hosts for this loop 9574 1726883220.75400: getting the next task for host managed_node2 9574 1726883220.75407: done getting next task for host managed_node2 9574 1726883220.75409: ^ task is: TASK: Get facts for external test data 9574 1726883220.75415: ^ 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 9574 1726883220.75419: getting variables 9574 1726883220.75420: in VariableManager get_vars() 9574 1726883220.75455: Calling all_inventory to load vars for managed_node2 9574 1726883220.75458: Calling groups_inventory to load vars for managed_node2 9574 1726883220.75462: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.75473: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.75476: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.75479: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.75522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.75763: done with get_vars() 9574 1726883220.75772: done getting variables 9574 1726883220.75922: done sending task result for task 0affc0aa-4893-214d-52b4-00000000000e 9574 1726883220.75929: WORKER PROCESS EXITING 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:47:00 -0400 (0:00:00.061) 0:00:00.159 ****** 9574 1726883220.75943: entering _queue_task() for managed_node2/setup 9574 1726883220.76313: worker is 1 (out of 1 available) 9574 1726883220.76323: exiting _queue_task() for managed_node2/setup 9574 1726883220.76337: done queuing things up, now waiting for results queue to drain 9574 1726883220.76338: waiting for pending results... 9574 1726883220.76539: running TaskExecutor() for managed_node2/TASK: Get facts for external test data 9574 1726883220.76680: in run() - task 0affc0aa-4893-214d-52b4-00000000000f 9574 1726883220.76699: variable 'ansible_search_path' from source: unknown 9574 1726883220.76706: variable 'ansible_search_path' from source: unknown 9574 1726883220.76761: calling self._execute() 9574 1726883220.76829: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.76853: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.76869: variable 'omit' from source: magic vars 9574 1726883220.77696: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883220.80502: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883220.80623: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883220.80688: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883220.80723: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883220.80758: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883220.80868: 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) 9574 1726883220.80995: 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) 9574 1726883220.80998: 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) 9574 1726883220.81001: 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) 9574 1726883220.81010: 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) 9574 1726883220.81149: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883220.81186: Evaluated conditional (lsr_rhc_test_data_file | length > 0): False 9574 1726883220.81194: when evaluation is False, skipping this task 9574 1726883220.81208: _execute() done 9574 1726883220.81224: dumping result to json 9574 1726883220.81236: done dumping result, returning 9574 1726883220.81324: done running TaskExecutor() for managed_node2/TASK: Get facts for external test data [0affc0aa-4893-214d-52b4-00000000000f] 9574 1726883220.81331: sending task result for task 0affc0aa-4893-214d-52b4-00000000000f 9574 1726883220.81411: done sending task result for task 0affc0aa-4893-214d-52b4-00000000000f 9574 1726883220.81414: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "lsr_rhc_test_data_file | length > 0", "skip_reason": "Conditional result was False" } 9574 1726883220.81486: no more pending results, returning what we have 9574 1726883220.81490: results queue empty 9574 1726883220.81491: checking for any_errors_fatal 9574 1726883220.81496: done checking for any_errors_fatal 9574 1726883220.81496: checking for max_fail_percentage 9574 1726883220.81498: done checking for max_fail_percentage 9574 1726883220.81499: checking to see if all hosts have failed and the running result is not ok 9574 1726883220.81500: done checking to see if all hosts have failed 9574 1726883220.81501: getting the remaining hosts for this loop 9574 1726883220.81502: done getting the remaining hosts for this loop 9574 1726883220.81506: getting the next task for host managed_node2 9574 1726883220.81516: done getting next task for host managed_node2 9574 1726883220.81518: ^ task is: TASK: Set local lsr_rhc_test_data 9574 1726883220.81522: ^ 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 9574 1726883220.81536: getting variables 9574 1726883220.81538: in VariableManager get_vars() 9574 1726883220.81572: Calling all_inventory to load vars for managed_node2 9574 1726883220.81575: Calling groups_inventory to load vars for managed_node2 9574 1726883220.81578: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.81593: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.81596: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.81600: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.81813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.81844: done with get_vars() 9574 1726883220.81915: done getting variables 9574 1726883220.82132: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set local lsr_rhc_test_data] ********************************************* task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:24 Friday 20 September 2024 21:47:00 -0400 (0:00:00.062) 0:00:00.221 ****** 9574 1726883220.82165: entering _queue_task() for managed_node2/include_vars 9574 1726883220.82488: worker is 1 (out of 1 available) 9574 1726883220.82498: exiting _queue_task() for managed_node2/include_vars 9574 1726883220.82548: done queuing things up, now waiting for results queue to drain 9574 1726883220.82550: waiting for pending results... 9574 1726883220.82856: running TaskExecutor() for managed_node2/TASK: Set local lsr_rhc_test_data 9574 1726883220.82861: in run() - task 0affc0aa-4893-214d-52b4-000000000011 9574 1726883220.82873: variable 'ansible_search_path' from source: unknown 9574 1726883220.82880: variable 'ansible_search_path' from source: unknown 9574 1726883220.82931: calling self._execute() 9574 1726883220.83010: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.83112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.83116: variable 'omit' from source: magic vars 9574 1726883220.83585: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883220.86681: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883220.86775: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883220.86831: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883220.86872: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883220.86909: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883220.87007: 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) 9574 1726883220.87059: 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) 9574 1726883220.87090: 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) 9574 1726883220.87146: 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) 9574 1726883220.87249: 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) 9574 1726883220.87312: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883220.87356: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883220.87377: variable 'omit' from source: magic vars 9574 1726883220.87444: variable 'omit' from source: magic vars 9574 1726883220.87501: variable 'omit' from source: magic vars 9574 1726883220.87573: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883220.87584: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883220.87600: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883220.87621: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.87639: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.87662: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883220.87695: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883220.87732: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883220.87791: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.87802: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.87880: Set connection var ansible_connection to ssh 9574 1726883220.87888: Set connection var ansible_shell_type to sh 9574 1726883220.87912: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883220.87932: Set connection var ansible_timeout to 10 9574 1726883220.87948: Set connection var ansible_shell_executable to /bin/sh 9574 1726883220.87960: Set connection var ansible_pipelining to False 9574 1726883220.87990: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.88008: variable 'ansible_connection' from source: unknown 9574 1726883220.88120: variable 'ansible_module_compression' from source: unknown 9574 1726883220.88123: variable 'ansible_shell_type' from source: unknown 9574 1726883220.88128: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.88130: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.88132: variable 'ansible_pipelining' from source: unknown 9574 1726883220.88134: variable 'ansible_timeout' from source: unknown 9574 1726883220.88136: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.88230: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883220.88233: variable 'omit' from source: magic vars 9574 1726883220.88236: starting attempt loop 9574 1726883220.88238: running the handler 9574 1726883220.88245: evaluation_path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks 9574 1726883220.88251: 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 9574 1726883220.88418: handler run complete 9574 1726883220.88436: attempt loop complete, returning result 9574 1726883220.88451: _execute() done 9574 1726883220.88463: dumping result to json 9574 1726883220.88553: done dumping result, returning 9574 1726883220.88557: done running TaskExecutor() for managed_node2/TASK: Set local lsr_rhc_test_data [0affc0aa-4893-214d-52b4-000000000011] 9574 1726883220.88559: sending task result for task 0affc0aa-4893-214d-52b4-000000000011 ok: [managed_node2] => { "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 } 9574 1726883220.88906: no more pending results, returning what we have 9574 1726883220.88909: results queue empty 9574 1726883220.88910: checking for any_errors_fatal 9574 1726883220.88914: done checking for any_errors_fatal 9574 1726883220.88915: checking for max_fail_percentage 9574 1726883220.88916: done checking for max_fail_percentage 9574 1726883220.88917: checking to see if all hosts have failed and the running result is not ok 9574 1726883220.88918: done checking to see if all hosts have failed 9574 1726883220.88918: getting the remaining hosts for this loop 9574 1726883220.88920: done getting the remaining hosts for this loop 9574 1726883220.88924: getting the next task for host managed_node2 9574 1726883220.88935: done getting next task for host managed_node2 9574 1726883220.88938: ^ task is: TASK: Check if system is ostree 9574 1726883220.88944: ^ 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 9574 1726883220.88948: getting variables 9574 1726883220.88950: in VariableManager get_vars() 9574 1726883220.88978: Calling all_inventory to load vars for managed_node2 9574 1726883220.88981: Calling groups_inventory to load vars for managed_node2 9574 1726883220.89098: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883220.89110: Calling all_plugins_play to load vars for managed_node2 9574 1726883220.89113: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883220.89116: Calling groups_plugins_play to load vars for managed_node2 9574 1726883220.89187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883220.89316: done with get_vars() 9574 1726883220.89325: done getting variables 9574 1726883220.89364: done sending task result for task 0affc0aa-4893-214d-52b4-000000000011 9574 1726883220.89368: WORKER PROCESS EXITING 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:47:00 -0400 (0:00:00.072) 0:00:00.294 ****** 9574 1726883220.89444: entering _queue_task() for managed_node2/stat 9574 1726883220.89733: worker is 1 (out of 1 available) 9574 1726883220.89866: exiting _queue_task() for managed_node2/stat 9574 1726883220.89876: done queuing things up, now waiting for results queue to drain 9574 1726883220.89876: waiting for pending results... 9574 1726883220.90010: running TaskExecutor() for managed_node2/TASK: Check if system is ostree 9574 1726883220.90149: in run() - task 0affc0aa-4893-214d-52b4-000000000013 9574 1726883220.90169: variable 'ansible_search_path' from source: unknown 9574 1726883220.90176: variable 'ansible_search_path' from source: unknown 9574 1726883220.90224: calling self._execute() 9574 1726883220.90300: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.90313: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.90333: variable 'omit' from source: magic vars 9574 1726883220.90844: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883220.91135: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883220.91200: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883220.91242: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883220.91289: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883220.91413: 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) 9574 1726883220.91503: 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) 9574 1726883220.91509: 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) 9574 1726883220.91511: 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) 9574 1726883220.91642: Evaluated conditional (not __rhc_is_ostree is defined): True 9574 1726883220.91654: variable 'omit' from source: magic vars 9574 1726883220.91721: variable 'omit' from source: magic vars 9574 1726883220.91774: variable 'omit' from source: magic vars 9574 1726883220.91804: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883220.91941: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883220.91945: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883220.91947: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.91949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883220.91951: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883220.91953: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883220.91972: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883220.91979: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.91986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.92101: Set connection var ansible_connection to ssh 9574 1726883220.92108: Set connection var ansible_shell_type to sh 9574 1726883220.92118: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883220.92134: Set connection var ansible_timeout to 10 9574 1726883220.92148: Set connection var ansible_shell_executable to /bin/sh 9574 1726883220.92164: Set connection var ansible_pipelining to False 9574 1726883220.92195: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.92203: variable 'ansible_connection' from source: unknown 9574 1726883220.92208: variable 'ansible_module_compression' from source: unknown 9574 1726883220.92266: variable 'ansible_shell_type' from source: unknown 9574 1726883220.92269: variable 'ansible_shell_executable' from source: unknown 9574 1726883220.92272: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883220.92273: variable 'ansible_pipelining' from source: unknown 9574 1726883220.92275: variable 'ansible_timeout' from source: unknown 9574 1726883220.92280: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883220.92415: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883220.92432: variable 'omit' from source: magic vars 9574 1726883220.92444: starting attempt loop 9574 1726883220.92451: running the handler 9574 1726883220.92468: _low_level_execute_command(): starting 9574 1726883220.92488: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883220.93359: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 <<< 9574 1726883220.93376: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883220.93414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883220.93439: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883220.93465: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883220.93556: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883220.95285: stdout chunk (state=3): >>>/root <<< 9574 1726883220.95424: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883220.95447: stderr chunk (state=3): >>><<< 9574 1726883220.95457: stdout chunk (state=3): >>><<< 9574 1726883220.95591: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883220.95603: _low_level_execute_command(): starting 9574 1726883220.95606: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755 `" && echo ansible-tmp-1726883220.9549334-9599-114728011225755="` echo /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755 `" ) && sleep 0' 9574 1726883220.96200: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883220.96216: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883220.96230: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883220.96250: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883220.96295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883220.96308: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883220.96397: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883220.96419: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883220.96508: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883220.98489: stdout chunk (state=3): >>>ansible-tmp-1726883220.9549334-9599-114728011225755=/root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755 <<< 9574 1726883220.98653: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883220.98656: stdout chunk (state=3): >>><<< 9574 1726883220.98659: stderr chunk (state=3): >>><<< 9574 1726883220.98678: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883220.9549334-9599-114728011225755=/root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883220.98810: variable 'ansible_module_compression' from source: unknown 9574 1726883220.98823: ANSIBALLZ: Using lock for stat 9574 1726883220.98830: ANSIBALLZ: Acquiring lock 9574 1726883220.98837: ANSIBALLZ: Lock acquired: 140291073669264 9574 1726883220.98856: ANSIBALLZ: Creating module 9574 1726883221.16168: ANSIBALLZ: Writing module into payload 9574 1726883221.16287: ANSIBALLZ: Writing module 9574 1726883221.16311: ANSIBALLZ: Renaming module 9574 1726883221.16322: ANSIBALLZ: Done creating module 9574 1726883221.16448: variable 'ansible_facts' from source: unknown 9574 1726883221.16452: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883221.16454: _low_level_execute_command(): starting 9574 1726883221.16458: _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' 9574 1726883221.17051: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.17094: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883221.17261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883221.17333: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 <<< 9574 1726883221.17405: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.17562: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.17634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.19401: stdout chunk (state=3): >>>PLATFORM <<< 9574 1726883221.19497: stdout chunk (state=3): >>>Linux FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 9574 1726883221.19748: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.19751: stdout chunk (state=3): >>><<< 9574 1726883221.19754: stderr chunk (state=3): >>><<< 9574 1726883221.19928: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.19942 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 9574 1726883221.19946: _low_level_execute_command(): starting 9574 1726883221.19948: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 9574 1726883221.20362: Sending initial data 9574 1726883221.20365: Sent initial data (1181 bytes) 9574 1726883221.21153: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.21161: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883221.21170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883221.21200: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883221.21203: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883221.21206: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883221.21208: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883221.21224: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883221.21559: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.21566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.21774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.25521: 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"} <<< 9574 1726883221.26061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.26065: stdout chunk (state=3): >>><<< 9574 1726883221.26068: stderr chunk (state=3): >>><<< 9574 1726883221.26070: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.26121: variable 'ansible_facts' from source: unknown 9574 1726883221.26128: variable 'ansible_facts' from source: unknown 9574 1726883221.26131: variable 'ansible_module_compression' from source: unknown 9574 1726883221.26482: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 9574 1726883221.26502: variable 'ansible_facts' from source: unknown 9574 1726883221.26900: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py 9574 1726883221.27065: Sending initial data 9574 1726883221.27075: Sent initial data (151 bytes) 9574 1726883221.27800: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.27820: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883221.27887: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883221.27923: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.27938: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.28206: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.29788: 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 <<< 9574 1726883221.29835: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883221.29884: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpyznl0w2s /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py <<< 9574 1726883221.29888: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py" <<< 9574 1726883221.29934: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpyznl0w2s" to remote "/root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py" <<< 9574 1726883221.31349: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.31486: stderr chunk (state=3): >>><<< 9574 1726883221.31489: stdout chunk (state=3): >>><<< 9574 1726883221.31491: done transferring module to remote 9574 1726883221.31559: _low_level_execute_command(): starting 9574 1726883221.31568: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/ /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py && sleep 0' 9574 1726883221.32881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.33029: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883221.33146: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883221.33167: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.33195: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.33273: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.35269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.35468: stderr chunk (state=3): >>><<< 9574 1726883221.35473: stdout chunk (state=3): >>><<< 9574 1726883221.35476: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.35479: _low_level_execute_command(): starting 9574 1726883221.35481: _low_level_execute_command(): using become for this command 9574 1726883221.35491: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-sslaukcwnkjpzpjyvkwxrxcpzfxebhes ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/AnsiballZ_stat.py'"'"' && sleep 0' 9574 1726883221.35863: Initial state: awaiting_escalation: BECOME-SUCCESS-sslaukcwnkjpzpjyvkwxrxcpzfxebhes 9574 1726883221.36362: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.36560: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.36596: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.36709: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.39825: stdout chunk (state=1): >>>BECOME-SUCCESS-sslaukcwnkjpzpjyvkwxrxcpzfxebhes <<< 9574 1726883221.39843: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-sslaukcwnkjpzpjyvkwxrxcpzfxebhes' 9574 1726883221.40293: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883221.40311: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 9574 1726883221.40339: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883221.40383: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883221.40512: stdout chunk (state=3): >>># 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' # <<< 9574 1726883221.40550: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883221.40580: 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 0x7f1fe7dbc3e0> <<< 9574 1726883221.40622: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7d8ba10> # /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' <<< 9574 1726883221.40723: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7dbe930> import '_signal' # <<< 9574 1726883221.40752: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 9574 1726883221.40839: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883221.40878: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883221.40914: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883221.40917: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883221.40987: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883221.41120: 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 0x7f1fe7dccfe0> <<< 9574 1726883221.41162: 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 0x7f1fe7dcdf10> import 'site' # <<< 9574 1726883221.41175: 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. <<< 9574 1726883221.41409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883221.41444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883221.41472: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883221.41476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883221.41478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883221.41525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883221.41536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883221.41567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7babda0> <<< 9574 1726883221.41632: stdout chunk (state=3): >>># /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' <<< 9574 1726883221.41660: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7babfe0> <<< 9574 1726883221.41730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883221.41819: 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 <<< 9574 1726883221.41858: 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 0x7f1fe7be3740> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883221.41879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7be3dd0> import '_collections' # <<< 9574 1726883221.41943: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7bc3a70> import '_functools' # <<< 9574 1726883221.41981: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7bc1190> <<< 9574 1726883221.42074: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba8f50> <<< 9574 1726883221.42104: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883221.42128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883221.42257: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883221.42271: 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' # /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 0x7f1fe7c036e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c02300> <<< 9574 1726883221.42296: 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 0x7f1fe7bc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c00a40> <<< 9574 1726883221.42385: 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 0x7f1fe7c38740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba81d0> <<< 9574 1726883221.42489: 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' # 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 0x7f1fe7c38bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c38aa0> # 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 0x7f1fe7c38e60> <<< 9574 1726883221.42518: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba6cf0> <<< 9574 1726883221.42545: 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' <<< 9574 1726883221.42567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883221.42661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883221.42665: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c39550> <<< 9574 1726883221.42667: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c39220> import 'importlib.machinery' # <<< 9574 1726883221.42720: 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 0x7f1fe7c3a450> import 'importlib.util' # <<< 9574 1726883221.42741: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883221.42819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c50650> import 'errno' # <<< 9574 1726883221.42853: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883221.42919: 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 0x7f1fe7c51d90> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883221.42927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883221.43082: 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 0x7f1fe7c52c30> <<< 9574 1726883221.43085: 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 0x7f1fe7c53290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c52180> # /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' <<< 9574 1726883221.43087: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883221.43089: 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 0x7f1fe7c53d10> <<< 9574 1726883221.43342: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c53440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c3a480> <<< 9574 1726883221.43348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883221.43403: 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 # 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 0x7f1fe79e3b90> # /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 0x7f1fe7a0c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0c380> # 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 0x7f1fe7a0c650> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883221.43416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883221.43484: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883221.43624: 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 0x7f1fe7a0cf80> <<< 9574 1726883221.43747: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883221.43770: 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 0x7f1fe7a0d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0c830> <<< 9574 1726883221.43798: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe79e1d30> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883221.43822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883221.43859: 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' <<< 9574 1726883221.43878: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0ed20> <<< 9574 1726883221.43924: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0da90> <<< 9574 1726883221.43960: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c3ab70> <<< 9574 1726883221.43963: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883221.44025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883221.44044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883221.44078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883221.44103: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a370b0> <<< 9574 1726883221.44176: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883221.44207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883221.44210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883221.44224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883221.44267: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a5b4a0> <<< 9574 1726883221.44294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883221.44353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883221.44403: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883221.44424: 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 0x7f1fe7abc260> <<< 9574 1726883221.44448: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883221.44479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883221.44509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883221.44554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883221.44636: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7abe9c0> <<< 9574 1726883221.44722: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7abc380> <<< 9574 1726883221.44754: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a89280> <<< 9574 1726883221.44790: 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 0x7f1fe7325340> <<< 9574 1726883221.44812: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a5a2a0> <<< 9574 1726883221.44832: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0fc80> <<< 9574 1726883221.44946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883221.44956: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1fe7a5a600> <<< 9574 1726883221.45128: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_c_rtap6z/ansible_stat_payload.zip' <<< 9574 1726883221.45147: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.45277: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.45317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883221.45322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883221.45359: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883221.45447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883221.45494: 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 0x7f1fe737b050> <<< 9574 1726883221.45497: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883221.45687: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7359f40> <<< 9574 1726883221.45699: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73590d0> # zipimport: zlib available <<< 9574 1726883221.45736: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883221.45782: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883221.45796: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883221.45834: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.47409: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.48543: 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 0x7f1fe7378ef0> <<< 9574 1726883221.48702: 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 # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883221.48705: 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' <<< 9574 1726883221.48830: 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 0x7f1fe73a2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73a2720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73a2030> # /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 0x7f1fe73a2480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe737ba70> <<< 9574 1726883221.48883: stdout chunk (state=3): >>>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 0x7f1fe73a36b0> # 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 0x7f1fe73a38f0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883221.49118: 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 0x7f1fe73a3e30> 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' <<< 9574 1726883221.49126: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe720dc40> # 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 0x7f1fe720f860> <<< 9574 1726883221.49254: 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 0x7f1fe7210230> <<< 9574 1726883221.49264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883221.49689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72113d0> # /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' <<< 9574 1726883221.49696: 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 0x7f1fe7213e60> <<< 9574 1726883221.49819: 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 0x7f1fe7ba6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7212120> # /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 0x7f1fe721bce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe721a7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe721a510> # /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' <<< 9574 1726883221.49902: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe721aa80> <<< 9574 1726883221.50077: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7212630> # 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 0x7f1fe7263f20> # /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 0x7f1fe7264050> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 9574 1726883221.50080: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883221.50082: 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 0x7f1fe7265b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7265910> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883221.50203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883221.50263: 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 0x7f1fe7268110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7266240> <<< 9574 1726883221.50303: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883221.50349: stdout chunk (state=3): >>># 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 <<< 9574 1726883221.50373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9574 1726883221.50422: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726b8f0> <<< 9574 1726883221.50663: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72682c0> # 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 0x7f1fe726c6e0> <<< 9574 1726883221.50707: 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 0x7f1fe726c8c0> <<< 9574 1726883221.50776: 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 0x7f1fe726cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7264230> # /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 <<< 9574 1726883221.50818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883221.50828: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883221.50844: 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 0x7f1fe72f8440> <<< 9574 1726883221.50995: 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 0x7f1fe72f99d0> <<< 9574 1726883221.51019: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726ebd0> <<< 9574 1726883221.51122: 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 0x7f1fe726ff50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726e7b0> <<< 9574 1726883221.51137: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.51163: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883221.51211: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.51362: 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' # <<< 9574 1726883221.51379: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.51505: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.51635: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.52202: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.52847: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883221.52851: 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' # <<< 9574 1726883221.52853: 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' <<< 9574 1726883221.52896: 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 0x7f1fe72fdaf0> <<< 9574 1726883221.52990: 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' <<< 9574 1726883221.53012: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72fe840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72f9e20> <<< 9574 1726883221.53082: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883221.53114: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.53128: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 9574 1726883221.53149: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.53294: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.53460: 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' <<< 9574 1726883221.53484: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72fe540> # zipimport: zlib available <<< 9574 1726883221.53985: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54444: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54512: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54604: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883221.54608: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54652: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54688: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883221.54692: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54769: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54847: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883221.54897: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883221.54900: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54948: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.54990: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883221.55010: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.55239: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.55559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883221.55618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 9574 1726883221.55712: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72ffa70> # zipimport: zlib available <<< 9574 1726883221.55824: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.55861: 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' # <<< 9574 1726883221.55929: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.55932: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.55989: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 9574 1726883221.56075: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.56127: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.56179: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.56239: 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 <<< 9574 1726883221.56284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883221.56338: 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 0x7f1fe710a570> <<< 9574 1726883221.56403: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7105ca0> <<< 9574 1726883221.56451: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883221.56564: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.56665: 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 <<< 9574 1726883221.56671: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883221.56713: 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 <<< 9574 1726883221.56805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883221.56841: 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' <<< 9574 1726883221.56933: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73fed50> <<< 9574 1726883221.56996: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73eea50> <<< 9574 1726883221.57039: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe710a600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726ce90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883221.57087: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883221.57091: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883221.57215: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 9574 1726883221.57231: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883221.57336: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.57582: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883221.57705: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 9574 1726883221.58127: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path<<< 9574 1726883221.58131: stdout chunk (state=3): >>> # 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<<< 9574 1726883221.58238: stdout chunk (state=3): >>> # 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 <<< 9574 1726883221.58306: stdout chunk (state=3): >>># 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 <<< 9574 1726883221.58587: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883221.58605: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 9574 1726883221.58634: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 9574 1726883221.58650: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 9574 1726883221.58668: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883221.58700: 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 # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 9574 1726883221.58733: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883221.58770: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883221.58780: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 9574 1726883221.58810: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883221.58819: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883221.58873: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 9574 1726883221.58899: 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 <<< 9574 1726883221.58932: 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 contextlib # cleanup[3] wiping threading <<< 9574 1726883221.58956: 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 <<< 9574 1726883221.58986: 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 <<< 9574 1726883221.59013: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 9574 1726883221.59082: 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 # cleanup[3] wiping builtins <<< 9574 1726883221.59086: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883221.59220: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 9574 1726883221.59252: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883221.59280: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883221.59311: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883221.59328: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing <<< 9574 1726883221.59357: 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 <<< 9574 1726883221.59378: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883221.59486: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883221.59489: stdout chunk (state=3): >>># destroy time <<< 9574 1726883221.59531: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883221.59573: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883221.59628: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883221.60183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883221.60186: stdout chunk (state=3): >>><<< 9574 1726883221.60188: stderr chunk (state=3): >>><<< 9574 1726883221.60368: _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 0x7f1fe7dbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7d8ba10> # /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 0x7f1fe7dbe930> 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 0x7f1fe7dccfe0> # /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 0x7f1fe7dcdf10> 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 0x7f1fe7babda0> # /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 0x7f1fe7babfe0> # /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 0x7f1fe7be3740> # /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 0x7f1fe7be3dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7bc3a70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7bc1190> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba8f50> # /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 0x7f1fe7c036e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c02300> # /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 0x7f1fe7bc2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c00a40> # /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 0x7f1fe7c38740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba81d0> # /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 0x7f1fe7c38bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c38aa0> # 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 0x7f1fe7c38e60> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7ba6cf0> # /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 0x7f1fe7c39550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c39220> 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 0x7f1fe7c3a450> 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 0x7f1fe7c50650> 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 0x7f1fe7c51d90> # /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 0x7f1fe7c52c30> # 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 0x7f1fe7c53290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c52180> # /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 0x7f1fe7c53d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c53440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c3a480> # /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 0x7f1fe79e3b90> # /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 0x7f1fe7a0c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0c380> # 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 0x7f1fe7a0c650> # /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 0x7f1fe7a0cf80> # 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 0x7f1fe7a0d970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0c830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe79e1d30> # /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 0x7f1fe7a0ed20> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0da90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7c3ab70> # /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 0x7f1fe7a370b0> # /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 0x7f1fe7a5b4a0> # /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 0x7f1fe7abc260> # /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 0x7f1fe7abe9c0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7abc380> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a89280> # /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 0x7f1fe7325340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a5a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7a0fc80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1fe7a5a600> # zipimport: found 30 names in '/tmp/ansible_stat_payload_c_rtap6z/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 0x7f1fe737b050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7359f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73590d0> # 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 0x7f1fe7378ef0> # /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 0x7f1fe73a2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73a2720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73a2030> # /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 0x7f1fe73a2480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe737ba70> 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 0x7f1fe73a36b0> # 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 0x7f1fe73a38f0> # /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 0x7f1fe73a3e30> 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 0x7f1fe720dc40> # 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 0x7f1fe720f860> # /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 0x7f1fe7210230> # /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 0x7f1fe72113d0> # /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 0x7f1fe7213e60> # 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 0x7f1fe7ba6de0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7212120> # /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 0x7f1fe721bce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe721a7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe721a510> # /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 0x7f1fe721aa80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7212630> # 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 0x7f1fe7263f20> # /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 0x7f1fe7264050> # /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 0x7f1fe7265b50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7265910> # /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 0x7f1fe7268110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7266240> # /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 0x7f1fe726b8f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72682c0> # 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 0x7f1fe726c6e0> # 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 0x7f1fe726c8c0> # 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 0x7f1fe726cc50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7264230> # /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 0x7f1fe72f8440> # 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 0x7f1fe72f99d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726ebd0> # 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 0x7f1fe726ff50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726e7b0> # 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 0x7f1fe72fdaf0> # /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 0x7f1fe72fe840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe72f9e20> 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 0x7f1fe72fe540> # 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 0x7f1fe72ffa70> # 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 0x7f1fe710a570> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe7105ca0> 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 0x7f1fe73fed50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe73eea50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe710a600> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1fe726ce90> # 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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_node2 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. 9574 1726883221.61120: 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-1726883220.9549334-9599-114728011225755/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883221.61123: _low_level_execute_command(): starting 9574 1726883221.61125: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883220.9549334-9599-114728011225755/ > /dev/null 2>&1 && sleep 0' 9574 1726883221.61620: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883221.61630: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883221.61634: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.61689: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.61745: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.63763: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.63858: stderr chunk (state=3): >>><<< 9574 1726883221.63862: stdout chunk (state=3): >>><<< 9574 1726883221.63946: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.63949: handler run complete 9574 1726883221.63952: variable 'ansible_facts' from source: unknown 9574 1726883221.63954: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883221.63974: variable 'ansible_facts' from source: unknown 9574 1726883221.64002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883221.64011: attempt loop complete, returning result 9574 1726883221.64014: _execute() done 9574 1726883221.64017: dumping result to json 9574 1726883221.64019: done dumping result, returning 9574 1726883221.64032: done running TaskExecutor() for managed_node2/TASK: Check if system is ostree [0affc0aa-4893-214d-52b4-000000000013] 9574 1726883221.64036: sending task result for task 0affc0aa-4893-214d-52b4-000000000013 ok: [managed_node2] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "changed": false, "stat": { "exists": false } } 9574 1726883221.64404: no more pending results, returning what we have 9574 1726883221.64407: results queue empty 9574 1726883221.64408: checking for any_errors_fatal 9574 1726883221.64413: done checking for any_errors_fatal 9574 1726883221.64414: checking for max_fail_percentage 9574 1726883221.64415: done checking for max_fail_percentage 9574 1726883221.64416: checking to see if all hosts have failed and the running result is not ok 9574 1726883221.64417: done checking to see if all hosts have failed 9574 1726883221.64418: getting the remaining hosts for this loop 9574 1726883221.64419: done getting the remaining hosts for this loop 9574 1726883221.64423: getting the next task for host managed_node2 9574 1726883221.64432: done getting next task for host managed_node2 9574 1726883221.64434: ^ task is: TASK: Set flag to indicate system is ostree 9574 1726883221.64438: ^ 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 9574 1726883221.64448: getting variables 9574 1726883221.64450: in VariableManager get_vars() 9574 1726883221.64479: Calling all_inventory to load vars for managed_node2 9574 1726883221.64482: Calling groups_inventory to load vars for managed_node2 9574 1726883221.64485: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883221.64572: Calling all_plugins_play to load vars for managed_node2 9574 1726883221.64576: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883221.64579: Calling groups_plugins_play to load vars for managed_node2 9574 1726883221.64621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883221.64654: done with get_vars() 9574 1726883221.64662: done getting variables 9574 1726883221.64866: done sending task result for task 0affc0aa-4893-214d-52b4-000000000013 9574 1726883221.64870: WORKER PROCESS EXITING 9574 1726883221.64902: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:37 Friday 20 September 2024 21:47:01 -0400 (0:00:00.756) 0:00:01.051 ****** 9574 1726883221.65115: entering _queue_task() for managed_node2/set_fact 9574 1726883221.65868: worker is 1 (out of 1 available) 9574 1726883221.65878: exiting _queue_task() for managed_node2/set_fact 9574 1726883221.65929: done queuing things up, now waiting for results queue to drain 9574 1726883221.65931: waiting for pending results... 9574 1726883221.66081: running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree 9574 1726883221.66205: in run() - task 0affc0aa-4893-214d-52b4-000000000014 9574 1726883221.66225: variable 'ansible_search_path' from source: unknown 9574 1726883221.66233: variable 'ansible_search_path' from source: unknown 9574 1726883221.66272: calling self._execute() 9574 1726883221.66353: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.66417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.66431: variable 'omit' from source: magic vars 9574 1726883221.66883: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883221.67121: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883221.67207: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883221.67346: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883221.67350: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883221.67371: 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) 9574 1726883221.67400: 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) 9574 1726883221.67429: 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) 9574 1726883221.67464: 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) 9574 1726883221.67583: Evaluated conditional (not __rhc_is_ostree is defined): True 9574 1726883221.67594: variable 'omit' from source: magic vars 9574 1726883221.67659: variable 'omit' from source: magic vars 9574 1726883221.67972: variable '__ostree_booted_stat' from source: set_fact 9574 1726883221.68032: variable 'omit' from source: magic vars 9574 1726883221.68346: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883221.68350: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883221.68352: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883221.68354: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883221.68357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883221.68544: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883221.68548: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883221.68550: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883221.68553: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.68555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.68557: Set connection var ansible_connection to ssh 9574 1726883221.68558: Set connection var ansible_shell_type to sh 9574 1726883221.68560: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883221.68745: Set connection var ansible_timeout to 10 9574 1726883221.68760: Set connection var ansible_shell_executable to /bin/sh 9574 1726883221.68770: Set connection var ansible_pipelining to False 9574 1726883221.68800: variable 'ansible_shell_executable' from source: unknown 9574 1726883221.68925: variable 'ansible_connection' from source: unknown 9574 1726883221.68933: variable 'ansible_module_compression' from source: unknown 9574 1726883221.68955: variable 'ansible_shell_type' from source: unknown 9574 1726883221.68968: variable 'ansible_shell_executable' from source: unknown 9574 1726883221.68977: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.69144: variable 'ansible_pipelining' from source: unknown 9574 1726883221.69147: variable 'ansible_timeout' from source: unknown 9574 1726883221.69150: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.69152: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883221.69155: variable 'omit' from source: magic vars 9574 1726883221.69157: starting attempt loop 9574 1726883221.69160: running the handler 9574 1726883221.69162: handler run complete 9574 1726883221.69164: attempt loop complete, returning result 9574 1726883221.69166: _execute() done 9574 1726883221.69221: dumping result to json 9574 1726883221.69261: done dumping result, returning 9574 1726883221.69273: done running TaskExecutor() for managed_node2/TASK: Set flag to indicate system is ostree [0affc0aa-4893-214d-52b4-000000000014] 9574 1726883221.69282: sending task result for task 0affc0aa-4893-214d-52b4-000000000014 9574 1726883221.69391: done sending task result for task 0affc0aa-4893-214d-52b4-000000000014 9574 1726883221.69398: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } 9574 1726883221.69453: no more pending results, returning what we have 9574 1726883221.69457: results queue empty 9574 1726883221.69457: checking for any_errors_fatal 9574 1726883221.69464: done checking for any_errors_fatal 9574 1726883221.69465: checking for max_fail_percentage 9574 1726883221.69466: done checking for max_fail_percentage 9574 1726883221.69466: checking to see if all hosts have failed and the running result is not ok 9574 1726883221.69467: done checking to see if all hosts have failed 9574 1726883221.69468: getting the remaining hosts for this loop 9574 1726883221.69469: done getting the remaining hosts for this loop 9574 1726883221.69473: getting the next task for host managed_node2 9574 1726883221.69481: done getting next task for host managed_node2 9574 1726883221.69484: ^ task is: TASK: Get facts for external test data 9574 1726883221.69486: ^ 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 9574 1726883221.69490: getting variables 9574 1726883221.69491: in VariableManager get_vars() 9574 1726883221.69523: Calling all_inventory to load vars for managed_node2 9574 1726883221.69528: Calling groups_inventory to load vars for managed_node2 9574 1726883221.69538: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883221.69550: Calling all_plugins_play to load vars for managed_node2 9574 1726883221.69553: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883221.69556: Calling groups_plugins_play to load vars for managed_node2 9574 1726883221.69594: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883221.69688: done with get_vars() 9574 1726883221.69697: 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:47:01 -0400 (0:00:00.046) 0:00:01.098 ****** 9574 1726883221.69788: entering _queue_task() for managed_node2/setup 9574 1726883221.70039: worker is 1 (out of 1 available) 9574 1726883221.70052: exiting _queue_task() for managed_node2/setup 9574 1726883221.70064: done queuing things up, now waiting for results queue to drain 9574 1726883221.70065: waiting for pending results... 9574 1726883221.70296: running TaskExecutor() for managed_node2/TASK: Get facts for external test data 9574 1726883221.70410: in run() - task 0affc0aa-4893-214d-52b4-000000000016 9574 1726883221.70432: variable 'ansible_search_path' from source: unknown 9574 1726883221.70439: variable 'ansible_search_path' from source: unknown 9574 1726883221.70479: calling self._execute() 9574 1726883221.70557: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.70568: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.70602: variable 'omit' from source: magic vars 9574 1726883221.71118: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883221.74370: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883221.74567: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883221.74571: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883221.74573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883221.74575: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883221.74671: 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) 9574 1726883221.74714: 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) 9574 1726883221.74750: 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) 9574 1726883221.74806: 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) 9574 1726883221.74824: 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) 9574 1726883221.74960: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883221.75000: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883221.75018: variable 'omit' from source: magic vars 9574 1726883221.75109: variable 'omit' from source: magic vars 9574 1726883221.75138: variable 'omit' from source: magic vars 9574 1726883221.75170: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883221.75200: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883221.75242: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883221.75332: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883221.75337: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883221.75341: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883221.75343: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883221.75353: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883221.75361: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.75439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.75495: Set connection var ansible_connection to ssh 9574 1726883221.75504: Set connection var ansible_shell_type to sh 9574 1726883221.75515: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883221.75532: Set connection var ansible_timeout to 10 9574 1726883221.75550: Set connection var ansible_shell_executable to /bin/sh 9574 1726883221.75560: Set connection var ansible_pipelining to False 9574 1726883221.75592: variable 'ansible_shell_executable' from source: unknown 9574 1726883221.75599: variable 'ansible_connection' from source: unknown 9574 1726883221.75606: variable 'ansible_module_compression' from source: unknown 9574 1726883221.75612: variable 'ansible_shell_type' from source: unknown 9574 1726883221.75618: variable 'ansible_shell_executable' from source: unknown 9574 1726883221.75624: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883221.75633: variable 'ansible_pipelining' from source: unknown 9574 1726883221.75641: variable 'ansible_timeout' from source: unknown 9574 1726883221.75656: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883221.75832: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883221.75875: variable 'omit' from source: magic vars 9574 1726883221.75878: starting attempt loop 9574 1726883221.75881: running the handler 9574 1726883221.75889: _low_level_execute_command(): starting 9574 1726883221.75947: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883221.76770: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883221.76810: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883221.76832: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.76864: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.76975: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.78775: stdout chunk (state=3): >>>/root <<< 9574 1726883221.78931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.78935: stdout chunk (state=3): >>><<< 9574 1726883221.78937: stderr chunk (state=3): >>><<< 9574 1726883221.78967: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.79000: _low_level_execute_command(): starting 9574 1726883221.79010: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324 `" && echo ansible-tmp-1726883221.7898843-9629-257468917650324="` echo /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324 `" ) && sleep 0' 9574 1726883221.79651: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883221.79666: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883221.79680: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883221.79707: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883221.79814: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883221.79834: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883221.79850: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883221.79950: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883221.82002: stdout chunk (state=3): >>>ansible-tmp-1726883221.7898843-9629-257468917650324=/root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324 <<< 9574 1726883221.82239: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883221.82251: stdout chunk (state=3): >>><<< 9574 1726883221.82254: stderr chunk (state=3): >>><<< 9574 1726883221.82256: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883221.7898843-9629-257468917650324=/root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883221.82259: variable 'ansible_module_compression' from source: unknown 9574 1726883221.82334: ANSIBALLZ: Using lock for setup 9574 1726883221.82348: ANSIBALLZ: Acquiring lock 9574 1726883221.82357: ANSIBALLZ: Lock acquired: 140291073667920 9574 1726883221.82365: ANSIBALLZ: Creating module 9574 1726883222.36990: ANSIBALLZ: Writing module into payload 9574 1726883222.37233: ANSIBALLZ: Writing module 9574 1726883222.37357: ANSIBALLZ: Renaming module 9574 1726883222.37365: ANSIBALLZ: Done creating module 9574 1726883222.37368: variable 'ansible_facts' from source: unknown 9574 1726883222.37744: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py 9574 1726883222.38329: Sending initial data 9574 1726883222.38333: Sent initial data (152 bytes) 9574 1726883222.38973: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.39003: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883222.39007: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883222.39032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883222.39117: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883222.40806: 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 <<< 9574 1726883222.40859: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883222.40897: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpqkg79h5q /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py <<< 9574 1726883222.40907: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py" <<< 9574 1726883222.40951: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpqkg79h5q" to remote "/root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py" <<< 9574 1726883222.43157: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883222.43199: stderr chunk (state=3): >>><<< 9574 1726883222.43204: stdout chunk (state=3): >>><<< 9574 1726883222.43255: done transferring module to remote 9574 1726883222.43260: _low_level_execute_command(): starting 9574 1726883222.43262: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/ /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py && sleep 0' 9574 1726883222.43849: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883222.43853: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883222.43855: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.43867: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883222.43870: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.43920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883222.43926: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883222.43929: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883222.43991: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883222.46375: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883222.46413: stderr chunk (state=3): >>><<< 9574 1726883222.46417: stdout chunk (state=3): >>><<< 9574 1726883222.46456: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883222.46460: _low_level_execute_command(): starting 9574 1726883222.46462: _low_level_execute_command(): using become for this command 9574 1726883222.46481: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ohuaivvnbqkwkdkphrsclimmfahubqhq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/AnsiballZ_setup.py'"'"' && sleep 0' 9574 1726883222.46562: Initial state: awaiting_escalation: BECOME-SUCCESS-ohuaivvnbqkwkdkphrsclimmfahubqhq 9574 1726883222.47101: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883222.47105: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.47146: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883222.47149: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883222.47212: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883222.50562: stdout chunk (state=1): >>>BECOME-SUCCESS-ohuaivvnbqkwkdkphrsclimmfahubqhq <<< 9574 1726883222.50569: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ohuaivvnbqkwkdkphrsclimmfahubqhq' 9574 1726883222.50987: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883222.51553: stdout chunk (state=3): >>>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' <<< 9574 1726883222.51558: 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 0x7f7e1a0183e0> <<< 9574 1726883222.51561: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19fe7a10> <<< 9574 1726883222.51600: 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 0x7f7e1a01a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # <<< 9574 1726883222.51722: 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 <<< 9574 1726883222.51758: stdout chunk (state=3): >>># 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 0x7f7e19e08fe0> <<< 9574 1726883222.51825: 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' <<< 9574 1726883222.51853: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e09f10> <<< 9574 1726883222.51897: 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. <<< 9574 1726883222.52281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883222.52306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883222.52337: 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' <<< 9574 1726883222.52370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883222.52421: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.52471: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e47dd0> <<< 9574 1726883222.52617: stdout chunk (state=3): >>># /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' <<< 9574 1726883222.52633: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e47fe0> # /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 <<< 9574 1726883222.52669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883222.52689: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883222.52724: 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 0x7f7e19e7f7a0> <<< 9574 1726883222.52772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883222.52776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e7fe30> <<< 9574 1726883222.52813: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883222.52859: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e5faa0> <<< 9574 1726883222.52862: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883222.52889: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e5d1c0> <<< 9574 1726883222.52987: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e44f80> <<< 9574 1726883222.53013: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883222.53050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883222.53064: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883222.53168: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883222.53185: 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 0x7f7e19e9f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e9e390> <<< 9574 1726883222.53218: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 9574 1726883222.53231: 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 0x7f7e19e5e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e9cb60> <<< 9574 1726883222.53287: 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 0x7f7e19ed47d0> <<< 9574 1726883222.53373: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e44200> <<< 9574 1726883222.53413: 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' # 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 0x7f7e19ed4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed4b30> <<< 9574 1726883222.53416: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.53429: 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 0x7f7e19ed4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e42d20> <<< 9574 1726883222.53468: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883222.53504: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.53582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed5610> <<< 9574 1726883222.53619: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed52e0> import 'importlib.machinery' # <<< 9574 1726883222.53623: 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 0x7f7e19ed6510> <<< 9574 1726883222.53650: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 9574 1726883222.53665: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883222.53854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eec740> 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 0x7f7e19eede80> # /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' <<< 9574 1726883222.53857: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eeecc0> <<< 9574 1726883222.53905: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.53951: 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 0x7f7e19eef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eee210> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883222.53953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883222.54002: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.54005: 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 0x7f7e19eefd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eef4a0> <<< 9574 1726883222.54060: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed6570> <<< 9574 1726883222.54099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883222.54117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883222.54216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883222.54219: 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 0x7f7e19bf7c20> <<< 9574 1726883222.54221: 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' <<< 9574 1726883222.54358: 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 0x7f7e19c206b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c20410> <<< 9574 1726883222.54389: 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 0x7f7e19c206e0> <<< 9574 1726883222.54412: 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' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.54529: 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 0x7f7e19c21010> <<< 9574 1726883222.54665: 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 0x7f7e19c219a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c208c0> <<< 9574 1726883222.54700: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19bf5dc0> <<< 9574 1726883222.54716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883222.54754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883222.54780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883222.54848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c22d50> <<< 9574 1726883222.54869: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c21850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed66f0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883222.54934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883222.54979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883222.55016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883222.55117: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c4b080> <<< 9574 1726883222.55149: 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' <<< 9574 1726883222.55177: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c6f380> <<< 9574 1726883222.55200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883222.55254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883222.55307: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883222.55324: 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 0x7f7e19cd01a0> <<< 9574 1726883222.55355: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883222.55490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883222.55534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883222.55537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883222.55550: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19cd2900> <<< 9574 1726883222.55623: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19cd02c0> <<< 9574 1726883222.55658: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c9d190> <<< 9574 1726883222.55738: 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 0x7f7e19529220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c6e180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c23c50> <<< 9574 1726883222.55904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883222.55924: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7e19c6e4e0> <<< 9574 1726883222.56189: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_4mwev0j_/ansible_setup_payload.zip' # zipimport: zlib available <<< 9574 1726883222.56838: 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' # /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 0x7f7e1958eea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1956de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1956cf80> # zipimport: zlib available import 'ansible' # # zipimport: zlib available <<< 9574 1726883222.56845: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.56848: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883222.56850: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.58297: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.59498: 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 0x7f7e1958ccb0> <<< 9574 1726883222.59533: 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 # code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883222.59592: 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' <<< 9574 1726883222.59612: 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 0x7f7e195be810> <<< 9574 1726883222.59644: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195be5a0> <<< 9574 1726883222.59675: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195bdeb0> <<< 9574 1726883222.59709: 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' <<< 9574 1726883222.59757: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195be900> <<< 9574 1726883222.59803: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1958fbc0> import 'atexit' # <<< 9574 1726883222.59828: 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 0x7f7e195bf590> <<< 9574 1726883222.59874: 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 0x7f7e195bf7d0> <<< 9574 1726883222.59945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883222.59948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 9574 1726883222.59982: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195bfce0> import 'pwd' # <<< 9574 1726883222.59985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883222.60056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883222.60134: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19429a90> <<< 9574 1726883222.60180: 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 0x7f7e1942b6b0> # /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 0x7f7e1942bfb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883222.60203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883222.60231: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1942d250> <<< 9574 1726883222.60271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883222.60343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883222.60395: 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 0x7f7e1942fd40> <<< 9574 1726883222.60412: 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 0x7f7e19c22cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1942e000> <<< 9574 1726883222.60435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883222.60666: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883222.60671: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883222.60674: 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 0x7f7e19437c50> <<< 9574 1726883222.60703: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883222.60746: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19436720> <<< 9574 1726883222.60775: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19436480> # /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' <<< 9574 1726883222.60883: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194369f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1942e510> <<< 9574 1726883222.60953: 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 0x7f7e1947bf20> <<< 9574 1726883222.60981: 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 0x7f7e1947c050> # /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' <<< 9574 1726883222.61164: 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' <<< 9574 1726883222.61179: 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 0x7f7e1947db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947d910> # /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 0x7f7e19480110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947e240> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883222.61214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883222.61257: 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' # <<< 9574 1726883222.61300: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194838f0> <<< 9574 1726883222.61426: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194802c0> <<< 9574 1726883222.61490: 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 0x7f7e19484740> <<< 9574 1726883222.61518: 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 0x7f7e19484b00> <<< 9574 1726883222.61569: 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 0x7f7e19484ad0> <<< 9574 1726883222.61697: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947c260> # /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' <<< 9574 1726883222.61700: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883222.61749: 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 0x7f7e1930c260> <<< 9574 1726883222.61869: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.61890: 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 0x7f7e1930d1f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19486a20> <<< 9574 1726883222.61942: 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 0x7f7e19487d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19486630> # zipimport: zlib available <<< 9574 1726883222.61982: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883222.62354: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.62454: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.62589: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.63507: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.64412: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883222.64416: 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' # <<< 9574 1726883222.64444: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883222.64547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883222.64558: 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 0x7f7e193154f0> <<< 9574 1726883222.64678: 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 0x7f7e19316480> <<< 9574 1726883222.64692: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1930d460> <<< 9574 1726883222.64750: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883222.64789: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 9574 1726883222.64838: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.65054: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.65300: 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 0x7f7e19316ae0> # zipimport: zlib available <<< 9574 1726883222.65752: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66474: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66505: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66613: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883222.66619: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66670: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66715: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883222.66719: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66827: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.66961: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 9574 1726883222.66980: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883222.66996: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.67061: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.67102: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 9574 1726883222.67492: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.67875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883222.67970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 9574 1726883222.68065: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19317680> <<< 9574 1726883222.68149: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68194: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68300: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883222.68376: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 9574 1726883222.68381: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68432: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883222.68437: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68494: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68639: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68651: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.68725: 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 <<< 9574 1726883222.68790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883222.68906: 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 0x7f7e19322120> <<< 9574 1726883222.68963: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1931d910> <<< 9574 1726883222.69002: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883222.69009: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883222.69014: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69109: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69196: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69276: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69293: 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' <<< 9574 1726883222.69311: 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 <<< 9574 1726883222.69339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883222.69362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883222.69447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883222.69469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883222.69488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883222.69576: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1940aa80> <<< 9574 1726883222.69755: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194fe750> <<< 9574 1726883222.69774: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193220f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19316f30> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883222.69779: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69818: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.69972: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 9574 1726883222.69982: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883222.70054: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70158: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.70187: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70246: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70304: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70537: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70556: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.70669: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70672: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.70730: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 9574 1726883222.70733: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.71000: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.71285: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.71341: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.71393: 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' <<< 9574 1726883222.71420: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 9574 1726883222.71444: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 9574 1726883222.71466: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 9574 1726883222.71526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b2060> <<< 9574 1726883222.71564: stdout chunk (state=3): >>># /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' <<< 9574 1726883222.71593: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 9574 1726883222.71670: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.71689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 9574 1726883222.71733: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e190280e0> <<< 9574 1726883222.71839: stdout chunk (state=3): >>># 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 0x7f7e190283e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19398380> <<< 9574 1726883222.71850: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b2ba0> <<< 9574 1726883222.71886: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b0770> <<< 9574 1726883222.71891: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b03e0> <<< 9574 1726883222.71918: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 9574 1726883222.71978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 9574 1726883222.72002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 9574 1726883222.72007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 9574 1726883222.72046: 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' <<< 9574 1726883222.72103: 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 0x7f7e1902b3b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902ac60> <<< 9574 1726883222.72116: 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 0x7f7e1902ae40> <<< 9574 1726883222.72150: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902a0c0> <<< 9574 1726883222.72156: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 9574 1726883222.72316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 9574 1726883222.72355: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902b560> # /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 9574 1726883222.72639: stdout chunk (state=3): >>># 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 0x7f7e19086090> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902bfb0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b1850> 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 <<< 9574 1726883222.72710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 9574 1726883222.72783: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.72847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # # zipimport: zlib available <<< 9574 1726883222.72886: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.72891: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 9574 1726883222.72921: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.72958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 9574 1726883222.73038: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.73120: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 9574 1726883222.73123: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73174: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73263: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 9574 1726883222.73266: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73319: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73410: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73485: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.73575: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 9574 1726883222.73649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 9574 1726883222.74135: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.74568: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 9574 1726883222.74632: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.74675: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.74711: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.74754: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883222.74775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 9574 1726883222.74778: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.75066: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.75113: stdout chunk (state=3): >>>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' # <<< 9574 1726883222.75119: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.75150: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 9574 1726883222.75157: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.75261: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.75391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 9574 1726883222.75393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883222.75429: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19087680> <<< 9574 1726883222.75450: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883222.75488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883222.75671: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19086cc0> <<< 9574 1726883222.75729: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 9574 1726883222.75732: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.75871: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # <<< 9574 1726883222.75876: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.76032: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.76035: stdout chunk (state=3): >>> <<< 9574 1726883222.76186: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 9574 1726883222.76191: stdout chunk (state=3): >>> <<< 9574 1726883222.76227: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.76236: stdout chunk (state=3): >>> <<< 9574 1726883222.76351: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.76354: stdout chunk (state=3): >>> <<< 9574 1726883222.76476: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 9574 1726883222.76483: stdout chunk (state=3): >>> <<< 9574 1726883222.76578: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.76589: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.76600: stdout chunk (state=3): >>> <<< 9574 1726883222.76683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<< 9574 1726883222.76686: stdout chunk (state=3): >>> <<< 9574 1726883222.76773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<< 9574 1726883222.76791: stdout chunk (state=3): >>> <<< 9574 1726883222.76995: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.77016: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883222.77054: stdout chunk (state=3): >>> <<< 9574 1726883222.77057: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7e190ca240><<< 9574 1726883222.77059: stdout chunk (state=3): >>> <<< 9574 1726883222.77376: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19087a10><<< 9574 1726883222.77400: stdout chunk (state=3): >>> <<< 9574 1726883222.77414: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 9574 1726883222.77460: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.77530: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.77605: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 9574 1726883222.77637: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.77704: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.78249: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.78262: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 9574 1726883222.78365: stdout chunk (state=3): >>># 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' <<< 9574 1726883222.78381: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883222.78434: 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 0x7f7e190ddd00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e190c8110> import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 9574 1726883222.78459: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.78494: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.78545: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 9574 1726883222.78571: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.78930: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.78938: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 9574 1726883222.78956: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79088: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79159: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79173: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 9574 1726883222.79223: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 9574 1726883222.79306: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.79430: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79606: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 9574 1726883222.79660: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79734: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.79853: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available <<< 9574 1726883222.79892: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.80247: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.81045: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.81649: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 9574 1726883222.81675: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 9574 1726883222.81710: stdout chunk (state=3): >>> <<< 9574 1726883222.81713: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.81714: stdout chunk (state=3): >>> <<< 9574 1726883222.81884: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.81890: stdout chunk (state=3): >>> <<< 9574 1726883222.82059: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 9574 1726883222.82065: stdout chunk (state=3): >>> <<< 9574 1726883222.82090: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.82096: stdout chunk (state=3): >>> <<< 9574 1726883222.82257: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883222.82263: stdout chunk (state=3): >>> <<< 9574 1726883222.82426: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 9574 1726883222.82433: stdout chunk (state=3): >>> <<< 9574 1726883222.82528: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.82815: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.82883: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.82909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available <<< 9574 1726883222.82952: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.82999: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 9574 1726883222.83103: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.83196: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.83402: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.83956: stdout chunk (state=3): >>>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 <<< 9574 1726883222.83962: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84049: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 9574 1726883222.84056: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84091: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84137: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 9574 1726883222.84292: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hpux' # <<< 9574 1726883222.84297: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84383: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 9574 1726883222.84477: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.84909: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.85354: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 9574 1726883222.85373: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883222.85454: stdout chunk (state=3): >>> <<< 9574 1726883222.85508: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.85596: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 9574 1726883222.85668: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.85709: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.85943: stdout chunk (state=3): >>>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 <<< 9574 1726883222.86102: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86167: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 9574 1726883222.86197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86229: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86255: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 9574 1726883222.86282: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86363: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86442: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 9574 1726883222.86471: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86488: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86561: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86610: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86704: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86830: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.86936: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 9574 1726883222.86958: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # <<< 9574 1726883222.86984: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 9574 1726883222.87009: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.87098: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.87341: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 9574 1726883222.87533: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.87863: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 9574 1726883222.87887: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88131: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88155: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883222.88159: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 9574 1726883222.88186: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88322: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88448: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 9574 1726883222.88466: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 9574 1726883222.88497: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88638: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.88775: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 9574 1726883222.88791: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # <<< 9574 1726883222.88813: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 9574 1726883222.88937: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883222.89617: 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"}}} <<< 9574 1726883222.90505: 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<<< 9574 1726883222.90559: stdout chunk (state=3): >>> # 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 # cle<<< 9574 1726883222.90607: stdout chunk (state=3): >>>anup[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 # clean<<< 9574 1726883222.90619: stdout chunk (state=3): >>>up[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 <<< 9574 1726883222.90648: stdout chunk (state=3): >>># 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<<< 9574 1726883222.90681: stdout chunk (state=3): >>> # 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 <<< 9574 1726883222.90938: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.91214: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883222.91246: stdout chunk (state=3): >>> <<< 9574 1726883222.91288: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc<<< 9574 1726883222.91304: stdout chunk (state=3): >>> # destroy importlib.util<<< 9574 1726883222.91310: stdout chunk (state=3): >>> <<< 9574 1726883222.91355: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883222.91374: stdout chunk (state=3): >>> # destroy _compression<<< 9574 1726883222.91381: stdout chunk (state=3): >>> <<< 9574 1726883222.91396: stdout chunk (state=3): >>># destroy _lzma<<< 9574 1726883222.91404: stdout chunk (state=3): >>> <<< 9574 1726883222.91446: stdout chunk (state=3): >>># destroy _blake2<<< 9574 1726883222.91452: stdout chunk (state=3): >>> <<< 9574 1726883222.91479: stdout chunk (state=3): >>># destroy binascii <<< 9574 1726883222.91527: stdout chunk (state=3): >>># destroy zlib # destroy bz2<<< 9574 1726883222.91544: stdout chunk (state=3): >>> # destroy lzma <<< 9574 1726883222.91568: stdout chunk (state=3): >>># destroy zipfile._path <<< 9574 1726883222.91600: stdout chunk (state=3): >>># destroy zipfile<<< 9574 1726883222.91604: stdout chunk (state=3): >>> <<< 9574 1726883222.91622: stdout chunk (state=3): >>># destroy pathlib <<< 9574 1726883222.91649: stdout chunk (state=3): >>># destroy zipfile._path.glob <<< 9574 1726883222.91695: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath<<< 9574 1726883222.91705: stdout chunk (state=3): >>> <<< 9574 1726883222.91727: stdout chunk (state=3): >>># destroy importlib<<< 9574 1726883222.92203: stdout chunk (state=3): >>> # 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 <<< 9574 1726883222.92459: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883222.92525: stdout chunk (state=3): >>># 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 <<< 9574 1726883222.92533: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883222.92565: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883222.92690: 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 <<< 9574 1726883222.92694: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 9574 1726883222.92719: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883222.92748: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883222.92770: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 9574 1726883222.92806: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883222.93706: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883222.93724: stderr chunk (state=3): >>><<< 9574 1726883222.93730: stdout chunk (state=3): >>><<< 9574 1726883222.93830: _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 0x7f7e1a0183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19fe7a10> # /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 0x7f7e1a01a960> 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 0x7f7e19e08fe0> # /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 0x7f7e19e09f10> 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 0x7f7e19e47dd0> # /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 0x7f7e19e47fe0> # /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 0x7f7e19e7f7a0> # /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 0x7f7e19e7fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e5faa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e5d1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e44f80> # /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 0x7f7e19e9f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e9e390> # /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 0x7f7e19e5e090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e9cb60> # /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 0x7f7e19ed47d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e44200> # /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 0x7f7e19ed4c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed4b30> # 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 0x7f7e19ed4f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19e42d20> # /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 0x7f7e19ed5610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed52e0> 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 0x7f7e19ed6510> 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 0x7f7e19eec740> 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 0x7f7e19eede80> # /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 0x7f7e19eeecc0> # 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 0x7f7e19eef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eee210> # /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 0x7f7e19eefd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19eef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed6570> # /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 0x7f7e19bf7c20> # /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 0x7f7e19c206b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c20410> # 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 0x7f7e19c206e0> # /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 0x7f7e19c21010> # 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 0x7f7e19c219a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c208c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19bf5dc0> # /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 0x7f7e19c22d50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c21850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19ed66f0> # /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 0x7f7e19c4b080> # /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 0x7f7e19c6f380> # /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 0x7f7e19cd01a0> # /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 0x7f7e19cd2900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19cd02c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c9d190> # /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 0x7f7e19529220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c6e180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19c23c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7e19c6e4e0> # zipimport: found 103 names in '/tmp/ansible_setup_payload_4mwev0j_/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 0x7f7e1958eea0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1956de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1956cf80> # 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 0x7f7e1958ccb0> # /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 0x7f7e195be810> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195be5a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e195bdeb0> # /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 0x7f7e195be900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1958fbc0> 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 0x7f7e195bf590> # 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 0x7f7e195bf7d0> # /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 0x7f7e195bfce0> 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 0x7f7e19429a90> # 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 0x7f7e1942b6b0> # /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 0x7f7e1942bfb0> # /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 0x7f7e1942d250> # /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 0x7f7e1942fd40> # 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 0x7f7e19c22cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1942e000> # /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 0x7f7e19437c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19436720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19436480> # /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 0x7f7e194369f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1942e510> # 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 0x7f7e1947bf20> # /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 0x7f7e1947c050> # /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 0x7f7e1947db50> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947d910> # /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 0x7f7e19480110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947e240> # /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 0x7f7e194838f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194802c0> # 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 0x7f7e19484740> # 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 0x7f7e19484b00> # 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 0x7f7e19484ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1947c260> # /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 0x7f7e1930c260> # 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 0x7f7e1930d1f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19486a20> # 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 0x7f7e19487d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19486630> # 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 0x7f7e193154f0> # /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 0x7f7e19316480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1930d460> 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 0x7f7e19316ae0> # 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 0x7f7e19317680> # 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 0x7f7e19322120> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1931d910> 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 0x7f7e1940aa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e194fe750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193220f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19316f30> # 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 0x7f7e193b2060> # /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 0x7f7e190280e0> # 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 0x7f7e190283e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19398380> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b2ba0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b0770> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b03e0> # /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 0x7f7e1902b3b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902ac60> # 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 0x7f7e1902ae40> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902a0c0> # /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 0x7f7e1902b560> # /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 0x7f7e19086090> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e1902bfb0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e193b1850> 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 0x7f7e19087680> # /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 0x7f7e19086cc0> 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 0x7f7e190ca240> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e19087a10> 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 0x7f7e190ddd00> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7e190c8110> 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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 9574 1726883222.94705: 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-1726883221.7898843-9629-257468917650324/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883222.94708: _low_level_execute_command(): starting 9574 1726883222.94711: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883221.7898843-9629-257468917650324/ > /dev/null 2>&1 && sleep 0' 9574 1726883222.94713: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883222.94715: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883222.94717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883222.94719: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883222.94721: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883222.94723: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883222.94725: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.94730: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883222.94732: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883222.94734: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9574 1726883222.94735: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883222.94738: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883222.94739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883222.94743: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883222.94745: stderr chunk (state=3): >>>debug2: match found <<< 9574 1726883222.94748: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883222.94777: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883222.94790: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883222.94852: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883222.97809: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883222.97814: stderr chunk (state=3): >>><<< 9574 1726883222.97816: stdout chunk (state=3): >>><<< 9574 1726883222.97837: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883222.97845: handler run complete 9574 1726883222.97862: variable 'ansible_facts' from source: unknown 9574 1726883222.98028: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883222.98070: variable 'ansible_facts' from source: unknown 9574 1726883222.98100: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883222.98117: attempt loop complete, returning result 9574 1726883222.98121: _execute() done 9574 1726883222.98123: dumping result to json 9574 1726883222.98125: done dumping result, returning 9574 1726883222.98143: done running TaskExecutor() for managed_node2/TASK: Get facts for external test data [0affc0aa-4893-214d-52b4-000000000016] 9574 1726883222.98181: sending task result for task 0affc0aa-4893-214d-52b4-000000000016 ok: [managed_node2] 9574 1726883222.98411: no more pending results, returning what we have 9574 1726883222.98414: results queue empty 9574 1726883222.98415: checking for any_errors_fatal 9574 1726883222.98420: done checking for any_errors_fatal 9574 1726883222.98421: checking for max_fail_percentage 9574 1726883222.98423: done checking for max_fail_percentage 9574 1726883222.98423: checking to see if all hosts have failed and the running result is not ok 9574 1726883222.98424: done checking to see if all hosts have failed 9574 1726883222.98425: getting the remaining hosts for this loop 9574 1726883222.98428: done getting the remaining hosts for this loop 9574 1726883222.98476: getting the next task for host managed_node2 9574 1726883222.98484: done getting next task for host managed_node2 9574 1726883222.98493: ^ task is: TASK: Set helper fact for Candlepin base URL 9574 1726883222.98496: ^ 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 9574 1726883222.98499: getting variables 9574 1726883222.98501: in VariableManager get_vars() 9574 1726883222.98531: Calling all_inventory to load vars for managed_node2 9574 1726883222.98533: Calling groups_inventory to load vars for managed_node2 9574 1726883222.98536: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883222.98547: done sending task result for task 0affc0aa-4893-214d-52b4-000000000016 9574 1726883222.98553: WORKER PROCESS EXITING 9574 1726883222.98563: Calling all_plugins_play to load vars for managed_node2 9574 1726883222.98566: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883222.98568: Calling groups_plugins_play to load vars for managed_node2 9574 1726883222.98642: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883222.98681: done with get_vars() 9574 1726883222.98691: done getting variables 9574 1726883222.98746: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set 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:47:02 -0400 (0:00:01.289) 0:00:02.388 ****** 9574 1726883222.98789: entering _queue_task() for managed_node2/set_fact 9574 1726883222.99144: worker is 1 (out of 1 available) 9574 1726883222.99159: exiting _queue_task() for managed_node2/set_fact 9574 1726883222.99170: done queuing things up, now waiting for results queue to drain 9574 1726883222.99171: waiting for pending results... 9574 1726883222.99311: running TaskExecutor() for managed_node2/TASK: Set helper fact for Candlepin base URL 9574 1726883222.99377: in run() - task 0affc0aa-4893-214d-52b4-000000000017 9574 1726883222.99388: variable 'ansible_search_path' from source: unknown 9574 1726883222.99393: variable 'ansible_search_path' from source: unknown 9574 1726883222.99421: calling self._execute() 9574 1726883222.99470: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883222.99474: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883222.99482: variable 'omit' from source: magic vars 9574 1726883222.99820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883223.01848: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883223.01853: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883223.01856: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883223.01864: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883223.01898: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883223.01993: 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) 9574 1726883223.02030: 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) 9574 1726883223.02072: 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) 9574 1726883223.02118: 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) 9574 1726883223.02139: 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) 9574 1726883223.02277: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883223.02311: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883223.02323: variable 'omit' from source: magic vars 9574 1726883223.02378: variable 'omit' from source: magic vars 9574 1726883223.02549: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883223.02600: variable 'omit' from source: magic vars 9574 1726883223.02633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883223.02670: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883223.02700: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883223.02722: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.02738: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.02762: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883223.02786: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883223.02821: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883223.02831: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.02841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.03003: Set connection var ansible_connection to ssh 9574 1726883223.03007: Set connection var ansible_shell_type to sh 9574 1726883223.03010: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883223.03012: Set connection var ansible_timeout to 10 9574 1726883223.03015: Set connection var ansible_shell_executable to /bin/sh 9574 1726883223.03017: Set connection var ansible_pipelining to False 9574 1726883223.03042: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.03051: variable 'ansible_connection' from source: unknown 9574 1726883223.03058: variable 'ansible_module_compression' from source: unknown 9574 1726883223.03065: variable 'ansible_shell_type' from source: unknown 9574 1726883223.03071: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.03111: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.03114: variable 'ansible_pipelining' from source: unknown 9574 1726883223.03116: variable 'ansible_timeout' from source: unknown 9574 1726883223.03119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.03210: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883223.03230: variable 'omit' from source: magic vars 9574 1726883223.03242: starting attempt loop 9574 1726883223.03250: running the handler 9574 1726883223.03327: handler run complete 9574 1726883223.03330: attempt loop complete, returning result 9574 1726883223.03332: _execute() done 9574 1726883223.03335: dumping result to json 9574 1726883223.03336: done dumping result, returning 9574 1726883223.03338: done running TaskExecutor() for managed_node2/TASK: Set helper fact for Candlepin base URL [0affc0aa-4893-214d-52b4-000000000017] 9574 1726883223.03342: sending task result for task 0affc0aa-4893-214d-52b4-000000000017 9574 1726883223.03413: done sending task result for task 0affc0aa-4893-214d-52b4-000000000017 9574 1726883223.03416: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_cp_url": "https://candlepin.local:8443/candlepin" }, "changed": false } 9574 1726883223.03483: no more pending results, returning what we have 9574 1726883223.03486: results queue empty 9574 1726883223.03487: checking for any_errors_fatal 9574 1726883223.03493: done checking for any_errors_fatal 9574 1726883223.03493: checking for max_fail_percentage 9574 1726883223.03495: done checking for max_fail_percentage 9574 1726883223.03496: checking to see if all hosts have failed and the running result is not ok 9574 1726883223.03496: done checking to see if all hosts have failed 9574 1726883223.03497: getting the remaining hosts for this loop 9574 1726883223.03499: done getting the remaining hosts for this loop 9574 1726883223.03503: getting the next task for host managed_node2 9574 1726883223.03510: done getting next task for host managed_node2 9574 1726883223.03513: ^ task is: TASK: Set helper fact for Candlepin owner URL 9574 1726883223.03516: ^ 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 9574 1726883223.03526: getting variables 9574 1726883223.03528: in VariableManager get_vars() 9574 1726883223.03560: Calling all_inventory to load vars for managed_node2 9574 1726883223.03564: Calling groups_inventory to load vars for managed_node2 9574 1726883223.03567: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883223.03579: Calling all_plugins_play to load vars for managed_node2 9574 1726883223.03582: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883223.03585: Calling groups_plugins_play to load vars for managed_node2 9574 1726883223.03635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883223.03775: done with get_vars() 9574 1726883223.03785: done getting variables 9574 1726883223.03844: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [Set 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:47:03 -0400 (0:00:00.050) 0:00:02.438 ****** 9574 1726883223.03881: entering _queue_task() for managed_node2/set_fact 9574 1726883223.04549: worker is 1 (out of 1 available) 9574 1726883223.04557: exiting _queue_task() for managed_node2/set_fact 9574 1726883223.04566: done queuing things up, now waiting for results queue to drain 9574 1726883223.04567: waiting for pending results... 9574 1726883223.04660: running TaskExecutor() for managed_node2/TASK: Set helper fact for Candlepin owner URL 9574 1726883223.04747: in run() - task 0affc0aa-4893-214d-52b4-000000000018 9574 1726883223.04751: variable 'ansible_search_path' from source: unknown 9574 1726883223.04753: variable 'ansible_search_path' from source: unknown 9574 1726883223.04791: calling self._execute() 9574 1726883223.04860: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.04900: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.04904: variable 'omit' from source: magic vars 9574 1726883223.05382: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883223.08837: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883223.08843: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883223.08847: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883223.08849: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883223.08851: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883223.08946: 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) 9574 1726883223.09266: 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) 9574 1726883223.09292: 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) 9574 1726883223.09318: 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) 9574 1726883223.09343: 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) 9574 1726883223.09437: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883223.09494: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883223.09497: variable 'omit' from source: magic vars 9574 1726883223.09543: variable 'omit' from source: magic vars 9574 1726883223.09673: variable '_cp_url' from source: set_fact 9574 1726883223.09677: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883223.09772: variable 'omit' from source: magic vars 9574 1726883223.09775: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883223.09778: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883223.09795: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883223.09808: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.09820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.09849: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883223.09866: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883223.09898: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883223.09901: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.09903: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.10013: Set connection var ansible_connection to ssh 9574 1726883223.10245: Set connection var ansible_shell_type to sh 9574 1726883223.10248: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883223.10250: Set connection var ansible_timeout to 10 9574 1726883223.10252: Set connection var ansible_shell_executable to /bin/sh 9574 1726883223.10254: Set connection var ansible_pipelining to False 9574 1726883223.10256: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.10258: variable 'ansible_connection' from source: unknown 9574 1726883223.10260: variable 'ansible_module_compression' from source: unknown 9574 1726883223.10262: variable 'ansible_shell_type' from source: unknown 9574 1726883223.10264: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.10266: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.10268: variable 'ansible_pipelining' from source: unknown 9574 1726883223.10270: variable 'ansible_timeout' from source: unknown 9574 1726883223.10272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.10274: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883223.10277: variable 'omit' from source: magic vars 9574 1726883223.10278: starting attempt loop 9574 1726883223.10280: running the handler 9574 1726883223.10282: handler run complete 9574 1726883223.10284: attempt loop complete, returning result 9574 1726883223.10285: _execute() done 9574 1726883223.10292: dumping result to json 9574 1726883223.10299: done dumping result, returning 9574 1726883223.10311: done running TaskExecutor() for managed_node2/TASK: Set helper fact for Candlepin owner URL [0affc0aa-4893-214d-52b4-000000000018] 9574 1726883223.10320: sending task result for task 0affc0aa-4893-214d-52b4-000000000018 ok: [managed_node2] => { "ansible_facts": { "_cp_url_owner": "https://candlepin.local:8443/candlepin/owners/donaldduck" }, "changed": false } 9574 1726883223.10471: no more pending results, returning what we have 9574 1726883223.10474: results queue empty 9574 1726883223.10475: checking for any_errors_fatal 9574 1726883223.10479: done checking for any_errors_fatal 9574 1726883223.10480: checking for max_fail_percentage 9574 1726883223.10481: done checking for max_fail_percentage 9574 1726883223.10482: checking to see if all hosts have failed and the running result is not ok 9574 1726883223.10483: done checking to see if all hosts have failed 9574 1726883223.10484: getting the remaining hosts for this loop 9574 1726883223.10485: done getting the remaining hosts for this loop 9574 1726883223.10488: getting the next task for host managed_node2 9574 1726883223.10494: done getting next task for host managed_node2 9574 1726883223.10497: ^ task is: TASK: Add candlepin hostname to /etc/hosts 9574 1726883223.10499: ^ 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 9574 1726883223.10626: getting variables 9574 1726883223.10508: done sending task result for task 0affc0aa-4893-214d-52b4-000000000018 9574 1726883223.10629: in VariableManager get_vars() 9574 1726883223.10645: WORKER PROCESS EXITING 9574 1726883223.10674: Calling all_inventory to load vars for managed_node2 9574 1726883223.10732: Calling groups_inventory to load vars for managed_node2 9574 1726883223.10736: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883223.10749: Calling all_plugins_play to load vars for managed_node2 9574 1726883223.10751: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883223.10754: Calling groups_plugins_play to load vars for managed_node2 9574 1726883223.10801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883223.10844: done with get_vars() 9574 1726883223.10854: 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:47:03 -0400 (0:00:00.070) 0:00:02.509 ****** 9574 1726883223.10969: entering _queue_task() for managed_node2/lineinfile 9574 1726883223.10971: Creating lock for lineinfile 9574 1726883223.11253: worker is 1 (out of 1 available) 9574 1726883223.11264: exiting _queue_task() for managed_node2/lineinfile 9574 1726883223.11276: done queuing things up, now waiting for results queue to drain 9574 1726883223.11277: waiting for pending results... 9574 1726883223.11487: running TaskExecutor() for managed_node2/TASK: Add candlepin hostname to /etc/hosts 9574 1726883223.11623: in run() - task 0affc0aa-4893-214d-52b4-000000000019 9574 1726883223.11648: variable 'ansible_search_path' from source: unknown 9574 1726883223.11656: variable 'ansible_search_path' from source: unknown 9574 1726883223.11696: calling self._execute() 9574 1726883223.11864: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.11877: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.11892: variable 'omit' from source: magic vars 9574 1726883223.12410: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883223.15150: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883223.15366: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883223.15369: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883223.15371: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883223.15373: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883223.15532: 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) 9574 1726883223.15979: 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) 9574 1726883223.16012: 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) 9574 1726883223.16083: 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) 9574 1726883223.16102: 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) 9574 1726883223.16235: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883223.16271: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883223.16283: variable 'omit' from source: magic vars 9574 1726883223.16334: variable 'omit' from source: magic vars 9574 1726883223.16469: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883223.16745: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883223.16749: variable 'omit' from source: magic vars 9574 1726883223.16763: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883223.16799: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883223.16994: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883223.16998: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.17000: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.17002: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883223.17004: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883223.17005: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883223.17109: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.17118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.17355: Set connection var ansible_connection to ssh 9574 1726883223.17363: Set connection var ansible_shell_type to sh 9574 1726883223.17375: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883223.17389: Set connection var ansible_timeout to 10 9574 1726883223.17443: Set connection var ansible_shell_executable to /bin/sh 9574 1726883223.17454: Set connection var ansible_pipelining to False 9574 1726883223.17486: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.17544: variable 'ansible_connection' from source: unknown 9574 1726883223.17553: variable 'ansible_module_compression' from source: unknown 9574 1726883223.17562: variable 'ansible_shell_type' from source: unknown 9574 1726883223.17569: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.17756: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.17759: variable 'ansible_pipelining' from source: unknown 9574 1726883223.17762: variable 'ansible_timeout' from source: unknown 9574 1726883223.17764: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.17921: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883223.17986: variable 'omit' from source: magic vars 9574 1726883223.18030: starting attempt loop 9574 1726883223.18039: running the handler 9574 1726883223.18059: _low_level_execute_command(): starting 9574 1726883223.18085: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883223.18900: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883223.18915: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883223.18958: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.19048: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883223.19065: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.19150: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883223.20890: stdout chunk (state=3): >>>/root <<< 9574 1726883223.21200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.21218: stderr chunk (state=3): >>><<< 9574 1726883223.21226: stdout chunk (state=3): >>><<< 9574 1726883223.21255: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883223.21347: _low_level_execute_command(): starting 9574 1726883223.21353: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276 `" && echo ansible-tmp-1726883223.2127075-9687-220867324967276="` echo /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276 `" ) && sleep 0' 9574 1726883223.21898: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883223.21913: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883223.21926: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883223.21949: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883223.21967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883223.21979: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883223.21992: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.22009: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883223.22021: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883223.22108: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883223.22132: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.22223: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883223.24272: stdout chunk (state=3): >>>ansible-tmp-1726883223.2127075-9687-220867324967276=/root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276 <<< 9574 1726883223.24416: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.24439: stdout chunk (state=3): >>><<< 9574 1726883223.24491: stderr chunk (state=3): >>><<< 9574 1726883223.24556: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883223.2127075-9687-220867324967276=/root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883223.24803: variable 'ansible_module_compression' from source: unknown 9574 1726883223.24807: ANSIBALLZ: Using lock for lineinfile 9574 1726883223.24809: ANSIBALLZ: Acquiring lock 9574 1726883223.24811: ANSIBALLZ: Lock acquired: 140291077545120 9574 1726883223.24813: ANSIBALLZ: Creating module 9574 1726883223.39059: ANSIBALLZ: Writing module into payload 9574 1726883223.39136: ANSIBALLZ: Writing module 9574 1726883223.39160: ANSIBALLZ: Renaming module 9574 1726883223.39163: ANSIBALLZ: Done creating module 9574 1726883223.39189: variable 'ansible_facts' from source: unknown 9574 1726883223.39243: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py 9574 1726883223.39428: Sending initial data 9574 1726883223.39431: Sent initial data (157 bytes) 9574 1726883223.40033: 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 <<< 9574 1726883223.40038: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.40047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.40121: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883223.40125: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.40185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883223.42588: 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 <<< 9574 1726883223.42648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883223.42734: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpl64avihl /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py <<< 9574 1726883223.42739: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py" <<< 9574 1726883223.42781: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpl64avihl" to remote "/root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py" <<< 9574 1726883223.43562: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.43603: stderr chunk (state=3): >>><<< 9574 1726883223.43607: stdout chunk (state=3): >>><<< 9574 1726883223.43632: done transferring module to remote 9574 1726883223.43648: _low_level_execute_command(): starting 9574 1726883223.43651: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/ /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py && sleep 0' 9574 1726883223.44261: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.44458: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883223.47060: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.47089: stderr chunk (state=3): >>><<< 9574 1726883223.47098: stdout chunk (state=3): >>><<< 9574 1726883223.47120: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883223.47132: _low_level_execute_command(): starting 9574 1726883223.47144: _low_level_execute_command(): using become for this command 9574 1726883223.47163: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-smwsczaqsvgqbveurezctzjppxtgtffa ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/AnsiballZ_lineinfile.py'"'"' && sleep 0' 9574 1726883223.47679: Initial state: awaiting_escalation: BECOME-SUCCESS-smwsczaqsvgqbveurezctzjppxtgtffa 9574 1726883223.47883: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883223.47898: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883223.47916: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883223.47939: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883223.47961: stderr chunk (state=1): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883223.47981: stderr chunk (state=1): >>>debug2: match not found <<< 9574 1726883223.47998: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.48018: stderr chunk (state=1): >>>debug1: configuration requests final Match pass <<< 9574 1726883223.48100: stderr chunk (state=1): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.48114: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883223.48146: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.48285: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883223.52919: stdout chunk (state=1): >>>BECOME-SUCCESS-smwsczaqsvgqbveurezctzjppxtgtffa <<< 9574 1726883223.52931: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-smwsczaqsvgqbveurezctzjppxtgtffa' 9574 1726883223.53549: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 9574 1726883223.53604: stdout chunk (state=3): >>> import _imp # builtin<<< 9574 1726883223.53608: stdout chunk (state=3): >>> <<< 9574 1726883223.53664: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883223.53671: stdout chunk (state=3): >>> <<< 9574 1726883223.53692: stdout chunk (state=3): >>>import '_warnings' # <<< 9574 1726883223.53699: stdout chunk (state=3): >>> <<< 9574 1726883223.53721: stdout chunk (state=3): >>>import '_weakref' # <<< 9574 1726883223.53728: stdout chunk (state=3): >>> <<< 9574 1726883223.53854: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883223.53857: stdout chunk (state=3): >>> <<< 9574 1726883223.53983: stdout chunk (state=3): >>>import 'posix' # import '_frozen_importlib_external' # <<< 9574 1726883223.54006: stdout chunk (state=3): >>># installing zipimport hook <<< 9574 1726883223.54056: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883223.54114: stdout chunk (state=3): >>> import 'zipimport' # # installed zipimport hook<<< 9574 1726883223.54222: stdout chunk (state=3): >>> # /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883223.54225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883223.54277: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883223.54280: stdout chunk (state=3): >>> <<< 9574 1726883223.54337: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883223.54393: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 9574 1726883223.54460: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 9574 1726883223.54495: stdout chunk (state=3): >>> <<< 9574 1726883223.54518: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10394e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10394b7a10><<< 9574 1726883223.54528: stdout chunk (state=3): >>> <<< 9574 1726883223.54563: 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'<<< 9574 1726883223.54604: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10394ea960> <<< 9574 1726883223.54647: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883223.54706: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9574 1726883223.54759: stdout chunk (state=3): >>> import 'io' # <<< 9574 1726883223.54771: stdout chunk (state=3): >>> <<< 9574 1726883223.54855: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883223.54867: stdout chunk (state=3): >>> import 'stat' # <<< 9574 1726883223.54989: stdout chunk (state=3): >>> import '_collections_abc' # <<< 9574 1726883223.54995: stdout chunk (state=3): >>> <<< 9574 1726883223.55048: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883223.55053: stdout chunk (state=3): >>> <<< 9574 1726883223.55080: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883223.55085: stdout chunk (state=3): >>> <<< 9574 1726883223.55151: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883223.55156: stdout chunk (state=3): >>> <<< 9574 1726883223.55188: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883223.55193: stdout chunk (state=3): >>> <<< 9574 1726883223.55229: stdout chunk (state=3): >>>Processing user site-packages<<< 9574 1726883223.55238: stdout chunk (state=3): >>> <<< 9574 1726883223.55265: stdout chunk (state=3): >>>Processing global site-packages<<< 9574 1726883223.55268: stdout chunk (state=3): >>> <<< 9574 1726883223.55299: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages'<<< 9574 1726883223.55303: stdout chunk (state=3): >>> <<< 9574 1726883223.55336: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages'<<< 9574 1726883223.55342: stdout chunk (state=3): >>> <<< 9574 1726883223.55369: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'<<< 9574 1726883223.55412: stdout chunk (state=3): >>> <<< 9574 1726883223.55428: 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<<< 9574 1726883223.55434: stdout chunk (state=3): >>> <<< 9574 1726883223.55463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883223.55579: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039298fe0> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py<<< 9574 1726883223.55584: stdout chunk (state=3): >>> <<< 9574 1726883223.55616: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883223.55621: stdout chunk (state=3): >>> <<< 9574 1726883223.55653: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039299f10><<< 9574 1726883223.55659: stdout chunk (state=3): >>> <<< 9574 1726883223.55714: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883223.55718: stdout chunk (state=3): >>> <<< 9574 1726883223.55773: 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<<< 9574 1726883223.55938: stdout chunk (state=3): >>> Type "help", "copyright", "credits" or "license" for more information. <<< 9574 1726883223.56178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 9574 1726883223.56185: stdout chunk (state=3): >>> <<< 9574 1726883223.56227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'<<< 9574 1726883223.56234: stdout chunk (state=3): >>> <<< 9574 1726883223.56276: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 9574 1726883223.56281: stdout chunk (state=3): >>> <<< 9574 1726883223.56318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883223.56330: stdout chunk (state=3): >>> <<< 9574 1726883223.56370: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 9574 1726883223.56373: stdout chunk (state=3): >>> <<< 9574 1726883223.56454: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 9574 1726883223.56459: stdout chunk (state=3): >>> <<< 9574 1726883223.56498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 9574 1726883223.56510: stdout chunk (state=3): >>> <<< 9574 1726883223.56561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 9574 1726883223.56567: stdout chunk (state=3): >>> <<< 9574 1726883223.56604: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d7d70><<< 9574 1726883223.56609: stdout chunk (state=3): >>> <<< 9574 1726883223.56648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py<<< 9574 1726883223.56687: stdout chunk (state=3): >>> <<< 9574 1726883223.56696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc'<<< 9574 1726883223.56711: stdout chunk (state=3): >>> <<< 9574 1726883223.56763: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d7fb0><<< 9574 1726883223.56806: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 9574 1726883223.56808: stdout chunk (state=3): >>> <<< 9574 1726883223.56867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 9574 1726883223.56870: stdout chunk (state=3): >>> <<< 9574 1726883223.57018: stdout chunk (state=3): >>># /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' <<< 9574 1726883223.57073: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883223.57153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883223.57156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 9574 1726883223.57249: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103930f770> # /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 0x7f103930fe00> import '_collections' # <<< 9574 1726883223.57284: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392efa40><<< 9574 1726883223.57325: stdout chunk (state=3): >>> import '_functools' # <<< 9574 1726883223.57345: stdout chunk (state=3): >>> <<< 9574 1726883223.57521: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392ed160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d4f20><<< 9574 1726883223.57538: stdout chunk (state=3): >>> <<< 9574 1726883223.57599: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883223.57643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883223.57684: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883223.57737: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883223.57794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883223.57839: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883223.57874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883223.57950: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10393336e0> <<< 9574 1726883223.57953: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039332300> <<< 9574 1726883223.57980: 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 0x7f10392ee030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039330b30> <<< 9574 1726883223.58062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883223.58065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039364740> <<< 9574 1726883223.58118: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d41a0> # /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' <<< 9574 1726883223.58121: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.58157: 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 0x7f1039364bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039364aa0> <<< 9574 1726883223.58183: 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 0x7f1039364e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d2cc0> <<< 9574 1726883223.58469: 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 # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039365580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039365250> 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 0x7f1039366480> 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 0x7f103937c6b0> <<< 9574 1726883223.58565: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f103937ddf0> # /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' <<< 9574 1726883223.58579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883223.58599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103937ec90> <<< 9574 1726883223.58642: 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 0x7f103937f2f0> <<< 9574 1726883223.58680: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103937e1e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883223.58688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883223.58733: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.58756: 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 0x7f103937fd70> <<< 9574 1726883223.58818: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103937f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10393664e0> <<< 9574 1726883223.58842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883223.58872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883223.58895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883223.58933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883223.58965: 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 0x7f10390fbc50> <<< 9574 1726883223.59027: 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' <<< 9574 1726883223.59048: 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 0x7f1039124740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391244a0> <<< 9574 1726883223.59062: 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 0x7f1039124770> <<< 9574 1726883223.59133: 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' <<< 9574 1726883223.59198: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.59371: 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 0x7f10391250a0> <<< 9574 1726883223.59587: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.59592: 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 0x7f1039125a60> <<< 9574 1726883223.59616: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039124950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10390f9df0> <<< 9574 1726883223.59647: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883223.59671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883223.59715: 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' <<< 9574 1726883223.59718: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039126e10> <<< 9574 1726883223.59771: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391258e0> <<< 9574 1726883223.59786: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039366660> <<< 9574 1726883223.59803: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883223.59927: 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 <<< 9574 1726883223.59970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883223.59994: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103914f1a0> <<< 9574 1726883223.60078: 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' <<< 9574 1726883223.60099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883223.60130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883223.60174: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039173500> <<< 9574 1726883223.60199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883223.60269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883223.60332: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883223.60393: 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 0x7f10391d4290> <<< 9574 1726883223.60396: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883223.60422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883223.60453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883223.60512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883223.60637: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391d69f0> <<< 9574 1726883223.60752: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391d43b0> <<< 9574 1726883223.60793: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103919d280> <<< 9574 1726883223.60874: 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 0x7f1038b153a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039172300> <<< 9574 1726883223.60877: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039127d70> <<< 9574 1726883223.61029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883223.61122: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1039172660> <<< 9574 1726883223.61469: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_t_vh4hsq/ansible_lineinfile_payload.zip' # zipimport: zlib available <<< 9574 1726883223.61505: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.61535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883223.61565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883223.61634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883223.61747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883223.61794: 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' <<< 9574 1726883223.61798: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b6b0e0> <<< 9574 1726883223.61828: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883223.62105: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b49fd0> <<< 9574 1726883223.62117: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b49130> <<< 9574 1726883223.62143: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.62183: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883223.62406: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883223.64204: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.66367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 9574 1726883223.66373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b68fb0> # /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' <<< 9574 1726883223.66376: 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' <<< 9574 1726883223.66390: 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' <<< 9574 1726883223.66417: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.66432: 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 0x7f1038b96b70> <<< 9574 1726883223.66680: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b96900> <<< 9574 1726883223.66684: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b96240> # /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 0x7f1038b96960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b6bd70> 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 0x7f1038b97830> # 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 0x7f1038b97a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883223.66708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883223.66727: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883223.66771: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b97fb0> <<< 9574 1726883223.66800: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883223.66845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883223.66876: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a01ca0> <<< 9574 1726883223.66920: 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 0x7f1038a03890> <<< 9574 1726883223.66947: 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' <<< 9574 1726883223.67050: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a04260> # /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' <<< 9574 1726883223.67138: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a053d0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883223.67153: 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 <<< 9574 1726883223.67262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a07e90> # 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 0x7f10392d2db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a06180> <<< 9574 1726883223.67288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883223.67314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883223.67367: 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 <<< 9574 1726883223.67465: 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 0x7f1038a13ef0> import '_tokenize' # <<< 9574 1726883223.67628: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a129c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a12720> # /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 0x7f1038a12c90> <<< 9574 1726883223.67677: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a06690> <<< 9574 1726883223.67879: 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 0x7f1038a57f80> <<< 9574 1726883223.67884: 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 0x7f1038a581d0> <<< 9574 1726883223.67886: 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' <<< 9574 1726883223.67958: 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 0x7f1038a59ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a59a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883223.67987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883223.68107: 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 0x7f1038a5c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a5a390> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883223.68217: stdout chunk (state=3): >>># 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' # <<< 9574 1726883223.68247: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a5fa70> <<< 9574 1726883223.68365: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a5c440> <<< 9574 1726883223.68405: 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 0x7f1038a60620> <<< 9574 1726883223.68432: 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 0x7f1038a60e60> <<< 9574 1726883223.68473: 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 0x7f1038a60b60> <<< 9574 1726883223.68502: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a58320> <<< 9574 1726883223.68529: 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' <<< 9574 1726883223.68548: stdout chunk (state=3): >>># /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' <<< 9574 1726883223.68636: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883223.68639: 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 0x7f10388f02c0> <<< 9574 1726883223.68817: 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 0x7f10388f1550> <<< 9574 1726883223.68884: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a62a50> # 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' <<< 9574 1726883223.68906: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f1038a63e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a62690> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883223.68989: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.69111: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.69151: 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 <<< 9574 1726883223.69238: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.69369: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.70012: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.70568: 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 <<< 9574 1726883223.70572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883223.70618: 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 0x7f10388f56a0> <<< 9574 1726883223.70702: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883223.70727: 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 0x7f10388f63f0> <<< 9574 1726883223.70757: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10388f16d0> <<< 9574 1726883223.70817: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 9574 1726883223.70842: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 9574 1726883223.70872: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.71017: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.71209: 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 0x7f10388f64b0> # zipimport: zlib available <<< 9574 1726883223.71725: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.72092: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.72161: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.72471: 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 # zipimport: zlib available <<< 9574 1726883223.72575: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 9574 1726883223.72608: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883223.72650: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.72703: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883223.72706: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.73059: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.73431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883223.73647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10388f7680> <<< 9574 1726883223.73674: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.73921: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.73936: 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' # # zipimport: zlib available <<< 9574 1726883223.73973: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74019: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883223.74117: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74131: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74151: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74237: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74329: 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 <<< 9574 1726883223.74387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883223.74548: 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 0x7f10389022d0> <<< 9574 1726883223.74591: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10388fffb0> <<< 9574 1726883223.74611: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883223.74729: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74795: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74874: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.74889: 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' <<< 9574 1726883223.74919: 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 <<< 9574 1726883223.74939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883223.74960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883223.75048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883223.75087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883223.75102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883223.75174: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10389eea80> <<< 9574 1726883223.75360: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038bca750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038902060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a60f50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 9574 1726883223.75398: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.75486: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883223.75603: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883223.75607: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.75894: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.76215: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883223.76991: stdout chunk (state=3): >>> {"changed": false, "msg": "", "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}}} <<< 9574 1726883223.77140: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883223.77555: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 9574 1726883223.77593: stdout chunk (state=3): >>> # clear sys.path_hooks<<< 9574 1726883223.77597: stdout chunk (state=3): >>> # clear builtins._ # clear sys.path<<< 9574 1726883223.77631: stdout chunk (state=3): >>> # clear sys.argv # clear sys.ps1 <<< 9574 1726883223.77659: stdout chunk (state=3): >>># 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<<< 9574 1726883223.77704: stdout chunk (state=3): >>> # 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<<< 9574 1726883223.77836: stdout chunk (state=3): >>> # 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<<< 9574 1726883223.77874: 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 # 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 # cleanu<<< 9574 1726883223.77915: stdout chunk (state=3): >>>p[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 # cl<<< 9574 1726883223.77935: stdout chunk (state=3): >>>eanup[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 <<< 9574 1726883223.78299: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883223.78318: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883223.78352: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 9574 1726883223.78450: 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 # 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<<< 9574 1726883223.78467: stdout chunk (state=3): >>> # destroy _json # destroy grp<<< 9574 1726883223.78471: stdout chunk (state=3): >>> # destroy encodings <<< 9574 1726883223.78489: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883223.78517: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 9574 1726883223.78528: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 9574 1726883223.78539: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 9574 1726883223.78579: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 9574 1726883223.78583: stdout chunk (state=3): >>># destroy datetime <<< 9574 1726883223.78612: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883223.78745: stdout chunk (state=3): >>># 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 <<< 9574 1726883223.78750: 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 <<< 9574 1726883223.78779: 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 <<< 9574 1726883223.78787: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg <<< 9574 1726883223.78797: stdout chunk (state=3): >>># cleanup[3] wiping re._parser <<< 9574 1726883223.78814: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 9574 1726883223.78836: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 9574 1726883223.78843: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections <<< 9574 1726883223.78863: 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 # cleanup[3] wiping os <<< 9574 1726883223.78879: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat <<< 9574 1726883223.78889: stdout chunk (state=3): >>># cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc <<< 9574 1726883223.79034: 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 <<< 9574 1726883223.79138: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883223.79145: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883223.79170: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883223.79199: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883223.79213: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883223.79337: stdout chunk (state=3): >>># 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 <<< 9574 1726883223.79454: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 9574 1726883223.79458: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings <<< 9574 1726883223.79472: stdout chunk (state=3): >>># destroy weakref # destroy collections # destroy threading <<< 9574 1726883223.79488: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883223.79498: stdout chunk (state=3): >>># destroy time <<< 9574 1726883223.79538: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883223.79603: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string<<< 9574 1726883223.79607: stdout chunk (state=3): >>> # destroy re <<< 9574 1726883223.79632: stdout chunk (state=3): >>># destroy itertools # destroy _abc <<< 9574 1726883223.79675: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks<<< 9574 1726883223.79731: stdout chunk (state=3): >>> <<< 9574 1726883223.80497: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883223.80501: stdout chunk (state=3): >>><<< 9574 1726883223.80503: stderr chunk (state=3): >>><<< 9574 1726883223.80661: _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 0x7f10394e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10394b7a10> # /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 0x7f10394ea960> 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 0x7f1039298fe0> # /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 0x7f1039299f10> 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 0x7f10392d7d70> # /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 0x7f10392d7fb0> # /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 0x7f103930f770> # /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 0x7f103930fe00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392efa40> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392ed160> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d4f20> # /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 0x7f10393336e0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039332300> # /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 0x7f10392ee030> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039330b30> # /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 0x7f1039364740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d41a0> # /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 0x7f1039364bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039364aa0> # 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 0x7f1039364e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10392d2cc0> # /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 0x7f1039365580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039365250> 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 0x7f1039366480> 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 0x7f103937c6b0> 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 0x7f103937ddf0> # /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 0x7f103937ec90> # 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 0x7f103937f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103937e1e0> # /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 0x7f103937fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103937f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10393664e0> # /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 0x7f10390fbc50> # /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 0x7f1039124740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391244a0> # 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 0x7f1039124770> # /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 0x7f10391250a0> # 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 0x7f1039125a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039124950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10390f9df0> # /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 0x7f1039126e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391258e0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039366660> # /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 0x7f103914f1a0> # /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 0x7f1039173500> # /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 0x7f10391d4290> # /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 0x7f10391d69f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10391d43b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f103919d280> # /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 0x7f1038b153a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039172300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1039127d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f1039172660> # zipimport: found 30 names in '/tmp/ansible_lineinfile_payload_t_vh4hsq/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 0x7f1038b6b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b49fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b49130> # 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 0x7f1038b68fb0> # /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 0x7f1038b96b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b96900> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b96240> # /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 0x7f1038b96960> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038b6bd70> 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 0x7f1038b97830> # 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 0x7f1038b97a70> # /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 0x7f1038b97fb0> 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 0x7f1038a01ca0> # 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 0x7f1038a03890> # /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 0x7f1038a04260> # /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 0x7f1038a053d0> # /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 0x7f1038a07e90> # 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 0x7f10392d2db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a06180> # /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 0x7f1038a13ef0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a129c0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a12720> # /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 0x7f1038a12c90> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a06690> # 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 0x7f1038a57f80> # /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 0x7f1038a581d0> # /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 0x7f1038a59ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a59a60> # /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 0x7f1038a5c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a5a390> # /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 0x7f1038a5fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a5c440> # 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 0x7f1038a60620> # 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 0x7f1038a60e60> # 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 0x7f1038a60b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a58320> # /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 0x7f10388f02c0> # 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 0x7f10388f1550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a62a50> # 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 0x7f1038a63e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a62690> # 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 0x7f10388f56a0> # /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 0x7f10388f63f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10388f16d0> 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 0x7f10388f64b0> # 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 0x7f10388f7680> # 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 0x7f10389022d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f10388fffb0> 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 0x7f10389eea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038bca750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038902060> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f1038a60f50> # 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, "msg": "", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883223.81472: 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-1726883223.2127075-9687-220867324967276/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883223.81476: _low_level_execute_command(): starting 9574 1726883223.81478: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883223.2127075-9687-220867324967276/ > /dev/null 2>&1 && sleep 0' 9574 1726883223.82033: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.82038: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.82083: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883223.82103: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883223.82139: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.82214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883223.84223: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.84227: stdout chunk (state=3): >>><<< 9574 1726883223.84230: stderr chunk (state=3): >>><<< 9574 1726883223.84400: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883223.84404: handler run complete 9574 1726883223.84407: attempt loop complete, returning result 9574 1726883223.84409: _execute() done 9574 1726883223.84411: dumping result to json 9574 1726883223.84413: done dumping result, returning 9574 1726883223.84415: done running TaskExecutor() for managed_node2/TASK: Add candlepin hostname to /etc/hosts [0affc0aa-4893-214d-52b4-000000000019] 9574 1726883223.84418: sending task result for task 0affc0aa-4893-214d-52b4-000000000019 9574 1726883223.84673: done sending task result for task 0affc0aa-4893-214d-52b4-000000000019 9574 1726883223.84677: WORKER PROCESS EXITING ok: [managed_node2] => { "backup": "", "changed": false } 9574 1726883223.84738: no more pending results, returning what we have 9574 1726883223.84742: results queue empty 9574 1726883223.84744: checking for any_errors_fatal 9574 1726883223.84747: done checking for any_errors_fatal 9574 1726883223.84748: checking for max_fail_percentage 9574 1726883223.84750: done checking for max_fail_percentage 9574 1726883223.84751: checking to see if all hosts have failed and the running result is not ok 9574 1726883223.84751: done checking to see if all hosts have failed 9574 1726883223.84752: getting the remaining hosts for this loop 9574 1726883223.84754: done getting the remaining hosts for this loop 9574 1726883223.84762: getting the next task for host managed_node2 9574 1726883223.84774: done getting next task for host managed_node2 9574 1726883223.84777: ^ task is: TASK: Install needed packages 9574 1726883223.84780: ^ 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 9574 1726883223.84784: getting variables 9574 1726883223.84785: in VariableManager get_vars() 9574 1726883223.84812: Calling all_inventory to load vars for managed_node2 9574 1726883223.84815: Calling groups_inventory to load vars for managed_node2 9574 1726883223.84818: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883223.84829: Calling all_plugins_play to load vars for managed_node2 9574 1726883223.84832: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883223.84836: Calling groups_plugins_play to load vars for managed_node2 9574 1726883223.85010: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883223.85047: done with get_vars() 9574 1726883223.85201: done getting variables 9574 1726883223.85499: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:03 -0400 (0:00:00.745) 0:00:03.255 ****** 9574 1726883223.85530: entering _queue_task() for managed_node2/package 9574 1726883223.85532: Creating lock for package 9574 1726883223.86060: worker is 1 (out of 1 available) 9574 1726883223.86074: exiting _queue_task() for managed_node2/package 9574 1726883223.86087: done queuing things up, now waiting for results queue to drain 9574 1726883223.86088: waiting for pending results... 9574 1726883223.86487: running TaskExecutor() for managed_node2/TASK: Install needed packages 9574 1726883223.86758: in run() - task 0affc0aa-4893-214d-52b4-00000000001a 9574 1726883223.86787: variable 'ansible_search_path' from source: unknown 9574 1726883223.86809: variable 'ansible_search_path' from source: unknown 9574 1726883223.86918: calling self._execute() 9574 1726883223.86925: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.86937: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.86956: variable 'omit' from source: magic vars 9574 1726883223.88151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883223.91060: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883223.91343: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883223.91388: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883223.91431: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883223.91470: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883223.92147: 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) 9574 1726883223.92151: 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) 9574 1726883223.92153: 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) 9574 1726883223.92155: 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) 9574 1726883223.92157: 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) 9574 1726883223.92599: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883223.92635: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883223.92699: variable 'omit' from source: magic vars 9574 1726883223.93017: variable 'omit' from source: magic vars 9574 1726883223.93300: variable '__rhc_is_ostree' from source: set_fact 9574 1726883223.93355: variable 'omit' from source: magic vars 9574 1726883223.93382: variable 'omit' from source: magic vars 9574 1726883223.93477: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883223.93509: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883223.93531: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883223.93747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.93750: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883223.93753: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883223.93755: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883223.93758: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883223.93791: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.93800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.93921: Set connection var ansible_connection to ssh 9574 1726883223.93932: Set connection var ansible_shell_type to sh 9574 1726883223.93947: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883223.93962: Set connection var ansible_timeout to 10 9574 1726883223.93973: Set connection var ansible_shell_executable to /bin/sh 9574 1726883223.93981: Set connection var ansible_pipelining to False 9574 1726883223.94015: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.94022: variable 'ansible_connection' from source: unknown 9574 1726883223.94028: variable 'ansible_module_compression' from source: unknown 9574 1726883223.94039: variable 'ansible_shell_type' from source: unknown 9574 1726883223.94049: variable 'ansible_shell_executable' from source: unknown 9574 1726883223.94055: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883223.94063: variable 'ansible_pipelining' from source: unknown 9574 1726883223.94070: variable 'ansible_timeout' from source: unknown 9574 1726883223.94078: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883223.94238: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883223.94271: variable 'omit' from source: magic vars 9574 1726883223.94283: starting attempt loop 9574 1726883223.94291: running the handler 9574 1726883223.94301: variable 'ansible_facts' from source: unknown 9574 1726883223.94324: _low_level_execute_command(): starting 9574 1726883223.94337: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883223.95211: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.95255: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883223.95276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883223.95310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.95451: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883223.97195: stdout chunk (state=3): >>>/root <<< 9574 1726883223.97358: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883223.97362: stdout chunk (state=3): >>><<< 9574 1726883223.97365: stderr chunk (state=3): >>><<< 9574 1726883223.97508: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883223.97512: _low_level_execute_command(): starting 9574 1726883223.97515: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286 `" && echo ansible-tmp-1726883223.9739976-9715-173176590615286="` echo /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286 `" ) && sleep 0' 9574 1726883223.98081: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883223.98163: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883223.98179: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883223.98238: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883223.98316: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883223.98395: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883224.00986: stdout chunk (state=3): >>>ansible-tmp-1726883223.9739976-9715-173176590615286=/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286 <<< 9574 1726883224.01055: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883224.01347: stdout chunk (state=3): >>><<< 9574 1726883224.01350: stderr chunk (state=3): >>><<< 9574 1726883224.01354: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883223.9739976-9715-173176590615286=/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883224.01356: variable 'ansible_module_compression' from source: unknown 9574 1726883224.01358: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 9574 1726883224.01360: variable 'ansible_facts' from source: unknown 9574 1726883224.01548: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py 9574 1726883224.01768: Sending initial data 9574 1726883224.01774: Sent initial data (152 bytes) 9574 1726883224.02389: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883224.02546: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883224.02555: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883224.02558: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883224.02560: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883224.02603: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883224.04752: 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 <<< 9574 1726883224.04801: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883224.04805: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpawh8u05m /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py <<< 9574 1726883224.04808: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py" <<< 9574 1726883224.04966: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpawh8u05m" to remote "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py" <<< 9574 1726883224.06666: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883224.06706: stderr chunk (state=3): >>><<< 9574 1726883224.06714: stdout chunk (state=3): >>><<< 9574 1726883224.06737: done transferring module to remote 9574 1726883224.06757: _low_level_execute_command(): starting 9574 1726883224.06766: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/ /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py && sleep 0' 9574 1726883224.07452: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883224.07466: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883224.07492: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883224.07595: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883224.07600: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883224.07661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883224.07679: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883224.07747: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883224.08072: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883224.10883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883224.10887: stderr chunk (state=3): >>><<< 9574 1726883224.10889: stdout chunk (state=3): >>><<< 9574 1726883224.10891: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883224.10893: _low_level_execute_command(): starting 9574 1726883224.10895: _low_level_execute_command(): using become for this command 9574 1726883224.10897: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-qaixsgnhzcmtkezngvsuxjqtbdyokgtd ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_setup.py'"'"' && sleep 0' 9574 1726883224.11339: Initial state: awaiting_escalation: BECOME-SUCCESS-qaixsgnhzcmtkezngvsuxjqtbdyokgtd 9574 1726883224.11695: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883224.11809: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883224.11822: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883224.11925: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883224.16446: stdout chunk (state=1): >>>BECOME-SUCCESS-qaixsgnhzcmtkezngvsuxjqtbdyokgtd <<< 9574 1726883224.16461: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-qaixsgnhzcmtkezngvsuxjqtbdyokgtd' 9574 1726883224.16978: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 9574 1726883224.17017: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883224.17250: stdout chunk (state=3): >>> <<< 9574 1726883224.17269: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883224.17318: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883224.17332: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.17356: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883224.17393: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883224.17449: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883224.17490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883224.17512: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bd103e0> <<< 9574 1726883224.17535: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bcdfa10> <<< 9574 1726883224.17619: 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 0x7f423bd12960> import '_signal' # import '_abc' # <<< 9574 1726883224.17647: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 9574 1726883224.17692: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883224.17710: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883224.17834: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883224.17862: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883224.17883: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883224.17955: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 9574 1726883224.17984: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 9574 1726883224.18004: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883224.18014: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883224.18068: 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 <<< 9574 1726883224.18247: stdout chunk (state=3): >>># 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 0x7f423bb04fe0> # /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 0x7f423bb05f10> 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. <<< 9574 1726883224.18961: 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 <<< 9574 1726883224.18989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883224.19015: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883224.19063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883224.19099: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb43d10> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883224.19125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883224.19178: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883224.19200: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb43f20> <<< 9574 1726883224.19214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883224.19249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883224.19446: stdout chunk (state=3): >>># /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 0x7f423bb7b680> # /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 0x7f423bb7bd10> import '_collections' # <<< 9574 1726883224.19537: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb5b9b0> import '_functools' # <<< 9574 1726883224.19877: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb590d0> <<< 9574 1726883224.19881: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb40ec0> # /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' <<< 9574 1726883224.19902: 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' <<< 9574 1726883224.19951: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb9b620> <<< 9574 1726883224.19972: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb9a240> <<< 9574 1726883224.20014: 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' <<< 9574 1726883224.20037: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb59fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb98aa0> <<< 9574 1726883224.20113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883224.20128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 9574 1726883224.20237: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd0680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb40140> # /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 0x7f423bbd0b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd09e0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.20265: 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 0x7f423bbd0dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb3ec60> <<< 9574 1726883224.20311: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883224.20335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.20361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883224.20406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883224.20434: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd1490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd1190> <<< 9574 1726883224.20459: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883224.20491: 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' <<< 9574 1726883224.20521: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd2390> <<< 9574 1726883224.20548: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883224.20636: 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' <<< 9574 1726883224.20661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883224.20688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbec590> <<< 9574 1726883224.20720: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883224.20784: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.20801: 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 0x7f423bbedcd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883224.20830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883224.21052: 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 0x7f423bbeeb70> # 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 0x7f423bbef1d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbee0c0> # /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 0x7f423bbefc50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbef380> <<< 9574 1726883224.21079: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd2300> <<< 9574 1726883224.21096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883224.21145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883224.21259: 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 0x7f423b8dfb90> # /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' <<< 9574 1726883224.21294: 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 0x7f423b908680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b9083e0> <<< 9574 1726883224.21344: 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 0x7f423b9086b0> <<< 9574 1726883224.21404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883224.21407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883224.21507: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.21691: 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 0x7f423b908fe0> <<< 9574 1726883224.21881: 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 0x7f423b909970> <<< 9574 1726883224.21907: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b908890> <<< 9574 1726883224.21949: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b8ddd30> <<< 9574 1726883224.21970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883224.22015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883224.22080: 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' <<< 9574 1726883224.22092: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b90ac90> <<< 9574 1726883224.22118: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b908b90> <<< 9574 1726883224.22362: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd2ab0> # /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' <<< 9574 1726883224.22374: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b936ff0> <<< 9574 1726883224.22451: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883224.22466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.22500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883224.22530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883224.22592: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b95b380> <<< 9574 1726883224.22624: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883224.22693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883224.22830: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883224.22860: 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 0x7f423b9b8170> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883224.22893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883224.22935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883224.22988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883224.23122: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b9ba8d0> <<< 9574 1726883224.23239: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b9b8290> <<< 9574 1726883224.23296: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b985160> <<< 9574 1726883224.23339: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883224.23349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883224.23355: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b7c91c0> <<< 9574 1726883224.23390: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b95a180> <<< 9574 1726883224.23397: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b90bbc0> <<< 9574 1726883224.23733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f423b95a4e0> <<< 9574 1726883224.24239: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_3fk2ekpf/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 9574 1726883224.24320: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.24361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883224.24387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883224.24529: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883224.24571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883224.24613: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 9574 1726883224.24633: 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 0x7f423b82af00> <<< 9574 1726883224.24660: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883224.24959: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b809df0> <<< 9574 1726883224.24971: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b808f50> # zipimport: zlib available <<< 9574 1726883224.25021: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883224.25145: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883224.27333: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.29231: 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' <<< 9574 1726883224.29239: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b828dd0> <<< 9574 1726883224.29273: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883224.29295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.29321: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883224.29344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883224.29377: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883224.29390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883224.29535: 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 0x7f423b8628d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b862660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b861f70> <<< 9574 1726883224.29549: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883224.29564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883224.29623: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b8626c0> <<< 9574 1726883224.29632: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b82bb90> <<< 9574 1726883224.29656: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883224.29691: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.29706: 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 0x7f423b863590> <<< 9574 1726883224.29745: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.29759: 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 0x7f423b8637d0> <<< 9574 1726883224.29787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883224.29866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883224.29884: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883224.30034: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b863d10> 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' <<< 9574 1726883224.30066: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b12dac0> <<< 9574 1726883224.30103: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.30114: 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 0x7f423b12f6e0> <<< 9574 1726883224.30158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883224.30173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883224.30256: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b12ffb0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883224.30298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883224.30329: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b131250> <<< 9574 1726883224.30355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883224.30410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883224.30543: 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' <<< 9574 1726883224.30575: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b133d10> # 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 0x7f423b90ac00> <<< 9574 1726883224.30605: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b131fd0> <<< 9574 1726883224.30638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883224.30679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883224.30719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883224.30734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883224.30758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883224.30943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883224.30984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883224.30987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 9574 1726883224.31047: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13bbc0> import '_tokenize' # <<< 9574 1726883224.31125: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13a690> <<< 9574 1726883224.31141: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13a3f0> <<< 9574 1726883224.31169: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883224.31339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13a960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1324e0> # 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 0x7f423b17ff20> <<< 9574 1726883224.31555: 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 0x7f423b17ff80> # /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 0x7f423b181a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1817f0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883224.31567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883224.31622: 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 0x7f423b183fe0> <<< 9574 1726883224.31646: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b182120> <<< 9574 1726883224.31673: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883224.31744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.31778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883224.31799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883224.31822: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883224.31875: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b187770> <<< 9574 1726883224.32065: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b184140> <<< 9574 1726883224.32177: 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 0x7f423b188500> <<< 9574 1726883224.32249: 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 0x7f423b188890><<< 9574 1726883224.32297: 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'<<< 9574 1726883224.32309: 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 0x7f423b188920><<< 9574 1726883224.32315: stdout chunk (state=3): >>> <<< 9574 1726883224.32433: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1800b0> # /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 <<< 9574 1726883224.32453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883224.32504: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.32556: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883224.32562: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f423b18bf80> <<< 9574 1726883224.32814: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883224.32819: stdout chunk (state=3): >>> <<< 9574 1726883224.32845: 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 0x7f423b0152b0><<< 9574 1726883224.32864: stdout chunk (state=3): >>> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b18a720><<< 9574 1726883224.32869: stdout chunk (state=3): >>> <<< 9574 1726883224.32905: 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'<<< 9574 1726883224.32910: 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' <<< 9574 1726883224.33034: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f423b18bad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b18a390> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883224.33149: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33158: stdout chunk (state=3): >>> <<< 9574 1726883224.33291: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33297: stdout chunk (state=3): >>> <<< 9574 1726883224.33321: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33331: stdout chunk (state=3): >>> <<< 9574 1726883224.33344: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883224.33377: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33382: stdout chunk (state=3): >>> <<< 9574 1726883224.33399: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33410: stdout chunk (state=3): >>> <<< 9574 1726883224.33418: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883224.33445: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.33644: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.33690: stdout chunk (state=3): >>> <<< 9574 1726883224.33932: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.34777: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.35690: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883224.35716: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 9574 1726883224.35723: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883224.35726: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883224.35741: stdout chunk (state=3): >>> <<< 9574 1726883224.35774: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883224.35814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883224.35937: 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 0x7f423b0194c0><<< 9574 1726883224.36037: stdout chunk (state=3): >>> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 9574 1726883224.36042: stdout chunk (state=3): >>> <<< 9574 1726883224.36045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883224.36078: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b01a1b0> <<< 9574 1726883224.36131: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13bb90> <<< 9574 1726883224.36177: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883224.36205: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.36332: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883224.36519: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.36762: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883224.36779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883224.36795: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b01a2a0> <<< 9574 1726883224.36812: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.36817: stdout chunk (state=3): >>> <<< 9574 1726883224.37575: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.37578: stdout chunk (state=3): >>> <<< 9574 1726883224.38303: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38459: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883224.38545: stdout chunk (state=3): >>> <<< 9574 1726883224.38558: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38652: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38690: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883224.38736: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38822: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.38950: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883224.38977: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.39036: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883224.39098: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.39161: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883224.39236: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.39580: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.39637: stdout chunk (state=3): >>> <<< 9574 1726883224.39976: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883224.40086: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883224.40150: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883224.40227: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b01b3b0> <<< 9574 1726883224.40343: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.40368: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.40490: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883224.40560: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available<<< 9574 1726883224.40563: stdout chunk (state=3): >>> <<< 9574 1726883224.40620: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.40685: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883224.40707: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.40932: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available<<< 9574 1726883224.41151: stdout chunk (state=3): >>> <<< 9574 1726883224.41179: 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' <<< 9574 1726883224.41296: 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' <<< 9574 1726883224.41311: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f423b025c40> <<< 9574 1726883224.41370: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b020da0><<< 9574 1726883224.41375: stdout chunk (state=3): >>> <<< 9574 1726883224.41430: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883224.41439: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # <<< 9574 1726883224.41468: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.41588: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.41685: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.41733: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.41809: 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' <<< 9574 1726883224.41845: 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 <<< 9574 1726883224.41888: 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 <<< 9574 1726883224.42043: 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' <<< 9574 1726883224.42122: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b10e660><<< 9574 1726883224.42125: stdout chunk (state=3): >>> <<< 9574 1726883224.42198: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1fe330> <<< 9574 1726883224.42310: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b025d90><<< 9574 1726883224.42314: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b01ad20> <<< 9574 1726883224.42443: stdout chunk (state=3): >>># 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' # <<< 9574 1726883224.42521: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883224.42554: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883224.42572: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.42586: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883224.42613: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.42713: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.42777: stdout chunk (state=3): >>> <<< 9574 1726883224.42809: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.42833: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.42914: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883224.42975: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43018: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43084: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 9574 1726883224.43090: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43302: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43388: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat.typing' # <<< 9574 1726883224.43391: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43671: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43931: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.43985: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.44079: 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' <<< 9574 1726883224.44098: stdout chunk (state=3): >>># /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' <<< 9574 1726883224.44163: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 9574 1726883224.44167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 9574 1726883224.44189: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0b9be0> <<< 9574 1726883224.44210: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 9574 1726883224.44253: stdout chunk (state=3): >>># 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 <<< 9574 1726883224.44308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 9574 1726883224.44348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 9574 1726883224.44394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad0fc80> <<< 9574 1726883224.44412: stdout chunk (state=3): >>># 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 0x7f423ad0ff50> <<< 9574 1726883224.44480: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0a2ab0> <<< 9574 1726883224.44544: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0ba780> <<< 9574 1726883224.44549: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0b82c0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0bbe60> <<< 9574 1726883224.44571: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 9574 1726883224.44639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 9574 1726883224.44674: 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' <<< 9574 1726883224.44701: 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' <<< 9574 1726883224.44760: 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 0x7f423ad13050> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad12900> <<< 9574 1726883224.44774: 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 0x7f423ad12ae0> <<< 9574 1726883224.44809: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad11d30> # /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 9574 1726883224.45008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 9574 1726883224.45028: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad13230> <<< 9574 1726883224.45105: stdout chunk (state=3): >>># /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' <<< 9574 1726883224.45134: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.45143: 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 0x7f423ad79d60> <<< 9574 1726883224.45172: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad13d40> <<< 9574 1726883224.45210: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0b96a0> <<< 9574 1726883224.45213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 9574 1726883224.45227: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 9574 1726883224.45257: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883224.45276: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # # zipimport: zlib available <<< 9574 1726883224.45447: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # <<< 9574 1726883224.45453: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45520: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45581: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 9574 1726883224.45602: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45609: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45627: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 9574 1726883224.45635: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45672: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45703: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 9574 1726883224.45736: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45780: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45848: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 9574 1726883224.45916: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45925: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.45972: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 9574 1726883224.45975: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.46058: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.46142: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.46235: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.46308: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 9574 1726883224.46445: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 9574 1726883224.46457: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.47149: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.47155: stdout chunk (state=3): >>> <<< 9574 1726883224.47909: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 9574 1726883224.47913: stdout chunk (state=3): >>> <<< 9574 1726883224.47950: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.47972: stdout chunk (state=3): >>> <<< 9574 1726883224.48056: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.48069: stdout chunk (state=3): >>> <<< 9574 1726883224.48171: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.48174: stdout chunk (state=3): >>> <<< 9574 1726883224.48243: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.48256: stdout chunk (state=3): >>> <<< 9574 1726883224.48299: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883224.48335: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.date_time' # <<< 9574 1726883224.48408: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883224.48423: stdout chunk (state=3): >>> <<< 9574 1726883224.48458: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 9574 1726883224.48467: stdout chunk (state=3): >>> <<< 9574 1726883224.48572: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.48616: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.48695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 9574 1726883224.48705: stdout chunk (state=3): >>> <<< 9574 1726883224.48747: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.48752: stdout chunk (state=3): >>> <<< 9574 1726883224.48807: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.48815: stdout chunk (state=3): >>> <<< 9574 1726883224.48867: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 9574 1726883224.48922: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883224.49037: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.49052: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 9574 1726883224.49147: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.49153: stdout chunk (state=3): >>> <<< 9574 1726883224.49295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 9574 1726883224.49301: stdout chunk (state=3): >>> <<< 9574 1726883224.49341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 9574 1726883224.49346: stdout chunk (state=3): >>> <<< 9574 1726883224.49396: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad7be90><<< 9574 1726883224.49453: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py<<< 9574 1726883224.49460: stdout chunk (state=3): >>> <<< 9574 1726883224.49519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc'<<< 9574 1726883224.49534: stdout chunk (state=3): >>> <<< 9574 1726883224.49737: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad7a900><<< 9574 1726883224.49766: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.local' # <<< 9574 1726883224.49772: stdout chunk (state=3): >>> <<< 9574 1726883224.49922: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.49934: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.49948: stdout chunk (state=3): >>> <<< 9574 1726883224.50057: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 9574 1726883224.50061: stdout chunk (state=3): >>> <<< 9574 1726883224.50093: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50099: stdout chunk (state=3): >>> <<< 9574 1726883224.50274: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50301: stdout chunk (state=3): >>> <<< 9574 1726883224.50399: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 9574 1726883224.50404: stdout chunk (state=3): >>> <<< 9574 1726883224.50443: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50477: stdout chunk (state=3): >>> <<< 9574 1726883224.50555: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50634: stdout chunk (state=3): >>> <<< 9574 1726883224.50677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 9574 1726883224.50693: stdout chunk (state=3): >>> <<< 9574 1726883224.50731: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50734: stdout chunk (state=3): >>> <<< 9574 1726883224.50796: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.50806: stdout chunk (state=3): >>> <<< 9574 1726883224.50912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py<<< 9574 1726883224.50915: stdout chunk (state=3): >>> <<< 9574 1726883224.50991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc'<<< 9574 1726883224.50998: stdout chunk (state=3): >>> <<< 9574 1726883224.51101: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.51351: 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 0x7f423adae0f0> <<< 9574 1726883224.51554: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad9ed50><<< 9574 1726883224.51574: stdout chunk (state=3): >>> <<< 9574 1726883224.51578: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 9574 1726883224.51594: stdout chunk (state=3): >>> <<< 9574 1726883224.51613: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.51631: stdout chunk (state=3): >>> <<< 9574 1726883224.51718: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.51735: stdout chunk (state=3): >>> <<< 9574 1726883224.51814: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 9574 1726883224.51826: stdout chunk (state=3): >>> <<< 9574 1726883224.51870: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.51880: stdout chunk (state=3): >>> <<< 9574 1726883224.52026: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.52029: stdout chunk (state=3): >>> <<< 9574 1726883224.52155: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.52352: stdout chunk (state=3): >>> <<< 9574 1726883224.52363: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.52371: stdout chunk (state=3): >>> <<< 9574 1726883224.52595: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 9574 1726883224.52621: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.service_mgr' # <<< 9574 1726883224.52625: stdout chunk (state=3): >>> <<< 9574 1726883224.52663: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.52737: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.52743: stdout chunk (state=3): >>> <<< 9574 1726883224.52806: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 9574 1726883224.52811: stdout chunk (state=3): >>> <<< 9574 1726883224.52857: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.52930: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.52933: stdout chunk (state=3): >>> <<< 9574 1726883224.53009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 9574 1726883224.53042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc'<<< 9574 1726883224.53108: stdout chunk (state=3): >>> <<< 9574 1726883224.53126: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883224.53168: stdout chunk (state=3): >>># extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883224.53181: stdout chunk (state=3): >>> <<< 9574 1726883224.53187: stdout chunk (state=3): >>>import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f423adc1ca0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423adad790><<< 9574 1726883224.53218: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.system.user' # <<< 9574 1726883224.53255: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.53287: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883224.53301: stdout chunk (state=3): >>> <<< 9574 1726883224.53310: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 9574 1726883224.53361: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883224.53369: stdout chunk (state=3): >>> <<< 9574 1726883224.53485: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.53488: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 9574 1726883224.53501: stdout chunk (state=3): >>> <<< 9574 1726883224.53544: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.53548: stdout chunk (state=3): >>> <<< 9574 1726883224.53819: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.53824: stdout chunk (state=3): >>> <<< 9574 1726883224.54110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 9574 1726883224.54121: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.54129: stdout chunk (state=3): >>> <<< 9574 1726883224.54463: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.54467: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.54487: stdout chunk (state=3): >>> <<< 9574 1726883224.54557: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.54560: stdout chunk (state=3): >>> <<< 9574 1726883224.54626: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 9574 1726883224.54629: stdout chunk (state=3): >>> <<< 9574 1726883224.54658: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 9574 1726883224.54680: stdout chunk (state=3): >>> <<< 9574 1726883224.54697: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.54739: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.54785: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.55011: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.55017: stdout chunk (state=3): >>> <<< 9574 1726883224.55249: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 9574 1726883224.55259: stdout chunk (state=3): >>> <<< 9574 1726883224.55285: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 9574 1726883224.55314: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.55438: stdout chunk (state=3): >>> <<< 9574 1726883224.55538: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.55553: stdout chunk (state=3): >>> <<< 9574 1726883224.55754: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 9574 1726883224.55775: stdout chunk (state=3): >>> <<< 9574 1726883224.55799: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.55884: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.55954: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.56876: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.56880: stdout chunk (state=3): >>> <<< 9574 1726883224.57735: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 9574 1726883224.57764: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.hardware.hurd' # <<< 9574 1726883224.57770: stdout chunk (state=3): >>> <<< 9574 1726883224.57802: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.57805: stdout chunk (state=3): >>> <<< 9574 1726883224.57980: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.58144: stdout chunk (state=3): >>> <<< 9574 1726883224.58180: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 9574 1726883224.58184: stdout chunk (state=3): >>> <<< 9574 1726883224.58220: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.58237: stdout chunk (state=3): >>> <<< 9574 1726883224.58376: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.58744: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 9574 1726883224.58836: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.59092: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 9574 1726883224.59103: stdout chunk (state=3): >>> <<< 9574 1726883224.59120: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.59143: stdout chunk (state=3): >>> <<< 9574 1726883224.59184: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.59188: stdout chunk (state=3): >>> <<< 9574 1726883224.59206: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 9574 1726883224.59212: stdout chunk (state=3): >>> <<< 9574 1726883224.59302: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883224.59322: stdout chunk (state=3): >>> <<< 9574 1726883224.59389: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 9574 1726883224.59406: stdout chunk (state=3): >>> <<< 9574 1726883224.59434: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.59444: stdout chunk (state=3): >>> <<< 9574 1726883224.59614: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.59626: stdout chunk (state=3): >>> <<< 9574 1726883224.59792: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.59944: stdout chunk (state=3): >>> <<< 9574 1726883224.60156: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.60165: stdout chunk (state=3): >>> <<< 9574 1726883224.60483: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 9574 1726883224.60504: stdout chunk (state=3): >>> <<< 9574 1726883224.60528: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 9574 1726883224.60563: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.60566: stdout chunk (state=3): >>> <<< 9574 1726883224.60634: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.60642: stdout chunk (state=3): >>> <<< 9574 1726883224.60710: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 9574 1726883224.60728: stdout chunk (state=3): >>> <<< 9574 1726883224.60755: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.60759: stdout chunk (state=3): >>> <<< 9574 1726883224.60817: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.60821: stdout chunk (state=3): >>> <<< 9574 1726883224.60852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 9574 1726883224.60863: stdout chunk (state=3): >>> <<< 9574 1726883224.60997: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883224.61006: stdout chunk (state=3): >>> <<< 9574 1726883224.61122: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 9574 1726883224.61136: stdout chunk (state=3): >>> <<< 9574 1726883224.61168: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.61183: stdout chunk (state=3): >>> <<< 9574 1726883224.61243: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.61254: stdout chunk (state=3): >>> <<< 9574 1726883224.61284: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 9574 1726883224.61289: stdout chunk (state=3): >>> <<< 9574 1726883224.61333: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.61336: stdout chunk (state=3): >>> <<< 9574 1726883224.61434: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.61448: stdout chunk (state=3): >>> <<< 9574 1726883224.61571: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 9574 1726883224.61732: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.hurd' # <<< 9574 1726883224.61748: stdout chunk (state=3): >>> <<< 9574 1726883224.61763: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.61778: stdout chunk (state=3): >>> <<< 9574 1726883224.62250: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.62257: stdout chunk (state=3): >>> <<< 9574 1726883224.62695: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 9574 1726883224.62701: stdout chunk (state=3): >>> <<< 9574 1726883224.62745: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.62762: stdout chunk (state=3): >>> <<< 9574 1726883224.62920: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # <<< 9574 1726883224.62924: stdout chunk (state=3): >>> <<< 9574 1726883224.62963: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.62973: stdout chunk (state=3): >>> <<< 9574 1726883224.63038: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63046: stdout chunk (state=3): >>> <<< 9574 1726883224.63107: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 9574 1726883224.63112: stdout chunk (state=3): >>> <<< 9574 1726883224.63145: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63151: stdout chunk (state=3): >>> <<< 9574 1726883224.63202: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63273: stdout chunk (state=3): >>> import 'ansible.module_utils.facts.network.netbsd' # <<< 9574 1726883224.63294: stdout chunk (state=3): >>> <<< 9574 1726883224.63313: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63320: stdout chunk (state=3): >>> <<< 9574 1726883224.63414: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.63436: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 9574 1726883224.63477: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.63724: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.sunos' # <<< 9574 1726883224.63732: stdout chunk (state=3): >>> <<< 9574 1726883224.63767: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63772: stdout chunk (state=3): >>> <<< 9574 1726883224.63803: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63808: stdout chunk (state=3): >>> <<< 9574 1726883224.63847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 9574 1726883224.63850: stdout chunk (state=3): >>> <<< 9574 1726883224.63875: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63880: stdout chunk (state=3): >>> <<< 9574 1726883224.63953: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.63962: stdout chunk (state=3): >>> <<< 9574 1726883224.64037: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 9574 1726883224.64045: stdout chunk (state=3): >>> <<< 9574 1726883224.64067: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.64107: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.64157: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883224.64164: stdout chunk (state=3): >>> <<< 9574 1726883224.64248: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.64263: stdout chunk (state=3): >>> <<< 9574 1726883224.64345: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.64545: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.64576: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 9574 1726883224.64580: stdout chunk (state=3): >>> <<< 9574 1726883224.64608: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # <<< 9574 1726883224.64620: stdout chunk (state=3): >>> <<< 9574 1726883224.64642: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 9574 1726883224.64647: stdout chunk (state=3): >>> <<< 9574 1726883224.64678: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.64681: stdout chunk (state=3): >>> <<< 9574 1726883224.64778: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.64786: stdout chunk (state=3): >>> <<< 9574 1726883224.64882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available<<< 9574 1726883224.64906: stdout chunk (state=3): >>> <<< 9574 1726883224.65215: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.65432: stdout chunk (state=3): >>> <<< 9574 1726883224.65552: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 9574 1726883224.65561: stdout chunk (state=3): >>> <<< 9574 1726883224.65584: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.65667: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883224.65672: stdout chunk (state=3): >>> <<< 9574 1726883224.65756: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 9574 1726883224.65761: stdout chunk (state=3): >>> <<< 9574 1726883224.65792: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.65797: stdout chunk (state=3): >>> <<< 9574 1726883224.65881: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.65885: stdout chunk (state=3): >>> <<< 9574 1726883224.65973: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 9574 1726883224.65981: stdout chunk (state=3): >>> <<< 9574 1726883224.66009: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.66012: stdout chunk (state=3): >>> <<< 9574 1726883224.66168: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.66306: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # <<< 9574 1726883224.66312: stdout chunk (state=3): >>> <<< 9574 1726883224.66344: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.default_collectors' # <<< 9574 1726883224.66361: stdout chunk (state=3): >>> <<< 9574 1726883224.66530: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883224.66535: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.66556: stdout chunk (state=3): >>> <<< 9574 1726883224.66714: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 9574 1726883224.66720: stdout chunk (state=3): >>> <<< 9574 1726883224.66758: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # <<< 9574 1726883224.66761: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 9574 1726883224.66776: stdout chunk (state=3): >>> <<< 9574 1726883224.66906: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883224.66915: stdout chunk (state=3): >>> <<< 9574 1726883224.67731: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883224.67739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883224.67753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883224.67787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883224.67818: 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 0x7f423abc2780> <<< 9574 1726883224.67910: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423abc0350> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423abc0c80> <<< 9574 1726883224.68915: 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"}}} <<< 9574 1726883224.69908: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883224.69955: 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 <<< 9574 1726883224.70037: stdout chunk (state=3): >>># 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 <<< 9574 1726883224.70194: stdout chunk (state=3): >>># 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 # c<<< 9574 1726883224.70199: stdout chunk (state=3): >>>leanup[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 <<< 9574 1726883224.70256: stdout chunk (state=3): >>># 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 <<< 9574 1726883224.70838: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883224.70848: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883224.70903: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 9574 1726883224.71069: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883224.71073: stdout chunk (state=3): >>># 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 <<< 9574 1726883224.71093: stdout chunk (state=3): >>># destroy uuid <<< 9574 1726883224.71118: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883224.71143: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 9574 1726883224.71196: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 9574 1726883224.71202: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.connection # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy multiprocessing.context # destroy array # destroy _compat_pickle <<< 9574 1726883224.71255: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 9574 1726883224.71293: stdout chunk (state=3): >>># destroy multiprocessing.process # destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 9574 1726883224.71296: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime <<< 9574 1726883224.71307: stdout chunk (state=3): >>># destroy subprocess # destroy base64 # destroy _ssl <<< 9574 1726883224.71343: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd <<< 9574 1726883224.71447: stdout chunk (state=3): >>># destroy termios <<< 9574 1726883224.71971: stdout chunk (state=3): >>># 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 <<< 9574 1726883224.72052: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 9574 1726883224.72071: 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 <<< 9574 1726883224.72101: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883224.72115: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref # destroy _hashlib <<< 9574 1726883224.72120: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883224.72145: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883224.72163: stdout chunk (state=3): >>># destroy _abc <<< 9574 1726883224.72167: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins <<< 9574 1726883224.72177: stdout chunk (state=3): >>># destroy _thread <<< 9574 1726883224.72191: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883224.73348: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883224.73352: stdout chunk (state=3): >>><<< 9574 1726883224.73354: stderr chunk (state=3): >>><<< 9574 1726883224.73581: _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 0x7f423bd103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bcdfa10> # /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 0x7f423bd12960> 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 0x7f423bb04fe0> # /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 0x7f423bb05f10> 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 0x7f423bb43d10> # /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 0x7f423bb43f20> # /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 0x7f423bb7b680> # /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 0x7f423bb7bd10> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb5b9b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb590d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb40ec0> # /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 0x7f423bb9b620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb9a240> # /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 0x7f423bb59fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb98aa0> # /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 0x7f423bbd0680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb40140> # /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 0x7f423bbd0b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd09e0> # 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 0x7f423bbd0dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bb3ec60> # /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 0x7f423bbd1490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd1190> 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 0x7f423bbd2390> 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 0x7f423bbec590> 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 0x7f423bbedcd0> # /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 0x7f423bbeeb70> # 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 0x7f423bbef1d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbee0c0> # /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 0x7f423bbefc50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbef380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd2300> # /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 0x7f423b8dfb90> # /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 0x7f423b908680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b9083e0> # 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 0x7f423b9086b0> # /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 0x7f423b908fe0> # 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 0x7f423b909970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b908890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b8ddd30> # /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 0x7f423b90ac90> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b908b90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423bbd2ab0> # /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 0x7f423b936ff0> # /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 0x7f423b95b380> # /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 0x7f423b9b8170> # /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 0x7f423b9ba8d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b9b8290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b985160> # /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 0x7f423b7c91c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b95a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b90bbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f423b95a4e0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_3fk2ekpf/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 0x7f423b82af00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b809df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b808f50> # 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 0x7f423b828dd0> # /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 0x7f423b8628d0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b862660> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b861f70> # /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 0x7f423b8626c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b82bb90> 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 0x7f423b863590> # 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 0x7f423b8637d0> # /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 0x7f423b863d10> 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 0x7f423b12dac0> # 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 0x7f423b12f6e0> # /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 0x7f423b12ffb0> # /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 0x7f423b131250> # /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 0x7f423b133d10> # 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 0x7f423b90ac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b131fd0> # /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 0x7f423b13bbc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13a690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13a3f0> # /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 0x7f423b13a960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1324e0> # 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 0x7f423b17ff20> # /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 0x7f423b17ff80> # /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 0x7f423b181a30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1817f0> # /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 0x7f423b183fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b182120> # /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 0x7f423b187770> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b184140> # 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 0x7f423b188500> # 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 0x7f423b188890> # 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 0x7f423b188920> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1800b0> # /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 0x7f423b18bf80> # 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 0x7f423b0152b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b18a720> # 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 0x7f423b18bad0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b18a390> # 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 0x7f423b0194c0> # /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 0x7f423b01a1b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b13bb90> 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 0x7f423b01a2a0> # 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 0x7f423b01b3b0> # 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 0x7f423b025c40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b020da0> 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 0x7f423b10e660> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b1fe330> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b025d90> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b01ad20> # 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 0x7f423b0b9be0> # /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 0x7f423ad0fc80> # 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 0x7f423ad0ff50> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0a2ab0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0ba780> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0b82c0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0bbe60> # /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 0x7f423ad13050> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad12900> # 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 0x7f423ad12ae0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad11d30> # /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 0x7f423ad13230> # /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 0x7f423ad79d60> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad13d40> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423b0b96a0> 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 0x7f423ad7be90> # /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 0x7f423ad7a900> 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 0x7f423adae0f0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423ad9ed50> 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 0x7f423adc1ca0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423adad790> 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 0x7f423abc2780> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423abc0350> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f423abc0c80> {"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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 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 9574 1726883224.75385: 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-1726883223.9739976-9715-173176590615286/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883224.75389: variable 'ansible_module_compression' from source: unknown 9574 1726883224.75393: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 9574 1726883224.75395: ANSIBALLZ: Acquiring lock 9574 1726883224.75397: ANSIBALLZ: Lock acquired: 140291073656976 9574 1726883224.75399: ANSIBALLZ: Creating module 9574 1726883224.92663: ANSIBALLZ: Writing module into payload 9574 1726883224.93048: ANSIBALLZ: Writing module 9574 1726883224.93053: ANSIBALLZ: Renaming module 9574 1726883224.93055: ANSIBALLZ: Done creating module 9574 1726883224.93057: variable 'ansible_facts' from source: unknown 9574 1726883224.93060: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py 9574 1726883224.93214: Sending initial data 9574 1726883224.93218: Sent initial data (150 bytes) 9574 1726883224.93902: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883224.93968: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883224.94023: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883224.94064: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883224.94072: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883224.94130: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883224.96465: 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 <<< 9574 1726883224.96525: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883224.96573: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp0imd35gi /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py <<< 9574 1726883224.96578: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py" <<< 9574 1726883224.96662: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp0imd35gi" to remote "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py" <<< 9574 1726883224.97683: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883224.97697: stderr chunk (state=3): >>><<< 9574 1726883224.97717: stdout chunk (state=3): >>><<< 9574 1726883224.97821: done transferring module to remote 9574 1726883224.97824: _low_level_execute_command(): starting 9574 1726883224.97826: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/ /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py && sleep 0' 9574 1726883224.98447: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883224.98484: 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 <<< 9574 1726883224.98497: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883224.98596: 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883224.98614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883224.98638: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883224.98722: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883225.01393: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883225.01406: stdout chunk (state=3): >>><<< 9574 1726883225.01426: stderr chunk (state=3): >>><<< 9574 1726883225.01452: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883225.01465: _low_level_execute_command(): starting 9574 1726883225.01473: _low_level_execute_command(): using become for this command 9574 1726883225.01563: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-xysoinpujbvlezbubwufrceelejiruud ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/AnsiballZ_dnf.py'"'"' && sleep 0' 9574 1726883225.01770: Initial state: awaiting_escalation: BECOME-SUCCESS-xysoinpujbvlezbubwufrceelejiruud 9574 1726883225.02190: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883225.02346: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883225.02395: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883225.02471: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883225.06761: stdout chunk (state=1): >>>BECOME-SUCCESS-xysoinpujbvlezbubwufrceelejiruud <<< 9574 1726883225.06765: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-xysoinpujbvlezbubwufrceelejiruud' 9574 1726883225.07178: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883225.07228: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883225.07270: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883225.07290: stdout chunk (state=3): >>>import '_warnings' # <<< 9574 1726883225.07302: stdout chunk (state=3): >>>import '_weakref' # <<< 9574 1726883225.07311: stdout chunk (state=3): >>> <<< 9574 1726883225.07442: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883225.07471: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883225.07517: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883225.07636: stdout chunk (state=3): >>># installing zipimport hook<<< 9574 1726883225.07645: stdout chunk (state=3): >>> 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 <<< 9574 1726883225.07665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.07691: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883225.07715: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883225.07756: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883225.07783: 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 0x7f6a434183e0> <<< 9574 1726883225.07799: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a433e7a10> <<< 9574 1726883225.07832: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883225.07835: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883225.07845: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4341a960> <<< 9574 1726883225.07868: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883225.07896: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883225.07901: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883225.07917: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883225.07957: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883225.08052: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883225.08084: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883225.08088: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883225.08113: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883225.08150: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883225.08202: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883225.08242: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883225.08264: 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' <<< 9574 1726883225.08267: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4322cfe0> <<< 9574 1726883225.08350: 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' <<< 9574 1726883225.08353: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4322df10> <<< 9574 1726883225.08371: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883225.08397: 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. <<< 9574 1726883225.08705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883225.08708: 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 <<< 9574 1726883225.08741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.08753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883225.08798: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883225.08813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883225.08845: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883225.08882: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4326bd10> <<< 9574 1726883225.08886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883225.09024: 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 0x7f6a4326bf20> # /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 <<< 9574 1726883225.09058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.09077: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883225.09098: 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 0x7f6a432a3680> <<< 9574 1726883225.09139: 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' <<< 9574 1726883225.09161: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432a3d10> <<< 9574 1726883225.09165: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883225.09214: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432839b0> <<< 9574 1726883225.09224: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883225.09261: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432810d0> <<< 9574 1726883225.09355: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43268ec0> <<< 9574 1726883225.09386: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883225.09399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883225.09418: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883225.09450: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883225.09479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883225.09498: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883225.09501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883225.09536: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432c7620> <<< 9574 1726883225.09558: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432c6240> <<< 9574 1726883225.09590: 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' <<< 9574 1726883225.09595: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432c4aa0> <<< 9574 1726883225.09644: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883225.09660: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f8680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43268140> <<< 9574 1726883225.09691: 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' <<< 9574 1726883225.09719: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.09736: 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 0x7f6a432f8b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f89e0> <<< 9574 1726883225.09777: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.09780: 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 0x7f6a432f8da0> <<< 9574 1726883225.09783: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43266c60> <<< 9574 1726883225.09819: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883225.09823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.09849: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883225.09875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883225.09897: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f9160> <<< 9574 1726883225.09904: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883225.09942: 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' <<< 9574 1726883225.09971: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432fa390> <<< 9574 1726883225.09974: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883225.09995: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883225.10021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883225.10057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883225.10079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883225.10089: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43314590> <<< 9574 1726883225.10101: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883225.10142: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.10148: 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 0x7f6a43315cd0> <<< 9574 1726883225.10170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883225.10187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883225.10205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883225.10226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883225.10236: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43316b70> <<< 9574 1726883225.10277: 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 0x7f6a433171d0> <<< 9574 1726883225.10281: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a433160c0> <<< 9574 1726883225.10309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883225.10319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883225.10364: 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 0x7f6a43317c50> <<< 9574 1726883225.10386: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43317380> <<< 9574 1726883225.10432: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432fa300> <<< 9574 1726883225.10458: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883225.10480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883225.10502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883225.10528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883225.10567: 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 0x7f6a4309fb90> <<< 9574 1726883225.10581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883225.10597: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883225.10616: 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 0x7f6a430c8680> <<< 9574 1726883225.10632: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c83e0> <<< 9574 1726883225.10662: 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 0x7f6a430c86b0> <<< 9574 1726883225.10693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883225.10698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883225.10777: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.10902: 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 0x7f6a430c8fe0> <<< 9574 1726883225.11039: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.11049: 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 0x7f6a430c9970> <<< 9574 1726883225.11057: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c8890> <<< 9574 1726883225.11078: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4309dd30> <<< 9574 1726883225.11102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883225.11127: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883225.11147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883225.11166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883225.11171: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430cacc0> <<< 9574 1726883225.11202: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c8e30> <<< 9574 1726883225.11221: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432faab0> <<< 9574 1726883225.11251: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883225.11317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.11348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883225.11620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430f3020> # /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 0x7f6a4311b3e0> <<< 9574 1726883225.11623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883225.11677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883225.11756: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883225.11791: 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 0x7f6a431781a0> <<< 9574 1726883225.11816: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883225.11851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883225.11883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883225.11947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883225.12059: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4317a900> <<< 9574 1726883225.12172: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a431782c0> <<< 9574 1726883225.12216: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43145190> <<< 9574 1726883225.12256: 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 0x7f6a42f812b0> <<< 9574 1726883225.12288: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4311a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430cbbf0> <<< 9574 1726883225.12529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a4311a540> <<< 9574 1726883225.12772: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pvcvcwwf/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 9574 1726883225.12994: 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' <<< 9574 1726883225.13021: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883225.13224: 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 0x7f6a42fd7020> <<< 9574 1726883225.13254: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883225.13461: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fb5f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fb5070> # zipimport: zlib available <<< 9574 1726883225.13494: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883225.13526: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883225.13563: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883225.15756: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.17684: 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 0x7f6a42fd4ef0> # /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' <<< 9574 1726883225.17724: 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' <<< 9574 1726883225.17768: 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 0x7f6a430029c0> <<< 9574 1726883225.17842: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43002750> <<< 9574 1726883225.17866: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43002060> <<< 9574 1726883225.17897: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883225.17900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883225.17969: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43002540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fd7cb0> <<< 9574 1726883225.17983: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883225.18021: 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 0x7f6a43003650> <<< 9574 1726883225.18035: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.18070: 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 0x7f6a43003860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883225.18149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883225.18176: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883225.18228: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43003da0> <<< 9574 1726883225.18259: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883225.18298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883225.18347: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42915b80> <<< 9574 1726883225.18398: 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 0x7f6a429177a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883225.18417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883225.18469: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291c1a0> <<< 9574 1726883225.18534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883225.18542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883225.18555: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291d340> <<< 9574 1726883225.18584: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883225.18658: 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 <<< 9574 1726883225.18661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883225.18730: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291fdd0> <<< 9574 1726883225.18797: 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 0x7f6a430f2f90> <<< 9574 1726883225.18801: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291e090> <<< 9574 1726883225.18820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883225.18886: 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 <<< 9574 1726883225.18891: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883225.18950: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883225.18960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883225.18982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883225.18985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 9574 1726883225.18998: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42927d10> <<< 9574 1726883225.19013: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883225.19104: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42926540> <<< 9574 1726883225.19144: 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' <<< 9574 1726883225.19254: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42926ab0> <<< 9574 1726883225.19317: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291e5a0> <<< 9574 1726883225.19323: 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 0x7f6a4296bf80> <<< 9574 1726883225.19379: 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 0x7f6a4296c0b0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 9574 1726883225.19415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883225.19479: 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' <<< 9574 1726883225.19490: 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 0x7f6a4296db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296d940> <<< 9574 1726883225.19508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883225.19692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883225.19759: 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 0x7f6a42970140> <<< 9574 1726883225.19763: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296e270> <<< 9574 1726883225.19835: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883225.19856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.19887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883225.19893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883225.19905: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883225.19973: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429738f0> <<< 9574 1726883225.20166: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429702f0> <<< 9574 1726883225.20251: 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 0x7f6a42974590> <<< 9574 1726883225.20285: 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 0x7f6a42974a10> <<< 9574 1726883225.20378: 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 0x7f6a429749b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296c2c0> # /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' <<< 9574 1726883225.20426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883225.20433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883225.20491: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.20498: 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 0x7f6a42800290> <<< 9574 1726883225.20737: 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 0x7f6a42801610> <<< 9574 1726883225.20804: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42976a50> # 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 0x7f6a42977e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42976660> <<< 9574 1726883225.20868: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.20873: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 9574 1726883225.20997: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883225.21161: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883225.21167: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.21189: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883225.21213: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.21389: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.21571: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.22488: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.23066: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883225.23070: 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' # <<< 9574 1726883225.23109: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883225.23118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.23192: 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 0x7f6a428057c0> <<< 9574 1726883225.23268: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883225.23291: 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 0x7f6a428065a0> <<< 9574 1726883225.23305: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42974c50> <<< 9574 1726883225.23362: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883225.23381: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.23393: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.23411: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883225.23420: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.23574: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.23732: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883225.23758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883225.23765: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42806570> <<< 9574 1726883225.23784: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24255: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24707: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24780: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883225.24885: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24914: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.24961: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883225.24967: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25051: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25120: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883225.25163: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25177: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883225.25210: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25248: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883225.25267: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25512: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883225.25803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883225.25823: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883225.25892: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42807800> <<< 9574 1726883225.25907: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.25983: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26061: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883225.26073: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883225.26077: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883225.26101: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26149: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26186: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883225.26201: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26250: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26294: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26352: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26426: 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 <<< 9574 1726883225.26476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.26576: 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 0x7f6a42812030> <<< 9574 1726883225.26610: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4280f3b0> <<< 9574 1726883225.26650: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883225.26664: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26719: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26777: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26825: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.26882: 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' <<< 9574 1726883225.26893: 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 <<< 9574 1726883225.26917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883225.26949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883225.26997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883225.27010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883225.27038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883225.27092: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429029c0> <<< 9574 1726883225.27142: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43032690> <<< 9574 1726883225.27224: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42812120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42975bb0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883225.27242: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.27272: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.27297: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883225.27361: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883225.27372: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.27394: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883225.27419: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.28008: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.28559: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.29249: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.30289: 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 0x7f6a428a4740> # /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 0x7f6a428a4950> <<< 9574 1726883225.30324: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 9574 1726883225.30329: 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 # code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 9574 1726883225.30364: 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 0x7f6a428a50a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a4c20> <<< 9574 1726883225.30405: 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' <<< 9574 1726883225.30477: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a59d0> <<< 9574 1726883225.30667: 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 # 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 0x7f6a428917c0> # /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 0x7f6a42891550> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883225.30670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883225.30691: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424be630> <<< 9574 1726883225.30763: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a7200> <<< 9574 1726883225.30785: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883225.30875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883225.30885: 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' <<< 9574 1726883225.30912: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883225.30968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883225.31075: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424c5190> <<< 9574 1726883225.31079: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424bfd10> <<< 9574 1726883225.31125: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424be480> <<< 9574 1726883225.31164: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6690> <<< 9574 1726883225.31216: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883225.31224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883225.31249: 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 <<< 9574 1726883225.31306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883225.31328: 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' <<< 9574 1726883225.31369: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42531040> <<< 9574 1726883225.31561: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424e9160> <<< 9574 1726883225.31758: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6bd0> <<< 9574 1726883225.31784: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883225.31801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883225.31817: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883225.31853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883225.31901: 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 0x7f6a42534b30> <<< 9574 1726883225.31911: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42532e40> <<< 9574 1726883225.31962: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424e8c50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6090> <<< 9574 1726883225.31969: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a5a90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a5760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a49b0> <<< 9574 1726883225.32007: 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 0x7f6a428a5ac0> <<< 9574 1726883225.32042: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883225.32076: 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 <<< 9574 1726883225.32090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883225.32146: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42535160> <<< 9574 1726883225.32151: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42534da0> <<< 9574 1726883225.32181: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883225.32293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42535a60> <<< 9574 1726883225.32321: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883225.32364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883225.32444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883225.32493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883225.32587: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.32716: 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 0x7f6a4253c080> <<< 9574 1726883225.33010: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4251d640> <<< 9574 1726883225.33050: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42536840> <<< 9574 1726883225.33081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883225.33103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883225.33142: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4251d070> <<< 9574 1726883225.33211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883225.33214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883225.33226: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42556330> <<< 9574 1726883225.33259: 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' <<< 9574 1726883225.33299: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42556fc0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42556a80> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883225.33424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883225.33539: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a425574d0> <<< 9574 1726883225.33617: stdout chunk (state=3): >>># /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' <<< 9574 1726883225.33974: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4252ba40> <<< 9574 1726883225.33999: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883225.34028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883225.34065: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a423e1e80> <<< 9574 1726883225.34340: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 9574 1726883225.34471: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.34683: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 9574 1726883225.34696: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.34768: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.34833: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 9574 1726883225.34862: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.35047: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.35223: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 9574 1726883225.35363: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883225.36109: 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' <<< 9574 1726883225.36159: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 9574 1726883225.36196: stdout chunk (state=3): >>># /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 0x7f6a4241efc0> <<< 9574 1726883225.36225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883225.36284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883225.36496: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241f0e0> <<< 9574 1726883225.36521: 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' <<< 9574 1726883225.36561: 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' <<< 9574 1726883225.36600: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.36606: 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 0x7f6a42173290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42172ae0> <<< 9574 1726883225.36643: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.36648: 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 0x7f6a42172cc0> <<< 9574 1726883225.36697: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241f620> <<< 9574 1726883225.36715: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241e510> <<< 9574 1726883225.36742: 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 <<< 9574 1726883225.36748: 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 0x7f6a4241ec60> <<< 9574 1726883225.36767: 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 <<< 9574 1726883225.36858: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 9574 1726883225.36885: 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' <<< 9574 1726883225.36917: 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' <<< 9574 1726883225.37048: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 9574 1726883225.37053: stdout chunk (state=3): >>># extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a421ec8c0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a421ec4d0> <<< 9574 1726883225.37094: 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 <<< 9574 1726883225.37134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 9574 1726883225.37189: 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 0x7f6a42214110> <<< 9574 1726883225.37220: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a421ec950> <<< 9574 1726883225.37251: 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 <<< 9574 1726883225.37342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 9574 1726883225.38283: 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 0x7f6a41d2f230> <<< 9574 1726883225.38359: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42214290> <<< 9574 1726883225.38380: 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 <<< 9574 1726883225.38456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 9574 1726883225.38536: 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 0x7f6a41dacd40> <<< 9574 1726883225.38704: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41d2f5c0> <<< 9574 1726883225.38730: 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 <<< 9574 1726883225.38766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 9574 1726883225.38856: 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 0x7f6a41dafcb0> <<< 9574 1726883225.38880: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41dace60> <<< 9574 1726883225.38911: 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 <<< 9574 1726883225.38957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 9574 1726883225.39051: 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 0x7f6a41defe60> <<< 9574 1726883225.39090: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41daffb0> <<< 9574 1726883225.39114: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883225.39173: 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 0x7f6a403491f0> <<< 9574 1726883225.39201: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403485f0> <<< 9574 1726883225.39206: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4218ff50> <<< 9574 1726883225.39235: 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 <<< 9574 1726883225.39268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 9574 1726883225.39294: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883225.39322: 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 <<< 9574 1726883225.39378: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 9574 1726883225.39384: 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 0x7f6a403646b0> <<< 9574 1726883225.39426: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034bb60> <<< 9574 1726883225.39482: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 9574 1726883225.39516: 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 <<< 9574 1726883225.39523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 9574 1726883225.39552: 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 0x7f6a40366d80> <<< 9574 1726883225.39582: 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 <<< 9574 1726883225.39639: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 9574 1726883225.39647: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40367c80> <<< 9574 1726883225.39852: 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 <<< 9574 1726883225.39857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.40405: 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 0x7f6a4038c590> <<< 9574 1726883225.40436: 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 <<< 9574 1726883225.40439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 9574 1726883225.40468: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4038c2f0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40367ec0> <<< 9574 1726883225.40491: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40366c30> <<< 9574 1726883225.40509: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403665d0> <<< 9574 1726883225.40543: 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 <<< 9574 1726883225.40566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.40693: 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 0x7f6a4038f5f0> <<< 9574 1726883225.40732: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403671a0> <<< 9574 1726883225.40804: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40364a40> <<< 9574 1726883225.40853: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034b170> <<< 9574 1726883225.40882: 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' <<< 9574 1726883225.41083: 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 0x7f6a4034b890> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034b5f0> <<< 9574 1726883225.41137: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40349370> <<< 9574 1726883225.41170: 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 0x7f6a403ccad0> <<< 9574 1726883225.41230: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 9574 1726883225.41264: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 9574 1726883225.41301: 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 <<< 9574 1726883225.41331: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 9574 1726883225.41337: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403cef60> <<< 9574 1726883225.41362: 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' <<< 9574 1726883225.41403: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403cf740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403ce300> <<< 9574 1726883225.41431: 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 <<< 9574 1726883225.41464: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 9574 1726883225.41528: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403cff80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403ccaa0> <<< 9574 1726883225.41545: 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' <<< 9574 1726883225.41575: 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 <<< 9574 1726883225.41619: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 9574 1726883225.41669: 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' import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f99d0> <<< 9574 1726883225.41689: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f8f50> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f8d70> <<< 9574 1726883225.41733: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 9574 1726883225.41748: 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 <<< 9574 1726883225.41776: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 9574 1726883225.41821: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 9574 1726883225.41948: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40424aa0> # /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 9574 1726883225.41992: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.42062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 9574 1726883225.42081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 9574 1726883225.42111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fcf2b10> <<< 9574 1726883225.42147: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.42167: 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 0x7f6a3fcf2e70> <<< 9574 1726883225.42244: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40426d80> <<< 9574 1726883225.42303: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40424f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fbf50> <<< 9574 1726883225.42354: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fa1e0> <<< 9574 1726883225.42360: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f9f10> <<< 9574 1726883225.42399: 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' <<< 9574 1726883225.42441: 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 <<< 9574 1726883225.42478: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.42495: 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 0x7f6a3fd2c9b0> <<< 9574 1726883225.42512: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fcf3ad0> <<< 9574 1726883225.42576: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fa720> <<< 9574 1726883225.42593: 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 <<< 9574 1726883225.42633: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 9574 1726883225.42652: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2cfe0> <<< 9574 1726883225.42669: 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 0x7f6a3fd2d370> <<< 9574 1726883225.42689: 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 0x7f6a3fd2d430> <<< 9574 1726883225.42744: 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' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2d550> <<< 9574 1726883225.42758: 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 <<< 9574 1726883225.42790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 9574 1726883225.42866: 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 # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 9574 1726883225.42949: 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 0x7f6a3fd4c140> <<< 9574 1726883225.42971: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2e270> <<< 9574 1726883225.42995: 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 0x7f6a3fd4c290> <<< 9574 1726883225.43069: 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 # 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 0x7f6a3fd4c380> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2d3a0> <<< 9574 1726883225.43118: 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 <<< 9574 1726883225.43122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 9574 1726883225.43125: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4c530> <<< 9574 1726883225.43160: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 9574 1726883225.43198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 9574 1726883225.43282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 9574 1726883225.43462: stdout chunk (state=3): >>># /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' <<< 9574 1726883225.43488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 9574 1726883225.43512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 9574 1726883225.43550: 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 0x7f6a3fd77f20> <<< 9574 1726883225.43592: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd77380> <<< 9574 1726883225.43674: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd75df0> <<< 9574 1726883225.43900: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4dd30> <<< 9574 1726883225.43919: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4d190> <<< 9574 1726883225.43949: 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' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4f110> <<< 9574 1726883225.43983: 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 <<< 9574 1726883225.43988: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 9574 1726883225.44007: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41dacc20> <<< 9574 1726883225.44042: 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 <<< 9574 1726883225.44045: 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 0x7f6a3fdb0740> <<< 9574 1726883225.44080: 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 # 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 0x7f6a3fdb09b0> <<< 9574 1726883225.44114: 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 <<< 9574 1726883225.44119: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 9574 1726883225.44148: 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 <<< 9574 1726883225.44170: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 9574 1726883225.44191: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb12e0> <<< 9574 1726883225.44230: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb0d70> # /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' <<< 9574 1726883225.44243: stdout chunk (state=3): >>>import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb21e0> <<< 9574 1726883225.44252: stdout chunk (state=3): >>>import 'gc' # <<< 9574 1726883225.44333: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42173410> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241dfd0> <<< 9574 1726883225.45110: 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 <<< 9574 1726883225.45124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 9574 1726883225.45174: 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 0x7f6a3fdb2cc0> <<< 9574 1726883225.45198: 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' <<< 9574 1726883225.45283: 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 <<< 9574 1726883225.45289: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 9574 1726883225.45317: 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 <<< 9574 1726883225.45393: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 9574 1726883225.45426: 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' <<< 9574 1726883225.45431: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fb8b710> <<< 9574 1726883225.45458: 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 <<< 9574 1726883225.45491: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 9574 1726883225.45497: 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 <<< 9574 1726883225.45523: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 9574 1726883225.45556: 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' <<< 9574 1726883225.45888: 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 0x7f6a3fba9790> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fba9340> # 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 0x7f6a41d759a0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fba8200> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fb8ba40> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fb887a0> # /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 0x7f6a3fb8b500> <<< 9574 1726883225.45933: 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 <<< 9574 1726883225.45943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.45954: 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 <<< 9574 1726883225.45984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 9574 1726883225.46025: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbbecc0> <<< 9574 1726883225.46094: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbbd7f0> <<< 9574 1726883225.46108: 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 <<< 9574 1726883225.46114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 9574 1726883225.46132: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbec4d0> <<< 9574 1726883225.46162: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 9574 1726883225.46196: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbec7d0> # /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' <<< 9574 1726883225.46214: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbeca40> <<< 9574 1726883225.46244: 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 <<< 9574 1726883225.46265: stdout chunk (state=3): >>># 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 0x7f6a3fbecce0> <<< 9574 1726883225.46315: 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 <<< 9574 1726883225.46361: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 9574 1726883225.46402: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbed400> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbed250> <<< 9574 1726883225.46446: 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 0x7f6a3fbeec60> <<< 9574 1726883225.46472: 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 # 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 0x7f6a3fbeede0> <<< 9574 1726883225.46522: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 9574 1726883225.46537: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbef020> <<< 9574 1726883225.46563: 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 <<< 9574 1726883225.46587: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 9574 1726883225.46610: 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 <<< 9574 1726883225.46658: stdout chunk (state=3): >>># 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 0x7f6a3fbeff80> <<< 9574 1726883225.46665: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbef800> <<< 9574 1726883225.46704: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 9574 1726883225.46738: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc00b60> <<< 9574 1726883225.46746: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 9574 1726883225.46759: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc00fb0> <<< 9574 1726883225.46790: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 9574 1726883225.46805: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc01190> <<< 9574 1726883225.46831: 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 <<< 9574 1726883225.46859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 9574 1726883225.46897: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc01460> <<< 9574 1726883225.46922: 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' <<< 9574 1726883225.46965: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc02360> <<< 9574 1726883225.46978: 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 <<< 9574 1726883225.46986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 9574 1726883225.46994: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc025d0> <<< 9574 1726883225.47019: 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 <<< 9574 1726883225.47050: stdout chunk (state=3): >>># 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 0x7f6a3fc027e0> <<< 9574 1726883225.47098: 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 <<< 9574 1726883225.47124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 9574 1726883225.47133: 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' <<< 9574 1726883225.47151: stdout chunk (state=3): >>>import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc033e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc02f00> <<< 9574 1726883225.47190: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 9574 1726883225.47214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 9574 1726883225.47253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2c260> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc03b90> <<< 9574 1726883225.47289: 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 <<< 9574 1726883225.47295: stdout chunk (state=3): >>># 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 0x7f6a3fc2cef0> <<< 9574 1726883225.47352: 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 <<< 9574 1726883225.47358: stdout chunk (state=3): >>># 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 0x7f6a3fc2d1f0> <<< 9574 1726883225.47390: 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' <<< 9574 1726883225.47447: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2e150> # /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' <<< 9574 1726883225.47479: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2e3f0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py <<< 9574 1726883225.47484: 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 0x7f6a3fc2e5a0> <<< 9574 1726883225.47528: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb3110> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb2ea0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb2600> <<< 9574 1726883225.47558: 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 <<< 9574 1726883225.47592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 9574 1726883225.47598: 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' <<< 9574 1726883225.47634: 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' <<< 9574 1726883225.47639: stdout chunk (state=3): >>>import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2ef90> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2ecc0> <<< 9574 1726883225.47665: 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' <<< 9574 1726883225.47760: 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 <<< 9574 1726883225.47765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883225.47790: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 9574 1726883225.47838: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 9574 1726883225.47919: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc4d3d0> <<< 9574 1726883225.47948: 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' <<< 9574 1726883225.48069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 9574 1726883225.48088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 9574 1726883225.48123: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc4eae0> <<< 9574 1726883225.48350: 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 0x7f6a3fc4dd30> <<< 9574 1726883225.48354: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc4d8e0> # /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 0x7f6a3f9a0470> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f98b860> # /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 <<< 9574 1726883225.48357: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 9574 1726883225.48390: stdout chunk (state=3): >>>import 'six.moves' # <<< 9574 1726883225.48405: 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 <<< 9574 1726883225.48429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 9574 1726883225.48436: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9a3320> <<< 9574 1726883225.48464: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 9574 1726883225.48486: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9a3c50> <<< 9574 1726883225.48503: 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 <<< 9574 1726883225.48537: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 9574 1726883225.48545: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 9574 1726883225.48599: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9a0b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9a07d0> <<< 9574 1726883225.48661: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2f200> <<< 9574 1726883225.48690: 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 <<< 9574 1726883225.48694: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 9574 1726883225.48747: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc4cf20> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2ee70> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb3e60> <<< 9574 1726883225.48796: 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 <<< 9574 1726883225.48801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 9574 1726883225.48853: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9cde80> <<< 9574 1726883225.48870: 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 <<< 9574 1726883225.48928: stdout chunk (state=3): >>># 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 0x7f6a3f9ce750> <<< 9574 1726883225.48941: 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 <<< 9574 1726883225.48970: stdout chunk (state=3): >>># 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 0x7f6a3f9cf770> <<< 9574 1726883225.49013: 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 <<< 9574 1726883225.49019: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 9574 1726883225.49052: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9cfda0> <<< 9574 1726883225.49055: 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 # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 9574 1726883225.49087: 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' <<< 9574 1726883225.49122: stdout chunk (state=3): >>># /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' <<< 9574 1726883225.49331: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.49352: 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 0x7f6a3f9f5490> <<< 9574 1726883225.49384: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f4e60> <<< 9574 1726883225.49392: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f4b00> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f47a0> <<< 9574 1726883225.49421: 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 <<< 9574 1726883225.49439: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 9574 1726883225.49490: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f4b60> <<< 9574 1726883225.49514: 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 <<< 9574 1726883225.49535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 9574 1726883225.49569: 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 <<< 9574 1726883225.49575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.49606: 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 0x7f6a3f9f7170> <<< 9574 1726883225.49632: 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' <<< 9574 1726883225.49659: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f71d0> <<< 9574 1726883225.49686: 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 <<< 9574 1726883225.49692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 9574 1726883225.49842: 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 0x7f6a3f9f78c0> <<< 9574 1726883225.49850: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f7770> <<< 9574 1726883225.49868: 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 <<< 9574 1726883225.49875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 9574 1726883225.49895: 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 <<< 9574 1726883225.49915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 9574 1726883225.49948: 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 <<< 9574 1726883225.50065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883225.50092: 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' <<< 9574 1726883225.50103: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa25eb0> <<< 9574 1726883225.50113: 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 <<< 9574 1726883225.50136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 9574 1726883225.50166: 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 <<< 9574 1726883225.50169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 9574 1726883225.50192: 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 0x7f6a3fa270b0> <<< 9574 1726883225.50219: 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 0x7f6a3fa272f0> <<< 9574 1726883225.50247: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 9574 1726883225.50253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 9574 1726883225.50282: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.50305: 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 0x7f6a3fa27470> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa27290> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa26b70> <<< 9574 1726883225.50337: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa26030> <<< 9574 1726883225.50342: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa25310> <<< 9574 1726883225.50366: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa24890> <<< 9574 1726883225.50377: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa24110> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f6c60> <<< 9574 1726883225.50408: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f6150> <<< 9574 1726883225.50433: 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 <<< 9574 1726883225.50451: stdout chunk (state=3): >>># 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 0x7f6a3fa26e10> <<< 9574 1726883225.50483: 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 <<< 9574 1726883225.50495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 9574 1726883225.50517: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa27920> <<< 9574 1726883225.50534: 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 <<< 9574 1726883225.50543: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 9574 1726883225.50553: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa50230> <<< 9574 1726883225.50575: 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 <<< 9574 1726883225.50578: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 9574 1726883225.50603: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa505f0> <<< 9574 1726883225.50615: 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 <<< 9574 1726883225.50652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 9574 1726883225.50662: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa50f20> <<< 9574 1726883225.50688: 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 <<< 9574 1726883225.50722: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 9574 1726883225.50752: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa51a90> <<< 9574 1726883225.50766: 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 <<< 9574 1726883225.50785: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' <<< 9574 1726883225.50818: 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 0x7f6a3fa783e0> <<< 9574 1726883225.50846: 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 <<< 9574 1726883225.50867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' <<< 9574 1726883225.50898: 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 0x7f6a3fa79ac0> <<< 9574 1726883225.50921: 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 <<< 9574 1726883225.50970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' <<< 9574 1726883225.51006: 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 0x7f6a3f6e5100> <<< 9574 1726883225.51113: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa79af0> <<< 9574 1726883225.51133: 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 <<< 9574 1726883225.51161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' <<< 9574 1726883225.51175: 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 <<< 9574 1726883225.51194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' <<< 9574 1726883225.51220: 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' <<< 9574 1726883225.51262: 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 <<< 9574 1726883225.51278: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' <<< 9574 1726883225.51301: 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' <<< 9574 1726883225.51317: stdout chunk (state=3): >>>import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f710dd0> <<< 9574 1726883225.51349: 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' <<< 9574 1726883225.51372: stdout chunk (state=3): >>>import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f710ef0> <<< 9574 1726883225.51436: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e7b90> <<< 9574 1726883225.51458: 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 <<< 9574 1726883225.51475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' <<< 9574 1726883225.51497: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f711dc0> <<< 9574 1726883225.51531: 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 <<< 9574 1726883225.51534: 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 0x7f6a3f712780> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e78f0> <<< 9574 1726883225.51566: 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 # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' <<< 9574 1726883225.51597: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7127e0> <<< 9574 1726883225.51630: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e6de0> <<< 9574 1726883225.51661: 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 <<< 9574 1726883225.51670: 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 0x7f6a3f712e10> <<< 9574 1726883225.51707: 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 0x7f6a3f713230> <<< 9574 1726883225.51735: 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 0x7f6a3f713380> <<< 9574 1726883225.51763: 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 <<< 9574 1726883225.51767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' <<< 9574 1726883225.51797: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f713440> <<< 9574 1726883225.51816: 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 <<< 9574 1726883225.51850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' <<< 9574 1726883225.51876: 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 <<< 9574 1726883225.51950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883225.51981: 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' <<< 9574 1726883225.51987: stdout chunk (state=3): >>>import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f73bcb0> <<< 9574 1726883225.52005: 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' <<< 9574 1726883225.52037: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f73be00> <<< 9574 1726883225.52052: 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 <<< 9574 1726883225.52075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883225.52123: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f73bfe0> <<< 9574 1726883225.52150: 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 0x7f6a3f75d6d0> <<< 9574 1726883225.52320: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f739070> <<< 9574 1726883225.52349: 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 <<< 9574 1726883225.52356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' <<< 9574 1726883225.52381: 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' <<< 9574 1726883225.52403: stdout chunk (state=3): >>>import 'rhsm.bitstream' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f771340> <<< 9574 1726883225.52428: 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 <<< 9574 1726883225.52434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' <<< 9574 1726883225.52465: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f771820> <<< 9574 1726883225.52472: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f739cd0> <<< 9574 1726883225.52531: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f713b90> <<< 9574 1726883225.52580: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e5df0> <<< 9574 1726883225.52597: 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 <<< 9574 1726883225.52629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883225.52648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 9574 1726883225.52676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 9574 1726883225.52697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 9574 1726883225.52732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 9574 1726883225.52782: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7a8c50> <<< 9574 1726883225.52800: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f773ad0> <<< 9574 1726883225.52820: 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 <<< 9574 1726883225.52839: 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 0x7f6a3f7a8e00> <<< 9574 1726883225.52871: 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 0x7f6a3f7aade0> <<< 9574 1726883225.52893: 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 <<< 9574 1726883225.52919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' <<< 9574 1726883225.52946: 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 <<< 9574 1726883225.52962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' <<< 9574 1726883225.53008: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7abec0> <<< 9574 1726883225.53038: 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' <<< 9574 1726883225.53075: 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 <<< 9574 1726883225.53083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' <<< 9574 1726883225.53108: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5d96d0> <<< 9574 1726883225.53118: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5d9250> <<< 9574 1726883225.53152: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7aaed0> <<< 9574 1726883225.53186: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7729c0> <<< 9574 1726883225.53211: 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 <<< 9574 1726883225.53240: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' <<< 9574 1726883225.53263: 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 <<< 9574 1726883225.53305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' <<< 9574 1726883225.53332: 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 <<< 9574 1726883225.53363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' <<< 9574 1726883225.53393: 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 0x7f6a3f605e20> <<< 9574 1726883225.53421: 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 <<< 9574 1726883225.53431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' <<< 9574 1726883225.53455: 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 <<< 9574 1726883225.53465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' <<< 9574 1726883225.53488: 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 <<< 9574 1726883225.53491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cleanup.cpython-312.pyc' <<< 9574 1726883225.53508: stdout chunk (state=3): >>>import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f606810> <<< 9574 1726883225.53531: 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 <<< 9574 1726883225.53548: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' <<< 9574 1726883225.53562: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f606a50> <<< 9574 1726883225.53585: 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 # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' <<< 9574 1726883225.53613: 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 # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' <<< 9574 1726883225.53670: 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<<< 9574 1726883225.53678: stdout chunk (state=3): >>> <<< 9574 1726883225.53694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' <<< 9574 1726883225.53772: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6076b0> <<< 9574 1726883225.53785: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6072c0> <<< 9574 1726883225.53801: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f606de0> <<< 9574 1726883225.53808: stdout chunk (state=3): >>>import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6064e0> <<< 9574 1726883225.53833: 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 <<< 9574 1726883225.53838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' <<< 9574 1726883225.53866: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f607e60> <<< 9574 1726883225.53890: 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 <<< 9574 1726883225.53901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' <<< 9574 1726883225.53939: 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 <<< 9574 1726883225.53946: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.53973: 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 <<< 9574 1726883225.53983: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.54017: 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 <<< 9574 1726883225.54029: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883225.54062: 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 0x7f6a3f636b70> <<< 9574 1726883225.54085: 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 <<< 9574 1726883225.54124: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' <<< 9574 1726883225.54194: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f636c60> <<< 9574 1726883225.54201: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves' # <<< 9574 1726883225.54210: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.http_client' # <<< 9574 1726883225.54364: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635e20> <<< 9574 1726883225.54392: 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' <<< 9574 1726883225.54402: stdout chunk (state=3): >>>import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f636030> <<< 9574 1726883225.54415: 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 <<< 9574 1726883225.54448: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' <<< 9574 1726883225.54464: 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 <<< 9574 1726883225.54488: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' <<< 9574 1726883225.54499: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f65f500> <<< 9574 1726883225.54523: 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 <<< 9574 1726883225.54546: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883225.54574: 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 # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.54607: 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 # code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883225.54660: 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 0x7f6a3f689520> <<< 9574 1726883225.54711: 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 0x7f6a3f689550> <<< 9574 1726883225.54742: 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' <<< 9574 1726883225.54752: stdout chunk (state=3): >>>import 'urllib3.util.wait' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f689700> <<< 9574 1726883225.54770: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6890a0> <<< 9574 1726883225.54789: 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 <<< 9574 1726883225.54795: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' <<< 9574 1726883225.54845: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f689b80> <<< 9574 1726883225.54866: 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 0x7f6a3f689d30> <<< 9574 1726883225.54890: 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 <<< 9574 1726883225.54905: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' <<< 9574 1726883225.54960: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f689ee0> <<< 9574 1726883225.54971: 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 <<< 9574 1726883225.54992: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' <<< 9574 1726883225.55023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 9574 1726883225.55039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 9574 1726883225.55058: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f68b2c0> <<< 9574 1726883225.55089: 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 <<< 9574 1726883225.55100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' <<< 9574 1726883225.55731: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f68ba10> <<< 9574 1726883225.55763: 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 <<< 9574 1726883225.55774: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' <<< 9574 1726883225.55794: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f68b9b0> <<< 9574 1726883225.55803: stdout chunk (state=3): >>>import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f68abd0> <<< 9574 1726883225.55820: 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 <<< 9574 1726883225.55848: 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 0x7f6a3f68ad20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f688da0> <<< 9574 1726883225.55878: 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' <<< 9574 1726883225.55887: stdout chunk (state=3): >>>import 'urllib3.util.proxy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f688b90> <<< 9574 1726883225.55904: 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 <<< 9574 1726883225.55937: 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 0x7f6a3f6ad0a0> <<< 9574 1726883225.55999: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f688350> <<< 9574 1726883225.56051: 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 # 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' <<< 9574 1726883225.56059: 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' import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ada90> <<< 9574 1726883225.56119: stdout chunk (state=3): >>>import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ad610> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # <<< 9574 1726883225.56148: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ad3a0> <<< 9574 1726883225.56162: 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 # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' <<< 9574 1726883225.56204: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ad490> <<< 9574 1726883225.56236: 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 <<< 9574 1726883225.56243: 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 0x7f6a3f6af470> <<< 9574 1726883225.56266: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6361b0> <<< 9574 1726883225.56300: 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 # code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' <<< 9574 1726883225.56365: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6af560> <<< 9574 1726883225.56384: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635880> <<< 9574 1726883225.56428: 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 # 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 <<< 9574 1726883225.56471: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' <<< 9574 1726883225.56538: 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' # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/api.py <<< 9574 1726883225.56544: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' <<< 9574 1726883225.56579: 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 <<< 9574 1726883225.56608: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' <<< 9574 1726883225.56652: 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 <<< 9574 1726883225.56680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' <<< 9574 1726883225.56730: stdout chunk (state=3): >>>import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e5ee0> <<< 9574 1726883225.56756: 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 <<< 9574 1726883225.56774: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' <<< 9574 1726883225.56802: 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 <<< 9574 1726883225.56814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883225.56874: 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 0x7f6a3f51d670> <<< 9574 1726883225.56907: stdout chunk (state=3): >>>import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f51c950> <<< 9574 1726883225.56937: stdout chunk (state=3): >>>import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f50ba70> # /usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc matches /usr/lib/python3.12/site-packages/charset_normalizer/models.py <<< 9574 1726883225.56978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' <<< 9574 1726883225.57016: stdout chunk (state=3): >>>import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f51e0f0> <<< 9574 1726883225.57036: stdout chunk (state=3): >>>import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e5580> <<< 9574 1726883225.57044: stdout chunk (state=3): >>>import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e51c0> <<< 9574 1726883225.57087: 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' <<< 9574 1726883225.57118: stdout chunk (state=3): >>>import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f51f3b0> <<< 9574 1726883225.57177: 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 0x7f6a3f51f530> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4ef0> <<< 9574 1726883225.57180: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py <<< 9574 1726883225.57197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' <<< 9574 1726883225.57453: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f51f560> <<< 9574 1726883225.57461: stdout chunk (state=3): >>>import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4d40> <<< 9574 1726883225.57500: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4770> <<< 9574 1726883225.57538: 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' <<< 9574 1726883225.57582: 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' <<< 9574 1726883225.57614: 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 0x7f6a3f542150> <<< 9574 1726883225.57629: 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 <<< 9574 1726883225.57649: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' <<< 9574 1726883225.57668: 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 <<< 9574 1726883225.57703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' <<< 9574 1726883225.57776: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f542f00> <<< 9574 1726883225.57797: 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 0x7f6a3f543020> <<< 9574 1726883225.57857: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5421e0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e49e0> <<< 9574 1726883225.57894: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e48c0> <<< 9574 1726883225.57926: 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 <<< 9574 1726883225.57996: stdout chunk (state=3): >>># 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 0x7f6a3f580740> <<< 9574 1726883225.58043: 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 0x7f6a3f5807d0> <<< 9574 1726883225.58059: 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' <<< 9574 1726883225.58088: stdout chunk (state=3): >>>import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f580890> <<< 9574 1726883225.58109: 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 <<< 9574 1726883225.58144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' <<< 9574 1726883225.58165: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f580a40> <<< 9574 1726883225.58194: 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 0x7f6a3f581e20> <<< 9574 1726883225.58277: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4a40> # /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' <<< 9574 1726883225.58445: 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 <<< 9574 1726883225.58494: 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 # 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 0x7f6a3f583c20> # /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 <<< 9574 1726883225.58497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883225.58517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883225.58545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883225.58573: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5a9df0> <<< 9574 1726883225.58615: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5a9820> # /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 0x7f6a3f5aa990> <<< 9574 1726883225.58690: 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' import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5aaae0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5a85f0> <<< 9574 1726883225.58719: 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 # code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' <<< 9574 1726883225.58766: stdout chunk (state=3): >>># destroy urllib3.contrib.socks <<< 9574 1726883225.59632: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f583050> <<< 9574 1726883225.59661: stdout chunk (state=3): >>>import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f582510> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4860> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635490> <<< 9574 1726883225.59682: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6340e0> <<< 9574 1726883225.59713: 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 0x7f6a3f5ab500> <<< 9574 1726883225.59736: 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 <<< 9574 1726883225.59763: 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 0x7f6a3f5ab6b0> <<< 9574 1726883225.59788: 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 <<< 9574 1726883225.59805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' <<< 9574 1726883225.59829: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5abdd0> <<< 9574 1726883225.59847: 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 <<< 9574 1726883225.59872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' <<< 9574 1726883225.59883: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e4290> <<< 9574 1726883225.59912: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f605ee0> <<< 9574 1726883225.59957: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6053d0> <<< 9574 1726883225.59982: 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 <<< 9574 1726883225.59992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/jsonwrapper.cpython-312.pyc' <<< 9574 1726883225.60015: stdout chunk (state=3): >>>import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e4b60> <<< 9574 1726883225.60030: 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 <<< 9574 1726883225.60039: stdout chunk (state=3): >>># 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 0x7f6a3f3e4f50> <<< 9574 1726883225.60064: 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 0x7f6a3f3e5070> <<< 9574 1726883225.60103: 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 <<< 9574 1726883225.60136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' <<< 9574 1726883225.60152: 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 <<< 9574 1726883225.60165: 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 0x7f6a3f3e5e50> <<< 9574 1726883225.60193: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e5100> <<< 9574 1726883225.60217: 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 <<< 9574 1726883225.60435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/syspurpose.cpython-312.pyc' <<< 9574 1726883225.60454: 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 # 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 0x7f6a3f3e6f90> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e68a0> # /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 <<< 9574 1726883225.60519: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc'<<< 9574 1726883225.60537: stdout chunk (state=3): >>> <<< 9574 1726883225.60579: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py<<< 9574 1726883225.60585: stdout chunk (state=3): >>> <<< 9574 1726883225.60616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc'<<< 9574 1726883225.60636: stdout chunk (state=3): >>> <<< 9574 1726883225.60646: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f417d10><<< 9574 1726883225.60665: stdout chunk (state=3): >>> <<< 9574 1726883225.60770: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e7f20><<< 9574 1726883225.60778: stdout chunk (state=3): >>> <<< 9574 1726883225.60817: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e7560><<< 9574 1726883225.60835: stdout chunk (state=3): >>> <<< 9574 1726883225.60874: 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<<< 9574 1726883225.60884: stdout chunk (state=3): >>> <<< 9574 1726883225.60906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883225.60914: stdout chunk (state=3): >>> <<< 9574 1726883225.60919: stdout chunk (state=3): >>>import 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43cb30><<< 9574 1726883225.60939: stdout chunk (state=3): >>> <<< 9574 1726883225.60981: 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<<< 9574 1726883225.60993: stdout chunk (state=3): >>> <<< 9574 1726883225.61024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc'<<< 9574 1726883225.61038: stdout chunk (state=3): >>> <<< 9574 1726883225.61069: 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<<< 9574 1726883225.61113: stdout chunk (state=3): >>> <<< 9574 1726883225.61120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc'<<< 9574 1726883225.61137: stdout chunk (state=3): >>> <<< 9574 1726883225.61166: 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<<< 9574 1726883225.61215: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' <<< 9574 1726883225.61269: stdout chunk (state=3): >>>import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43e0f0><<< 9574 1726883225.61295: stdout chunk (state=3): >>> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43d4f0> <<< 9574 1726883225.61381: 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 <<< 9574 1726883225.61384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc'<<< 9574 1726883225.61411: stdout chunk (state=3): >>> import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43e300> <<< 9574 1726883225.61471: 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<<< 9574 1726883225.61489: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883225.61531: stdout chunk (state=3): >>> import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43e720> # /usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/mainloop/glib.py<<< 9574 1726883225.61557: stdout chunk (state=3): >>> <<< 9574 1726883225.61628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/mainloop/__pycache__/glib.cpython-312.pyc' <<< 9574 1726883225.61647: stdout chunk (state=3): >>># extension module '_dbus_glib_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_glib_bindings.so' <<< 9574 1726883225.61690: stdout chunk (state=3): >>># 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 0x7f6a3f43e8a0><<< 9574 1726883225.61692: stdout chunk (state=3): >>> <<< 9574 1726883225.61916: stdout chunk (state=3): >>>import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43e7e0> # /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 0x7f6a3f43e930> # /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' <<< 9574 1726883225.61919: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi<<< 9574 1726883225.62043: stdout chunk (state=3): >>> <<< 9574 1726883225.62090: 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<<< 9574 1726883225.62117: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc'<<< 9574 1726883225.62167: stdout chunk (state=3): >>> <<< 9574 1726883225.62170: stdout chunk (state=3): >>>import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43f320><<< 9574 1726883225.62173: stdout chunk (state=3): >>> <<< 9574 1726883225.62289: 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'<<< 9574 1726883225.62325: stdout chunk (state=3): >>> # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.62348: stdout chunk (state=3): >>>import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a3f43f0e0><<< 9574 1726883225.62379: stdout chunk (state=3): >>> <<< 9574 1726883225.62403: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43ea50><<< 9574 1726883225.62414: stdout chunk (state=3): >>> <<< 9574 1726883225.62472: 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' <<< 9574 1726883225.62487: 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 <<< 9574 1726883225.62521: 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<<< 9574 1726883225.62556: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc'<<< 9574 1726883225.62612: stdout chunk (state=3): >>> <<< 9574 1726883225.62632: 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 <<< 9574 1726883225.62665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc'<<< 9574 1726883225.62684: 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<<< 9574 1726883225.62712: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883225.62776: stdout chunk (state=3): >>>import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f471d90> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py<<< 9574 1726883225.62782: stdout chunk (state=3): >>> <<< 9574 1726883225.62811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' <<< 9574 1726883225.62826: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f472120><<< 9574 1726883225.62864: stdout chunk (state=3): >>> <<< 9574 1726883225.62895: 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 <<< 9574 1726883225.62911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc'<<< 9574 1726883225.62965: stdout chunk (state=3): >>> import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4725a0> <<< 9574 1726883225.63034: 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 <<< 9574 1726883225.63038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc'<<< 9574 1726883225.63076: stdout chunk (state=3): >>> <<< 9574 1726883225.63079: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f472de0> <<< 9574 1726883225.63097: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4714c0> <<< 9574 1726883225.63158: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f471040> <<< 9574 1726883225.63177: 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 <<< 9574 1726883225.63196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883225.63266: stdout chunk (state=3): >>> import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f473380><<< 9574 1726883225.63270: stdout chunk (state=3): >>> <<< 9574 1726883225.63302: stdout chunk (state=3): >>>import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f470b30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43ede0><<< 9574 1726883225.63375: 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 <<< 9574 1726883225.63592: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 9574 1726883225.63739: 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<<< 9574 1726883225.63948: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4998b0> # /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' <<< 9574 1726883225.63974: stdout chunk (state=3): >>># /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 0x7f6a3f49a600> <<< 9574 1726883225.64007: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f499df0><<< 9574 1726883225.64032: stdout chunk (state=3): >>> <<< 9574 1726883225.64277: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f473e00><<< 9574 1726883225.64304: stdout chunk (state=3): >>> <<< 9574 1726883225.64363: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 9574 1726883225.64391: 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 <<< 9574 1726883225.64413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc'<<< 9574 1726883225.64453: stdout chunk (state=3): >>> # /usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/__init__.py<<< 9574 1726883225.64483: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/xml/etree/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883225.64539: stdout chunk (state=3): >>>import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f217110> # /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py<<< 9574 1726883225.64552: stdout chunk (state=3): >>> <<< 9574 1726883225.64647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc'<<< 9574 1726883225.64657: stdout chunk (state=3): >>> <<< 9574 1726883225.64684: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 9574 1726883225.64779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 9574 1726883225.64790: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f242120> <<< 9574 1726883225.64879: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.64919: stdout chunk (state=3): >>># extension module '_elementtree' executed from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883225.64952: stdout chunk (state=3): >>>import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f6a3f243380><<< 9574 1726883225.64987: stdout chunk (state=3): >>> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f217080> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f470e30><<< 9574 1726883225.65005: stdout chunk (state=3): >>> <<< 9574 1726883225.65051: 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 # code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc'<<< 9574 1726883225.65109: stdout chunk (state=3): >>> # /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py <<< 9574 1726883225.65163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc'<<< 9574 1726883225.65211: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py <<< 9574 1726883225.65273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc'<<< 9574 1726883225.65356: stdout chunk (state=3): >>> import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f268d70> <<< 9574 1726883225.65507: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f243bc0><<< 9574 1726883225.65533: stdout chunk (state=3): >>> <<< 9574 1726883225.65603: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f243590><<< 9574 1726883225.65606: stdout chunk (state=3): >>> <<< 9574 1726883225.65669: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43cc20> <<< 9574 1726883225.65687: stdout chunk (state=3): >>>import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e63c0><<< 9574 1726883225.67604: stdout chunk (state=3): >>> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5db020> # /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 0x7f6a3f26a7b0> # /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 0x7f6a3f26a930> # /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 0x7f6a3f26aae0> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5da2a0> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa78620> # /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 0x7f6a3f2b1550> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b08c0> # /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 0x7f6a3f2b2180> # /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 0x7f6a3f2b23f0> # /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc matches /usr/lib64/py<<< 9574 1726883225.67669: stdout chunk (state=3): >>>thon3.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 0x7f6a3f2b25d0> # /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 0x7f6a3f2b2960> # /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 0x7f6a3f2b2c30> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b1d90> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b1ac0> # /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 0x7f6a3f2b29f0> # /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 0x7f6a3f2b3860> # /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 0x7f6a3f2b3e00> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b39b0> # /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 0x7f6a3f2d17f0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d0350> # /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 0x7f6a3f2d0980> import 'subscription_manager.injectioninit' # <_frozen_importlib_extern<<< 9574 1726883225.67678: stdout chunk (state=3): >>>al.SourceFileLoader object at 0x7f6a3f2b07a0> # /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 0x7f6a3f2d3290> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d2b10> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa53c80> # /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 0x7f6a3f108560> # /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 0x7f6a3f109a60> # /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 0x7f6a3f10a720> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f10a0c0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f108a70> # /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 0x7f6a3f10b6e0> # /usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/healinglib.cpyt<<< 9574 1726883225.67725: stdout chunk (state=3): >>>hon-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 0x7f6a3f10b8f0> # /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 0x7f6a3f10bb90> # /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 0x7f6a3f10bd70> # /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 0x7f6a3f10bfe0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d3fb0> <<< 9574 1726883225.67733: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d3b60> # /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<<< 9574 1726883225.67762: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/upload-profile.cpython-312.pyc' <<< 9574 1726883225.67790: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f128290><<< 9574 1726883225.67810: stdout chunk (state=3): >>> <<< 9574 1726883225.85760: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "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}}} <<< 9574 1726883225.87482: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 9574 1726883225.87497: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883225.88249: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883225.88347: 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 <<< 9574 1726883225.88369: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.88617: stdout chunk (state=3): >>># 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 # cle<<< 9574 1726883225.88658: stdout chunk (state=3): >>>anup[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] remo<<< 9574 1726883225.88671: stdout chunk (state=3): >>>ving 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] remo<<< 9574 1726883225.88730: stdout chunk (state=3): >>>ving 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]<<< 9574 1726883225.88759: stdout chunk (state=3): >>> 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 <<< 9574 1726883225.88773: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.89556: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 9574 1726883225.89582: stdout chunk (state=3): >>># destroy selinux <<< 9574 1726883225.89608: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 9574 1726883225.89618: stdout chunk (state=3): >>># destroy netrc <<< 9574 1726883225.89644: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 9574 1726883225.89663: stdout chunk (state=3): >>># destroy systemd.journal <<< 9574 1726883225.89671: 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 <<< 9574 1726883225.89708: 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 <<< 9574 1726883225.89770: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.89778: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.89814: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.89837: stdout chunk (state=3): >>># cleanup[3] wiping idna.idnadata # cleanup[3] wiping requests.packages.urllib3.poolmanager # cleanup[3] wiping requests.packages.urllib3.connectionpool <<< 9574 1726883225.89885: 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 # 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 <<< 9574 1726883225.89916: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.89959: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90010: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90018: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90099: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90124: 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 # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm <<< 9574 1726883225.90160: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90175: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90183: 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 # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser <<< 9574 1726883225.90188: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90216: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 9574 1726883225.90244: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90275: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90302: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90306: 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 <<< 9574 1726883225.90330: 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 <<< 9574 1726883225.90349: 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 <<< 9574 1726883225.90376: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 9574 1726883225.90397: 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 <<< 9574 1726883225.90423: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90461: 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 <<< 9574 1726883225.90471: 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 <<< 9574 1726883225.90501: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90527: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 9574 1726883225.90546: 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 # 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 <<< 9574 1726883225.90558: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.90565: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 9574 1726883225.90588: 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 <<< 9574 1726883225.91496: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883225.91607: stdout chunk (state=3): >>># destroy zipimport # destroy platform # destroy _uuid <<< 9574 1726883225.91637: stdout chunk (state=3): >>># destroy re._parser <<< 9574 1726883225.91670: stdout chunk (state=3): >>># destroy tokenize # destroy _compat_pickle <<< 9574 1726883225.92107: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.92150: 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 # destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 9574 1726883225.92219: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.92224: stdout chunk (state=3): >>># 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 <<< 9574 1726883225.92376: 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 <<< 9574 1726883225.92398: 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 # destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing <<< 9574 1726883225.92517: stdout chunk (state=3): >>># destroy _multibytecodec <<< 9574 1726883225.92543: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883225.92617: stdout chunk (state=3): >>># destroy hmac # destroy binascii # destroy _hashlib <<< 9574 1726883225.92636: 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 <<< 9574 1726883225.92672: stdout chunk (state=3): >>># destroy http.client # destroy email <<< 9574 1726883225.92693: stdout chunk (state=3): >>># destroy _warnings # destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector <<< 9574 1726883225.92705: stdout chunk (state=3): >>># destroy errno # destroy select # destroy time # destroy socket # destroy urllib3.contrib._appengine_environ # destroy urllib3.packages.six # destroy urllib <<< 9574 1726883225.92746: stdout chunk (state=3): >>># destroy importlib <<< 9574 1726883225.92967: 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 <<< 9574 1726883225.92972: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883225.93106: stdout chunk (state=3): >>># destroy _codecs <<< 9574 1726883225.93111: stdout chunk (state=3): >>># destroy re <<< 9574 1726883225.93142: stdout chunk (state=3): >>># destroy _random <<< 9574 1726883225.93164: stdout chunk (state=3): >>># destroy _sre # clear sys.audit hooks <<< 9574 1726883225.94608: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883225.94658: stderr chunk (state=3): >>><<< 9574 1726883225.94662: stdout chunk (state=3): >>><<< 9574 1726883225.94962: _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 0x7f6a434183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a433e7a10> # /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 0x7f6a4341a960> 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 0x7f6a4322cfe0> # /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 0x7f6a4322df10> 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 0x7f6a4326bd10> # /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 0x7f6a4326bf20> # /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 0x7f6a432a3680> # /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 0x7f6a432a3d10> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432839b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432810d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43268ec0> # /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 0x7f6a432c7620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432c6240> # /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 0x7f6a432820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432c4aa0> # /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 0x7f6a432f8680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43268140> # /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 0x7f6a432f8b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f89e0> # 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 0x7f6a432f8da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43266c60> # /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 0x7f6a432f9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432f9160> 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 0x7f6a432fa390> 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 0x7f6a43314590> 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 0x7f6a43315cd0> # /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 0x7f6a43316b70> # 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 0x7f6a433171d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a433160c0> # /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 0x7f6a43317c50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43317380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432fa300> # /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 0x7f6a4309fb90> # /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 0x7f6a430c8680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c83e0> # 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 0x7f6a430c86b0> # /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 0x7f6a430c8fe0> # 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 0x7f6a430c9970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c8890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4309dd30> # /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 0x7f6a430cacc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430c8e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a432faab0> # /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 0x7f6a430f3020> # /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 0x7f6a4311b3e0> # /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 0x7f6a431781a0> # /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 0x7f6a4317a900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a431782c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43145190> # /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 0x7f6a42f812b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4311a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a430cbbf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6a4311a540> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_pvcvcwwf/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 0x7f6a42fd7020> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fb5f10> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fb5070> # 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 0x7f6a42fd4ef0> # /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 0x7f6a430029c0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43002750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43002060> # /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 0x7f6a43002540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42fd7cb0> 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 0x7f6a43003650> # 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 0x7f6a43003860> # /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 0x7f6a43003da0> 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 0x7f6a42915b80> # 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 0x7f6a429177a0> # /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 0x7f6a4291c1a0> # /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 0x7f6a4291d340> # /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 0x7f6a4291fdd0> # 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 0x7f6a430f2f90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291e090> # /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 0x7f6a42927d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42926540> # /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 0x7f6a42926ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4291e5a0> # 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 0x7f6a4296bf80> # /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 0x7f6a4296c0b0> # /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 0x7f6a4296db80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296d940> # /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 0x7f6a42970140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296e270> # /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 0x7f6a429738f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a429702f0> # 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 0x7f6a42974590> # 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 0x7f6a42974a10> # 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 0x7f6a429749b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4296c2c0> # /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 0x7f6a42800290> # 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 0x7f6a42801610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42976a50> # 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 0x7f6a42977e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42976660> # 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 0x7f6a428057c0> # /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 0x7f6a428065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42974c50> 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 0x7f6a42806570> # 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 0x7f6a42807800> # 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 0x7f6a42812030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4280f3b0> 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 0x7f6a429029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a43032690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42812120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42975bb0> # 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 0x7f6a428a4740> # /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 0x7f6a428a4950> # /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 0x7f6a428a50a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a4c20> # /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 0x7f6a428a59d0> # /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 0x7f6a428917c0> # /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 0x7f6a42891550> # /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 0x7f6a424be630> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a7200> # /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 0x7f6a424c5190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424bfd10> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424be480> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6690> # /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 0x7f6a42531040> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424e9160> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6bd0> # /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 0x7f6a42534b30> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42532e40> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a424e8c50> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a6090> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a5a90> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a5760> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a428a49b0> # /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 0x7f6a428a5ac0> # /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 0x7f6a42535160> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42534da0> # /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 0x7f6a42535a60> # /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 0x7f6a4253c080> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4251d640> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42536840> # /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 0x7f6a4251d070> # /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 0x7f6a42556330> # /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 0x7f6a42556fc0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42556a80> # /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 0x7f6a425574d0> # /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 0x7f6a4252ba40> # /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 0x7f6a423e1e80> # 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 0x7f6a4241efc0> # /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 0x7f6a4241f0e0> # /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 0x7f6a42173290> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42172ae0> # 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 0x7f6a42172cc0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241f620> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241e510> # /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 0x7f6a4241ec60> # /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 0x7f6a421ec8c0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a421ec4d0> # /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 0x7f6a42214110> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a421ec950> # /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 0x7f6a41d2f230> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42214290> # /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 0x7f6a41dacd40> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41d2f5c0> # /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 0x7f6a41dafcb0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41dace60> # /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 0x7f6a41defe60> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a41daffb0> # /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 0x7f6a403491f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403485f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4218ff50> # /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 0x7f6a403646b0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034bb60> # /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 0x7f6a40366d80> # /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 0x7f6a40367c80> # /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 0x7f6a4038c590> # /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 0x7f6a4038c2f0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40367ec0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40366c30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403665d0> # /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 0x7f6a4038f5f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403671a0> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40364a40> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034b170> # /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 0x7f6a4034b890> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4034b5f0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40349370> # /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 0x7f6a403ccad0> # /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 0x7f6a403cef60> # /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 0x7f6a403cf740> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403ce300> # /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 0x7f6a403cff80> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403ccaa0> # /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 0x7f6a403f99d0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f8f50> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f8d70> # /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 0x7f6a40424aa0> # /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 0x7f6a3fcf2b10> # 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 0x7f6a3fcf2e70> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40426d80> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a40424f20> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fbf50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fa1e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403f9f10> # /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 0x7f6a3fd2c9b0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fcf3ad0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a403fa720> # /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 0x7f6a3fd2cfe0> # /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 0x7f6a3fd2d370> # /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 0x7f6a3fd2d430> # /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 0x7f6a3fd2d550> # /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 0x7f6a3fd4c140> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2e270> # /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 0x7f6a3fd4c290> # /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 0x7f6a3fd4c380> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd2d3a0> # /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 0x7f6a3fd4c530> # /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 0x7f6a3fd77f20> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd77380> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd75df0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4dd30> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fd4d190> # /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 0x7f6a3fd4f110> # /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 0x7f6a41dacc20> # /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 0x7f6a3fdb0740> # /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 0x7f6a3fdb09b0> # /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 0x7f6a3fdb12e0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb0d70> # /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 0x7f6a3fdb21e0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a42173410> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a4241dfd0> # /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 0x7f6a3fdb2cc0> # /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 0x7f6a3fb8b710> # /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 0x7f6a3fba9790> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fba9340> # 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 0x7f6a41d759a0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fba8200> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fb8ba40> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fb887a0> # /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 0x7f6a3fb8b500> # /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 0x7f6a3fbbecc0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbbd7f0> # /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 0x7f6a3fbec4d0> # /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 0x7f6a3fbec7d0> # /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 0x7f6a3fbeca40> # /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 0x7f6a3fbecce0> # /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 0x7f6a3fbed400> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbed250> # /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 0x7f6a3fbeec60> # /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 0x7f6a3fbeede0> # /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 0x7f6a3fbef020> # /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 0x7f6a3fbeff80> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fbef800> # /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 0x7f6a3fc00b60> # /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 0x7f6a3fc00fb0> # /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 0x7f6a3fc01190> # /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 0x7f6a3fc01460> # /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 0x7f6a3fc02360> # /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 0x7f6a3fc025d0> # /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 0x7f6a3fc027e0> # /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 0x7f6a3fc033e0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc02f00> # /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 0x7f6a3fc2c260> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc03b90> # /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 0x7f6a3fc2cef0> # /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 0x7f6a3fc2d1f0> # /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 0x7f6a3fc2e150> # /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 0x7f6a3fc2e3f0> # /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 0x7f6a3fc2e5a0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb3110> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb2ea0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb2600> # /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 0x7f6a3fc2ef90> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2ecc0> # /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 0x7f6a3fc4d3d0> # /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 0x7f6a3fc4eae0> # 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 0x7f6a3fc4dd30> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc4d8e0> # /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 0x7f6a3f9a0470> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f98b860> # /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 0x7f6a3f9a3320> # /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 0x7f6a3f9a3c50> # /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 0x7f6a3f9a0b00> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9a07d0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2f200> # /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 0x7f6a3fc4cf20> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fc2ee70> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fdb3e60> # /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 0x7f6a3f9cde80> # /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 0x7f6a3f9ce750> # /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 0x7f6a3f9cf770> # /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 0x7f6a3f9cfda0> # /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 0x7f6a3f9f5490> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f4e60> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f4b00> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f47a0> # /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 0x7f6a3f9f4b60> # /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 0x7f6a3f9f7170> # /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 0x7f6a3f9f71d0> # /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 0x7f6a3f9f78c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f7770> # /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 0x7f6a3fa25eb0> # /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 0x7f6a3fa270b0> # /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 0x7f6a3fa272f0> # /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 0x7f6a3fa27470> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa27290> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa26b70> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa26030> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa25310> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa24890> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa24110> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f6c60> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f9f6150> # /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 0x7f6a3fa26e10> # /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 0x7f6a3fa27920> # /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 0x7f6a3fa50230> # /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 0x7f6a3fa505f0> # /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 0x7f6a3fa50f20> # /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 0x7f6a3fa51a90> # /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 0x7f6a3fa783e0> # /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 0x7f6a3fa79ac0> # /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 0x7f6a3f6e5100> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa79af0> # /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 0x7f6a3f710dd0> # /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 0x7f6a3f710ef0> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e7b90> # /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 0x7f6a3f711dc0> # /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 0x7f6a3f712780> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e78f0> # /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 0x7f6a3f7127e0> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e6de0> # /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 0x7f6a3f712e10> # /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 0x7f6a3f713230> # /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 0x7f6a3f713380> # /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 0x7f6a3f713440> # /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 0x7f6a3f73bcb0> # /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 0x7f6a3f73be00> # /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 0x7f6a3f73bfe0> # /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 0x7f6a3f75d6d0> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f739070> # /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 0x7f6a3f771340> # /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 0x7f6a3f771820> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f739cd0> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f713b90> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6e5df0> # /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 0x7f6a3f7a8c50> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f773ad0> # /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 0x7f6a3f7a8e00> # /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 0x7f6a3f7aade0> # /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 0x7f6a3f7abec0> # /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 0x7f6a3f5d96d0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5d9250> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7aaed0> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f7729c0> # /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 0x7f6a3f605e20> # /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 0x7f6a3f606810> # /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 0x7f6a3f606a50> # /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 0x7f6a3f6076b0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6072c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f606de0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6064e0> # /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 0x7f6a3f607e60> # /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 0x7f6a3f636b70> # /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 0x7f6a3f636c60> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635e20> # /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 0x7f6a3f636030> # /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 0x7f6a3f65f500> # /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 0x7f6a3f689520> # /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 0x7f6a3f689550> # /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 0x7f6a3f689700> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6890a0> # /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 0x7f6a3f689b80> # /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 0x7f6a3f689d30> # /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 0x7f6a3f689ee0> # /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 0x7f6a3f68b2c0> # /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 0x7f6a3f68ba10> # /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 0x7f6a3f68b9b0> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f68abd0> # /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 0x7f6a3f68ad20> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f688da0> # /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 0x7f6a3f688b90> # /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 0x7f6a3f6ad0a0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f688350> # /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 0x7f6a3f6ada90> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ad610> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6ad3a0> # /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 0x7f6a3f6ad490> # /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 0x7f6a3f6af470> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6361b0> # /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 0x7f6a3f6af560> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635880> # /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 0x7f6a3f4e5ee0> # /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 0x7f6a3f51d670> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f51c950> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f50ba70> # /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 0x7f6a3f51e0f0> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e5580> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e51c0> # /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 0x7f6a3f51f3b0> # /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 0x7f6a3f51f530> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4ef0> # /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 0x7f6a3f51f560> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4d40> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4770> # /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 0x7f6a3f542150> # /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 0x7f6a3f542f00> # /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 0x7f6a3f543020> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5421e0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e49e0> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e48c0> # /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 0x7f6a3f580740> # /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 0x7f6a3f5807d0> # /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 0x7f6a3f580890> # /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 0x7f6a3f580a40> # /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 0x7f6a3f581e20> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4a40> # /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 0x7f6a3f583c20> # /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 0x7f6a3f5a9df0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5a9820> # /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 0x7f6a3f5aa990> # /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 0x7f6a3f5aaae0> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5a85f0> # /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 0x7f6a3f583050> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f582510> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4e4860> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f635490> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6340e0> # /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 0x7f6a3f5ab500> # /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 0x7f6a3f5ab6b0> # /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 0x7f6a3f5abdd0> # /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 0x7f6a3f3e4290> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f605ee0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f6053d0> # /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 0x7f6a3f3e4b60> # /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 0x7f6a3f3e4f50> # /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 0x7f6a3f3e5070> # /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 0x7f6a3f3e5e50> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e5100> # /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 0x7f6a3f3e6f90> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e68a0> # /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 0x7f6a3f417d10> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e7f20> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e7560> # /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 0x7f6a3f43cb30> # /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 0x7f6a3f43e0f0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43d4f0> # /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 0x7f6a3f43e300> # /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 0x7f6a3f43e720> # /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 0x7f6a3f43e8a0> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43e7e0> # /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 0x7f6a3f43e930> # /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 0x7f6a3f43f320> # 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 0x7f6a3f43f0e0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43ea50> # /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 0x7f6a3f471d90> # /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 0x7f6a3f472120> # /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 0x7f6a3f4725a0> # /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 0x7f6a3f472de0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f4714c0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f471040> # /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 0x7f6a3f473380> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f470b30> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43ede0> # /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 0x7f6a3f4998b0> # /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 0x7f6a3f49a600> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f499df0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f473e00> 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 0x7f6a3f217110> # /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 0x7f6a3f242120> # 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 0x7f6a3f243380> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f217080> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f470e30> # /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 0x7f6a3f268d70> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f243bc0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f243590> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f43cc20> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f3e63c0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5db020> # /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 0x7f6a3f26a7b0> # /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 0x7f6a3f26a930> # /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 0x7f6a3f26aae0> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f5da2a0> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa78620> # /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 0x7f6a3f2b1550> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b08c0> # /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 0x7f6a3f2b2180> # /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 0x7f6a3f2b23f0> # /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 0x7f6a3f2b25d0> # /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 0x7f6a3f2b2960> # /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 0x7f6a3f2b2c30> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b1d90> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b1ac0> # /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 0x7f6a3f2b29f0> # /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 0x7f6a3f2b3860> # /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 0x7f6a3f2b3e00> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b39b0> # /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 0x7f6a3f2d17f0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d0350> # /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 0x7f6a3f2d0980> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2b07a0> # /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 0x7f6a3f2d3290> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d2b10> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3fa53c80> # /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 0x7f6a3f108560> # /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 0x7f6a3f109a60> # /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 0x7f6a3f10a720> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f10a0c0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f108a70> # /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 0x7f6a3f10b6e0> # /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 0x7f6a3f10b8f0> # /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 0x7f6a3f10bb90> # /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 0x7f6a3f10bd70> # /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 0x7f6a3f10bfe0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d3fb0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6a3f2d3b60> # /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 0x7f6a3f128290> {"msg": "Nothing to do", "changed": false, "results": [], "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 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 9574 1726883225.97018: 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-1726883223.9739976-9715-173176590615286/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883225.97021: _low_level_execute_command(): starting 9574 1726883225.97022: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883223.9739976-9715-173176590615286/ > /dev/null 2>&1 && sleep 0' 9574 1726883225.97024: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883225.97025: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883225.97027: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883225.97029: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883225.97030: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883225.97031: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883225.97032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883225.97034: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883225.97035: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883225.97036: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9574 1726883225.97037: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883225.97038: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883225.97039: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883225.97042: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883225.97044: stderr chunk (state=3): >>>debug2: match found <<< 9574 1726883225.97045: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883225.97046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883225.97047: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883225.97048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883225.97049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883225.98992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883225.99020: stderr chunk (state=3): >>><<< 9574 1726883225.99023: stdout chunk (state=3): >>><<< 9574 1726883225.99043: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883225.99056: handler run complete 9574 1726883225.99078: attempt loop complete, returning result 9574 1726883225.99081: _execute() done 9574 1726883225.99083: dumping result to json 9574 1726883225.99088: done dumping result, returning 9574 1726883225.99096: done running TaskExecutor() for managed_node2/TASK: Install needed packages [0affc0aa-4893-214d-52b4-00000000001a] 9574 1726883225.99100: sending task result for task 0affc0aa-4893-214d-52b4-00000000001a 9574 1726883225.99189: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001a 9574 1726883225.99192: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 9574 1726883225.99255: no more pending results, returning what we have 9574 1726883225.99258: results queue empty 9574 1726883225.99259: checking for any_errors_fatal 9574 1726883225.99266: done checking for any_errors_fatal 9574 1726883225.99267: checking for max_fail_percentage 9574 1726883225.99268: done checking for max_fail_percentage 9574 1726883225.99269: checking to see if all hosts have failed and the running result is not ok 9574 1726883225.99270: done checking to see if all hosts have failed 9574 1726883225.99270: getting the remaining hosts for this loop 9574 1726883225.99272: done getting the remaining hosts for this loop 9574 1726883225.99275: getting the next task for host managed_node2 9574 1726883225.99281: done getting next task for host managed_node2 9574 1726883225.99283: ^ task is: TASK: Stop and remove Candlepin container 9574 1726883225.99285: ^ 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 9574 1726883225.99289: getting variables 9574 1726883225.99290: in VariableManager get_vars() 9574 1726883225.99318: Calling all_inventory to load vars for managed_node2 9574 1726883225.99320: Calling groups_inventory to load vars for managed_node2 9574 1726883225.99323: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883225.99334: Calling all_plugins_play to load vars for managed_node2 9574 1726883225.99336: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883225.99339: Calling groups_plugins_play to load vars for managed_node2 9574 1726883225.99393: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883225.99424: done with get_vars() 9574 1726883225.99432: done getting variables 9574 1726883225.99522: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:05 -0400 (0:00:02.140) 0:00:05.395 ****** 9574 1726883225.99549: entering _queue_task() for managed_node2/command 9574 1726883225.99550: Creating lock for command 9574 1726883225.99780: worker is 1 (out of 1 available) 9574 1726883225.99790: exiting _queue_task() for managed_node2/command 9574 1726883225.99802: done queuing things up, now waiting for results queue to drain 9574 1726883225.99804: waiting for pending results... 9574 1726883226.00152: running TaskExecutor() for managed_node2/TASK: Stop and remove Candlepin container 9574 1726883226.00193: in run() - task 0affc0aa-4893-214d-52b4-00000000001b 9574 1726883226.00242: variable 'ansible_search_path' from source: unknown 9574 1726883226.00265: variable 'ansible_search_path' from source: unknown 9574 1726883226.00291: calling self._execute() 9574 1726883226.00338: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883226.00346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883226.00375: variable 'omit' from source: magic vars 9574 1726883226.00858: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883226.02791: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883226.02985: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883226.03017: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883226.03047: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883226.03068: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883226.03130: 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) 9574 1726883226.03154: 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) 9574 1726883226.03173: 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) 9574 1726883226.03202: 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) 9574 1726883226.03214: 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) 9574 1726883226.03314: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883226.03342: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883226.03347: variable 'omit' from source: magic vars 9574 1726883226.03382: variable 'omit' from source: magic vars 9574 1726883226.03411: variable 'omit' from source: magic vars 9574 1726883226.03432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883226.03455: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883226.03469: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883226.03482: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883226.03490: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883226.03504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883226.03520: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883226.03544: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883226.03547: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883226.03549: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883226.03620: Set connection var ansible_connection to ssh 9574 1726883226.03626: Set connection var ansible_shell_type to sh 9574 1726883226.03631: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883226.03643: Set connection var ansible_timeout to 10 9574 1726883226.03649: Set connection var ansible_shell_executable to /bin/sh 9574 1726883226.03654: Set connection var ansible_pipelining to False 9574 1726883226.03673: variable 'ansible_shell_executable' from source: unknown 9574 1726883226.03675: variable 'ansible_connection' from source: unknown 9574 1726883226.03678: variable 'ansible_module_compression' from source: unknown 9574 1726883226.03680: variable 'ansible_shell_type' from source: unknown 9574 1726883226.03682: variable 'ansible_shell_executable' from source: unknown 9574 1726883226.03685: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883226.03688: variable 'ansible_pipelining' from source: unknown 9574 1726883226.03691: variable 'ansible_timeout' from source: unknown 9574 1726883226.03695: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883226.03782: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883226.03818: variable 'omit' from source: magic vars 9574 1726883226.03821: starting attempt loop 9574 1726883226.03825: running the handler 9574 1726883226.03827: _low_level_execute_command(): starting 9574 1726883226.03847: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883226.04526: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883226.04531: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.04570: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883226.04576: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883226.04578: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883226.04634: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883226.06960: stdout chunk (state=3): >>>/root <<< 9574 1726883226.07115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883226.07149: stderr chunk (state=3): >>><<< 9574 1726883226.07158: stdout chunk (state=3): >>><<< 9574 1726883226.07182: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883226.07207: _low_level_execute_command(): starting 9574 1726883226.07210: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106 `" && echo ansible-tmp-1726883226.0718126-9765-11854209132106="` echo /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106 `" ) && sleep 0' 9574 1726883226.07854: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.07858: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.07909: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883226.07912: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883226.07986: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883226.10623: stdout chunk (state=3): >>>ansible-tmp-1726883226.0718126-9765-11854209132106=/root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106 <<< 9574 1726883226.10786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883226.10821: stderr chunk (state=3): >>><<< 9574 1726883226.10837: stdout chunk (state=3): >>><<< 9574 1726883226.10861: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883226.0718126-9765-11854209132106=/root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883226.10903: variable 'ansible_module_compression' from source: unknown 9574 1726883226.10948: ANSIBALLZ: Using generic lock for ansible.legacy.command 9574 1726883226.10952: ANSIBALLZ: Acquiring lock 9574 1726883226.10954: ANSIBALLZ: Lock acquired: 140291073656976 9574 1726883226.10957: ANSIBALLZ: Creating module 9574 1726883226.22629: ANSIBALLZ: Writing module into payload 9574 1726883226.22689: ANSIBALLZ: Writing module 9574 1726883226.22711: ANSIBALLZ: Renaming module 9574 1726883226.22719: ANSIBALLZ: Done creating module 9574 1726883226.22735: variable 'ansible_facts' from source: unknown 9574 1726883226.22786: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py 9574 1726883226.22915: Sending initial data 9574 1726883226.22918: Sent initial data (153 bytes) 9574 1726883226.23375: 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 <<< 9574 1726883226.23379: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.23383: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883226.23386: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883226.23388: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.23459: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883226.23472: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883226.23569: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883226.25964: 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 <<< 9574 1726883226.25999: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883226.26101: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp1adehjqk /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py <<< 9574 1726883226.26104: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py" <<< 9574 1726883226.26343: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp1adehjqk" to remote "/root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py" <<< 9574 1726883226.27417: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883226.27504: stderr chunk (state=3): >>><<< 9574 1726883226.27508: stdout chunk (state=3): >>><<< 9574 1726883226.27510: done transferring module to remote 9574 1726883226.27526: _low_level_execute_command(): starting 9574 1726883226.27532: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/ /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py && sleep 0' 9574 1726883226.27991: 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 <<< 9574 1726883226.27995: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.27997: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883226.27999: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.28046: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883226.28050: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883226.28111: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883226.30847: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883226.30851: stdout chunk (state=3): >>><<< 9574 1726883226.30854: stderr chunk (state=3): >>><<< 9574 1726883226.30856: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883226.30859: _low_level_execute_command(): starting 9574 1726883226.30865: _low_level_execute_command(): using become for this command 9574 1726883226.30877: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-nhhwzgzqgalqzqygfmbtixfqqzeyqjca ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883226.31273: Initial state: awaiting_escalation: BECOME-SUCCESS-nhhwzgzqgalqzqygfmbtixfqqzeyqjca 9574 1726883226.31542: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883226.31619: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883226.31659: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883226.31685: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883226.31778: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883226.35957: stdout chunk (state=1): >>>BECOME-SUCCESS-nhhwzgzqgalqzqygfmbtixfqqzeyqjca <<< 9574 1726883226.35962: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-nhhwzgzqgalqzqygfmbtixfqqzeyqjca' 9574 1726883226.36455: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 9574 1726883226.36639: stdout chunk (state=3): >>> import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # <<< 9574 1726883226.36669: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883226.36722: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook<<< 9574 1726883226.36728: stdout chunk (state=3): >>> <<< 9574 1726883226.36769: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883226.36786: stdout chunk (state=3): >>>import 'zipimport' # <<< 9574 1726883226.36832: stdout chunk (state=3): >>># installed zipimport hook <<< 9574 1726883226.36875: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 9574 1726883226.36887: stdout chunk (state=3): >>> <<< 9574 1726883226.36894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.37059: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883226.37064: 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 0x7f3872a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38729e7a10> <<< 9574 1726883226.37109: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883226.37112: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883226.37139: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872a1a960> <<< 9574 1726883226.37173: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883226.37218: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883226.37234: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883226.37265: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883226.37270: stdout chunk (state=3): >>> <<< 9574 1726883226.37321: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883226.37324: stdout chunk (state=3): >>> import 'stat' # <<< 9574 1726883226.37493: stdout chunk (state=3): >>> import '_collections_abc' # <<< 9574 1726883226.37517: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883226.37554: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883226.37602: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883226.37748: stdout chunk (state=3): >>>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 0x7f387282cfe0> <<< 9574 1726883226.37823: 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 <<< 9574 1726883226.37832: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.37855: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387282df10> <<< 9574 1726883226.37897: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883226.37949: 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. <<< 9574 1726883226.38320: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883226.38356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883226.38401: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883226.38412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.38444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 9574 1726883226.38448: stdout chunk (state=3): >>> <<< 9574 1726883226.38504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 9574 1726883226.38509: stdout chunk (state=3): >>> <<< 9574 1726883226.38737: 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 0x7f387286bd10> # /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 0x7f387286bf20> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883226.38743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883226.38781: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 9574 1726883226.38786: stdout chunk (state=3): >>> <<< 9574 1726883226.38858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.38892: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883226.38897: stdout chunk (state=3): >>> <<< 9574 1726883226.38933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883226.38950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc'<<< 9574 1726883226.38953: stdout chunk (state=3): >>> import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728a3680><<< 9574 1726883226.38958: stdout chunk (state=3): >>> <<< 9574 1726883226.38991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883226.39009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'<<< 9574 1726883226.39013: stdout chunk (state=3): >>> <<< 9574 1726883226.39037: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728a3d10><<< 9574 1726883226.39046: stdout chunk (state=3): >>> <<< 9574 1726883226.39061: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883226.39133: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728839b0> <<< 9574 1726883226.39161: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883226.39166: stdout chunk (state=3): >>> <<< 9574 1726883226.39211: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728810d0><<< 9574 1726883226.39215: stdout chunk (state=3): >>> <<< 9574 1726883226.39358: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872868ec0> <<< 9574 1726883226.39397: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883226.39434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883226.39463: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883226.39507: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883226.39549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883226.39634: 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 0x7f38728c3620> <<< 9574 1726883226.39658: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728c2240> <<< 9574 1726883226.39697: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 9574 1726883226.39709: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 9574 1726883226.39721: stdout chunk (state=3): >>> import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872881fa0><<< 9574 1726883226.39744: stdout chunk (state=3): >>> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728c0aa0> <<< 9574 1726883226.39842: 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 0x7f38728f8680><<< 9574 1726883226.39878: stdout chunk (state=3): >>> <<< 9574 1726883226.39883: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872868140> # /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' <<< 9574 1726883226.40044: 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 0x7f38728f8b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728f89e0> # 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 0x7f38728f8dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872866c60> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883226.40048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.40079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 9574 1726883226.40082: stdout chunk (state=3): >>> <<< 9574 1726883226.40128: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 9574 1726883226.40131: stdout chunk (state=3): >>> <<< 9574 1726883226.40170: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728f9490><<< 9574 1726883226.40175: stdout chunk (state=3): >>> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728f9190><<< 9574 1726883226.40199: stdout chunk (state=3): >>> import 'importlib.machinery' # <<< 9574 1726883226.40256: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883226.40259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883226.40336: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728fa390> import 'importlib.util' # <<< 9574 1726883226.40346: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883226.40380: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883226.40437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883226.40607: 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 0x7f3872914590> 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 0x7f3872915cd0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883226.40613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883226.40643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883226.40656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc'<<< 9574 1726883226.40684: stdout chunk (state=3): >>> import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872916b70> <<< 9574 1726883226.40731: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883226.40865: 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 0x7f38729171d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38729160c0> # /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'<<< 9574 1726883226.40880: 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 0x7f3872917c50> <<< 9574 1726883226.40907: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872917380><<< 9574 1726883226.40978: stdout chunk (state=3): >>> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728fa300> <<< 9574 1726883226.41019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883226.41073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883226.41102: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883226.41145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883226.41192: 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'<<< 9574 1726883226.41246: stdout chunk (state=3): >>> import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38726c7b90> # /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883226.41269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883226.41538: 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 0x7f38726f0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f03e0> # 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 0x7f38726f06b0> # /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' <<< 9574 1726883226.41681: 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 0x7f38726f0fe0> <<< 9574 1726883226.41874: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883226.41899: 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 0x7f38726f1970> <<< 9574 1726883226.41930: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f0890><<< 9574 1726883226.41953: stdout chunk (state=3): >>> <<< 9574 1726883226.41963: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726c5d30> <<< 9574 1726883226.41997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 9574 1726883226.42006: stdout chunk (state=3): >>> <<< 9574 1726883226.42044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883226.42078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883226.42100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883226.42127: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f2cc0> <<< 9574 1726883226.42168: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f0e30> <<< 9574 1726883226.42204: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728faab0> <<< 9574 1726883226.42254: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883226.42351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.42386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883226.42448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883226.42638: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387271f020> # /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' <<< 9574 1726883226.42692: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727433b0><<< 9574 1726883226.42695: stdout chunk (state=3): >>> <<< 9574 1726883226.42734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883226.42806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 9574 1726883226.42809: stdout chunk (state=3): >>> <<< 9574 1726883226.42893: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883226.42898: stdout chunk (state=3): >>> <<< 9574 1726883226.43112: 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 0x7f38727a0170> # /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' <<< 9574 1726883226.43238: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727a28d0><<< 9574 1726883226.43244: stdout chunk (state=3): >>> <<< 9574 1726883226.43362: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727a0290> <<< 9574 1726883226.43418: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387276d160> <<< 9574 1726883226.43470: 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' <<< 9574 1726883226.43491: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725a5190> <<< 9574 1726883226.43526: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727421b0><<< 9574 1726883226.43536: stdout chunk (state=3): >>> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f3bf0> <<< 9574 1726883226.43734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883226.43770: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3872742510><<< 9574 1726883226.43773: stdout chunk (state=3): >>> <<< 9574 1726883226.44018: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_9wqzcfzf/ansible_ansible.legacy.command_payload.zip' <<< 9574 1726883226.44255: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883226.44293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883226.44319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883226.44389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883226.44524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883226.44643: 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 0x7f38725f6e70> import '_typing' # <<< 9574 1726883226.44912: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725d9d60><<< 9574 1726883226.44916: stdout chunk (state=3): >>> <<< 9574 1726883226.44942: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725d8ef0> <<< 9574 1726883226.44959: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.44999: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883226.45010: stdout chunk (state=3): >>> <<< 9574 1726883226.45016: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.45051: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883226.45078: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.45103: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883226.45137: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.47399: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.49380: 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 0x7f38725f4d40> # /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 <<< 9574 1726883226.49385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883226.49439: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883226.49445: stdout chunk (state=3): >>> # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883226.49450: stdout chunk (state=3): >>> import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3872626840> <<< 9574 1726883226.49511: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726265d0><<< 9574 1726883226.49516: stdout chunk (state=3): >>> <<< 9574 1726883226.49565: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872625ee0><<< 9574 1726883226.49570: stdout chunk (state=3): >>> <<< 9574 1726883226.49599: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 9574 1726883226.49606: stdout chunk (state=3): >>> <<< 9574 1726883226.49625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 9574 1726883226.49630: stdout chunk (state=3): >>> <<< 9574 1726883226.49686: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872626660><<< 9574 1726883226.49697: stdout chunk (state=3): >>> <<< 9574 1726883226.49706: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725f7b00> <<< 9574 1726883226.49722: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883226.49725: stdout chunk (state=3): >>> <<< 9574 1726883226.49769: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883226.49782: stdout chunk (state=3): >>> # extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883226.49790: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3872627500> <<< 9574 1726883226.49847: 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 0x7f3872627680> <<< 9574 1726883226.49873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883226.50136: 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 0x7f3872627b90> 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' <<< 9574 1726883226.50165: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f0d940><<< 9574 1726883226.50170: stdout chunk (state=3): >>> <<< 9574 1726883226.50238: 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 0x7f3871f0f560> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883226.50260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883226.50319: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f0fef0> <<< 9574 1726883226.50355: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883226.50418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883226.50462: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f110a0> <<< 9574 1726883226.50474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 9574 1726883226.50556: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883226.50572: 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' <<< 9574 1726883226.50675: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f13b90> <<< 9574 1726883226.50752: 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 0x7f38725daf60><<< 9574 1726883226.50763: stdout chunk (state=3): >>> <<< 9574 1726883226.50797: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f11e50> <<< 9574 1726883226.50845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883226.50894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883226.51036: 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 0x7f3871f1fb30> <<< 9574 1726883226.51065: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883226.51201: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f1e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f1e360> <<< 9574 1726883226.51224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883226.51257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883226.51363: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f1e8d0><<< 9574 1726883226.51414: stdout chunk (state=3): >>> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f12360> <<< 9574 1726883226.51458: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883226.51477: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883226.51481: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3871f63e30><<< 9574 1726883226.51482: stdout chunk (state=3): >>> <<< 9574 1726883226.51519: 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<<< 9574 1726883226.51525: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.51638: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f63e90> # /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' <<< 9574 1726883226.51747: 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 0x7f3871f659a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f65760> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883226.51917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883226.51989: 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'<<< 9574 1726883226.51996: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3871f67ef0><<< 9574 1726883226.52011: stdout chunk (state=3): >>> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f66090><<< 9574 1726883226.52032: stdout chunk (state=3): >>> <<< 9574 1726883226.52069: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883226.52147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883226.52167: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883226.52238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9574 1726883226.52336: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f6b710> <<< 9574 1726883226.52500: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f680e0> <<< 9574 1726883226.52593: 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'<<< 9574 1726883226.52595: stdout chunk (state=3): >>> <<< 9574 1726883226.52657: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3871f6c560> # 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 0x7f3871f6c590> <<< 9574 1726883226.52734: 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' <<< 9574 1726883226.52797: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3871f6cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f64050> # /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' <<< 9574 1726883226.52826: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 9574 1726883226.52856: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883226.52886: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883226.52904: stdout chunk (state=3): >>> <<< 9574 1726883226.52953: 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 0x7f3871ff8260> <<< 9574 1726883226.53344: 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 0x7f3871ff9580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f6e9f0> # 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 0x7f3871f6fd70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f6e5d0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883226.53471: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.53644: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883226.53648: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883226.53682: stdout chunk (state=3): >>> import 'ansible.module_utils.common' # <<< 9574 1726883226.53687: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.53707: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.53729: stdout chunk (state=3): >>> <<< 9574 1726883226.53745: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883226.53762: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883226.53956: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.54146: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.55075: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.55970: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883226.56051: 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 <<< 9574 1726883226.56063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.56150: 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'<<< 9574 1726883226.56159: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3871ffd7f0> <<< 9574 1726883226.56286: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883226.56445: 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 0x7f3871ffe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871ff9760> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 9574 1726883226.56449: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.56475: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883226.56500: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.56734: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.56972: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883226.56993: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883226.57018: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871ffe570> <<< 9574 1726883226.57045: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.57234: stdout chunk (state=3): >>> <<< 9574 1726883226.57844: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.58608: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.58722: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.58850: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883226.58908: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.58936: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.58988: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883226.59018: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.59234: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.59266: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883226.59314: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.59338: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883226.59347: stdout chunk (state=3): >>> <<< 9574 1726883226.59374: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.59437: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.59449: stdout chunk (state=3): >>> <<< 9574 1726883226.59509: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883226.59512: stdout chunk (state=3): >>> <<< 9574 1726883226.59539: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.59925: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.60327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883226.60330: stdout chunk (state=3): >>> <<< 9574 1726883226.60541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 9574 1726883226.60565: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871fff860> <<< 9574 1726883226.60592: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.60711: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.60821: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883226.60855: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883226.60871: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883226.60902: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.60907: stdout chunk (state=3): >>> <<< 9574 1726883226.60985: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.61057: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883226.61235: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883226.61269: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.61366: 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 <<< 9574 1726883226.61450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.61590: 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'<<< 9574 1726883226.61593: 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 0x7f3871e09e80> <<< 9574 1726883226.61661: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e07cb0> <<< 9574 1726883226.61712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883226.61728: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883226.61756: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.61761: stdout chunk (state=3): >>> <<< 9574 1726883226.61861: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.61867: stdout chunk (state=3): >>> <<< 9574 1726883226.61966: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.61972: stdout chunk (state=3): >>> <<< 9574 1726883226.62012: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.62017: stdout chunk (state=3): >>> <<< 9574 1726883226.62080: 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<<< 9574 1726883226.62085: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883226.62119: 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<<< 9574 1726883226.62130: stdout chunk (state=3): >>> <<< 9574 1726883226.62166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883226.62198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883226.62293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883226.62334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 9574 1726883226.62339: stdout chunk (state=3): >>> <<< 9574 1726883226.62642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872676a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387265a6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e0a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e09f10> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 9574 1726883226.62710: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.62753: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883226.62756: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883226.62830: stdout chunk (state=3): >>> import 'ansible.module_utils.basic' # <<< 9574 1726883226.62833: stdout chunk (state=3): >>> <<< 9574 1726883226.62861: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.62907: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883226.62929: stdout chunk (state=3): >>> <<< 9574 1726883226.62945: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883226.63111: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.63118: stdout chunk (state=3): >>> <<< 9574 1726883226.63294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 9574 1726883226.63307: stdout chunk (state=3): >>> <<< 9574 1726883226.63323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883226.63384: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872659d30> <<< 9574 1726883226.63484: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883226.63488: stdout chunk (state=3): >>> <<< 9574 1726883227.69960: stdout chunk (state=3): >>> {"changed": true, "stdout": "candlepin", "stderr": "", "rc": 0, "cmd": ["podman", "stop", "candlepin"], "start": "2024-09-20 21:47:06.636692", "end": "2024-09-20 21:47:07.697342", "delta": "0:00:01.060650", "msg": "", "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}}} <<< 9574 1726883227.70012: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883227.71684: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json<<< 9574 1726883227.71701: stdout chunk (state=3): >>>.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 <<< 9574 1726883227.71749: 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 # 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 <<< 9574 1726883227.72181: stdout chunk (state=3): >>>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 <<< 9574 1726883227.72444: 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 # 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 <<< 9574 1726883227.73585: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883227.73616: stderr chunk (state=3): >>><<< 9574 1726883227.73619: stdout chunk (state=3): >>><<< 9574 1726883227.73746: _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 0x7f3872a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38729e7a10> # /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 0x7f3872a1a960> 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 0x7f387282cfe0> # /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 0x7f387282df10> 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 0x7f387286bd10> # /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 0x7f387286bf20> # /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 0x7f38728a3680> # /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 0x7f38728a3d10> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728839b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728810d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872868ec0> # /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 0x7f38728c3620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728c2240> # /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 0x7f3872881fa0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728c0aa0> # /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 0x7f38728f8680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872868140> # /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 0x7f38728f8b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728f89e0> # 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 0x7f38728f8dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872866c60> # /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 0x7f38728f9490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728f9190> 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 0x7f38728fa390> 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 0x7f3872914590> 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 0x7f3872915cd0> # /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 0x7f3872916b70> # 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 0x7f38729171d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38729160c0> # /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 0x7f3872917c50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872917380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728fa300> # /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 0x7f38726c7b90> # /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 0x7f38726f0680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f03e0> # 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 0x7f38726f06b0> # /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 0x7f38726f0fe0> # 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 0x7f38726f1970> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f0890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726c5d30> # /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 0x7f38726f2cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f0e30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38728faab0> # /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 0x7f387271f020> # /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 0x7f38727433b0> # /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 0x7f38727a0170> # /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 0x7f38727a28d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727a0290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387276d160> # /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 0x7f38725a5190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38727421b0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726f3bf0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3872742510> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_9wqzcfzf/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 0x7f38725f6e70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725d9d60> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725d8ef0> # 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 0x7f38725f4d40> # /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 0x7f3872626840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38726265d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3872625ee0> # /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 0x7f3872626660> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38725f7b00> 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 0x7f3872627500> # 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 0x7f3872627680> # /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 0x7f3872627b90> 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 0x7f3871f0d940> # 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 0x7f3871f0f560> # /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 0x7f3871f0fef0> # /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 0x7f3871f110a0> # /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 0x7f3871f13b90> # 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 0x7f38725daf60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f11e50> # /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 0x7f3871f1fb30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f1e600> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f1e360> # /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 0x7f3871f1e8d0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f12360> # 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 0x7f3871f63e30> # /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 0x7f3871f63e90> # /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 0x7f3871f659a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f65760> # /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 0x7f3871f67ef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f66090> # /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 0x7f3871f6b710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f680e0> # 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 0x7f3871f6c560> # 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 0x7f3871f6c590> # 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 0x7f3871f6cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f64050> # /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 0x7f3871ff8260> # 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 0x7f3871ff9580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f6e9f0> # 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 0x7f3871f6fd70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871f6e5d0> # 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 0x7f3871ffd7f0> # /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 0x7f3871ffe510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871ff9760> 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 0x7f3871ffe570> # 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 0x7f3871fff860> # 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 0x7f3871e09e80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e07cb0> 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 0x7f3872676a20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f387265a6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e0a120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3871e09f10> # 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 0x7f3872659d30> # zipimport: zlib available {"changed": true, "stdout": "candlepin", "stderr": "", "rc": 0, "cmd": ["podman", "stop", "candlepin"], "start": "2024-09-20 21:47:06.636692", "end": "2024-09-20 21:47:07.697342", "delta": "0:00:01.060650", "msg": "", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 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 9574 1726883227.74631: 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-1726883226.0718126-9765-11854209132106/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883227.74634: _low_level_execute_command(): starting 9574 1726883227.74637: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883226.0718126-9765-11854209132106/ > /dev/null 2>&1 && sleep 0' 9574 1726883227.75245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883227.75250: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883227.75253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883227.75255: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883227.75257: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883227.75259: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883227.75261: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.75263: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883227.75264: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883227.75266: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9574 1726883227.75268: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883227.75270: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883227.75317: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883227.75321: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.75407: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883227.78250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883227.78293: stderr chunk (state=3): >>><<< 9574 1726883227.78297: stdout chunk (state=3): >>><<< 9574 1726883227.78388: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883227.78391: handler run complete 9574 1726883227.78394: Evaluated conditional (False): False 9574 1726883227.78645: variable 'podman_stop_status' from source: unknown 9574 1726883227.78649: Evaluated conditional (podman_stop_status.rc != 0): False 9574 1726883227.78651: attempt loop complete, returning result 9574 1726883227.78654: _execute() done 9574 1726883227.78656: dumping result to json 9574 1726883227.78658: done dumping result, returning 9574 1726883227.78660: done running TaskExecutor() for managed_node2/TASK: Stop and remove Candlepin container [0affc0aa-4893-214d-52b4-00000000001b] 9574 1726883227.78662: sending task result for task 0affc0aa-4893-214d-52b4-00000000001b 9574 1726883227.78738: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001b 9574 1726883227.78744: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "podman", "stop", "candlepin" ], "delta": "0:00:01.060650", "end": "2024-09-20 21:47:07.697342", "failed_when_result": false, "rc": 0, "start": "2024-09-20 21:47:06.636692" } STDOUT: candlepin 9574 1726883227.78914: no more pending results, returning what we have 9574 1726883227.78917: results queue empty 9574 1726883227.78917: checking for any_errors_fatal 9574 1726883227.78922: done checking for any_errors_fatal 9574 1726883227.78923: checking for max_fail_percentage 9574 1726883227.78924: done checking for max_fail_percentage 9574 1726883227.78925: checking to see if all hosts have failed and the running result is not ok 9574 1726883227.78926: done checking to see if all hosts have failed 9574 1726883227.78929: getting the remaining hosts for this loop 9574 1726883227.78931: done getting the remaining hosts for this loop 9574 1726883227.78933: getting the next task for host managed_node2 9574 1726883227.78958: done getting next task for host managed_node2 9574 1726883227.78961: ^ task is: TASK: Start Candlepin container 9574 1726883227.78963: ^ 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 9574 1726883227.78966: getting variables 9574 1726883227.78968: in VariableManager get_vars() 9574 1726883227.78994: Calling all_inventory to load vars for managed_node2 9574 1726883227.78997: Calling groups_inventory to load vars for managed_node2 9574 1726883227.79000: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883227.79009: Calling all_plugins_play to load vars for managed_node2 9574 1726883227.79011: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883227.79014: Calling groups_plugins_play to load vars for managed_node2 9574 1726883227.79166: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883227.79200: done with get_vars() 9574 1726883227.79208: done getting variables 9574 1726883227.79267: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:07 -0400 (0:00:01.797) 0:00:07.193 ****** 9574 1726883227.79301: entering _queue_task() for managed_node2/command 9574 1726883227.79565: worker is 1 (out of 1 available) 9574 1726883227.79576: exiting _queue_task() for managed_node2/command 9574 1726883227.79587: done queuing things up, now waiting for results queue to drain 9574 1726883227.79589: waiting for pending results... 9574 1726883227.79821: running TaskExecutor() for managed_node2/TASK: Start Candlepin container 9574 1726883227.79893: in run() - task 0affc0aa-4893-214d-52b4-00000000001c 9574 1726883227.79904: variable 'ansible_search_path' from source: unknown 9574 1726883227.79908: variable 'ansible_search_path' from source: unknown 9574 1726883227.79938: calling self._execute() 9574 1726883227.79988: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883227.79992: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883227.80000: variable 'omit' from source: magic vars 9574 1726883227.80337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883227.81980: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883227.82193: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883227.82232: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883227.82264: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883227.82292: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883227.82439: 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) 9574 1726883227.82523: 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) 9574 1726883227.82529: 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) 9574 1726883227.82532: 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) 9574 1726883227.82534: 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) 9574 1726883227.82607: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883227.82687: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883227.82690: variable 'omit' from source: magic vars 9574 1726883227.82693: variable 'omit' from source: magic vars 9574 1726883227.82801: 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) 9574 1726883227.82819: 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) 9574 1726883227.82837: 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) 9574 1726883227.82867: 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) 9574 1726883227.82877: 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) 9574 1726883227.82907: 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) 9574 1726883227.82923: 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) 9574 1726883227.82942: 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) 9574 1726883227.82969: 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) 9574 1726883227.82988: 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) 9574 1726883227.83056: variable 'podman_run_cli' from source: task vars 9574 1726883227.83117: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883227.83235: 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) 9574 1726883227.83255: 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) 9574 1726883227.83272: 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) 9574 1726883227.83300: 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) 9574 1726883227.83310: 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) 9574 1726883227.83391: variable 'ansible_distribution' from source: facts 9574 1726883227.83394: variable 'ansible_distribution_major_version' from source: facts 9574 1726883227.83448: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883227.83585: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883227.83614: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883227.83637: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883227.83664: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883227.83723: variable 'omit' from source: magic vars 9574 1726883227.83745: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883227.83768: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883227.83783: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883227.83795: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883227.83803: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883227.83818: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883227.83833: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883227.83857: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883227.83860: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883227.83862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883227.83936: Set connection var ansible_connection to ssh 9574 1726883227.83939: Set connection var ansible_shell_type to sh 9574 1726883227.83947: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883227.83955: Set connection var ansible_timeout to 10 9574 1726883227.83962: Set connection var ansible_shell_executable to /bin/sh 9574 1726883227.83967: Set connection var ansible_pipelining to False 9574 1726883227.83989: variable 'ansible_shell_executable' from source: unknown 9574 1726883227.83992: variable 'ansible_connection' from source: unknown 9574 1726883227.83994: variable 'ansible_module_compression' from source: unknown 9574 1726883227.83997: variable 'ansible_shell_type' from source: unknown 9574 1726883227.83999: variable 'ansible_shell_executable' from source: unknown 9574 1726883227.84001: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883227.84005: variable 'ansible_pipelining' from source: unknown 9574 1726883227.84007: variable 'ansible_timeout' from source: unknown 9574 1726883227.84011: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883227.84087: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883227.84095: variable 'omit' from source: magic vars 9574 1726883227.84098: starting attempt loop 9574 1726883227.84101: running the handler 9574 1726883227.84112: _low_level_execute_command(): starting 9574 1726883227.84117: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883227.84659: 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 <<< 9574 1726883227.84663: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883227.84667: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883227.84669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.84710: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883227.84723: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.84786: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883227.87152: stdout chunk (state=3): >>>/root <<< 9574 1726883227.87370: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883227.87374: stdout chunk (state=3): >>><<< 9574 1726883227.87377: stderr chunk (state=3): >>><<< 9574 1726883227.87427: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883227.87434: _low_level_execute_command(): starting 9574 1726883227.87437: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005 `" && echo ansible-tmp-1726883227.8741417-9810-136862791839005="` echo /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005 `" ) && sleep 0' 9574 1726883227.88220: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.88297: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883227.88301: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.88399: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883227.91132: stdout chunk (state=3): >>>ansible-tmp-1726883227.8741417-9810-136862791839005=/root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005 <<< 9574 1726883227.91308: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883227.91338: stderr chunk (state=3): >>><<< 9574 1726883227.91344: stdout chunk (state=3): >>><<< 9574 1726883227.91362: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883227.8741417-9810-136862791839005=/root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883227.91514: variable 'ansible_module_compression' from source: unknown 9574 1726883227.91517: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 9574 1726883227.91520: variable 'ansible_facts' from source: unknown 9574 1726883227.91591: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py 9574 1726883227.91694: Sending initial data 9574 1726883227.91697: Sent initial data (154 bytes) 9574 1726883227.92174: 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 <<< 9574 1726883227.92178: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.92181: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883227.92184: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.92236: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883227.92245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883227.92247: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.92296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883227.94596: 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 <<< 9574 1726883227.94651: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883227.94721: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpv2280odx /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py <<< 9574 1726883227.94725: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py" <<< 9574 1726883227.94774: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpv2280odx" to remote "/root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py" <<< 9574 1726883227.94777: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py" <<< 9574 1726883227.95539: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883227.95588: stderr chunk (state=3): >>><<< 9574 1726883227.95591: stdout chunk (state=3): >>><<< 9574 1726883227.95609: done transferring module to remote 9574 1726883227.95621: _low_level_execute_command(): starting 9574 1726883227.95624: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/ /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py && sleep 0' 9574 1726883227.96339: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.96360: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883227.96377: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.96433: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883227.98978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883227.99008: stderr chunk (state=3): >>><<< 9574 1726883227.99011: stdout chunk (state=3): >>><<< 9574 1726883227.99027: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883227.99033: _low_level_execute_command(): starting 9574 1726883227.99038: _low_level_execute_command(): using become for this command 9574 1726883227.99054: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pvsubmieqhmkzwrjabvqnwdzjkvhllln ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883227.99144: Initial state: awaiting_escalation: BECOME-SUCCESS-pvsubmieqhmkzwrjabvqnwdzjkvhllln 9574 1726883227.99568: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883227.99573: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883227.99599: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883227.99617: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883227.99671: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883228.04443: stdout chunk (state=1): >>>BECOME-SUCCESS-pvsubmieqhmkzwrjabvqnwdzjkvhllln <<< 9574 1726883228.04447: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-pvsubmieqhmkzwrjabvqnwdzjkvhllln' 9574 1726883228.04918: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 9574 1726883228.05075: stdout chunk (state=3): >>> import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883228.05106: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883228.05149: stdout chunk (state=3): >>>import 'marshal' # import 'posix' # <<< 9574 1726883228.05193: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883228.05247: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883228.05268: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook<<< 9574 1726883228.05272: stdout chunk (state=3): >>> <<< 9574 1726883228.05386: 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' import '_codecs' # <<< 9574 1726883228.05390: stdout chunk (state=3): >>> <<< 9574 1726883228.05415: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883228.05472: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883228.05549: 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 0x7fcc86b103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86adfa10> <<< 9574 1726883228.05577: 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'<<< 9574 1726883228.05741: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86b12960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 9574 1726883228.05865: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883228.05869: stdout chunk (state=3): >>> <<< 9574 1726883228.05918: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883228.05922: stdout chunk (state=3): >>> <<< 9574 1726883228.05924: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883228.05995: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883228.05998: stdout chunk (state=3): >>> <<< 9574 1726883228.06034: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883228.06066: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages<<< 9574 1726883228.06098: stdout chunk (state=3): >>> Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883228.06113: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883228.06182: 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<<< 9574 1726883228.06189: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 9574 1726883228.06230: stdout chunk (state=3): >>> import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868c0fe0> <<< 9574 1726883228.06304: 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 <<< 9574 1726883228.06329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883228.06445: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868c1f10> 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. <<< 9574 1726883228.06783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883228.06810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883228.06849: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883228.06872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.06877: stdout chunk (state=3): >>> <<< 9574 1726883228.06917: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883228.06982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883228.07011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 9574 1726883228.07060: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883228.07105: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868ffd10> <<< 9574 1726883228.07125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883228.07243: 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 0x7fcc868fff50> # /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' <<< 9574 1726883228.07264: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883228.07336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.07367: stdout chunk (state=3): >>> import 'itertools' # <<< 9574 1726883228.07410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883228.07417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 9574 1726883228.07430: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86937740> <<< 9574 1726883228.07463: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py<<< 9574 1726883228.07467: stdout chunk (state=3): >>> <<< 9574 1726883228.07491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883228.07503: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86937dd0> <<< 9574 1726883228.07533: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883228.07538: stdout chunk (state=3): >>> <<< 9574 1726883228.07736: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869179e0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86915100> <<< 9574 1726883228.07804: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fcec0><<< 9574 1726883228.07809: stdout chunk (state=3): >>> <<< 9574 1726883228.07843: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883228.07873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883228.07894: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883228.07897: stdout chunk (state=3): >>> <<< 9574 1726883228.07931: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883228.07968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883228.08000: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 9574 1726883228.08013: stdout chunk (state=3): >>> <<< 9574 1726883228.08019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883228.08074: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86957650><<< 9574 1726883228.08090: stdout chunk (state=3): >>> <<< 9574 1726883228.08114: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86956270> <<< 9574 1726883228.08139: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 9574 1726883228.08162: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 9574 1726883228.08361: stdout chunk (state=3): >>> import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86915fd0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86954b00> # /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 0x7fcc8698c6e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fc140> # /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 0x7fcc8698cb90> <<< 9574 1726883228.08365: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698ca40> <<< 9574 1726883228.08431: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.08435: stdout chunk (state=3): >>> <<< 9574 1726883228.08437: 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 0x7fcc8698ce30> <<< 9574 1726883228.08467: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fac60> <<< 9574 1726883228.08513: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883228.08519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.08564: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 9574 1726883228.08577: stdout chunk (state=3): >>> <<< 9574 1726883228.08609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 9574 1726883228.08614: stdout chunk (state=3): >>> <<< 9574 1726883228.08648: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698d520> <<< 9574 1726883228.08655: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698d1f0> <<< 9574 1726883228.08680: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883228.08682: stdout chunk (state=3): >>> <<< 9574 1726883228.08849: 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 0x7fcc8698e420> 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' <<< 9574 1726883228.08854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883228.08870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 9574 1726883228.08901: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869a4620> import 'errno' # <<< 9574 1726883228.08952: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.08970: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.08978: stdout chunk (state=3): >>> import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc869a5d00><<< 9574 1726883228.09166: 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 0x7fcc869a6ba0> # 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 0x7fcc869a7200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869a60f0> <<< 9574 1726883228.09195: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 9574 1726883228.09215: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883228.09288: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.09291: stdout chunk (state=3): >>> <<< 9574 1726883228.09294: 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 0x7fcc869a7c80><<< 9574 1726883228.09296: stdout chunk (state=3): >>> <<< 9574 1726883228.09320: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869a73b0> <<< 9574 1726883228.09413: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698e450> <<< 9574 1726883228.09441: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883228.09491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883228.09518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py<<< 9574 1726883228.09639: 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 0x7fcc86727b90> # /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' <<< 9574 1726883228.09694: 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' <<< 9574 1726883228.09716: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc86750620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750380><<< 9574 1726883228.09761: 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'<<< 9574 1726883228.09780: stdout chunk (state=3): >>> import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc86750650><<< 9574 1726883228.09802: stdout chunk (state=3): >>> <<< 9574 1726883228.09830: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 9574 1726883228.09852: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc'<<< 9574 1726883228.09865: stdout chunk (state=3): >>> <<< 9574 1726883228.10037: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.10161: 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 0x7fcc86750f80><<< 9574 1726883228.10236: stdout chunk (state=3): >>> <<< 9574 1726883228.10368: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.10371: stdout chunk (state=3): >>> # extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.10372: stdout chunk (state=3): >>> import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc867518e0> <<< 9574 1726883228.10396: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750830><<< 9574 1726883228.10400: stdout chunk (state=3): >>> <<< 9574 1726883228.10426: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86725d30> <<< 9574 1726883228.10461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 9574 1726883228.10466: stdout chunk (state=3): >>> <<< 9574 1726883228.10636: 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 0x7fcc86752c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698eb40> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883228.10710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.10714: stdout chunk (state=3): >>> <<< 9574 1726883228.10751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 9574 1726883228.10758: stdout chunk (state=3): >>> <<< 9574 1726883228.10806: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883228.10853: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8677efc0><<< 9574 1726883228.10858: stdout chunk (state=3): >>> <<< 9574 1726883228.10932: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 9574 1726883228.10936: stdout chunk (state=3): >>> <<< 9574 1726883228.10963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.10970: stdout chunk (state=3): >>> <<< 9574 1726883228.10998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 9574 1726883228.11005: stdout chunk (state=3): >>> <<< 9574 1726883228.11044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 9574 1726883228.11048: stdout chunk (state=3): >>> <<< 9574 1726883228.11108: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc867a3380><<< 9574 1726883228.11144: stdout chunk (state=3): >>> <<< 9574 1726883228.11158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883228.11215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883228.11332: 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' <<< 9574 1726883228.11546: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86800170> # /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' <<< 9574 1726883228.11657: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868028d0><<< 9574 1726883228.11663: stdout chunk (state=3): >>> <<< 9574 1726883228.11772: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86800290> <<< 9574 1726883228.11832: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc867cd160><<< 9574 1726883228.11844: stdout chunk (state=3): >>> <<< 9574 1726883228.11902: 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'<<< 9574 1726883228.11908: stdout chunk (state=3): >>> import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86125280> <<< 9574 1726883228.11938: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc867a2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86753b90><<< 9574 1726883228.12115: stdout chunk (state=3): >>> <<< 9574 1726883228.12159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883228.12177: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcc86125520> <<< 9574 1726883228.13261: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_n6h721io/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 9574 1726883228.13339: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.13393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 9574 1726883228.13409: stdout chunk (state=3): >>> <<< 9574 1726883228.13445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883228.13521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883228.13654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883228.13715: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 9574 1726883228.13779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 9574 1726883228.13783: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86176fc0><<< 9574 1726883228.13819: stdout chunk (state=3): >>> import '_typing' # <<< 9574 1726883228.14132: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86159eb0><<< 9574 1726883228.14145: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86159070><<< 9574 1726883228.14183: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883228.14186: stdout chunk (state=3): >>> <<< 9574 1726883228.14218: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883228.14270: stdout chunk (state=3): >>> <<< 9574 1726883228.14288: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.14314: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.14374: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 9574 1726883228.14378: stdout chunk (state=3): >>> <<< 9574 1726883228.14547: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.16583: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.16589: stdout chunk (state=3): >>> <<< 9574 1726883228.18507: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 9574 1726883228.18543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 9574 1726883228.18561: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86174e60> <<< 9574 1726883228.18591: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883228.18632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883228.18682: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883228.18711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883228.18743: 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'<<< 9574 1726883228.18842: stdout chunk (state=3): >>> # extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.18846: 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 0x7fcc861a2960><<< 9574 1726883228.18848: stdout chunk (state=3): >>> <<< 9574 1726883228.18923: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a26f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a2030><<< 9574 1726883228.18929: stdout chunk (state=3): >>> <<< 9574 1726883228.18976: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883228.19019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc'<<< 9574 1726883228.19044: stdout chunk (state=3): >>> <<< 9574 1726883228.19096: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a2510> <<< 9574 1726883228.19122: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86177c50> <<< 9574 1726883228.19189: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883228.19222: 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' <<< 9574 1726883228.19341: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc861a3650> # 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' <<< 9574 1726883228.19365: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc861a3860> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883228.19466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883228.19592: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a3da0><<< 9574 1726883228.19648: stdout chunk (state=3): >>> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883228.19709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc'<<< 9574 1726883228.19812: stdout chunk (state=3): >>> import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86009b80> <<< 9574 1726883228.19847: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.19978: 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 0x7fcc8600b7a0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883228.19982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883228.20067: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600c1a0> # /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 9574 1726883228.20130: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883228.20194: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600d340> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 9574 1726883228.20216: stdout chunk (state=3): >>> <<< 9574 1726883228.20254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 9574 1726883228.20323: stdout chunk (state=3): >>> <<< 9574 1726883228.20386: 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'<<< 9574 1726883228.20493: stdout chunk (state=3): >>> import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600fe30> <<< 9574 1726883228.20569: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.20609: 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 0x7fcc868fac00> <<< 9574 1726883228.20648: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600e0f0> <<< 9574 1726883228.20738: 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'<<< 9574 1726883228.20808: 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'<<< 9574 1726883228.20908: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883228.20966: 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 <<< 9574 1726883228.21051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601bda0> import '_tokenize' # <<< 9574 1726883228.21160: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601a870><<< 9574 1726883228.21229: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601a5d0> # /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' <<< 9574 1726883228.21375: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601ab40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600e600> <<< 9574 1726883228.21444: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.21521: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.21565: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc8605fa10> # /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' <<< 9574 1726883228.21588: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86060170> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 9574 1726883228.21618: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 9574 1726883228.21682: 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'<<< 9574 1726883228.21696: stdout chunk (state=3): >>> <<< 9574 1726883228.21756: 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'<<< 9574 1726883228.21780: stdout chunk (state=3): >>> import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc86061c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860619d0><<< 9574 1726883228.21806: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883228.22033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 9574 1726883228.22046: stdout chunk (state=3): >>> <<< 9574 1726883228.22111: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.22124: stdout chunk (state=3): >>> # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.22167: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc86064170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86062300><<< 9574 1726883228.22178: stdout chunk (state=3): >>> <<< 9574 1726883228.22277: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883228.22285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883228.22329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 9574 1726883228.22335: stdout chunk (state=3): >>> <<< 9574 1726883228.22367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 9574 1726883228.22373: stdout chunk (state=3): >>> <<< 9574 1726883228.22395: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883228.22434: stdout chunk (state=3): >>> <<< 9574 1726883228.22491: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86067950><<< 9574 1726883228.22634: stdout chunk (state=3): >>> <<< 9574 1726883228.22731: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86064320><<< 9574 1726883228.22739: stdout chunk (state=3): >>> <<< 9574 1726883228.22832: 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'<<< 9574 1726883228.22838: stdout chunk (state=3): >>> <<< 9574 1726883228.22867: 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'<<< 9574 1726883228.22870: stdout chunk (state=3): >>> <<< 9574 1726883228.22888: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc860689e0><<< 9574 1726883228.22893: stdout chunk (state=3): >>> <<< 9574 1726883228.22950: 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' <<< 9574 1726883228.22974: 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'<<< 9574 1726883228.22992: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc860687d0><<< 9574 1726883228.22997: stdout chunk (state=3): >>> <<< 9574 1726883228.23069: 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'<<< 9574 1726883228.23083: stdout chunk (state=3): >>> <<< 9574 1726883228.23096: 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'<<< 9574 1726883228.23105: stdout chunk (state=3): >>> import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc86068ad0><<< 9574 1726883228.23146: stdout chunk (state=3): >>> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86060350> <<< 9574 1726883228.23183: 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<<< 9574 1726883228.23198: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 9574 1726883228.23236: stdout chunk (state=3): >>> <<< 9574 1726883228.23259: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883228.23294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 9574 1726883228.23351: stdout chunk (state=3): >>> # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883228.23393: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.23421: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc860f4170> <<< 9574 1726883228.23670: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.23696: stdout chunk (state=3): >>> # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.23701: stdout chunk (state=3): >>> <<< 9574 1726883228.23739: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc860f5490> <<< 9574 1726883228.23744: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8606a900><<< 9574 1726883228.23799: stdout chunk (state=3): >>> <<< 9574 1726883228.23802: 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'<<< 9574 1726883228.23806: stdout chunk (state=3): >>> <<< 9574 1726883228.23826: 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'<<< 9574 1726883228.23837: stdout chunk (state=3): >>> <<< 9574 1726883228.23867: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc8606bcb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8606a540><<< 9574 1726883228.23904: stdout chunk (state=3): >>> <<< 9574 1726883228.23914: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.23922: stdout chunk (state=3): >>> <<< 9574 1726883228.23955: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.23978: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 9574 1726883228.24019: stdout chunk (state=3): >>> <<< 9574 1726883228.24030: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24037: stdout chunk (state=3): >>> <<< 9574 1726883228.24183: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24334: stdout chunk (state=3): >>> <<< 9574 1726883228.24337: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24351: stdout chunk (state=3): >>> <<< 9574 1726883228.24382: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24385: stdout chunk (state=3): >>> <<< 9574 1726883228.24414: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883228.24420: stdout chunk (state=3): >>> <<< 9574 1726883228.24457: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24462: stdout chunk (state=3): >>> <<< 9574 1726883228.24496: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24502: stdout chunk (state=3): >>> <<< 9574 1726883228.24532: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883228.24538: stdout chunk (state=3): >>> <<< 9574 1726883228.24575: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24578: stdout chunk (state=3): >>> <<< 9574 1726883228.24790: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.24795: stdout chunk (state=3): >>> <<< 9574 1726883228.25136: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.25935: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.25942: stdout chunk (state=3): >>> <<< 9574 1726883228.26875: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883228.26902: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 9574 1726883228.26939: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883228.26949: stdout chunk (state=3): >>> <<< 9574 1726883228.26974: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883228.27017: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 9574 1726883228.27022: stdout chunk (state=3): >>> <<< 9574 1726883228.27063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.27068: stdout chunk (state=3): >>> <<< 9574 1726883228.27150: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.27157: stdout chunk (state=3): >>> <<< 9574 1726883228.27179: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883228.27186: stdout chunk (state=3): >>> <<< 9574 1726883228.27307: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc860f9700> # /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 9574 1726883228.27441: 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 0x7fcc860fa570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860f5730> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883228.27466: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883228.27471: stdout chunk (state=3): >>> <<< 9574 1726883228.27507: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.27519: stdout chunk (state=3): >>> <<< 9574 1726883228.27756: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.27761: stdout chunk (state=3): >>> <<< 9574 1726883228.28007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 9574 1726883228.28020: stdout chunk (state=3): >>> <<< 9574 1726883228.28056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc'<<< 9574 1726883228.28059: stdout chunk (state=3): >>> <<< 9574 1726883228.28085: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860fa4e0><<< 9574 1726883228.28091: stdout chunk (state=3): >>> <<< 9574 1726883228.28119: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.28232: stdout chunk (state=3): >>> <<< 9574 1726883228.28936: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.28943: stdout chunk (state=3): >>> <<< 9574 1726883228.29690: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.29813: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.29815: stdout chunk (state=3): >>> <<< 9574 1726883228.29943: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883228.29948: stdout chunk (state=3): >>> <<< 9574 1726883228.29982: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.29986: stdout chunk (state=3): >>> <<< 9574 1726883228.30055: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30060: stdout chunk (state=3): >>> <<< 9574 1726883228.30120: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883228.30133: stdout chunk (state=3): >>> <<< 9574 1726883228.30166: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30171: stdout chunk (state=3): >>> <<< 9574 1726883228.30415: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.errors' # <<< 9574 1726883228.30419: stdout chunk (state=3): >>> <<< 9574 1726883228.30459: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30464: stdout chunk (state=3): >>> <<< 9574 1726883228.30500: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30505: stdout chunk (state=3): >>> <<< 9574 1726883228.30539: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883228.30549: stdout chunk (state=3): >>> <<< 9574 1726883228.30580: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30585: stdout chunk (state=3): >>> <<< 9574 1726883228.30663: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30668: stdout chunk (state=3): >>> <<< 9574 1726883228.30736: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883228.30743: stdout chunk (state=3): >>> <<< 9574 1726883228.30778: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.30781: stdout chunk (state=3): >>> <<< 9574 1726883228.31156: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.31233: stdout chunk (state=3): >>> <<< 9574 1726883228.31559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883228.31565: stdout chunk (state=3): >>> <<< 9574 1726883228.31670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 9574 1726883228.31675: stdout chunk (state=3): >>> <<< 9574 1726883228.31707: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883228.31713: stdout chunk (state=3): >>> <<< 9574 1726883228.31829: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860fb650><<< 9574 1726883228.31839: stdout chunk (state=3): >>> <<< 9574 1726883228.31937: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.31993: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.31999: stdout chunk (state=3): >>> <<< 9574 1726883228.32113: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883228.32116: stdout chunk (state=3): >>> <<< 9574 1726883228.32150: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883228.32164: stdout chunk (state=3): >>> <<< 9574 1726883228.32200: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883228.32204: stdout chunk (state=3): >>> <<< 9574 1726883228.32248: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.32322: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883228.32325: stdout chunk (state=3): >>> <<< 9574 1726883228.32395: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883228.32401: stdout chunk (state=3): >>> <<< 9574 1726883228.32439: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.32445: stdout chunk (state=3): >>> <<< 9574 1726883228.32520: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.32529: stdout chunk (state=3): >>> <<< 9574 1726883228.32604: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.32630: stdout chunk (state=3): >>> <<< 9574 1726883228.32723: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.32728: stdout chunk (state=3): >>> <<< 9574 1726883228.32917: 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 <<< 9574 1726883228.32920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.32946: stdout chunk (state=3): >>> <<< 9574 1726883228.33088: 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'<<< 9574 1726883228.33091: stdout chunk (state=3): >>> <<< 9574 1726883228.33120: 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'<<< 9574 1726883228.33133: stdout chunk (state=3): >>> <<< 9574 1726883228.33212: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fcc85f05fd0> <<< 9574 1726883228.33215: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f01070><<< 9574 1726883228.33235: stdout chunk (state=3): >>> <<< 9574 1726883228.33288: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883228.33294: stdout chunk (state=3): >>> <<< 9574 1726883228.33321: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883228.33329: stdout chunk (state=3): >>> <<< 9574 1726883228.33437: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.33466: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.33473: stdout chunk (state=3): >>> <<< 9574 1726883228.33578: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.33581: stdout chunk (state=3): >>> <<< 9574 1726883228.33634: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.33639: stdout chunk (state=3): >>> <<< 9574 1726883228.33705: 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<<< 9574 1726883228.33713: stdout chunk (state=3): >>> <<< 9574 1726883228.33734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883228.33739: stdout chunk (state=3): >>> <<< 9574 1726883228.33777: 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<<< 9574 1726883228.33824: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 9574 1726883228.33829: stdout chunk (state=3): >>> <<< 9574 1726883228.33869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 9574 1726883228.33874: stdout chunk (state=3): >>> <<< 9574 1726883228.33967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883228.34009: stdout chunk (state=3): >>> <<< 9574 1726883228.34014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 9574 1726883228.34026: stdout chunk (state=3): >>> <<< 9574 1726883228.34060: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc'<<< 9574 1726883228.34169: stdout chunk (state=3): >>> <<< 9574 1726883228.34178: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861fea20><<< 9574 1726883228.34187: stdout chunk (state=3): >>> <<< 9574 1726883228.34259: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861ee6f0><<< 9574 1726883228.34264: stdout chunk (state=3): >>> <<< 9574 1726883228.34382: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f06180><<< 9574 1726883228.34391: stdout chunk (state=3): >>> <<< 9574 1726883228.34410: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f05d60><<< 9574 1726883228.34420: stdout chunk (state=3): >>> <<< 9574 1726883228.34446: stdout chunk (state=3): >>># destroy ansible.module_utils.distro<<< 9574 1726883228.34450: stdout chunk (state=3): >>> <<< 9574 1726883228.34463: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 9574 1726883228.34489: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883228.34494: stdout chunk (state=3): >>> <<< 9574 1726883228.34547: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.34594: stdout chunk (state=3): >>> import 'ansible.module_utils.common._utils' # <<< 9574 1726883228.34602: stdout chunk (state=3): >>> <<< 9574 1726883228.34622: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883228.34628: stdout chunk (state=3): >>> <<< 9574 1726883228.34713: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883228.34752: stdout chunk (state=3): >>> <<< 9574 1726883228.34768: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883228.34778: stdout chunk (state=3): >>> <<< 9574 1726883228.34807: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883228.34843: stdout chunk (state=3): >>> <<< 9574 1726883228.34864: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.35234: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 9574 1726883228.35241: stdout chunk (state=3): >>> <<< 9574 1726883228.35271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 9574 1726883228.35277: stdout chunk (state=3): >>> <<< 9574 1726883228.35328: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8677d8e0><<< 9574 1726883228.35334: stdout chunk (state=3): >>> <<< 9574 1726883228.35481: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883228.64069: stdout chunk (state=3): >>> <<< 9574 1726883228.64281: stdout chunk (state=3): >>>{"changed": true, "stdout": "710493bc253e6c2cd542a5ee62d6c20294ec58962e8506254a69978e708742ae", "stderr": "", "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:47:08.356771", "end": "2024-09-20 21:47:08.639077", "delta": "0:00:00.282306", "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}}} <<< 9574 1726883228.64319: stdout chunk (state=3): >>># destroy __main__<<< 9574 1726883228.64344: stdout chunk (state=3): >>> <<< 9574 1726883228.65196: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883228.65287: 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 # 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 <<< 9574 1726883228.65367: 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 <<< 9574 1726883228.65380: stdout chunk (state=3): >>># 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 <<< 9574 1726883228.65393: stdout chunk (state=3): >>># 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 <<< 9574 1726883228.65991: stdout chunk (state=3): >>># 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 <<< 9574 1726883228.66068: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883228.66084: 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 <<< 9574 1726883228.66108: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json <<< 9574 1726883228.66120: stdout chunk (state=3): >>># destroy grp # destroy encodings <<< 9574 1726883228.66124: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883228.66150: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 9574 1726883228.66158: stdout chunk (state=3): >>># destroy _signal <<< 9574 1726883228.66177: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 9574 1726883228.66189: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 9574 1726883228.66232: stdout chunk (state=3): >>># destroy fnmatch # destroy selectors # destroy errno # destroy array <<< 9574 1726883228.66252: stdout chunk (state=3): >>># destroy datetime <<< 9574 1726883228.66534: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883228.66761: stdout chunk (state=3): >>># 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 <<< 9574 1726883228.66987: stdout chunk (state=3): >>># 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 <<< 9574 1726883228.67002: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883228.67616: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections <<< 9574 1726883228.67749: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883228.67996: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883228.68253: 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 <<< 9574 1726883228.68272: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883228.68277: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883228.68544: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 9574 1726883228.68573: 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 # destroy time <<< 9574 1726883228.68620: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 9574 1726883228.68638: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 9574 1726883228.68842: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883228.69042: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883228.70898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883228.70926: stderr chunk (state=3): >>><<< 9574 1726883228.70930: stdout chunk (state=3): >>><<< 9574 1726883228.71006: _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 0x7fcc86b103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86adfa10> # /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 0x7fcc86b12960> 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 0x7fcc868c0fe0> # /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 0x7fcc868c1f10> 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 0x7fcc868ffd10> # /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 0x7fcc868fff50> # /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 0x7fcc86937740> # /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 0x7fcc86937dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869179e0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86915100> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fcec0> # /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 0x7fcc86957650> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86956270> # /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 0x7fcc86915fd0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86954b00> # /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 0x7fcc8698c6e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fc140> # /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 0x7fcc8698cb90> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698ca40> # 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 0x7fcc8698ce30> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc868fac60> # /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 0x7fcc8698d520> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698d1f0> 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 0x7fcc8698e420> 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 0x7fcc869a4620> 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 0x7fcc869a5d00> # /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 0x7fcc869a6ba0> # 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 0x7fcc869a7200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869a60f0> # /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 0x7fcc869a7c80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc869a73b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698e450> # /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 0x7fcc86727b90> # /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 0x7fcc86750620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750380> # 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 0x7fcc86750650> # /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 0x7fcc86750f80> # 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 0x7fcc867518e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86725d30> # /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 0x7fcc86752c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86750e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8698eb40> # /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 0x7fcc8677efc0> # /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 0x7fcc867a3380> # /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 0x7fcc86800170> # /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 0x7fcc868028d0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86800290> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc867cd160> # /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 0x7fcc86125280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc867a2180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86753b90> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fcc86125520> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_n6h721io/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 0x7fcc86176fc0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86159eb0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86159070> # 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 0x7fcc86174e60> # /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 0x7fcc861a2960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a26f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861a2030> # /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 0x7fcc861a2510> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86177c50> 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 0x7fcc861a3650> # 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 0x7fcc861a3860> # /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 0x7fcc861a3da0> 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 0x7fcc86009b80> # 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 0x7fcc8600b7a0> # /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 0x7fcc8600c1a0> # /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 0x7fcc8600d340> # /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 0x7fcc8600fe30> # 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 0x7fcc868fac00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600e0f0> # /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 0x7fcc8601bda0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601a870> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8601a5d0> # /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 0x7fcc8601ab40> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8600e600> # 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 0x7fcc8605fa10> # /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 0x7fcc86060170> # /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 0x7fcc86061c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860619d0> # /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 0x7fcc86064170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86062300> # /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 0x7fcc86067950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86064320> # 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 0x7fcc860689e0> # 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 0x7fcc860687d0> # 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 0x7fcc86068ad0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc86060350> # /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 0x7fcc860f4170> # 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 0x7fcc860f5490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8606a900> # 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 0x7fcc8606bcb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc8606a540> # 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 0x7fcc860f9700> # /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 0x7fcc860fa570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc860f5730> 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 0x7fcc860fa4e0> # 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 0x7fcc860fb650> # 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 0x7fcc85f05fd0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f01070> 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 0x7fcc861fea20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc861ee6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f06180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fcc85f05d60> # 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 0x7fcc8677d8e0> # zipimport: zlib available {"changed": true, "stdout": "710493bc253e6c2cd542a5ee62d6c20294ec58962e8506254a69978e708742ae", "stderr": "", "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:47:08.356771", "end": "2024-09-20 21:47:08.639077", "delta": "0:00:00.282306", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883228.71513: 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-1726883227.8741417-9810-136862791839005/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883228.71518: _low_level_execute_command(): starting 9574 1726883228.71520: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883227.8741417-9810-136862791839005/ > /dev/null 2>&1 && sleep 0' 9574 1726883228.71687: 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 <<< 9574 1726883228.71690: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883228.71693: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883228.71701: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883228.71737: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883228.71755: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883228.72051: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883228.77006: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883228.77037: stderr chunk (state=3): >>><<< 9574 1726883228.77042: stdout chunk (state=3): >>><<< 9574 1726883228.77057: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883228.77064: handler run complete 9574 1726883228.77085: Evaluated conditional (False): False 9574 1726883228.77094: attempt loop complete, returning result 9574 1726883228.77097: _execute() done 9574 1726883228.77099: dumping result to json 9574 1726883228.77104: done dumping result, returning 9574 1726883228.77113: done running TaskExecutor() for managed_node2/TASK: Start Candlepin container [0affc0aa-4893-214d-52b4-00000000001c] 9574 1726883228.77117: sending task result for task 0affc0aa-4893-214d-52b4-00000000001c 9574 1726883228.77223: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001c 9574 1726883228.77230: WORKER PROCESS EXITING ok: [managed_node2] => { "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:00.282306", "end": "2024-09-20 21:47:08.639077", "rc": 0, "start": "2024-09-20 21:47:08.356771" } STDOUT: 710493bc253e6c2cd542a5ee62d6c20294ec58962e8506254a69978e708742ae 9574 1726883228.77311: no more pending results, returning what we have 9574 1726883228.77314: results queue empty 9574 1726883228.77315: checking for any_errors_fatal 9574 1726883228.77320: done checking for any_errors_fatal 9574 1726883228.77321: checking for max_fail_percentage 9574 1726883228.77322: done checking for max_fail_percentage 9574 1726883228.77323: checking to see if all hosts have failed and the running result is not ok 9574 1726883228.77323: done checking to see if all hosts have failed 9574 1726883228.77324: getting the remaining hosts for this loop 9574 1726883228.77330: done getting the remaining hosts for this loop 9574 1726883228.77334: getting the next task for host managed_node2 9574 1726883228.77349: done getting next task for host managed_node2 9574 1726883228.77352: ^ task is: TASK: Ensure directories exist 9574 1726883228.77354: ^ 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 9574 1726883228.77358: getting variables 9574 1726883228.77359: in VariableManager get_vars() 9574 1726883228.77391: Calling all_inventory to load vars for managed_node2 9574 1726883228.77393: Calling groups_inventory to load vars for managed_node2 9574 1726883228.77396: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883228.77406: Calling all_plugins_play to load vars for managed_node2 9574 1726883228.77409: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883228.77411: Calling groups_plugins_play to load vars for managed_node2 9574 1726883228.77487: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883228.77528: done with get_vars() 9574 1726883228.77537: 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:47:08 -0400 (0:00:00.983) 0:00:08.176 ****** 9574 1726883228.77681: entering _queue_task() for managed_node2/file 9574 1726883228.77919: worker is 1 (out of 1 available) 9574 1726883228.77941: exiting _queue_task() for managed_node2/file 9574 1726883228.77956: done queuing things up, now waiting for results queue to drain 9574 1726883228.77959: waiting for pending results... 9574 1726883228.78098: running TaskExecutor() for managed_node2/TASK: Ensure directories exist 9574 1726883228.78172: in run() - task 0affc0aa-4893-214d-52b4-00000000001d 9574 1726883228.78187: variable 'ansible_search_path' from source: unknown 9574 1726883228.78191: variable 'ansible_search_path' from source: unknown 9574 1726883228.78277: variable 'omit' from source: magic vars 9574 1726883228.78361: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883228.78367: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883228.78376: variable 'omit' from source: magic vars 9574 1726883228.78709: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883228.80610: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883228.80667: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883228.80701: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883228.80744: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883228.80787: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883228.80850: 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) 9574 1726883228.80874: 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) 9574 1726883228.80894: 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) 9574 1726883228.80955: 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) 9574 1726883228.80975: 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) 9574 1726883228.81082: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883228.81108: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883228.81111: variable 'omit' from source: magic vars 9574 1726883228.81182: variable 'omit' from source: magic vars 9574 1726883228.81219: variable 'item' from source: unknown 9574 1726883228.81290: variable 'item' from source: unknown 9574 1726883228.81336: variable 'omit' from source: magic vars 9574 1726883228.81377: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883228.81418: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883228.81423: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883228.81453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883228.81462: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883228.81503: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883228.81506: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883228.81533: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883228.81536: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883228.81551: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883228.81634: Set connection var ansible_connection to ssh 9574 1726883228.81650: Set connection var ansible_shell_type to sh 9574 1726883228.81652: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883228.81677: Set connection var ansible_timeout to 10 9574 1726883228.81679: Set connection var ansible_shell_executable to /bin/sh 9574 1726883228.81686: Set connection var ansible_pipelining to False 9574 1726883228.81708: variable 'ansible_shell_executable' from source: unknown 9574 1726883228.81711: variable 'ansible_connection' from source: unknown 9574 1726883228.81713: variable 'ansible_module_compression' from source: unknown 9574 1726883228.81715: variable 'ansible_shell_type' from source: unknown 9574 1726883228.81717: variable 'ansible_shell_executable' from source: unknown 9574 1726883228.81720: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883228.81754: variable 'ansible_pipelining' from source: unknown 9574 1726883228.81764: variable 'ansible_timeout' from source: unknown 9574 1726883228.81793: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883228.81897: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883228.81901: variable 'omit' from source: magic vars 9574 1726883228.81903: starting attempt loop 9574 1726883228.81905: running the handler 9574 1726883228.81919: _low_level_execute_command(): starting 9574 1726883228.81924: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883228.82557: 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 <<< 9574 1726883228.82564: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883228.82570: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883228.82604: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883228.82659: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883228.83546: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883228.88430: stdout chunk (state=3): >>>/root <<< 9574 1726883228.88813: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883228.88852: stderr chunk (state=3): >>><<< 9574 1726883228.88856: stdout chunk (state=3): >>><<< 9574 1726883228.88903: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883228.88916: _low_level_execute_command(): starting 9574 1726883228.88919: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326 `" && echo ansible-tmp-1726883228.8889766-9831-131427953972326="` echo /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326 `" ) && sleep 0' 9574 1726883228.89454: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883228.89469: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883228.89477: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883228.89481: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883228.89484: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883228.89486: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883228.89539: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883228.90000: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883228.98312: stdout chunk (state=3): >>>ansible-tmp-1726883228.8889766-9831-131427953972326=/root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326 <<< 9574 1726883228.98883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883228.98898: stderr chunk (state=3): >>><<< 9574 1726883228.98902: stdout chunk (state=3): >>><<< 9574 1726883228.98951: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883228.8889766-9831-131427953972326=/root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883228.98992: variable 'ansible_module_compression' from source: unknown 9574 1726883228.99034: ANSIBALLZ: Using lock for file 9574 1726883228.99038: ANSIBALLZ: Acquiring lock 9574 1726883228.99042: ANSIBALLZ: Lock acquired: 140291074862512 9574 1726883228.99045: ANSIBALLZ: Creating module 9574 1726883229.10925: ANSIBALLZ: Writing module into payload 9574 1726883229.11035: ANSIBALLZ: Writing module 9574 1726883229.11056: ANSIBALLZ: Renaming module 9574 1726883229.11061: ANSIBALLZ: Done creating module 9574 1726883229.11079: variable 'ansible_facts' from source: unknown 9574 1726883229.11125: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py 9574 1726883229.11230: Sending initial data 9574 1726883229.11234: Sent initial data (151 bytes) 9574 1726883229.11701: 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 <<< 9574 1726883229.11704: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.11707: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883229.11709: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883229.11711: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.11765: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883229.11768: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883229.11770: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883229.12050: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883229.18067: 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 <<< 9574 1726883229.18118: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883229.18171: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmplkw6515w /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py <<< 9574 1726883229.18174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py" <<< 9574 1726883229.18221: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmplkw6515w" to remote "/root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py" <<< 9574 1726883229.18224: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py" <<< 9574 1726883229.18858: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883229.18909: stderr chunk (state=3): >>><<< 9574 1726883229.18912: stdout chunk (state=3): >>><<< 9574 1726883229.18933: done transferring module to remote 9574 1726883229.18949: _low_level_execute_command(): starting 9574 1726883229.18952: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/ /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py && sleep 0' 9574 1726883229.19431: 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 <<< 9574 1726883229.19434: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883229.19437: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.19439: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883229.19443: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.19498: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883229.19505: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883229.19507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883229.19558: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883229.24711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883229.24794: stderr chunk (state=3): >>><<< 9574 1726883229.24798: stdout chunk (state=3): >>><<< 9574 1726883229.24801: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883229.24803: _low_level_execute_command(): starting 9574 1726883229.24805: _low_level_execute_command(): using become for this command 9574 1726883229.24815: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-jvgqaadnmifrlcmkleaztjwaybqxdndy ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/AnsiballZ_file.py'"'"' && sleep 0' 9574 1726883229.24905: Initial state: awaiting_escalation: BECOME-SUCCESS-jvgqaadnmifrlcmkleaztjwaybqxdndy 9574 1726883229.25369: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883229.25375: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.25400: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883229.25416: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883229.25479: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883229.34747: stdout chunk (state=1): >>>BECOME-SUCCESS-jvgqaadnmifrlcmkleaztjwaybqxdndy <<< 9574 1726883229.34751: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-jvgqaadnmifrlcmkleaztjwaybqxdndy' 9574 1726883229.35639: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883229.35821: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 9574 1726883229.35872: stdout chunk (state=3): >>>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 <<< 9574 1726883229.35929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883229.35933: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ce83e0> <<< 9574 1726883229.35970: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4cb7a10> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883229.35983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883229.36038: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4cea960> import '_signal' # <<< 9574 1726883229.36082: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883229.36106: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883229.36169: stdout chunk (state=3): >>>import 'io' # import '_stat' # <<< 9574 1726883229.36185: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883229.36324: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883229.36363: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883229.36415: stdout chunk (state=3): >>>import 'posixpath' # import 'os' # <<< 9574 1726883229.36446: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883229.36475: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883229.36494: stdout chunk (state=3): >>>Processing global site-packages <<< 9574 1726883229.36523: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883229.36578: 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 <<< 9574 1726883229.36596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883229.36635: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4a98fe0> <<< 9574 1726883229.36716: 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 <<< 9574 1726883229.36759: 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 0x7f2ef4a99f10> <<< 9574 1726883229.36833: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883229.36854: 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. <<< 9574 1726883229.37232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883229.37260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883229.37344: 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' <<< 9574 1726883229.37349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883229.37414: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883229.37537: 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 0x7f2ef4ad7dd0> # /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' <<< 9574 1726883229.37572: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883229.37595: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad7fe0> <<< 9574 1726883229.37623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883229.37674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883229.37713: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883229.37788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883229.37832: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883229.37875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883229.37888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 9574 1726883229.37906: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b0f7a0> <<< 9574 1726883229.37932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883229.37956: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883229.37999: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b0fe30> import '_collections' # <<< 9574 1726883229.38078: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4aefaa0> <<< 9574 1726883229.38183: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883229.38190: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4aed1c0> <<< 9574 1726883229.38316: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad4f80> <<< 9574 1726883229.38354: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883229.38391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883229.38424: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883229.38462: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883229.38526: 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 <<< 9574 1726883229.38555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883229.38632: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b2f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b2e390> <<< 9574 1726883229.38667: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 9574 1726883229.38704: 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 0x7f2ef4aee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b2cb60> <<< 9574 1726883229.38837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883229.38860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b647d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad4200> # /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' <<< 9574 1726883229.38869: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.38889: stdout chunk (state=3): >>>import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef4b64c80> <<< 9574 1726883229.38903: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b64b30> <<< 9574 1726883229.39050: 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' <<< 9574 1726883229.39074: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef4b64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad2d20> <<< 9574 1726883229.39132: 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' <<< 9574 1726883229.39220: 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' <<< 9574 1726883229.39268: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b65610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b652e0> <<< 9574 1726883229.39291: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883229.39445: 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 0x7f2ef4b66510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883229.39638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883229.39648: 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 0x7f2ef4b7c740> 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 0x7f2ef4b7de80> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883229.39859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883229.39906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883229.39932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883229.39942: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b7ecc0> <<< 9574 1726883229.40020: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.40023: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.40057: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef4b7f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b7e210> <<< 9574 1726883229.40099: 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' <<< 9574 1726883229.40161: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.40198: 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 0x7f2ef4b7fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b7f4a0> <<< 9574 1726883229.40270: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b66570> <<< 9574 1726883229.40493: 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' <<< 9574 1726883229.40515: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883229.40569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883229.40606: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.40643: 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 0x7f2ef48ffc20> <<< 9574 1726883229.40659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883229.40748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883229.40767: 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 0x7f2ef49286b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4928410> # 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' <<< 9574 1726883229.40805: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef49286e0> <<< 9574 1726883229.40879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883229.41253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883229.41261: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.41415: 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 0x7f2ef4929010> <<< 9574 1726883229.41637: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.41853: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.41857: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef49299a0> <<< 9574 1726883229.41884: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49288c0> <<< 9574 1726883229.41917: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef48fddc0> <<< 9574 1726883229.41974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883229.42011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883229.42076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883229.42137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883229.42147: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef492ad50> <<< 9574 1726883229.42186: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4929850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b666f0> <<< 9574 1726883229.42219: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883229.42565: 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 <<< 9574 1726883229.42621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883229.42735: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4953080> <<< 9574 1726883229.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 <<< 9574 1726883229.42783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883229.42833: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883229.42871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883229.43132: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4977380> <<< 9574 1726883229.43165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883229.43235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883229.43333: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883229.43408: 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 0x7f2ef49d81a0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883229.43460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883229.43664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883229.43667: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883229.43725: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49da900> <<< 9574 1726883229.43848: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49d82c0> <<< 9574 1726883229.43906: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49a5190> <<< 9574 1726883229.43967: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883229.44000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4319220> <<< 9574 1726883229.44050: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4976180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef492bc50> <<< 9574 1726883229.44264: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883229.44314: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ef49764e0> <<< 9574 1726883229.44559: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_9mr79enr/ansible_file_payload.zip' <<< 9574 1726883229.44969: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.45031: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.45089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883229.45107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883229.45210: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883229.45521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883229.45584: 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' <<< 9574 1726883229.45624: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef436ae70> import '_typing' # <<< 9574 1726883229.46110: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4349e20> <<< 9574 1726883229.46135: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4348f80> <<< 9574 1726883229.46223: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.46285: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883229.46296: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.46329: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.46651: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.46673: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883229.50566: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.54274: 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 0x7f2ef4368da0> # /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<<< 9574 1726883229.54297: 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 <<< 9574 1726883229.54662: stdout chunk (state=3): >>># 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 0x7f2ef439a8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef439a630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4399f40> <<< 9574 1726883229.54674: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 9574 1726883229.54954: 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 0x7f2ef439a990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef436b920> import 'atexit' # <<< 9574 1726883229.55017: 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 0x7f2ef439b650> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883229.55064: stdout chunk (state=3): >>> <<< 9574 1726883229.55134: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.55446: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef439b860> # /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 0x7f2ef439bda0> import 'pwd' # <<< 9574 1726883229.55747: stdout chunk (state=3): >>># /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'<<< 9574 1726883229.56049: stdout chunk (state=3): >>> <<< 9574 1726883229.56054: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4201af0> # 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 0x7f2ef4203710> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883229.56076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 9574 1726883229.56250: stdout chunk (state=3): >>> <<< 9574 1726883229.56296: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef42040e0> <<< 9574 1726883229.56329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py<<< 9574 1726883229.56545: stdout chunk (state=3): >>> <<< 9574 1726883229.56549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4205280><<< 9574 1726883229.56566: stdout chunk (state=3): >>> <<< 9574 1726883229.56743: 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'<<< 9574 1726883229.56944: 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' <<< 9574 1726883229.57250: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4207d40> # 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 0x7f2ef492acc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4206000> <<< 9574 1726883229.57277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883229.57328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 9574 1726883229.57470: 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'<<< 9574 1726883229.57514: stdout chunk (state=3): >>> <<< 9574 1726883229.57845: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 9574 1726883229.57854: stdout chunk (state=3): >>> <<< 9574 1726883229.57860: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420fc50> <<< 9574 1726883229.57875: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883229.57980: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420e720><<< 9574 1726883229.58238: stdout chunk (state=3): >>> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420e480> # /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' <<< 9574 1726883229.58578: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420e9f0> <<< 9574 1726883229.58844: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4206510><<< 9574 1726883229.58851: stdout chunk (state=3): >>> <<< 9574 1726883229.58891: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.58899: 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 0x7f2ef4257f50> <<< 9574 1726883229.59084: 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 0x7f2ef4257fb0> # /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' <<< 9574 1726883229.59114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 9574 1726883229.59119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 9574 1726883229.59203: 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 0x7f2ef4259ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4259880> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883229.59546: 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 0x7f2ef425bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef425a1b0> <<< 9574 1726883229.59658: 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' <<< 9574 1726883229.59664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883229.59759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef425f7a0> <<< 9574 1726883229.60144: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef425c260> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883229.60337: stdout chunk (state=3): >>> <<< 9574 1726883229.60385: 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 0x7f2ef4260680> <<< 9574 1726883229.60636: 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 0x7f2ef42608f0> # 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 0x7f2ef42609e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4258140> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py <<< 9574 1726883229.60643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883229.60664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883229.60704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883229.60750: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.60793: 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 0x7f2ef40f0320> <<< 9574 1726883229.61037: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.61150: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.61157: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2ef40f1580> <<< 9574 1726883229.61288: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4262ab0> # extension module 'systemd._daemon' loaded from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883229.61334: 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 0x7f2ef4263e30> <<< 9574 1726883229.61339: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef42626c0> <<< 9574 1726883229.61519: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883229.62042: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.62052: stdout chunk (state=3): >>> <<< 9574 1726883229.62073: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.62085: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.62124: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 9574 1726883229.62134: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.62352: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available # zipimport: zlib available<<< 9574 1726883229.62370: stdout chunk (state=3): >>> <<< 9574 1726883229.62637: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.62787: stdout chunk (state=3): >>> <<< 9574 1726883229.63655: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.63675: stdout chunk (state=3): >>> <<< 9574 1726883229.64867: 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' <<< 9574 1726883229.65267: 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 0x7f2ef40f5760> # /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 0x7f2ef40f6540> <<< 9574 1726883229.65284: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f1910> <<< 9574 1726883229.65349: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883229.65542: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883229.65934: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.66348: 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 0x7f2ef40f64e0> # zipimport: zlib available <<< 9574 1726883229.68747: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.68877: stdout chunk (state=3): >>> <<< 9574 1726883229.71538: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.71645: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.72171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883229.72177: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.72235: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.72686: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883229.72704: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.72815: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.73250: stdout chunk (state=3): >>> <<< 9574 1726883229.73381: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883229.73407: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.73544: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883229.73556: stdout chunk (state=3): >>> <<< 9574 1726883229.73566: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883229.73584: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.74148: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 9574 1726883229.74715: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.74847: stdout chunk (state=3): >>> <<< 9574 1726883229.75801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883229.75849: stdout chunk (state=3): >>> <<< 9574 1726883229.75954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 9574 1726883229.76043: stdout chunk (state=3): >>> <<< 9574 1726883229.76071: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883229.76148: stdout chunk (state=3): >>> <<< 9574 1726883229.76354: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f7680> <<< 9574 1726883229.76380: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.76602: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.76839: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883229.76853: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883229.76862: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883229.76878: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883229.76937: stdout chunk (state=3): >>> <<< 9574 1726883229.76971: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.77034: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.77244: stdout chunk (state=3): >>> <<< 9574 1726883229.77298: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883229.77314: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.77382: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.77736: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883229.77923: 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<<< 9574 1726883229.77990: stdout chunk (state=3): >>> <<< 9574 1726883229.78338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883229.78549: 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'<<< 9574 1726883229.78553: 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 0x7f2ef4102210> <<< 9574 1726883229.78648: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40fff80> <<< 9574 1726883229.78752: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883229.78937: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.79142: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883229.79184: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.79352: 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 <<< 9574 1726883229.79387: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883229.79539: 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' <<< 9574 1726883229.79574: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883229.79733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883229.80046: 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 0x7f2ef41ee9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef43ce6c0> <<< 9574 1726883229.80555: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f8800> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f16d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883229.80567: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.80733: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.80853: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883229.80859: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883229.81039: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883229.82738: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883229.82973: stdout chunk (state=3): >>> <<< 9574 1726883229.84964: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883229.87165: stdout chunk (state=3): >>> <<< 9574 1726883229.87455: 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}}} <<< 9574 1726883229.87609: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883229.88755: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883229.88877: 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 # 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 <<< 9574 1726883229.89252: stdout chunk (state=3): >>># 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<<< 9574 1726883229.89267: stdout chunk (state=3): >>> # 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 <<< 9574 1726883229.89857: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883229.90146: stdout chunk (state=3): >>> <<< 9574 1726883229.90249: stdout chunk (state=3): >>># 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 <<< 9574 1726883229.90253: stdout chunk (state=3): >>># destroy array <<< 9574 1726883229.90454: 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 # 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<<< 9574 1726883229.90463: stdout chunk (state=3): >>> # cleanup[3] wiping shutil # destroy fnmatch # cleanup[3] wiping errno <<< 9574 1726883229.90474: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 9574 1726883229.90652: 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 # 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 <<< 9574 1726883229.90664: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings <<< 9574 1726883229.90677: stdout chunk (state=3): >>># cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 9574 1726883229.90837: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883229.91285: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883229.91290: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883229.91446: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy _uuid # destroy posixpath <<< 9574 1726883229.91537: stdout chunk (state=3): >>># 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 <<< 9574 1726883229.91833: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy _string # destroy _frozen_importlib_external<<< 9574 1726883229.91855: stdout chunk (state=3): >>> # 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 <<< 9574 1726883229.92068: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 9574 1726883229.92074: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy functools # destroy time <<< 9574 1726883229.92120: stdout chunk (state=3): >>># destroy _warnings<<< 9574 1726883229.92144: stdout chunk (state=3): >>> # destroy math # destroy _bisect # destroy re <<< 9574 1726883229.92234: stdout chunk (state=3): >>># destroy _random<<< 9574 1726883229.92257: stdout chunk (state=3): >>> <<< 9574 1726883229.92443: stdout chunk (state=3): >>># destroy _hashlib # destroy itertools # destroy _collections # destroy _operator # destroy builtins <<< 9574 1726883229.92456: stdout chunk (state=3): >>># destroy _thread <<< 9574 1726883229.92460: stdout chunk (state=3): >>># destroy _abc <<< 9574 1726883229.92526: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools <<< 9574 1726883229.92542: stdout chunk (state=3): >>># destroy _io # clear sys.audit hooks <<< 9574 1726883229.93781: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883229.93814: stderr chunk (state=3): >>><<< 9574 1726883229.93818: stdout chunk (state=3): >>><<< 9574 1726883229.93883: _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 0x7f2ef4ce83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4cb7a10> # /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 0x7f2ef4cea960> 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 0x7f2ef4a98fe0> # /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 0x7f2ef4a99f10> 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 0x7f2ef4ad7dd0> # /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 0x7f2ef4ad7fe0> # /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 0x7f2ef4b0f7a0> # /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 0x7f2ef4b0fe30> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4aefaa0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4aed1c0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad4f80> # /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 0x7f2ef4b2f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b2e390> # /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 0x7f2ef4aee090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b2cb60> # /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 0x7f2ef4b647d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad4200> # /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 0x7f2ef4b64c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b64b30> # 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 0x7f2ef4b64f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4ad2d20> # /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 0x7f2ef4b65610> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b652e0> 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 0x7f2ef4b66510> 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 0x7f2ef4b7c740> 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 0x7f2ef4b7de80> # /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 0x7f2ef4b7ecc0> # 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 0x7f2ef4b7f2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b7e210> # /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 0x7f2ef4b7fd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b7f4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b66570> # /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 0x7f2ef48ffc20> # /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 0x7f2ef49286b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4928410> # 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 0x7f2ef49286e0> # /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 0x7f2ef4929010> # 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 0x7f2ef49299a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49288c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef48fddc0> # /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 0x7f2ef492ad50> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4929850> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4b666f0> # /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 0x7f2ef4953080> # /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 0x7f2ef4977380> # /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 0x7f2ef49d81a0> # /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 0x7f2ef49da900> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49d82c0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef49a5190> # /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 0x7f2ef4319220> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4976180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef492bc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2ef49764e0> # zipimport: found 30 names in '/tmp/ansible_file_payload_9mr79enr/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 0x7f2ef436ae70> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4349e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4348f80> # 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 0x7f2ef4368da0> # /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 0x7f2ef439a8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef439a630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4399f40> # /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 0x7f2ef439a990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef436b920> 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 0x7f2ef439b650> # 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 0x7f2ef439b860> # /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 0x7f2ef439bda0> 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 0x7f2ef4201af0> # 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 0x7f2ef4203710> # /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 0x7f2ef42040e0> # /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 0x7f2ef4205280> # /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 0x7f2ef4207d40> # 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 0x7f2ef492acc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4206000> # /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 0x7f2ef420fc50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420e720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef420e480> # /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 0x7f2ef420e9f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4206510> # 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 0x7f2ef4257f50> # /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 0x7f2ef4257fb0> # /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 0x7f2ef4259ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4259880> # /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 0x7f2ef425bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef425a1b0> # /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 0x7f2ef425f7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef425c260> # 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 0x7f2ef4260680> # 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 0x7f2ef42608f0> # 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 0x7f2ef42609e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4258140> # /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 0x7f2ef40f0320> # 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 0x7f2ef40f1580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef4262ab0> # 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 0x7f2ef4263e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef42626c0> # 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 0x7f2ef40f5760> # /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 0x7f2ef40f6540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f1910> 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 0x7f2ef40f64e0> # 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 0x7f2ef40f7680> # 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 0x7f2ef4102210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40fff80> 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 0x7f2ef41ee9f0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef43ce6c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f8800> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2ef40f16d0> # 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 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 9574 1726883229.94452: 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-1726883228.8889766-9831-131427953972326/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883229.94455: _low_level_execute_command(): starting 9574 1726883229.94458: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883228.8889766-9831-131427953972326/ > /dev/null 2>&1 && sleep 0' 9574 1726883229.94578: 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 <<< 9574 1726883229.94581: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.94591: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883229.94634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883229.94650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883229.94711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.00100: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883230.00132: stderr chunk (state=3): >>><<< 9574 1726883230.00136: stdout chunk (state=3): >>><<< 9574 1726883230.00157: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883230.00162: handler run complete 9574 1726883230.00181: attempt loop complete, returning result 9574 1726883230.00197: variable 'item' from source: unknown 9574 1726883230.00267: variable 'item' from source: unknown ok: [managed_node2] => (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 } 9574 1726883230.00486: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883230.00489: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883230.00491: variable 'omit' from source: magic vars 9574 1726883230.00533: 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) 9574 1726883230.00553: 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) 9574 1726883230.00571: 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) 9574 1726883230.00596: 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) 9574 1726883230.00609: 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) 9574 1726883230.00674: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883230.00681: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883230.00686: variable 'omit' from source: magic vars 9574 1726883230.00698: variable 'omit' from source: magic vars 9574 1726883230.00733: variable 'item' from source: unknown 9574 1726883230.00780: variable 'item' from source: unknown 9574 1726883230.00792: variable 'omit' from source: magic vars 9574 1726883230.00808: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883230.00815: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883230.00824: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883230.00833: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883230.00843: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883230.00846: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883230.00849: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883230.00902: Set connection var ansible_connection to ssh 9574 1726883230.00905: Set connection var ansible_shell_type to sh 9574 1726883230.00908: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883230.00916: Set connection var ansible_timeout to 10 9574 1726883230.00922: Set connection var ansible_shell_executable to /bin/sh 9574 1726883230.00930: Set connection var ansible_pipelining to False 9574 1726883230.00948: variable 'ansible_shell_executable' from source: unknown 9574 1726883230.00951: variable 'ansible_connection' from source: unknown 9574 1726883230.00954: variable 'ansible_module_compression' from source: unknown 9574 1726883230.00956: variable 'ansible_shell_type' from source: unknown 9574 1726883230.00963: variable 'ansible_shell_executable' from source: unknown 9574 1726883230.00965: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883230.00968: variable 'ansible_pipelining' from source: unknown 9574 1726883230.00970: variable 'ansible_timeout' from source: unknown 9574 1726883230.00972: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883230.01044: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883230.01055: variable 'omit' from source: magic vars 9574 1726883230.01058: starting attempt loop 9574 1726883230.01061: running the handler 9574 1726883230.01066: _low_level_execute_command(): starting 9574 1726883230.01069: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883230.01540: 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 <<< 9574 1726883230.01546: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.01549: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883230.01551: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.01606: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883230.01609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883230.01611: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883230.01685: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.06335: stdout chunk (state=3): >>>/root <<< 9574 1726883230.06695: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883230.06724: stderr chunk (state=3): >>><<< 9574 1726883230.06727: stdout chunk (state=3): >>><<< 9574 1726883230.06746: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883230.06757: _low_level_execute_command(): starting 9574 1726883230.06762: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113 `" && echo ansible-tmp-1726883230.0674841-9831-73028750422113="` echo /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113 `" ) && sleep 0' 9574 1726883230.07231: 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 <<< 9574 1726883230.07234: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.07237: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883230.07239: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883230.07244: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.07285: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883230.07288: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883230.07290: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883230.07355: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.13393: stdout chunk (state=3): >>>ansible-tmp-1726883230.0674841-9831-73028750422113=/root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113 <<< 9574 1726883230.13511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883230.13514: stderr chunk (state=3): >>><<< 9574 1726883230.13517: stdout chunk (state=3): >>><<< 9574 1726883230.13570: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883230.0674841-9831-73028750422113=/root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883230.13606: variable 'ansible_module_compression' from source: unknown 9574 1726883230.13687: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 9574 1726883230.13706: variable 'ansible_facts' from source: unknown 9574 1726883230.13783: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py 9574 1726883230.13905: Sending initial data 9574 1726883230.13908: Sent initial data (150 bytes) 9574 1726883230.14377: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883230.14383: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.14399: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.14453: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883230.14458: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883230.14647: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.19302: 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 <<< 9574 1726883230.19480: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883230.19539: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmprwblw2uu /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py <<< 9574 1726883230.19548: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py" <<< 9574 1726883230.19583: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmprwblw2uu" to remote "/root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py" <<< 9574 1726883230.19586: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py" <<< 9574 1726883230.20599: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883230.20651: stderr chunk (state=3): >>><<< 9574 1726883230.20654: stdout chunk (state=3): >>><<< 9574 1726883230.20684: done transferring module to remote 9574 1726883230.20696: _low_level_execute_command(): starting 9574 1726883230.20700: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/ /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py && sleep 0' 9574 1726883230.21176: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883230.21180: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.21182: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883230.21184: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.21235: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883230.21239: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883230.21250: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883230.21303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.26947: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883230.26951: stdout chunk (state=3): >>><<< 9574 1726883230.26954: stderr chunk (state=3): >>><<< 9574 1726883230.26956: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883230.26959: _low_level_execute_command(): starting 9574 1726883230.26961: _low_level_execute_command(): using become for this command 9574 1726883230.26963: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-auqhkwkejdliwahyyhmjwdtheizhgjan ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/AnsiballZ_file.py'"'"' && sleep 0' 9574 1726883230.27115: Initial state: awaiting_escalation: BECOME-SUCCESS-auqhkwkejdliwahyyhmjwdtheizhgjan 9574 1726883230.27715: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.27803: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883230.27861: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883230.27874: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883230.27896: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883230.28016: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883230.37282: stdout chunk (state=1): >>>BECOME-SUCCESS-auqhkwkejdliwahyyhmjwdtheizhgjan <<< 9574 1726883230.37288: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-auqhkwkejdliwahyyhmjwdtheizhgjan' 9574 1726883230.38381: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # <<< 9574 1726883230.38386: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883230.38427: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883230.38857: stdout chunk (state=3): >>>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' # <<< 9574 1726883230.38895: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883230.39356: 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 0x7f8c4f8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f7e7a10> # /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 0x7f8c4f81a960> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 9574 1726883230.39542: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883230.39884: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883230.39955: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883230.39981: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883230.39998: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883230.40051: stdout chunk (state=3): >>>Processing global site-packages <<< 9574 1726883230.40082: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883230.40093: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883230.40361: 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' <<< 9574 1726883230.40459: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f608fe0> <<< 9574 1726883230.40488: 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 <<< 9574 1726883230.40518: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.40555: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f609f10> <<< 9574 1726883230.40607: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883230.40948: 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. <<< 9574 1726883230.41493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883230.41497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883230.41753: 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' <<< 9574 1726883230.41849: stdout chunk (state=3): >>># /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' <<< 9574 1726883230.41887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883230.41938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883230.41969: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f647e00> <<< 9574 1726883230.42007: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883230.42061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883230.42227: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883230.42596: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f647ec0> # /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' <<< 9574 1726883230.42644: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883230.42765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883230.42789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 9574 1726883230.42800: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f67f800> <<< 9574 1726883230.42838: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883230.42864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883230.42888: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f67fe90> <<< 9574 1726883230.42919: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883230.43101: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f65fad0> <<< 9574 1726883230.43131: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883230.43234: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f65d1f0> <<< 9574 1726883230.43666: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f644fb0> # /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' <<< 9574 1726883230.43689: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883230.43879: 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' <<< 9574 1726883230.43911: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883230.43935: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883230.43997: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f69f7d0> <<< 9574 1726883230.44238: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f69e3f0> # /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 0x7f8c4f65e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f69cbc0> <<< 9574 1726883230.44283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883230.44575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f644230> # /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 0x7f8c4f6d4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d4b60> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.44602: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.44616: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4f6d4f50> <<< 9574 1726883230.44645: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f642d50> <<< 9574 1726883230.44690: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883230.44801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.44874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883230.44970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883230.45189: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d5310> 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 0x7f8c4f6d6510> <<< 9574 1726883230.45219: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883230.45253: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883230.45411: 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' <<< 9574 1726883230.45622: 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 0x7f8c4f6ec740> import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.45659: 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 0x7f8c4f6ede20><<< 9574 1726883230.45662: stdout chunk (state=3): >>> <<< 9574 1726883230.45704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883230.45757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883230.46114: 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 0x7f8c4f6eecc0> # 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 0x7f8c4f6ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6ee210> # /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' <<< 9574 1726883230.46144: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.46543: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4f6efd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6ef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d6570> # /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' <<< 9574 1726883230.46789: 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 0x7f8c4f46fc80> # /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' <<< 9574 1726883230.46792: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.46794: 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 0x7f8c4f498710> <<< 9574 1726883230.47335: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f498470> # 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 0x7f8c4f498740> # /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' <<< 9574 1726883230.47742: 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 0x7f8c4f499070> <<< 9574 1726883230.48142: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.48165: 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 0x7f8c4f499a60> <<< 9574 1726883230.48214: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f498920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f46de20> <<< 9574 1726883230.48265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883230.48308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883230.48353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883230.48648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f49ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f499b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d6c60> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883230.48750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.48865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883230.48923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883230.49158: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f4bf1a0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883230.49267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.49312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883230.49504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f4e74d0> <<< 9574 1726883230.49553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883230.49920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 9574 1726883230.49981: 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'<<< 9574 1726883230.49997: stdout chunk (state=3): >>> <<< 9574 1726883230.50001: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f5482c0> <<< 9574 1726883230.50041: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883230.50115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883230.50450: stdout chunk (state=3): >>># /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' <<< 9574 1726883230.50574: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f54aa20> <<< 9574 1726883230.50835: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f5483e0> <<< 9574 1726883230.51087: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f5152b0> <<< 9574 1726883230.51134: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883230.51150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883230.51171: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f349370> <<< 9574 1726883230.51204: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f4e62d0> <<< 9574 1726883230.51227: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f49bd70> <<< 9574 1726883230.51516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883230.51663: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8c4f4e68d0> <<< 9574 1726883230.52448: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_7dhmj8pa/ansible_file_payload.zip' # zipimport: zlib available <<< 9574 1726883230.52516: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.52586: 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' <<< 9574 1726883230.52797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883230.52920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883230.53093: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 9574 1726883230.53097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' <<< 9574 1726883230.53205: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f39f0e0> <<< 9574 1726883230.53208: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883230.53635: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f37dfd0> <<< 9574 1726883230.53723: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f37d160> <<< 9574 1726883230.53757: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.53988: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883230.54039: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883230.54077: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883230.54104: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.58659: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.62886: 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 0x7f8c4f39cfb0> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883230.62902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.63287: 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 0x7f8c4f3c6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c6840> <<< 9574 1726883230.63348: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c6150> <<< 9574 1726883230.63380: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883230.63451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883230.63508: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c65a0> <<< 9574 1726883230.63744: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f39fd70> 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 0x7f8c4f3c7830> # 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 0x7f8c4f3c7a70> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883230.63904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883230.64144: stdout chunk (state=3): >>>import '_locale' # import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c7fb0> import 'pwd' # <<< 9574 1726883230.64158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883230.64235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883230.64469: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed09cd0> # extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.64491: stdout chunk (state=3): >>># extension module 'select' executed from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.64503: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ed0b8f0> <<< 9574 1726883230.64549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883230.64581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883230.64683: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0c2f0> <<< 9574 1726883230.64946: stdout chunk (state=3): >>># /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 0x7f8c4ed0d490> <<< 9574 1726883230.64986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883230.65044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883230.65129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883230.65489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0ff50> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.65492: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.65519: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4f4e7ad0> <<< 9574 1726883230.65914: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0e210> # /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' <<< 9574 1726883230.65955: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883230.65978: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 9574 1726883230.66094: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed17e60> import '_tokenize' # <<< 9574 1726883230.66570: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed16930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed166c0> # /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 0x7f8c4ed16c00> <<< 9574 1726883230.66809: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0e720> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.66842: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.66857: stdout chunk (state=3): >>>import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ed5fec0> <<< 9574 1726883230.66950: 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 0x7f8c4ed60200> # /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' <<< 9574 1726883230.67421: 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 0x7f8c4ed61ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed61a60> # /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' <<< 9574 1726883230.67695: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.67720: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.67726: stdout chunk (state=3): >>>import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ed64260> <<< 9574 1726883230.67758: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed62390> <<< 9574 1726883230.67793: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883230.68137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.68172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883230.68639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed67a10> <<< 9574 1726883230.68959: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed643e0> # 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 0x7f8c4ed688f0> <<< 9574 1726883230.69059: 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' <<< 9574 1726883230.69075: 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' <<< 9574 1726883230.69082: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ed68b90> <<< 9574 1726883230.69275: 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' <<< 9574 1726883230.69296: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ed68b30> <<< 9574 1726883230.69334: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed60410> <<< 9574 1726883230.69587: 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 <<< 9574 1726883230.69620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883230.69673: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.69717: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.69737: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4edf4260> <<< 9574 1726883230.70286: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.70314: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.70329: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4edf5640> <<< 9574 1726883230.70361: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed6a9f0> <<< 9574 1726883230.70402: 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' <<< 9574 1726883230.70630: 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 0x7f8c4ed6bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed6a630> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883230.70880: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.71168: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.71197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.71650: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883230.71683: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.72345: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.74118: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.76055: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883230.76081: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 9574 1726883230.76104: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883230.76129: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883230.76179: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883230.76368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.76461: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.76479: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883230.76487: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4edf9730> <<< 9574 1726883230.76633: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883230.77067: 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 0x7f8c4edfa4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edf5490> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 9574 1726883230.77106: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.77139: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883230.77174: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.77636: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.78258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883230.78266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883230.78287: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edf92b0> <<< 9574 1726883230.78324: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.79755: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.81450: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.81749: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.81969: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883230.81995: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82061: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883230.82211: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82405: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82630: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883230.82758: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82827: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.82857: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883230.82902: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.83143: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883230.83173: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.84150: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.84759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883230.84867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883230.85149: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883230.85184: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edfb560> <<< 9574 1726883230.85362: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.85534: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.85636: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883230.85751: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883230.85792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883230.85814: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883230.85853: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.85919: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.86543: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883230.86806: 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 <<< 9574 1726883230.86893: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.87268: 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' <<< 9574 1726883230.87283: 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' <<< 9574 1726883230.87297: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8c4ec06060> <<< 9574 1726883230.87364: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ec00f80> <<< 9574 1726883230.87744: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883230.87779: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.87886: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.87974: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.88196: 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 <<< 9574 1726883230.88211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883230.88260: 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 <<< 9574 1726883230.88305: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883230.88347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883230.88524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883230.88660: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883230.88700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883230.88799: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3fe930> <<< 9574 1726883230.88999: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f416600> <<< 9574 1726883230.89235: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ec06120> <<< 9574 1726883230.89264: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edf8230> <<< 9574 1726883230.89278: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 9574 1726883230.89293: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 9574 1726883230.89324: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.89475: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.89518: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883230.89543: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883230.89735: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883230.89768: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.89795: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.89816: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883230.90242: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.91628: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.93766: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883230.95990: 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": 22, "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__ <<< 9574 1726883230.97112: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 9574 1726883230.97140: stdout chunk (state=3): >>># clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc <<< 9574 1726883230.97146: stdout chunk (state=3): >>># clear sys.last_type<<< 9574 1726883230.97150: stdout chunk (state=3): >>> <<< 9574 1726883230.97179: stdout chunk (state=3): >>># clear sys.last_value <<< 9574 1726883230.97182: stdout chunk (state=3): >>># clear sys.last_traceback<<< 9574 1726883230.97205: stdout chunk (state=3): >>> <<< 9574 1726883230.97214: stdout chunk (state=3): >>># clear sys.__interactivehook__ <<< 9574 1726883230.97242: stdout chunk (state=3): >>># clear sys.meta_path<<< 9574 1726883230.97245: stdout chunk (state=3): >>> <<< 9574 1726883230.97266: stdout chunk (state=3): >>># restore sys.stdin <<< 9574 1726883230.97289: stdout chunk (state=3): >>># restore sys.stdout<<< 9574 1726883230.97294: stdout chunk (state=3): >>> <<< 9574 1726883230.97360: stdout chunk (state=3): >>># 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 <<< 9574 1726883230.97381: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8_sig<<< 9574 1726883230.97389: stdout chunk (state=3): >>> # cleanup[2] removing _distutils_hack<<< 9574 1726883230.97413: stdout chunk (state=3): >>> # destroy _distutils_hack<<< 9574 1726883230.97416: stdout chunk (state=3): >>> <<< 9574 1726883230.97432: stdout chunk (state=3): >>># cleanup[2] removing site<<< 9574 1726883230.97464: stdout chunk (state=3): >>> # 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<<< 9574 1726883230.97479: stdout chunk (state=3): >>> # destroy reprlib<<< 9574 1726883230.97492: stdout chunk (state=3): >>> <<< 9574 1726883230.97505: stdout chunk (state=3): >>># cleanup[2] removing _collections <<< 9574 1726883230.97538: 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<<< 9574 1726883230.97543: stdout chunk (state=3): >>> <<< 9574 1726883230.97579: stdout chunk (state=3): >>># cleanup[2] removing re._compiler<<< 9574 1726883230.97582: stdout chunk (state=3): >>> # cleanup[2] removing copyreg # cleanup[2] removing re<<< 9574 1726883230.97587: stdout chunk (state=3): >>> <<< 9574 1726883230.97600: stdout chunk (state=3): >>># cleanup[2] removing _struct<<< 9574 1726883230.97610: stdout chunk (state=3): >>> # cleanup[2] removing struct # cleanup[2] removing binascii<<< 9574 1726883230.97624: stdout chunk (state=3): >>> # cleanup[2] removing base64<<< 9574 1726883230.97643: stdout chunk (state=3): >>> # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings<<< 9574 1726883230.97667: stdout chunk (state=3): >>> # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery <<< 9574 1726883230.97955: stdout chunk (state=3): >>># 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<<< 9574 1726883230.98272: stdout chunk (state=3): >>> # 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 <<< 9574 1726883230.98946: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883230.98956: stdout chunk (state=3): >>> <<< 9574 1726883230.98965: stdout chunk (state=3): >>># destroy importlib.machinery<<< 9574 1726883230.98991: stdout chunk (state=3): >>> # destroy importlib._abc<<< 9574 1726883230.99003: stdout chunk (state=3): >>> <<< 9574 1726883230.99016: stdout chunk (state=3): >>># destroy importlib.util<<< 9574 1726883230.99019: stdout chunk (state=3): >>> <<< 9574 1726883230.99049: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883230.99057: stdout chunk (state=3): >>> <<< 9574 1726883230.99072: stdout chunk (state=3): >>># destroy _compression<<< 9574 1726883230.99090: stdout chunk (state=3): >>> # destroy _lzma<<< 9574 1726883230.99098: stdout chunk (state=3): >>> <<< 9574 1726883230.99114: stdout chunk (state=3): >>># destroy binascii<<< 9574 1726883230.99131: stdout chunk (state=3): >>> <<< 9574 1726883230.99146: stdout chunk (state=3): >>># destroy struct<<< 9574 1726883230.99157: stdout chunk (state=3): >>> # destroy zlib<<< 9574 1726883230.99175: stdout chunk (state=3): >>> # destroy bz2<<< 9574 1726883230.99198: stdout chunk (state=3): >>> # destroy lzma # destroy zipfile._path<<< 9574 1726883230.99204: stdout chunk (state=3): >>> <<< 9574 1726883230.99244: stdout chunk (state=3): >>># destroy zipfile<<< 9574 1726883230.99252: stdout chunk (state=3): >>> # destroy pathlib<<< 9574 1726883230.99373: stdout chunk (state=3): >>> # destroy zipfile._path.glob<<< 9574 1726883230.99383: stdout chunk (state=3): >>> # destroy ipaddress # destroy ntpath <<< 9574 1726883230.99414: stdout chunk (state=3): >>># destroy importlib<<< 9574 1726883230.99444: stdout chunk (state=3): >>> # destroy zipimport # destroy array<<< 9574 1726883230.99450: stdout chunk (state=3): >>> <<< 9574 1726883230.99474: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.distro<<< 9574 1726883230.99558: stdout chunk (state=3): >>> # 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<<< 9574 1726883230.99561: stdout chunk (state=3): >>> # cleanup[3] wiping _ctypes<<< 9574 1726883230.99933: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc<<< 9574 1726883230.99965: stdout chunk (state=3): >>> # 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<<< 9574 1726883230.99980: stdout chunk (state=3): >>> # cleanup[3] wiping _bisect<<< 9574 1726883230.99992: stdout chunk (state=3): >>> <<< 9574 1726883231.00005: stdout chunk (state=3): >>># cleanup[3] wiping math<<< 9574 1726883231.00016: stdout chunk (state=3): >>> <<< 9574 1726883231.00028: stdout chunk (state=3): >>># cleanup[3] wiping shutil<<< 9574 1726883231.00042: stdout chunk (state=3): >>> <<< 9574 1726883231.00048: stdout chunk (state=3): >>># destroy fnmatch<<< 9574 1726883231.00116: stdout chunk (state=3): >>> # 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<<< 9574 1726883231.00160: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 9574 1726883231.00191: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy collections.abc <<< 9574 1726883231.00196: stdout chunk (state=3): >>># cleanup[3] wiping _collections<<< 9574 1726883231.00209: stdout chunk (state=3): >>> # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types<<< 9574 1726883231.00249: stdout chunk (state=3): >>> # cleanup[3] wiping encodings.utf_8_sig<<< 9574 1726883231.00277: stdout chunk (state=3): >>> # cleanup[3] wiping os # destroy abc<<< 9574 1726883231.00280: stdout chunk (state=3): >>> <<< 9574 1726883231.00285: stdout chunk (state=3): >>># cleanup[3] wiping os.path<<< 9574 1726883231.00844: stdout chunk (state=3): >>> # 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 <<< 9574 1726883231.01149: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy _collections_abc<<< 9574 1726883231.01153: stdout chunk (state=3): >>> <<< 9574 1726883231.01173: stdout chunk (state=3): >>># destroy _weakref<<< 9574 1726883231.01178: stdout chunk (state=3): >>> <<< 9574 1726883231.01232: stdout chunk (state=3): >>># destroy _uuid<<< 9574 1726883231.01246: stdout chunk (state=3): >>> <<< 9574 1726883231.01263: stdout chunk (state=3): >>># destroy posixpath<<< 9574 1726883231.01272: stdout chunk (state=3): >>> <<< 9574 1726883231.01277: stdout chunk (state=3): >>># destroy __main__<<< 9574 1726883231.01350: stdout chunk (state=3): >>> # destroy atexit # destroy errno # destroy grp # destroy fcntl # destroy locale # destroy pwd # destroy selectors # destroy shutil<<< 9574 1726883231.01367: stdout chunk (state=3): >>> <<< 9574 1726883231.01374: stdout chunk (state=3): >>># destroy tempfile<<< 9574 1726883231.01389: stdout chunk (state=3): >>> <<< 9574 1726883231.01399: stdout chunk (state=3): >>># destroy traceback <<< 9574 1726883231.01420: stdout chunk (state=3): >>># destroy syslog<<< 9574 1726883231.01427: stdout chunk (state=3): >>> <<< 9574 1726883231.01472: stdout chunk (state=3): >>># 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 <<< 9574 1726883231.01498: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize<<< 9574 1726883231.01504: stdout chunk (state=3): >>> <<< 9574 1726883231.01879: stdout chunk (state=3): >>># 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<<< 9574 1726883231.01883: stdout chunk (state=3): >>> <<< 9574 1726883231.01903: stdout chunk (state=3): >>># destroy _tokenize<<< 9574 1726883231.01911: stdout chunk (state=3): >>> <<< 9574 1726883231.01937: stdout chunk (state=3): >>># destroy argparse<<< 9574 1726883231.01952: stdout chunk (state=3): >>> <<< 9574 1726883231.01956: stdout chunk (state=3): >>># destroy json<<< 9574 1726883231.01985: stdout chunk (state=3): >>> # destroy logging<<< 9574 1726883231.01992: stdout chunk (state=3): >>> <<< 9574 1726883231.02016: stdout chunk (state=3): >>># destroy shlex<<< 9574 1726883231.02022: stdout chunk (state=3): >>> <<< 9574 1726883231.02024: stdout chunk (state=3): >>># destroy subprocess<<< 9574 1726883231.02043: stdout chunk (state=3): >>> # destroy warnings<<< 9574 1726883231.02089: stdout chunk (state=3): >>> # destroy operator<<< 9574 1726883231.02094: stdout chunk (state=3): >>> <<< 9574 1726883231.02158: stdout chunk (state=3): >>># clear sys.meta_path<<< 9574 1726883231.02431: stdout chunk (state=3): >>> # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883231.02473: stdout chunk (state=3): >>># destroy codecs<<< 9574 1726883231.02481: stdout chunk (state=3): >>> <<< 9574 1726883231.02499: stdout chunk (state=3): >>># destroy encodings.aliases<<< 9574 1726883231.02506: stdout chunk (state=3): >>> <<< 9574 1726883231.02527: stdout chunk (state=3): >>># destroy encodings.utf_8 <<< 9574 1726883231.02553: stdout chunk (state=3): >>># destroy encodings.utf_8_sig<<< 9574 1726883231.02564: stdout chunk (state=3): >>> <<< 9574 1726883231.02581: stdout chunk (state=3): >>># destroy encodings.cp437 <<< 9574 1726883231.02587: stdout chunk (state=3): >>># destroy _codecs<<< 9574 1726883231.02646: stdout chunk (state=3): >>> # destroy functools # destroy time # destroy _warnings<<< 9574 1726883231.02661: stdout chunk (state=3): >>> # destroy math<<< 9574 1726883231.02695: stdout chunk (state=3): >>> # destroy _bisect # destroy re<<< 9574 1726883231.02698: stdout chunk (state=3): >>> <<< 9574 1726883231.02725: stdout chunk (state=3): >>># destroy _random<<< 9574 1726883231.03041: 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 <<< 9574 1726883231.04188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883231.04218: stderr chunk (state=3): >>><<< 9574 1726883231.04221: stdout chunk (state=3): >>><<< 9574 1726883231.04285: _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 0x7f8c4f8183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f7e7a10> # /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 0x7f8c4f81a960> 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 0x7f8c4f608fe0> # /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 0x7f8c4f609f10> 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 0x7f8c4f647e00> # /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 0x7f8c4f647ec0> # /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 0x7f8c4f67f800> # /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 0x7f8c4f67fe90> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f65fad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f65d1f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f644fb0> # /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 0x7f8c4f69f7d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f69e3f0> # /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 0x7f8c4f65e0c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f69cbc0> # /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 0x7f8c4f6d4800> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f644230> # /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 0x7f8c4f6d4cb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d4b60> # 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 0x7f8c4f6d4f50> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f642d50> # /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 0x7f8c4f6d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d5310> 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 0x7f8c4f6d6510> 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 0x7f8c4f6ec740> 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 0x7f8c4f6ede20> # /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 0x7f8c4f6eecc0> # 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 0x7f8c4f6ef2f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6ee210> # /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 0x7f8c4f6efd70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6ef4a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d6570> # /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 0x7f8c4f46fc80> # /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 0x7f8c4f498710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f498470> # 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 0x7f8c4f498740> # /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 0x7f8c4f499070> # 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 0x7f8c4f499a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f498920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f46de20> # /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 0x7f8c4f49ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f499b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f6d6c60> # /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 0x7f8c4f4bf1a0> # /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 0x7f8c4f4e74d0> # /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 0x7f8c4f5482c0> # /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 0x7f8c4f54aa20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f5483e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f5152b0> # /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 0x7f8c4f349370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f4e62d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f49bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8c4f4e68d0> # zipimport: found 30 names in '/tmp/ansible_file_payload_7dhmj8pa/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 0x7f8c4f39f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f37dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f37d160> # 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 0x7f8c4f39cfb0> # /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 0x7f8c4f3c6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c6840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f3c6150> # /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 0x7f8c4f3c65a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f39fd70> 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 0x7f8c4f3c7830> # 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 0x7f8c4f3c7a70> # /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 0x7f8c4f3c7fb0> 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 0x7f8c4ed09cd0> # 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 0x7f8c4ed0b8f0> # /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 0x7f8c4ed0c2f0> # /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 0x7f8c4ed0d490> # /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 0x7f8c4ed0ff50> # 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 0x7f8c4f4e7ad0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0e210> # /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 0x7f8c4ed17e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed16930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed166c0> # /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 0x7f8c4ed16c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed0e720> # 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 0x7f8c4ed5fec0> # /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 0x7f8c4ed60200> # /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 0x7f8c4ed61ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed61a60> # /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 0x7f8c4ed64260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed62390> # /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 0x7f8c4ed67a10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed643e0> # 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 0x7f8c4ed688f0> # 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 0x7f8c4ed68b90> # 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 0x7f8c4ed68b30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed60410> # /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 0x7f8c4edf4260> # 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 0x7f8c4edf5640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed6a9f0> # 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 0x7f8c4ed6bda0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ed6a630> # 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 0x7f8c4edf9730> # /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 0x7f8c4edfa4b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edf5490> 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 0x7f8c4edf92b0> # 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 0x7f8c4edfb560> # 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 0x7f8c4ec06060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ec00f80> 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 0x7f8c4f3fe930> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4f416600> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4ec06120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8c4edf8230> # 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": 22, "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883231.04812: 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-1726883230.0674841-9831-73028750422113/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883231.04815: _low_level_execute_command(): starting 9574 1726883231.04817: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883230.0674841-9831-73028750422113/ > /dev/null 2>&1 && sleep 0' 9574 1726883231.04968: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883231.04972: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883231.04974: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.04978: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883231.04980: 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.40 originally 10.31.12.40 <<< 9574 1726883231.04982: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.05034: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883231.05039: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.05106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.10348: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883231.10378: stderr chunk (state=3): >>><<< 9574 1726883231.10382: stdout chunk (state=3): >>><<< 9574 1726883231.10395: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883231.10401: handler run complete 9574 1726883231.10418: attempt loop complete, returning result 9574 1726883231.10442: variable 'item' from source: unknown 9574 1726883231.10501: variable 'item' from source: unknown ok: [managed_node2] => (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": 22, "state": "directory", "uid": 0 } 9574 1726883231.10625: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883231.10628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883231.10630: variable 'omit' from source: magic vars 9574 1726883231.10726: 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) 9574 1726883231.10750: 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) 9574 1726883231.10771: 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) 9574 1726883231.10796: 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) 9574 1726883231.10807: 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) 9574 1726883231.10873: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883231.10881: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883231.10885: variable 'omit' from source: magic vars 9574 1726883231.10896: variable 'omit' from source: magic vars 9574 1726883231.10924: variable 'item' from source: unknown 9574 1726883231.10976: variable 'item' from source: unknown 9574 1726883231.10988: variable 'omit' from source: magic vars 9574 1726883231.11002: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883231.11009: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883231.11015: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883231.11022: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883231.11034: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883231.11036: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883231.11039: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883231.11095: Set connection var ansible_connection to ssh 9574 1726883231.11098: Set connection var ansible_shell_type to sh 9574 1726883231.11103: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883231.11111: Set connection var ansible_timeout to 10 9574 1726883231.11117: Set connection var ansible_shell_executable to /bin/sh 9574 1726883231.11121: Set connection var ansible_pipelining to False 9574 1726883231.11141: variable 'ansible_shell_executable' from source: unknown 9574 1726883231.11144: variable 'ansible_connection' from source: unknown 9574 1726883231.11151: variable 'ansible_module_compression' from source: unknown 9574 1726883231.11154: variable 'ansible_shell_type' from source: unknown 9574 1726883231.11156: variable 'ansible_shell_executable' from source: unknown 9574 1726883231.11159: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883231.11161: variable 'ansible_pipelining' from source: unknown 9574 1726883231.11163: variable 'ansible_timeout' from source: unknown 9574 1726883231.11165: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883231.11239: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883231.11247: variable 'omit' from source: magic vars 9574 1726883231.11250: starting attempt loop 9574 1726883231.11253: running the handler 9574 1726883231.11259: _low_level_execute_command(): starting 9574 1726883231.11262: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883231.11697: 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 <<< 9574 1726883231.11739: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883231.11745: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883231.11747: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.11749: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883231.11751: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883231.11753: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.11789: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883231.11792: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883231.11800: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.11865: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.16522: stdout chunk (state=3): >>>/root <<< 9574 1726883231.16992: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883231.17022: stderr chunk (state=3): >>><<< 9574 1726883231.17026: stdout chunk (state=3): >>><<< 9574 1726883231.17044: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883231.17053: _low_level_execute_command(): starting 9574 1726883231.17058: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755 `" && echo ansible-tmp-1726883231.1704447-9831-213813405610755="` echo /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755 `" ) && sleep 0' 9574 1726883231.17520: 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 <<< 9574 1726883231.17523: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.17526: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883231.17528: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883231.17530: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.17586: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883231.17589: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883231.17592: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.17656: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.23303: stdout chunk (state=3): >>>ansible-tmp-1726883231.1704447-9831-213813405610755=/root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755 <<< 9574 1726883231.23480: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883231.23509: stderr chunk (state=3): >>><<< 9574 1726883231.23512: stdout chunk (state=3): >>><<< 9574 1726883231.23528: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883231.1704447-9831-213813405610755=/root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883231.23576: variable 'ansible_module_compression' from source: unknown 9574 1726883231.23606: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.file-ZIP_DEFLATED 9574 1726883231.23622: variable 'ansible_facts' from source: unknown 9574 1726883231.23672: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py 9574 1726883231.23769: Sending initial data 9574 1726883231.23772: Sent initial data (151 bytes) 9574 1726883231.24217: 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 <<< 9574 1726883231.24247: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.24251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883231.24253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883231.24255: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.24307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883231.24311: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883231.24313: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.24367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.28879: 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 <<< 9574 1726883231.29169: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883231.29217: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpo5lg324n /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py <<< 9574 1726883231.29220: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py" <<< 9574 1726883231.29261: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpo5lg324n" to remote "/root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py" <<< 9574 1726883231.29269: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py" <<< 9574 1726883231.30347: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883231.30462: stderr chunk (state=3): >>><<< 9574 1726883231.30466: stdout chunk (state=3): >>><<< 9574 1726883231.30488: done transferring module to remote 9574 1726883231.30501: _low_level_execute_command(): starting 9574 1726883231.30504: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/ /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py && sleep 0' 9574 1726883231.31374: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883231.31379: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883231.31459: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.31500: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883231.31516: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.31591: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.37948: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883231.37953: stdout chunk (state=3): >>><<< 9574 1726883231.37956: stderr chunk (state=3): >>><<< 9574 1726883231.37959: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883231.37962: _low_level_execute_command(): starting 9574 1726883231.37964: _low_level_execute_command(): using become for this command 9574 1726883231.37966: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uyfkgqmhxvzhvwgptayxfgmawjfopizr ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/AnsiballZ_file.py'"'"' && sleep 0' 9574 1726883231.38061: Initial state: awaiting_escalation: BECOME-SUCCESS-uyfkgqmhxvzhvwgptayxfgmawjfopizr 9574 1726883231.38545: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883231.38582: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883231.38594: stderr chunk (state=1): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883231.38627: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.38660: stderr chunk (state=1): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 <<< 9574 1726883231.38736: stderr chunk (state=1): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883231.38748: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883231.38772: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883231.38787: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883231.38881: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883231.47906: stdout chunk (state=1): >>>BECOME-SUCCESS-uyfkgqmhxvzhvwgptayxfgmawjfopizr<<< 9574 1726883231.47910: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uyfkgqmhxvzhvwgptayxfgmawjfopizr' 9574 1726883231.48063: stdout chunk (state=3): >>> <<< 9574 1726883231.48988: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 9574 1726883231.49222: stdout chunk (state=3): >>> import _imp # builtin <<< 9574 1726883231.49284: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883231.49331: stdout chunk (state=3): >>>import '_warnings' # <<< 9574 1726883231.49369: stdout chunk (state=3): >>>import '_weakref' # <<< 9574 1726883231.49671: stdout chunk (state=3): >>> import '_io' # import 'marshal' # <<< 9574 1726883231.49720: stdout chunk (state=3): >>> import 'posix' # <<< 9574 1726883231.49751: stdout chunk (state=3): >>> <<< 9574 1726883231.49798: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883231.49835: stdout chunk (state=3): >>> # installing zipimport hook <<< 9574 1726883231.49864: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883231.49907: stdout chunk (state=3): >>>import 'zipimport' # <<< 9574 1726883231.49929: stdout chunk (state=3): >>> <<< 9574 1726883231.49938: stdout chunk (state=3): >>># installed zipimport hook<<< 9574 1726883231.50039: stdout chunk (state=3): >>> <<< 9574 1726883231.50151: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py<<< 9574 1726883231.50246: stdout chunk (state=3): >>> <<< 9574 1726883231.50329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 9574 1726883231.50388: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 9574 1726883231.50450: stdout chunk (state=3): >>> <<< 9574 1726883231.50482: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 9574 1726883231.50601: stdout chunk (state=3): >>> import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc3e7a10> <<< 9574 1726883231.50659: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883231.50688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc'<<< 9574 1726883231.50796: stdout chunk (state=3): >>> import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc41a960> import '_signal' # <<< 9574 1726883231.50819: stdout chunk (state=3): >>> <<< 9574 1726883231.50858: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883231.51258: stdout chunk (state=3): >>> import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 9574 1726883231.51348: stdout chunk (state=3): >>> <<< 9574 1726883231.51398: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883231.51404: stdout chunk (state=3): >>> <<< 9574 1726883231.51425: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883231.51473: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883231.51793: stdout chunk (state=3): >>> 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 0x7f8cfc22cfe0> <<< 9574 1726883231.51916: 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<<< 9574 1726883231.52254: 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 0x7f8cfc22df10> 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 <<< 9574 1726883231.52278: stdout chunk (state=3): >>>Type "help", "copyright", "credits" or "license" for more information. <<< 9574 1726883231.52981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 9574 1726883231.53013: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'<<< 9574 1726883231.53213: 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<<< 9574 1726883231.53245: stdout chunk (state=3): >>> <<< 9574 1726883231.53284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 9574 1726883231.53716: 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 0x7f8cfc26be00> # /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 0x7f8cfc26bec0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883231.53775: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc'<<< 9574 1726883231.53889: stdout chunk (state=3): >>> # /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py<<< 9574 1726883231.53898: stdout chunk (state=3): >>> <<< 9574 1726883231.53967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883231.54176: stdout chunk (state=3): >>> import 'itertools' # <<< 9574 1726883231.54277: 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 0x7f8cfc2a3830> # /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' <<< 9574 1726883231.54306: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2a3ec0> <<< 9574 1726883231.54351: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883231.54846: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc268fb0><<< 9574 1726883231.54944: stdout chunk (state=3): >>> <<< 9574 1726883231.55001: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 9574 1726883231.55004: stdout chunk (state=3): >>> <<< 9574 1726883231.55051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'<<< 9574 1726883231.55083: stdout chunk (state=3): >>> <<< 9574 1726883231.55086: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883231.55107: stdout chunk (state=3): >>> <<< 9574 1726883231.55382: 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' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 9574 1726883231.55431: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883231.55435: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2c3800><<< 9574 1726883231.55455: stdout chunk (state=3): >>> <<< 9574 1726883231.55476: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2c2420><<< 9574 1726883231.55775: 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 0x7f8cfc2820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2c0c20> <<< 9574 1726883231.55803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883231.55849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 9574 1726883231.55868: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc268230> <<< 9574 1726883231.55908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py<<< 9574 1726883231.56370: stdout chunk (state=3): >>> # 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 0x7f8cfc2f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f8b00> # 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 0x7f8cfc2f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc266d50> # /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 <<< 9574 1726883231.56400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883231.56422: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f9580> <<< 9574 1726883231.56455: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f9250> <<< 9574 1726883231.56477: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883231.56645: stdout chunk (state=3): >>> <<< 9574 1726883231.56691: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 9574 1726883231.57119: 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 0x7f8cfc2fa480> 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 0x7f8cfc3106b0> <<< 9574 1726883231.57156: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883231.57211: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883231.57262: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.57276: stdout chunk (state=3): >>> import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfc311dc0> <<< 9574 1726883231.57309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py<<< 9574 1726883231.57562: 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' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc312c30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.57565: stdout chunk (state=3): >>> <<< 9574 1726883231.57591: 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 0x7f8cfc313260><<< 9574 1726883231.57955: stdout chunk (state=3): >>> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc312180> # /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 0x7f8cfc313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2fa4e0> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883231.58162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 9574 1726883231.58203: stdout chunk (state=3): >>> <<< 9574 1726883231.58208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883231.58298: 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'<<< 9574 1726883231.58304: stdout chunk (state=3): >>> <<< 9574 1726883231.58351: 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 0x7f8cfc0ebbc0><<< 9574 1726883231.58362: stdout chunk (state=3): >>> <<< 9574 1726883231.58387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py<<< 9574 1726883231.58861: stdout chunk (state=3): >>> # 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 0x7f8cfc1146b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc114410> # 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 0x7f8cfc1146e0> # /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'<<< 9574 1726883231.58867: stdout chunk (state=3): >>> <<< 9574 1726883231.59044: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.59271: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfc115010> <<< 9574 1726883231.59709: 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' <<< 9574 1726883231.59754: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfc1159d0> <<< 9574 1726883231.59768: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1148c0> <<< 9574 1726883231.59809: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc0e9d60><<< 9574 1726883231.59843: stdout chunk (state=3): >>> <<< 9574 1726883231.59880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py<<< 9574 1726883231.60195: 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 0x7f8cfc116db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc115af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2fabd0> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 9574 1726883231.60248: stdout chunk (state=3): >>> <<< 9574 1726883231.60671: 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 # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc143110> <<< 9574 1726883231.60867: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883231.60955: 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<<< 9574 1726883231.60964: stdout chunk (state=3): >>> <<< 9574 1726883231.60992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc'<<< 9574 1726883231.61181: stdout chunk (state=3): >>> import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1674d0><<< 9574 1726883231.61192: stdout chunk (state=3): >>> <<< 9574 1726883231.61236: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py<<< 9574 1726883231.61257: stdout chunk (state=3): >>> <<< 9574 1726883231.61311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc'<<< 9574 1726883231.61471: stdout chunk (state=3): >>> <<< 9574 1726883231.61913: 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 0x7f8cfc1c4290> # /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 <<< 9574 1726883231.62322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1c69f0> <<< 9574 1726883231.62466: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1c43b0><<< 9574 1726883231.62707: stdout chunk (state=3): >>> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1892b0><<< 9574 1726883231.62719: stdout chunk (state=3): >>> <<< 9574 1726883231.62767: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py<<< 9574 1726883231.63156: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb153d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1662d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc117ce0> <<< 9574 1726883231.63360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883231.63411: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8cfc1668d0> <<< 9574 1726883231.63778: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_file_payload_a9odrw0e/ansible_file_payload.zip' # zipimport: zlib available <<< 9574 1726883231.64212: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.64255: stdout chunk (state=3): >>> <<< 9574 1726883231.64293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 9574 1726883231.64431: stdout chunk (state=3): >>> <<< 9574 1726883231.64468: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 9574 1726883231.64714: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 9574 1726883231.64718: stdout chunk (state=3): >>> <<< 9574 1726883231.64842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 9574 1726883231.65476: 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 0x7f8cfbb6b110> import '_typing' # <<< 9574 1726883231.65599: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb4a000><<< 9574 1726883231.65883: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb49160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883231.65925: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.65947: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883231.65978: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.66791: stdout chunk (state=3): >>> <<< 9574 1726883231.71602: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.75608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 9574 1726883231.75648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' <<< 9574 1726883231.75659: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb68fe0> <<< 9574 1726883231.75706: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py<<< 9574 1726883231.76177: 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 0x7f8cfbb92a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb92810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb92150><<< 9574 1726883231.76210: stdout chunk (state=3): >>> <<< 9574 1726883231.76214: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 9574 1726883231.76628: 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 0x7f8cfbb92570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb6bda0> 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 0x7f8cfbb93770> # 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 0x7f8cfbb93920> <<< 9574 1726883231.76714: 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'<<< 9574 1726883231.76752: stdout chunk (state=3): >>> <<< 9574 1726883231.76779: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883231.76894: stdout chunk (state=3): >>> <<< 9574 1726883231.76979: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb93e60><<< 9574 1726883231.76993: stdout chunk (state=3): >>> <<< 9574 1726883231.77022: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883231.77070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 9574 1726883231.77475: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba01c70> # 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 0x7f8cfba03890><<< 9574 1726883231.77524: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883231.77573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883231.77645: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba04290><<< 9574 1726883231.77755: stdout chunk (state=3): >>> <<< 9574 1726883231.77794: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883231.77865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc'<<< 9574 1726883231.77978: stdout chunk (state=3): >>> import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba05400> <<< 9574 1726883231.78014: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py<<< 9574 1726883231.78050: stdout chunk (state=3): >>> <<< 9574 1726883231.78106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc'<<< 9574 1726883231.78509: 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 0x7f8cfba07e00> # 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 0x7f8cfc143080> <<< 9574 1726883231.78560: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba060c0> <<< 9574 1726883231.78602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py<<< 9574 1726883231.78647: stdout chunk (state=3): >>> <<< 9574 1726883231.78698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 9574 1726883231.78946: 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'<<< 9574 1726883231.78967: stdout chunk (state=3): >>> <<< 9574 1726883231.78992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 9574 1726883231.79047: stdout chunk (state=3): >>> <<< 9574 1726883231.79090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0fe60> <<< 9574 1726883231.79129: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883231.79356: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0e930> <<< 9574 1726883231.79382: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0e690> <<< 9574 1726883231.79424: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 9574 1726883231.79775: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0ec00> <<< 9574 1726883231.79850: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba065d0><<< 9574 1726883231.79853: stdout chunk (state=3): >>> <<< 9574 1726883231.79889: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.80169: stdout chunk (state=3): >>> <<< 9574 1726883231.80182: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.80767: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfba57f20> # /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 0x7f8cfba58260> # /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 0x7f8cfba59d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba59af0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883231.81034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883231.81107: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.81167: stdout chunk (state=3): >>> <<< 9574 1726883231.81171: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.81230: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfba5c2c0> <<< 9574 1726883231.81233: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba5a420> <<< 9574 1726883231.81271: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py<<< 9574 1726883231.81544: stdout chunk (state=3): >>> # 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'<<< 9574 1726883231.81588: stdout chunk (state=3): >>> import '_string' # <<< 9574 1726883231.81599: stdout chunk (state=3): >>> <<< 9574 1726883231.82049: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba5f9e0> <<< 9574 1726883231.82281: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba5c3b0><<< 9574 1726883231.82423: 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' <<< 9574 1726883231.82427: 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'<<< 9574 1726883231.82443: stdout chunk (state=3): >>> import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfba60740> <<< 9574 1726883231.82504: 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'<<< 9574 1726883231.82516: 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'<<< 9574 1726883231.82563: stdout chunk (state=3): >>> import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfba60b30><<< 9574 1726883231.82579: stdout chunk (state=3): >>> <<< 9574 1726883231.82618: 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'<<< 9574 1726883231.82959: 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 0x7f8cfba60a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba58440> # /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' <<< 9574 1726883231.83017: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883231.83064: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.83250: stdout chunk (state=3): >>> import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfb8f01a0> <<< 9574 1726883231.83781: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.83804: stdout chunk (state=3): >>> # extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883231.83860: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfb8f14c0> <<< 9574 1726883231.83865: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba62930> <<< 9574 1726883231.83901: 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'<<< 9574 1726883231.84139: 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 0x7f8cfba63ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba62570> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 9574 1726883231.84157: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.84410: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.84424: stdout chunk (state=3): >>> <<< 9574 1726883231.84768: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.84821: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 9574 1726883231.84895: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.84920: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available<<< 9574 1726883231.85139: stdout chunk (state=3): >>> <<< 9574 1726883231.85339: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.85743: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.85749: stdout chunk (state=3): >>> <<< 9574 1726883231.87664: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.87753: stdout chunk (state=3): >>> <<< 9574 1726883231.89685: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883231.89780: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883231.89784: stdout chunk (state=3): >>> <<< 9574 1726883231.89811: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883231.89814: stdout chunk (state=3): >>> <<< 9574 1726883231.89861: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 9574 1726883231.90142: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883231.90150: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.90173: stdout chunk (state=3): >>> # extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883231.90189: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8cfb8f5730><<< 9574 1726883231.90195: stdout chunk (state=3): >>> <<< 9574 1726883231.90349: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 9574 1726883231.90652: 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 0x7f8cfb8f64b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8f1640> import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883231.90692: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.91192: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883231.91324: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.91635: stdout chunk (state=3): >>> <<< 9574 1726883231.91787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 9574 1726883231.92066: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8f6480><<< 9574 1726883231.92072: stdout chunk (state=3): >>> <<< 9574 1726883231.92106: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.92111: stdout chunk (state=3): >>> <<< 9574 1726883231.93536: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.93743: stdout chunk (state=3): >>> <<< 9574 1726883231.95126: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.95178: stdout chunk (state=3): >>> <<< 9574 1726883231.95386: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.95745: stdout chunk (state=3): >>> <<< 9574 1726883231.95788: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883231.95814: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.95899: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.96107: stdout chunk (state=3): >>> import 'ansible.module_utils.common.warnings' # # zipimport: zlib available<<< 9574 1726883231.96112: stdout chunk (state=3): >>> <<< 9574 1726883231.96233: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.96344: stdout chunk (state=3): >>> <<< 9574 1726883231.96792: 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 <<< 9574 1726883231.97055: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883231.97244: stdout chunk (state=3): >>> <<< 9574 1726883231.97261: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883231.97708: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.98036: stdout chunk (state=3): >>> <<< 9574 1726883231.98629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883231.98632: stdout chunk (state=3): >>> <<< 9574 1726883231.98973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 9574 1726883231.98993: stdout chunk (state=3): >>> <<< 9574 1726883231.99016: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883231.99021: stdout chunk (state=3): >>> <<< 9574 1726883231.99136: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8f75f0><<< 9574 1726883231.99143: stdout chunk (state=3): >>> <<< 9574 1726883231.99181: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883231.99645: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883231.99665: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883231.99673: stdout chunk (state=3): >>> <<< 9574 1726883231.99703: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883231.99736: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883231.99784: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883231.99830: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883232.00137: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883232.00163: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883232.00172: stdout chunk (state=3): >>> <<< 9574 1726883232.00202: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.00208: stdout chunk (state=3): >>> <<< 9574 1726883232.00285: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.00635: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883232.00696: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.00702: stdout chunk (state=3): >>> <<< 9574 1726883232.00820: 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<<< 9574 1726883232.01036: stdout chunk (state=3): >>> <<< 9574 1726883232.01106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.01112: stdout chunk (state=3): >>> <<< 9574 1726883232.01265: 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'<<< 9574 1726883232.01388: stdout chunk (state=3): >>> <<< 9574 1726883232.01476: 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 0x7f8cfb902180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8fd8b0><<< 9574 1726883232.01479: stdout chunk (state=3): >>> <<< 9574 1726883232.01525: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883232.01634: stdout chunk (state=3): >>> <<< 9574 1726883232.01659: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883232.01667: stdout chunk (state=3): >>> <<< 9574 1726883232.01699: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.01937: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883232.01947: stdout chunk (state=3): >>> <<< 9574 1726883232.02051: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.02346: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.02370: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.02725: 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 # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883232.02742: stdout chunk (state=3): >>> <<< 9574 1726883232.02774: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 9574 1726883232.03066: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb9eea20> <<< 9574 1726883232.03260: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbbce6f0> <<< 9574 1726883232.03391: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb902240><<< 9574 1726883232.03568: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba60c50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available<<< 9574 1726883232.03630: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883232.03645: stdout chunk (state=3): >>> <<< 9574 1726883232.03691: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883232.04082: stdout chunk (state=3): >>> import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available<<< 9574 1726883232.04110: stdout chunk (state=3): >>> <<< 9574 1726883232.05960: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883232.07794: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.07798: stdout chunk (state=3): >>> <<< 9574 1726883232.10138: stdout chunk (state=3): >>> <<< 9574 1726883232.10182: 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": 92, "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}}}<<< 9574 1726883232.10184: stdout chunk (state=3): >>> <<< 9574 1726883232.10226: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883232.11587: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks <<< 9574 1726883232.11591: stdout chunk (state=3): >>># clear builtins._<<< 9574 1726883232.11682: stdout chunk (state=3): >>> # 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 <<< 9574 1726883232.11721: 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 <<< 9574 1726883232.11759: stdout chunk (state=3): >>># 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 <<< 9574 1726883232.11793: stdout chunk (state=3): >>># destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib<<< 9574 1726883232.11808: stdout chunk (state=3): >>> # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy<<< 9574 1726883232.11836: stdout chunk (state=3): >>> # destroy runpy # cleanup[2] removing fnmatch <<< 9574 1726883232.11863: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 <<< 9574 1726883232.11894: stdout chunk (state=3): >>># cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil<<< 9574 1726883232.12264: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.12359: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.12642: stdout chunk (state=3): >>> <<< 9574 1726883232.13408: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883232.13508: stdout chunk (state=3): >>> <<< 9574 1726883232.13539: stdout chunk (state=3): >>># destroy importlib.machinery<<< 9574 1726883232.13557: stdout chunk (state=3): >>> <<< 9574 1726883232.13567: stdout chunk (state=3): >>># destroy importlib._abc<<< 9574 1726883232.13580: stdout chunk (state=3): >>> <<< 9574 1726883232.13592: stdout chunk (state=3): >>># destroy importlib.util <<< 9574 1726883232.13619: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883232.13624: stdout chunk (state=3): >>> <<< 9574 1726883232.13648: stdout chunk (state=3): >>># destroy _compression<<< 9574 1726883232.13657: stdout chunk (state=3): >>> <<< 9574 1726883232.13673: stdout chunk (state=3): >>># destroy _lzma <<< 9574 1726883232.13701: stdout chunk (state=3): >>># destroy binascii<<< 9574 1726883232.13710: stdout chunk (state=3): >>> <<< 9574 1726883232.13725: stdout chunk (state=3): >>># destroy struct <<< 9574 1726883232.13744: stdout chunk (state=3): >>># destroy zlib<<< 9574 1726883232.13760: stdout chunk (state=3): >>> # destroy bz2 # destroy lzma<<< 9574 1726883232.13855: stdout chunk (state=3): >>> # destroy zipfile._path<<< 9574 1726883232.13901: stdout chunk (state=3): >>> # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath<<< 9574 1726883232.13936: stdout chunk (state=3): >>> <<< 9574 1726883232.13958: stdout chunk (state=3): >>># destroy importlib<<< 9574 1726883232.14053: stdout chunk (state=3): >>> # destroy zipimport # destroy array # cleanup[3] wiping ansible.module_utils.distro<<< 9574 1726883232.14058: stdout chunk (state=3): >>> <<< 9574 1726883232.14078: stdout chunk (state=3): >>># destroy distro.distro<<< 9574 1726883232.14083: stdout chunk (state=3): >>> <<< 9574 1726883232.14104: stdout chunk (state=3): >>># cleanup[3] wiping distro<<< 9574 1726883232.14107: stdout chunk (state=3): >>> <<< 9574 1726883232.14264: stdout chunk (state=3): >>># 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 <<< 9574 1726883232.14300: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd.daemon # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.journal # destroy uuid # cleanup[3] wiping systemd.id128<<< 9574 1726883232.14319: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging<<< 9574 1726883232.14353: stdout chunk (state=3): >>> # cleanup[3] wiping _string<<< 9574 1726883232.14365: stdout chunk (state=3): >>> <<< 9574 1726883232.14382: stdout chunk (state=3): >>># cleanup[3] wiping _uuid<<< 9574 1726883232.14391: stdout chunk (state=3): >>> # cleanup[3] wiping datetime<<< 9574 1726883232.14396: stdout chunk (state=3): >>> # cleanup[3] wiping _datetime<<< 9574 1726883232.14593: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.14649: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.14672: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math<<< 9574 1726883232.14682: stdout chunk (state=3): >>> <<< 9574 1726883232.14702: stdout chunk (state=3): >>># cleanup[3] wiping shutil<<< 9574 1726883232.14708: stdout chunk (state=3): >>> # destroy fnmatch<<< 9574 1726883232.14727: stdout chunk (state=3): >>> <<< 9574 1726883232.14741: stdout chunk (state=3): >>># cleanup[3] wiping errno<<< 9574 1726883232.14761: stdout chunk (state=3): >>> <<< 9574 1726883232.14765: stdout chunk (state=3): >>># cleanup[3] wiping warnings<<< 9574 1726883232.14783: stdout chunk (state=3): >>> <<< 9574 1726883232.14794: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 9574 1726883232.14815: stdout chunk (state=3): >>> # cleanup[3] wiping _struct<<< 9574 1726883232.14824: stdout chunk (state=3): >>> # cleanup[3] wiping re<<< 9574 1726883232.14850: stdout chunk (state=3): >>> # destroy re._constants # destroy re._casefix <<< 9574 1726883232.14974: stdout chunk (state=3): >>># 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 <<< 9574 1726883232.15022: stdout chunk (state=3): >>># 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<<< 9574 1726883232.15053: stdout chunk (state=3): >>> # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping __main__ <<< 9574 1726883232.15079: stdout chunk (state=3): >>># cleanup[3] wiping _abc # cleanup[3] wiping _signal # cleanup[3] wiping encodings.utf_8 <<< 9574 1726883232.15105: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs <<< 9574 1726883232.15132: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external<<< 9574 1726883232.15141: stdout chunk (state=3): >>> # cleanup[3] wiping posix<<< 9574 1726883232.15444: 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 systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883232.15953: stdout chunk (state=3): >>># destroy sys.monitoring<<< 9574 1726883232.16188: stdout chunk (state=3): >>> # destroy _socket # destroy _collections_abc<<< 9574 1726883232.16192: stdout chunk (state=3): >>> <<< 9574 1726883232.16216: stdout chunk (state=3): >>># destroy _weakref<<< 9574 1726883232.16221: stdout chunk (state=3): >>> <<< 9574 1726883232.16273: stdout chunk (state=3): >>># destroy _uuid<<< 9574 1726883232.16276: stdout chunk (state=3): >>> <<< 9574 1726883232.16300: stdout chunk (state=3): >>># destroy posixpath<<< 9574 1726883232.16311: stdout chunk (state=3): >>> <<< 9574 1726883232.16327: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883232.16348: stdout chunk (state=3): >>># destroy atexit<<< 9574 1726883232.16380: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.16387: stdout chunk (state=3): >>> <<< 9574 1726883232.16402: stdout chunk (state=3): >>># destroy selinux<<< 9574 1726883232.16421: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib # destroy ansible.module_utils.six.moves<<< 9574 1726883232.16445: stdout chunk (state=3): >>> # destroy datetime<<< 9574 1726883232.16452: stdout chunk (state=3): >>> <<< 9574 1726883232.16476: stdout chunk (state=3): >>># destroy re._parser<<< 9574 1726883232.16483: stdout chunk (state=3): >>> <<< 9574 1726883232.16500: stdout chunk (state=3): >>># destroy tokenize<<< 9574 1726883232.16516: stdout chunk (state=3): >>> <<< 9574 1726883232.16539: stdout chunk (state=3): >>># destroy _string<<< 9574 1726883232.16724: stdout chunk (state=3): >>> # 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<<< 9574 1726883232.16736: stdout chunk (state=3): >>> <<< 9574 1726883232.16756: stdout chunk (state=3): >>># destroy collections<<< 9574 1726883232.16923: stdout chunk (state=3): >>> # destroy copyreg # destroy contextlib # destroy _signal # destroy _typing # destroy _tokenize # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy warnings # destroy operator<<< 9574 1726883232.16942: stdout chunk (state=3): >>> <<< 9574 1726883232.17336: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883232.17366: stdout chunk (state=3): >>># destroy codecs<<< 9574 1726883232.17371: stdout chunk (state=3): >>> <<< 9574 1726883232.17396: stdout chunk (state=3): >>># destroy encodings.aliases <<< 9574 1726883232.17413: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 9574 1726883232.17427: stdout chunk (state=3): >>> <<< 9574 1726883232.17439: stdout chunk (state=3): >>># destroy encodings.utf_8_sig<<< 9574 1726883232.17455: stdout chunk (state=3): >>> <<< 9574 1726883232.17458: stdout chunk (state=3): >>># destroy encodings.cp437<<< 9574 1726883232.17479: stdout chunk (state=3): >>> <<< 9574 1726883232.17487: stdout chunk (state=3): >>># destroy _codecs<<< 9574 1726883232.17507: stdout chunk (state=3): >>> <<< 9574 1726883232.17513: stdout chunk (state=3): >>># destroy functools <<< 9574 1726883232.17532: stdout chunk (state=3): >>># destroy time<<< 9574 1726883232.17569: stdout chunk (state=3): >>> # destroy _warnings # destroy math # destroy _bisect # destroy re<<< 9574 1726883232.17597: stdout chunk (state=3): >>> # destroy _random<<< 9574 1726883232.17604: stdout chunk (state=3): >>> <<< 9574 1726883232.17643: stdout chunk (state=3): >>># destroy _hashlib<<< 9574 1726883232.17650: stdout chunk (state=3): >>> <<< 9574 1726883232.17669: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883232.17690: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883232.17695: stdout chunk (state=3): >>> <<< 9574 1726883232.17722: stdout chunk (state=3): >>># destroy _operator<<< 9574 1726883232.17938: stdout chunk (state=3): >>> # destroy builtins # destroy _thread # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy _io # clear sys.audit hooks <<< 9574 1726883232.19190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883232.19225: stderr chunk (state=3): >>><<< 9574 1726883232.19228: stdout chunk (state=3): >>><<< 9574 1726883232.19290: _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 0x7f8cfc4183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc3e7a10> # /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 0x7f8cfc41a960> 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 0x7f8cfc22cfe0> # /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 0x7f8cfc22df10> 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 0x7f8cfc26be00> # /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 0x7f8cfc26bec0> # /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 0x7f8cfc2a3830> # /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 0x7f8cfc2a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc283ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc268fb0> # /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 0x7f8cfc2c3800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2c2420> # /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 0x7f8cfc2820c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2c0c20> # /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 0x7f8cfc2f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc268230> # /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 0x7f8cfc2f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f8b00> # 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 0x7f8cfc2f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc266d50> # /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 0x7f8cfc2f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2f9250> 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 0x7f8cfc2fa480> 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 0x7f8cfc3106b0> 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 0x7f8cfc311dc0> # /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 0x7f8cfc312c30> # 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 0x7f8cfc313260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc312180> # /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 0x7f8cfc313ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc313410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2fa4e0> # /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 0x7f8cfc0ebbc0> # /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 0x7f8cfc1146b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc114410> # 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 0x7f8cfc1146e0> # /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 0x7f8cfc115010> # 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 0x7f8cfc1159d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1148c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc0e9d60> # /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 0x7f8cfc116db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc115af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc2fabd0> # /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 0x7f8cfc143110> # /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 0x7f8cfc1674d0> # /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 0x7f8cfc1c4290> # /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 0x7f8cfc1c69f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1c43b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1892b0> # /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 0x7f8cfbb153d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc1662d0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfc117ce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8cfc1668d0> # zipimport: found 30 names in '/tmp/ansible_file_payload_a9odrw0e/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 0x7f8cfbb6b110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb4a000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb49160> # 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 0x7f8cfbb68fe0> # /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 0x7f8cfbb92a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb92810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb92150> # /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 0x7f8cfbb92570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbb6bda0> 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 0x7f8cfbb93770> # 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 0x7f8cfbb93920> # /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 0x7f8cfbb93e60> 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 0x7f8cfba01c70> # 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 0x7f8cfba03890> # /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 0x7f8cfba04290> # /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 0x7f8cfba05400> # /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 0x7f8cfba07e00> # 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 0x7f8cfc143080> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba060c0> # /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 0x7f8cfba0fe60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0e930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba0e690> # /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 0x7f8cfba0ec00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba065d0> # 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 0x7f8cfba57f20> # /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 0x7f8cfba58260> # /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 0x7f8cfba59d30> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba59af0> # /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 0x7f8cfba5c2c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba5a420> # /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 0x7f8cfba5f9e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba5c3b0> # 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 0x7f8cfba60740> # 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 0x7f8cfba60b30> # 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 0x7f8cfba60a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba58440> # /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 0x7f8cfb8f01a0> # 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 0x7f8cfb8f14c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba62930> # 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 0x7f8cfba63ce0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba62570> # 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 0x7f8cfb8f5730> # /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 0x7f8cfb8f64b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8f1640> 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 0x7f8cfb8f6480> # 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 0x7f8cfb8f75f0> # 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 0x7f8cfb902180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb8fd8b0> 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 0x7f8cfb9eea20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfbbce6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfb902240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8cfba60c50> # 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": 92, "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883232.19895: 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-1726883231.1704447-9831-213813405610755/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883232.19898: _low_level_execute_command(): starting 9574 1726883232.19900: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883231.1704447-9831-213813405610755/ > /dev/null 2>&1 && sleep 0' 9574 1726883232.20023: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883232.20026: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.20028: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883232.20031: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.20092: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883232.20098: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.20100: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.20349: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.25511: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883232.25543: stderr chunk (state=3): >>><<< 9574 1726883232.25546: stdout chunk (state=3): >>><<< 9574 1726883232.25561: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883232.25564: handler run complete 9574 1726883232.25582: attempt loop complete, returning result 9574 1726883232.25596: variable 'item' from source: unknown 9574 1726883232.25665: variable 'item' from source: unknown ok: [managed_node2] => (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": 92, "state": "directory", "uid": 0 } 9574 1726883232.25786: dumping result to json 9574 1726883232.25789: done dumping result, returning 9574 1726883232.25791: done running TaskExecutor() for managed_node2/TASK: Ensure directories exist [0affc0aa-4893-214d-52b4-00000000001d] 9574 1726883232.25793: sending task result for task 0affc0aa-4893-214d-52b4-00000000001d 9574 1726883232.25848: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001d 9574 1726883232.25906: no more pending results, returning what we have 9574 1726883232.25909: results queue empty 9574 1726883232.25910: checking for any_errors_fatal 9574 1726883232.25915: done checking for any_errors_fatal 9574 1726883232.25916: checking for max_fail_percentage 9574 1726883232.25917: done checking for max_fail_percentage 9574 1726883232.25918: checking to see if all hosts have failed and the running result is not ok 9574 1726883232.25918: done checking to see if all hosts have failed 9574 1726883232.25919: getting the remaining hosts for this loop 9574 1726883232.25920: done getting the remaining hosts for this loop 9574 1726883232.25923: getting the next task for host managed_node2 9574 1726883232.25929: done getting next task for host managed_node2 9574 1726883232.25932: ^ task is: TASK: Copy product certificates 9574 1726883232.25934: ^ 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 9574 1726883232.25937: getting variables 9574 1726883232.25939: in VariableManager get_vars() 9574 1726883232.25973: Calling all_inventory to load vars for managed_node2 9574 1726883232.25976: Calling groups_inventory to load vars for managed_node2 9574 1726883232.25979: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883232.25985: WORKER PROCESS EXITING 9574 1726883232.25994: Calling all_plugins_play to load vars for managed_node2 9574 1726883232.25997: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883232.26000: Calling groups_plugins_play to load vars for managed_node2 9574 1726883232.26047: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883232.26084: done with get_vars() 9574 1726883232.26092: done getting variables 9574 1726883232.26145: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:12 -0400 (0:00:03.484) 0:00:11.661 ****** 9574 1726883232.26177: entering _queue_task() for managed_node2/command 9574 1726883232.26392: worker is 1 (out of 1 available) 9574 1726883232.26402: exiting _queue_task() for managed_node2/command 9574 1726883232.26414: done queuing things up, now waiting for results queue to drain 9574 1726883232.26415: waiting for pending results... 9574 1726883232.26557: running TaskExecutor() for managed_node2/TASK: Copy product certificates 9574 1726883232.26632: in run() - task 0affc0aa-4893-214d-52b4-00000000001e 9574 1726883232.26649: variable 'ansible_search_path' from source: unknown 9574 1726883232.26652: variable 'ansible_search_path' from source: unknown 9574 1726883232.26689: variable 'omit' from source: magic vars 9574 1726883232.26781: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883232.26788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883232.26797: variable 'omit' from source: magic vars 9574 1726883232.27354: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883232.29505: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883232.29571: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883232.29598: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883232.29623: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883232.29649: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883232.29707: 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) 9574 1726883232.29727: 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) 9574 1726883232.29752: 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) 9574 1726883232.29781: 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) 9574 1726883232.29792: 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) 9574 1726883232.29880: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883232.29900: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883232.29905: variable 'omit' from source: magic vars 9574 1726883232.29940: variable 'omit' from source: magic vars 9574 1726883232.30031: variable 'item' from source: unknown 9574 1726883232.30054: variable 'omit' from source: magic vars 9574 1726883232.30083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883232.30103: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883232.30117: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883232.30130: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883232.30141: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883232.30154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883232.30167: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883232.30192: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883232.30195: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883232.30198: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883232.30271: Set connection var ansible_connection to ssh 9574 1726883232.30274: Set connection var ansible_shell_type to sh 9574 1726883232.30280: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883232.30290: Set connection var ansible_timeout to 10 9574 1726883232.30295: Set connection var ansible_shell_executable to /bin/sh 9574 1726883232.30300: Set connection var ansible_pipelining to False 9574 1726883232.30318: variable 'ansible_shell_executable' from source: unknown 9574 1726883232.30321: variable 'ansible_connection' from source: unknown 9574 1726883232.30324: variable 'ansible_module_compression' from source: unknown 9574 1726883232.30326: variable 'ansible_shell_type' from source: unknown 9574 1726883232.30328: variable 'ansible_shell_executable' from source: unknown 9574 1726883232.30334: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883232.30336: variable 'ansible_pipelining' from source: unknown 9574 1726883232.30342: variable 'ansible_timeout' from source: unknown 9574 1726883232.30346: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883232.30420: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883232.30427: variable 'omit' from source: magic vars 9574 1726883232.30435: starting attempt loop 9574 1726883232.30438: running the handler 9574 1726883232.30450: _low_level_execute_command(): starting 9574 1726883232.30455: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883232.30934: 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 <<< 9574 1726883232.30970: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883232.30974: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.30977: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883232.30979: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.31021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883232.31024: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.31051: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.31099: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.35728: stdout chunk (state=3): >>>/root <<< 9574 1726883232.36188: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883232.36223: stderr chunk (state=3): >>><<< 9574 1726883232.36238: stdout chunk (state=3): >>><<< 9574 1726883232.36251: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883232.36264: _low_level_execute_command(): starting 9574 1726883232.36269: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964 `" && echo ansible-tmp-1726883232.3625383-9897-238970796699964="` echo /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964 `" ) && sleep 0' 9574 1726883232.36714: 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 <<< 9574 1726883232.36717: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883232.36751: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883232.36755: 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.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883232.36757: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883232.36760: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.36816: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883232.36820: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.36822: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.36882: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.42605: stdout chunk (state=3): >>>ansible-tmp-1726883232.3625383-9897-238970796699964=/root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964 <<< 9574 1726883232.42889: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883232.42919: stderr chunk (state=3): >>><<< 9574 1726883232.42923: stdout chunk (state=3): >>><<< 9574 1726883232.42939: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883232.3625383-9897-238970796699964=/root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883232.42972: variable 'ansible_module_compression' from source: unknown 9574 1726883232.43017: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 9574 1726883232.43047: variable 'ansible_facts' from source: unknown 9574 1726883232.43105: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py 9574 1726883232.43209: Sending initial data 9574 1726883232.43212: Sent initial data (154 bytes) 9574 1726883232.43682: 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 <<< 9574 1726883232.43686: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.43688: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883232.43690: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.43746: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883232.43750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.43752: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.43809: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.49471: 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 <<< 9574 1726883232.49656: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883232.49711: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpc4mnxpmf /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py <<< 9574 1726883232.49715: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py" <<< 9574 1726883232.49764: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpc4mnxpmf" to remote "/root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py" <<< 9574 1726883232.49767: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py" <<< 9574 1726883232.50591: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883232.50632: stderr chunk (state=3): >>><<< 9574 1726883232.50636: stdout chunk (state=3): >>><<< 9574 1726883232.50682: done transferring module to remote 9574 1726883232.50694: _low_level_execute_command(): starting 9574 1726883232.50698: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/ /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py && sleep 0' 9574 1726883232.51166: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883232.51170: 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.40 originally 10.31.12.40 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.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883232.51173: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.51227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883232.51235: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.51238: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.51375: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.58205: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883232.58230: stderr chunk (state=3): >>><<< 9574 1726883232.58235: stdout chunk (state=3): >>><<< 9574 1726883232.58256: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883232.58261: _low_level_execute_command(): starting 9574 1726883232.58263: _low_level_execute_command(): using become for this command 9574 1726883232.58273: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-daukammrqazlkglrvbwseatkagwcxdun ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883232.58367: Initial state: awaiting_escalation: BECOME-SUCCESS-daukammrqazlkglrvbwseatkagwcxdun 9574 1726883232.58797: 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 <<< 9574 1726883232.58802: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883232.58865: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883232.58883: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883232.58971: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883232.68910: stdout chunk (state=1): >>>BECOME-SUCCESS-daukammrqazlkglrvbwseatkagwcxdun<<< 9574 1726883232.68914: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-daukammrqazlkglrvbwseatkagwcxdun' 9574 1726883232.68920: stdout chunk (state=3): >>> <<< 9574 1726883232.69982: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin <<< 9574 1726883232.70018: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883232.70396: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # <<< 9574 1726883232.70400: stdout chunk (state=3): >>> <<< 9574 1726883232.70460: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883232.70464: stdout chunk (state=3): >>> <<< 9574 1726883232.70484: stdout chunk (state=3): >>># installing zipimport hook<<< 9574 1726883232.70897: stdout chunk (state=3): >>> 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' # <<< 9574 1726883232.70906: stdout chunk (state=3): >>> <<< 9574 1726883232.70968: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py<<< 9574 1726883232.70971: stdout chunk (state=3): >>> <<< 9574 1726883232.71017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc'<<< 9574 1726883232.71032: stdout chunk (state=3): >>> <<< 9574 1726883232.71060: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23524e83e0><<< 9574 1726883232.71065: stdout chunk (state=3): >>> <<< 9574 1726883232.71091: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23524b7a10><<< 9574 1726883232.71402: 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 0x7f23524ea960> import '_signal' # <<< 9574 1726883232.71473: stdout chunk (state=3): >>> <<< 9574 1726883232.71524: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # import '_stat' # <<< 9574 1726883232.71555: stdout chunk (state=3): >>> import 'stat' # <<< 9574 1726883232.71559: stdout chunk (state=3): >>> <<< 9574 1726883232.71983: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # <<< 9574 1726883232.71991: stdout chunk (state=3): >>> <<< 9574 1726883232.72026: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883232.72032: stdout chunk (state=3): >>> <<< 9574 1726883232.72063: stdout chunk (state=3): >>>Processing user site-packages<<< 9574 1726883232.72069: stdout chunk (state=3): >>> <<< 9574 1726883232.72100: stdout chunk (state=3): >>>Processing global site-packages<<< 9574 1726883232.72104: stdout chunk (state=3): >>> <<< 9574 1726883232.72132: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages'<<< 9574 1726883232.72286: 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<<< 9574 1726883232.72317: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'<<< 9574 1726883232.72323: stdout chunk (state=3): >>> <<< 9574 1726883232.72371: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352298fe0><<< 9574 1726883232.72376: stdout chunk (state=3): >>> <<< 9574 1726883232.72568: 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<<< 9574 1726883232.72600: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.72605: stdout chunk (state=3): >>> <<< 9574 1726883232.73144: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352299f10> 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. <<< 9574 1726883232.73460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 9574 1726883232.73638: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883232.73664: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py<<< 9574 1726883232.73669: stdout chunk (state=3): >>> <<< 9574 1726883232.73705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.73713: stdout chunk (state=3): >>> <<< 9574 1726883232.73755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py<<< 9574 1726883232.73996: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'<<< 9574 1726883232.74002: stdout chunk (state=3): >>> <<< 9574 1726883232.74055: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 9574 1726883232.74059: stdout chunk (state=3): >>> <<< 9574 1726883232.74101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 9574 1726883232.74350: stdout chunk (state=3): >>> import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d7d40> # /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 0x7f23522d7f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883232.74688: 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' # <<< 9574 1726883232.74695: stdout chunk (state=3): >>> <<< 9574 1726883232.74730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py<<< 9574 1726883232.75093: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235230f740> # /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 0x7f235230fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522efa10> import '_functools' # <<< 9574 1726883232.75097: stdout chunk (state=3): >>> <<< 9574 1726883232.75157: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522ed130><<< 9574 1726883232.75163: stdout chunk (state=3): >>> <<< 9574 1726883232.75556: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d4ef0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 9574 1726883232.75563: stdout chunk (state=3): >>> <<< 9574 1726883232.75599: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc'<<< 9574 1726883232.75604: stdout chunk (state=3): >>> <<< 9574 1726883232.75637: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883232.75737: stdout chunk (state=3): >>> <<< 9574 1726883232.75812: 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'<<< 9574 1726883232.75817: stdout chunk (state=3): >>> <<< 9574 1726883232.75856: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py<<< 9574 1726883232.76129: 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 0x7f235232f680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235232e2a0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 9574 1726883232.76139: stdout chunk (state=3): >>> <<< 9574 1726883232.76161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 9574 1726883232.76164: stdout chunk (state=3): >>> <<< 9574 1726883232.76237: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522ee000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235232cb30> <<< 9574 1726883232.76268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py<<< 9574 1726883232.76274: stdout chunk (state=3): >>> <<< 9574 1726883232.76296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'<<< 9574 1726883232.76732: stdout chunk (state=3): >>> import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352364680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d4170> # /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 0x7f2352364b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23523649e0> # 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 0x7f2352364dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d2c90> # /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<<< 9574 1726883232.76743: stdout chunk (state=3): >>> <<< 9574 1726883232.76788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc'<<< 9574 1726883232.76793: stdout chunk (state=3): >>> <<< 9574 1726883232.76822: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23523654c0><<< 9574 1726883232.77204: stdout chunk (state=3): >>> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352365190> 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 0x7f23523663c0> 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'<<< 9574 1726883232.77209: stdout chunk (state=3): >>> <<< 9574 1726883232.77256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py<<< 9574 1726883232.77261: stdout chunk (state=3): >>> <<< 9574 1726883232.77287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc'<<< 9574 1726883232.77669: stdout chunk (state=3): >>> import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237c5f0> 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 0x7f235237dd30> # /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'<<< 9574 1726883232.77672: stdout chunk (state=3): >>> <<< 9574 1726883232.77705: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237ebd0><<< 9574 1726883232.77711: stdout chunk (state=3): >>> <<< 9574 1726883232.77787: 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 0x7f235237f230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237e120><<< 9574 1726883232.77792: stdout chunk (state=3): >>> <<< 9574 1726883232.77837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py<<< 9574 1726883232.77845: stdout chunk (state=3): >>> <<< 9574 1726883232.77879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc'<<< 9574 1726883232.77884: stdout chunk (state=3): >>> <<< 9574 1726883232.78238: 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 0x7f235237fcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237f3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352366420><<< 9574 1726883232.78319: 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'<<< 9574 1726883232.78329: stdout chunk (state=3): >>> <<< 9574 1726883232.78372: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883232.78409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc'<<< 9574 1726883232.78447: stdout chunk (state=3): >>> <<< 9574 1726883232.78493: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.78926: 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 0x7f23520fbb90> # /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 0x7f2352124620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352124380> # 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 0x7f2352124560> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883232.78930: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883232.79030: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.79339: stdout chunk (state=3): >>> <<< 9574 1726883232.79422: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.79749: stdout chunk (state=3): >>> import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2352124ef0> <<< 9574 1726883232.79842: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.80129: 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 0x7f23521258b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521247a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23520f9d30> # /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'<<< 9574 1726883232.80136: stdout chunk (state=3): >>> <<< 9574 1726883232.80223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py<<< 9574 1726883232.80227: stdout chunk (state=3): >>> <<< 9574 1726883232.80265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc'<<< 9574 1726883232.80269: stdout chunk (state=3): >>> <<< 9574 1726883232.80299: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352126cc0><<< 9574 1726883232.80305: stdout chunk (state=3): >>> <<< 9574 1726883232.80354: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352125a00><<< 9574 1726883232.80435: stdout chunk (state=3): >>> <<< 9574 1726883232.80480: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352366b10><<< 9574 1726883232.80486: stdout chunk (state=3): >>> <<< 9574 1726883232.80533: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py<<< 9574 1726883232.80718: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.80835: stdout chunk (state=3): >>> <<< 9574 1726883232.80877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py<<< 9574 1726883232.80883: stdout chunk (state=3): >>> <<< 9574 1726883232.80948: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc'<<< 9574 1726883232.80953: stdout chunk (state=3): >>> <<< 9574 1726883232.81001: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235214f050><<< 9574 1726883232.81208: stdout chunk (state=3): >>> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py<<< 9574 1726883232.81213: stdout chunk (state=3): >>> <<< 9574 1726883232.81257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.81262: stdout chunk (state=3): >>> <<< 9574 1726883232.81299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 9574 1726883232.81700: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521733b0> # /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'<<< 9574 1726883232.81703: stdout chunk (state=3): >>> <<< 9574 1726883232.81801: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883232.82125: 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 0x7f23521d41d0> # /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'<<< 9574 1726883232.82131: stdout chunk (state=3): >>> <<< 9574 1726883232.82178: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 9574 1726883232.82182: stdout chunk (state=3): >>> <<< 9574 1726883232.82258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 9574 1726883232.82264: stdout chunk (state=3): >>> <<< 9574 1726883232.82405: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521d6930><<< 9574 1726883232.82634: stdout chunk (state=3): >>> <<< 9574 1726883232.82769: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521d42f0><<< 9574 1726883232.82775: stdout chunk (state=3): >>> <<< 9574 1726883232.82906: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521a11c0><<< 9574 1726883232.82912: stdout chunk (state=3): >>> <<< 9574 1726883232.83080: 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 0x7f2351b19280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521721e0><<< 9574 1726883232.83085: stdout chunk (state=3): >>> <<< 9574 1726883232.83112: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352127c20> <<< 9574 1726883232.83577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2352172540> <<< 9574 1726883232.84043: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxwsclp7/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 9574 1726883232.84337: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.84388: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 9574 1726883232.84397: stdout chunk (state=3): >>> <<< 9574 1726883232.84427: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc'<<< 9574 1726883232.84434: stdout chunk (state=3): >>> <<< 9574 1726883232.84495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 9574 1726883232.84536: stdout chunk (state=3): >>> <<< 9574 1726883232.84659: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 9574 1726883232.84876: stdout chunk (state=3): >>> # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py<<< 9574 1726883232.84881: stdout chunk (state=3): >>> <<< 9574 1726883232.84906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc'<<< 9574 1726883232.84908: stdout chunk (state=3): >>> <<< 9574 1726883232.84935: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b6af30><<< 9574 1726883232.84954: stdout chunk (state=3): >>> <<< 9574 1726883232.84973: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883232.85442: stdout chunk (state=3): >>> <<< 9574 1726883232.85523: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b4de20><<< 9574 1726883232.85838: stdout chunk (state=3): >>> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b4d010> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available<<< 9574 1726883232.85843: stdout chunk (state=3): >>> <<< 9574 1726883232.85875: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883232.85880: stdout chunk (state=3): >>> <<< 9574 1726883232.85921: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.85927: stdout chunk (state=3): >>> <<< 9574 1726883232.90322: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883232.90326: stdout chunk (state=3): >>> <<< 9574 1726883232.94209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py<<< 9574 1726883232.94614: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b68e00> # /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' <<< 9574 1726883232.94638: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.94646: stdout chunk (state=3): >>> <<< 9574 1726883232.94672: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351b969f0> <<< 9574 1726883232.94737: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b96780><<< 9574 1726883232.95057: stdout chunk (state=3): >>> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b96090> # /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 0x7f2351b96ae0><<< 9574 1726883232.95061: stdout chunk (state=3): >>> <<< 9574 1726883232.95092: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b6bbc0><<< 9574 1726883232.95096: stdout chunk (state=3): >>> <<< 9574 1726883232.95126: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883232.95135: stdout chunk (state=3): >>> <<< 9574 1726883232.95176: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.95219: stdout chunk (state=3): >>> <<< 9574 1726883232.95250: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.95256: stdout chunk (state=3): >>> <<< 9574 1726883232.95272: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351b97770><<< 9574 1726883232.95439: stdout chunk (state=3): >>> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.95446: stdout chunk (state=3): >>> <<< 9574 1726883232.95469: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.95544: stdout chunk (state=3): >>> import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351b979b0> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py<<< 9574 1726883232.95707: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc'<<< 9574 1726883232.95713: stdout chunk (state=3): >>> <<< 9574 1726883232.95750: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883232.95835: stdout chunk (state=3): >>> <<< 9574 1726883232.95907: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b97e90><<< 9574 1726883232.96336: 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 0x7f2351a01be0> # 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 0x7f2351a03800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py<<< 9574 1726883232.96378: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc'<<< 9574 1726883232.96381: stdout chunk (state=3): >>> <<< 9574 1726883232.96809: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a04200> # /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 0x7f2351a050d0> # /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'<<< 9574 1726883232.96812: stdout chunk (state=3): >>> <<< 9574 1726883232.96851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py<<< 9574 1726883232.97171: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a07e30> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.97188: stdout chunk (state=3): >>> <<< 9574 1726883232.97199: stdout chunk (state=3): >>># extension module '_posixsubprocess' executed from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.97214: stdout chunk (state=3): >>> <<< 9574 1726883232.97230: stdout chunk (state=3): >>>import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351a07f20><<< 9574 1726883232.97233: stdout chunk (state=3): >>> <<< 9574 1726883232.97272: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a060f0><<< 9574 1726883232.97338: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883232.97633: 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'<<< 9574 1726883232.97676: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py<<< 9574 1726883232.97681: stdout chunk (state=3): >>> <<< 9574 1726883232.97709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc'<<< 9574 1726883232.97714: stdout chunk (state=3): >>> <<< 9574 1726883232.97748: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a13e30><<< 9574 1726883232.97753: stdout chunk (state=3): >>> <<< 9574 1726883232.97782: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883232.97835: stdout chunk (state=3): >>> <<< 9574 1726883232.98172: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a12900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a12660> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py<<< 9574 1726883232.98178: stdout chunk (state=3): >>> <<< 9574 1726883232.98214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc'<<< 9574 1726883232.98218: stdout chunk (state=3): >>> <<< 9574 1726883232.98350: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a12bd0><<< 9574 1726883232.98580: stdout chunk (state=3): >>> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a06600><<< 9574 1726883232.98583: stdout chunk (state=3): >>> <<< 9574 1726883232.98639: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.98651: stdout chunk (state=3): >>> <<< 9574 1726883232.98664: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.98713: stdout chunk (state=3): >>> import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351a57f20> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py<<< 9574 1726883232.98718: stdout chunk (state=3): >>> <<< 9574 1726883232.98747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883232.98753: stdout chunk (state=3): >>> <<< 9574 1726883232.98774: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a58200><<< 9574 1726883232.98779: stdout chunk (state=3): >>> <<< 9574 1726883232.98822: 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<<< 9574 1726883232.99351: stdout chunk (state=3): >>> # 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 0x7f2351a59ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a59a60> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883232.99562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc'<<< 9574 1726883232.99568: stdout chunk (state=3): >>> <<< 9574 1726883232.99643: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.99649: stdout chunk (state=3): >>> <<< 9574 1726883232.99666: stdout chunk (state=3): >>># extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883232.99940: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351a5c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a5a390> # /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'<<< 9574 1726883232.99951: stdout chunk (state=3): >>> <<< 9574 1726883232.99989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py<<< 9574 1726883232.99992: stdout chunk (state=3): >>> <<< 9574 1726883233.00030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc'<<< 9574 1726883233.00032: stdout chunk (state=3): >>> <<< 9574 1726883233.00064: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883233.00148: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a5fa40><<< 9574 1726883233.00242: stdout chunk (state=3): >>> <<< 9574 1726883233.00826: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a5c410> # extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883233.00835: stdout chunk (state=3): >>> <<< 9574 1726883233.00859: 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'<<< 9574 1726883233.00862: stdout chunk (state=3): >>> <<< 9574 1726883233.00884: stdout chunk (state=3): >>>import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351a60860><<< 9574 1726883233.00887: stdout chunk (state=3): >>> <<< 9574 1726883233.00947: 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'<<< 9574 1726883233.01055: stdout chunk (state=3): >>> <<< 9574 1726883233.01069: 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'<<< 9574 1726883233.01080: stdout chunk (state=3): >>> <<< 9574 1726883233.01096: stdout chunk (state=3): >>>import 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2351a60aa0><<< 9574 1726883233.01101: stdout chunk (state=3): >>> <<< 9574 1726883233.01175: 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'<<< 9574 1726883233.01448: 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 0x7f2351a60410> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a583b0> # /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' <<< 9574 1726883233.01481: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883233.01943: 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 0x7f23518ec440> <<< 9574 1726883233.02025: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883233.02316: 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 0x7f23518ed550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62c00> # 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 0x7f2351a63f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62810> # zipimport: zlib available<<< 9574 1726883233.02322: stdout chunk (state=3): >>> <<< 9574 1726883233.02363: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.02372: stdout chunk (state=3): >>> <<< 9574 1726883233.02395: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883233.02398: stdout chunk (state=3): >>> <<< 9574 1726883233.02438: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.02446: stdout chunk (state=3): >>> <<< 9574 1726883233.02600: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.02738: stdout chunk (state=3): >>> <<< 9574 1726883233.02936: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.03168: stdout chunk (state=3): >>> # zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883233.03171: stdout chunk (state=3): >>> <<< 9574 1726883233.03205: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.03211: stdout chunk (state=3): >>> <<< 9574 1726883233.03270: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available<<< 9574 1726883233.03273: stdout chunk (state=3): >>> <<< 9574 1726883233.03680: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.03687: stdout chunk (state=3): >>> <<< 9574 1726883233.04245: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883233.05850: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.06047: stdout chunk (state=3): >>> <<< 9574 1726883233.07819: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883233.07858: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 9574 1726883233.07868: stdout chunk (state=3): >>> <<< 9574 1726883233.07890: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883233.07919: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883233.07925: stdout chunk (state=3): >>> <<< 9574 1726883233.07970: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 9574 1726883233.08239: stdout chunk (state=3): >>> # 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'<<< 9574 1726883233.08248: stdout chunk (state=3): >>> <<< 9574 1726883233.08269: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883233.08280: stdout chunk (state=3): >>> <<< 9574 1726883233.08298: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f23518f56d0><<< 9574 1726883233.08305: stdout chunk (state=3): >>> <<< 9574 1726883233.08674: 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 0x7f23518f6420><<< 9574 1726883233.08685: stdout chunk (state=3): >>> <<< 9574 1726883233.08717: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62660><<< 9574 1726883233.08719: stdout chunk (state=3): >>> <<< 9574 1726883233.08802: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883233.08806: stdout chunk (state=3): >>> <<< 9574 1726883233.09304: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available<<< 9574 1726883233.09310: stdout chunk (state=3): >>> <<< 9574 1726883233.09780: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.09785: stdout chunk (state=3): >>> <<< 9574 1726883233.10248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py<<< 9574 1726883233.10552: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518f6570> # zipimport: zlib available <<< 9574 1726883233.11960: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883233.13424: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883233.13661: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.13667: stdout chunk (state=3): >>> <<< 9574 1726883233.13783: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883233.14109: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available<<< 9574 1726883233.14114: stdout chunk (state=3): >>> <<< 9574 1726883233.14184: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883233.14187: stdout chunk (state=3): >>> <<< 9574 1726883233.14222: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.14231: stdout chunk (state=3): >>> <<< 9574 1726883233.14556: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.14559: stdout chunk (state=3): >>> <<< 9574 1726883233.14693: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883233.15090: 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' # <<< 9574 1726883233.15095: stdout chunk (state=3): >>> <<< 9574 1726883233.15129: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.15138: stdout chunk (state=3): >>> <<< 9574 1726883233.15945: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883233.16815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883233.16817: stdout chunk (state=3): >>> <<< 9574 1726883233.16923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 9574 1726883233.17138: stdout chunk (state=3): >>> <<< 9574 1726883233.17345: stdout chunk (state=3): >>>import '_ast' # import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518f7680> # zipimport: zlib available <<< 9574 1726883233.17484: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.17844: stdout chunk (state=3): >>> import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883233.17851: stdout chunk (state=3): >>> <<< 9574 1726883233.17883: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883233.17895: stdout chunk (state=3): >>> <<< 9574 1726883233.17909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883233.17917: stdout chunk (state=3): >>> <<< 9574 1726883233.17954: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883233.17960: stdout chunk (state=3): >>> <<< 9574 1726883233.18001: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.18224: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883233.18294: stdout chunk (state=3): >>> import 'ansible.module_utils.common.locale' # <<< 9574 1726883233.18297: stdout chunk (state=3): >>> <<< 9574 1726883233.18343: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.18349: stdout chunk (state=3): >>> <<< 9574 1726883233.18417: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.18738: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883233.18798: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.18803: stdout chunk (state=3): >>> <<< 9574 1726883233.18914: 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<<< 9574 1726883233.19211: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883233.19217: stdout chunk (state=3): >>> <<< 9574 1726883233.19354: 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'<<< 9574 1726883233.19606: 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 0x7f23519020f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518ffe00><<< 9574 1726883233.19609: stdout chunk (state=3): >>> <<< 9574 1726883233.19665: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883233.19942: stdout chunk (state=3): >>> import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883233.19976: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.19982: stdout chunk (state=3): >>> <<< 9574 1726883233.20088: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.20427: stdout chunk (state=3): >>> # 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<<< 9574 1726883233.20435: stdout chunk (state=3): >>> <<< 9574 1726883233.20462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883233.20467: stdout chunk (state=3): >>> <<< 9574 1726883233.20516: 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<<< 9574 1726883233.20519: stdout chunk (state=3): >>> <<< 9574 1726883233.20572: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 9574 1726883233.20578: stdout chunk (state=3): >>> <<< 9574 1726883233.20621: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 9574 1726883233.20635: stdout chunk (state=3): >>> <<< 9574 1726883233.20732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883233.21067: 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 0x7f23519eea80><<< 9574 1726883233.21301: stdout chunk (state=3): >>> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351bca750><<< 9574 1726883233.21307: stdout chunk (state=3): >>> <<< 9574 1726883233.21432: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23519021e0><<< 9574 1726883233.21707: stdout chunk (state=3): >>> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518f70e0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available<<< 9574 1726883233.21711: stdout chunk (state=3): >>> <<< 9574 1726883233.21764: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883233.21770: stdout chunk (state=3): >>> <<< 9574 1726883233.21795: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883233.21801: stdout chunk (state=3): >>> <<< 9574 1726883233.21892: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883233.21935: stdout chunk (state=3): >>> <<< 9574 1726883233.21965: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.22119: stdout chunk (state=3): >>> <<< 9574 1726883233.22155: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.22539: stdout chunk (state=3): >>> import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883233.22546: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.22920: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 9574 1726883233.23037: stdout chunk (state=3): >>> <<< 9574 1726883233.23070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc'<<< 9574 1726883233.23076: stdout chunk (state=3): >>> <<< 9574 1726883233.23121: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351bc9b50><<< 9574 1726883233.23136: stdout chunk (state=3): >>> <<< 9574 1726883233.23330: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883233.23539: stdout chunk (state=3): >>> <<< 9574 1726883233.69586: stdout chunk (state=3): >>> <<< 9574 1726883233.69762: 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:47:13.236889", "end": "2024-09-20 21:47:13.694621", "delta": "0:00:00.457732", "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}}}<<< 9574 1726883233.69818: stdout chunk (state=3): >>> <<< 9574 1726883233.69837: stdout chunk (state=3): >>># destroy __main__<<< 9574 1726883233.70047: stdout chunk (state=3): >>> <<< 9574 1726883233.71256: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 9574 1726883233.71347: stdout chunk (state=3): >>> <<< 9574 1726883233.71368: stdout chunk (state=3): >>># clear sys.path_hooks<<< 9574 1726883233.71380: stdout chunk (state=3): >>> <<< 9574 1726883233.71408: stdout chunk (state=3): >>># clear builtins._<<< 9574 1726883233.71413: stdout chunk (state=3): >>> <<< 9574 1726883233.71424: stdout chunk (state=3): >>># clear sys.path<<< 9574 1726883233.71444: stdout chunk (state=3): >>> <<< 9574 1726883233.71455: stdout chunk (state=3): >>># clear sys.argv<<< 9574 1726883233.71467: stdout chunk (state=3): >>> <<< 9574 1726883233.71478: stdout chunk (state=3): >>># clear sys.ps1<<< 9574 1726883233.71484: stdout chunk (state=3): >>> <<< 9574 1726883233.71536: stdout chunk (state=3): >>># 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<<< 9574 1726883233.71560: stdout chunk (state=3): >>> # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io<<< 9574 1726883233.71589: stdout chunk (state=3): >>> # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc<<< 9574 1726883233.71614: stdout chunk (state=3): >>> # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os<<< 9574 1726883233.71648: stdout chunk (state=3): >>> # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 9574 1726883233.71674: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator<<< 9574 1726883233.71700: stdout chunk (state=3): >>> # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib<<< 9574 1726883233.71766: 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<<< 9574 1726883233.72018: stdout chunk (state=3): >>> # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap<<< 9574 1726883233.72059: stdout chunk (state=3): >>> # 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] rem<<< 9574 1726883233.72066: stdout chunk (state=3): >>>oving 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<<< 9574 1726883233.72083: stdout chunk (state=3): >>> # destroy systemd<<< 9574 1726883233.72177: stdout chunk (state=3): >>> # 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 <<< 9574 1726883233.72207: stdout chunk (state=3): >>># 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 <<< 9574 1726883233.72248: stdout chunk (state=3): >>># 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 <<< 9574 1726883233.72277: stdout chunk (state=3): >>># 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 <<< 9574 1726883233.72303: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse<<< 9574 1726883233.72337: 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<<< 9574 1726883233.72360: 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<<< 9574 1726883233.72830: stdout chunk (state=3): >>> <<< 9574 1726883233.73186: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883233.73363: stdout chunk (state=3): >>> # destroy importlib.machinery<<< 9574 1726883233.73372: stdout chunk (state=3): >>> <<< 9574 1726883233.73387: stdout chunk (state=3): >>># destroy importlib._abc<<< 9574 1726883233.73398: stdout chunk (state=3): >>> <<< 9574 1726883233.73410: stdout chunk (state=3): >>># destroy importlib.util<<< 9574 1726883233.73415: stdout chunk (state=3): >>> <<< 9574 1726883233.73453: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883233.73584: 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<<< 9574 1726883233.73600: stdout chunk (state=3): >>> <<< 9574 1726883233.73603: stdout chunk (state=3): >>># destroy pathlib<<< 9574 1726883233.73621: stdout chunk (state=3): >>> <<< 9574 1726883233.73627: stdout chunk (state=3): >>># destroy zipfile._path.glob<<< 9574 1726883233.73643: stdout chunk (state=3): >>> # destroy ipaddress<<< 9574 1726883233.73694: stdout chunk (state=3): >>> <<< 9574 1726883233.73699: stdout chunk (state=3): >>># destroy ntpath<<< 9574 1726883233.74207: 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 # 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 <<< 9574 1726883233.74210: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux<<< 9574 1726883233.74310: stdout chunk (state=3): >>> <<< 9574 1726883233.74329: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian<<< 9574 1726883233.74347: stdout chunk (state=3): >>> <<< 9574 1726883233.74352: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes<<< 9574 1726883233.74417: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit<<< 9574 1726883233.74429: stdout chunk (state=3): >>> # cleanup[3] wiping _typing<<< 9574 1726883233.74450: stdout chunk (state=3): >>> <<< 9574 1726883233.74465: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437<<< 9574 1726883233.74468: stdout chunk (state=3): >>> # cleanup[3] wiping contextlib<<< 9574 1726883233.74486: stdout chunk (state=3): >>> # cleanup[3] wiping threading<<< 9574 1726883233.74489: stdout chunk (state=3): >>> <<< 9574 1726883233.74509: stdout chunk (state=3): >>># cleanup[3] wiping weakref<<< 9574 1726883233.74682: stdout chunk (state=3): >>> # cleanup[3] wiping _hashlib<<< 9574 1726883233.74724: stdout chunk (state=3): >>> # 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<<< 9574 1726883233.74738: stdout chunk (state=3): >>> <<< 9574 1726883233.74761: stdout chunk (state=3): >>># cleanup[3] wiping genericpath<<< 9574 1726883233.74764: stdout chunk (state=3): >>> # cleanup[3] wiping stat<<< 9574 1726883233.74779: stdout chunk (state=3): >>> <<< 9574 1726883233.74787: stdout chunk (state=3): >>># cleanup[3] wiping _stat<<< 9574 1726883233.74796: stdout chunk (state=3): >>> # destroy _stat # cleanup[3] wiping io<<< 9574 1726883233.74813: stdout chunk (state=3): >>> # destroy abc<<< 9574 1726883233.74825: stdout chunk (state=3): >>> # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8<<< 9574 1726883233.74834: stdout chunk (state=3): >>> <<< 9574 1726883233.74857: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 9574 1726883233.74886: 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<<< 9574 1726883233.75173: 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 <<< 9574 1726883233.75518: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket<<< 9574 1726883233.75555: stdout chunk (state=3): >>> # destroy _collections<<< 9574 1726883233.75559: stdout chunk (state=3): >>> <<< 9574 1726883233.75597: stdout chunk (state=3): >>># destroy platform<<< 9574 1726883233.75613: stdout chunk (state=3): >>> <<< 9574 1726883233.75620: stdout chunk (state=3): >>># destroy _uuid<<< 9574 1726883233.75635: stdout chunk (state=3): >>> <<< 9574 1726883233.75654: stdout chunk (state=3): >>># destroy stat<<< 9574 1726883233.75782: stdout chunk (state=3): >>> # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib<<< 9574 1726883233.75787: stdout chunk (state=3): >>> <<< 9574 1726883233.75810: stdout chunk (state=3): >>># destroy copyreg <<< 9574 1726883233.75831: stdout chunk (state=3): >>># destroy contextlib<<< 9574 1726883233.75834: stdout chunk (state=3): >>> <<< 9574 1726883233.75873: stdout chunk (state=3): >>># destroy _typing<<< 9574 1726883233.76195: stdout chunk (state=3): >>> # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs<<< 9574 1726883233.76238: stdout chunk (state=3): >>> <<< 9574 1726883233.76263: stdout chunk (state=3): >>># destroy encodings.aliases<<< 9574 1726883233.76270: stdout chunk (state=3): >>> <<< 9574 1726883233.76273: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 9574 1726883233.76296: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig <<< 9574 1726883233.76314: stdout chunk (state=3): >>># destroy encodings.cp437<<< 9574 1726883233.76319: stdout chunk (state=3): >>> <<< 9574 1726883233.76342: stdout chunk (state=3): >>># destroy _codecs<<< 9574 1726883233.76347: stdout chunk (state=3): >>> <<< 9574 1726883233.76368: stdout chunk (state=3): >>># destroy io<<< 9574 1726883233.76385: stdout chunk (state=3): >>> <<< 9574 1726883233.76394: stdout chunk (state=3): >>># destroy traceback<<< 9574 1726883233.76734: stdout chunk (state=3): >>> # 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 <<< 9574 1726883233.78115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883233.78145: stderr chunk (state=3): >>><<< 9574 1726883233.78149: stdout chunk (state=3): >>><<< 9574 1726883233.78219: _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 0x7f23524e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23524b7a10> # /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 0x7f23524ea960> 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 0x7f2352298fe0> # /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 0x7f2352299f10> 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 0x7f23522d7d40> # /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 0x7f23522d7f80> # /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 0x7f235230f740> # /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 0x7f235230fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522efa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522ed130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d4ef0> # /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 0x7f235232f680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235232e2a0> # /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 0x7f23522ee000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235232cb30> # /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 0x7f2352364680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d4170> # /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 0x7f2352364b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23523649e0> # 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 0x7f2352364dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23522d2c90> # /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 0x7f23523654c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352365190> 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 0x7f23523663c0> 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 0x7f235237c5f0> 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 0x7f235237dd30> # /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 0x7f235237ebd0> # 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 0x7f235237f230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237e120> # /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 0x7f235237fcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f235237f3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352366420> # /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 0x7f23520fbb90> # /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 0x7f2352124620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352124380> # 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 0x7f2352124560> # /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 0x7f2352124ef0> # 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 0x7f23521258b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521247a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23520f9d30> # /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 0x7f2352126cc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352125a00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352366b10> # /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 0x7f235214f050> # /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 0x7f23521733b0> # /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 0x7f23521d41d0> # /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 0x7f23521d6930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521d42f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521a11c0> # /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 0x7f2351b19280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23521721e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2352127c20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2352172540> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_wxwsclp7/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 0x7f2351b6af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b4de20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b4d010> # 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 0x7f2351b68e00> # /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 0x7f2351b969f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b96780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b96090> # /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 0x7f2351b96ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351b6bbc0> 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 0x7f2351b97770> # 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 0x7f2351b979b0> # /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 0x7f2351b97e90> 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 0x7f2351a01be0> # 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 0x7f2351a03800> # /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 0x7f2351a04200> # /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 0x7f2351a050d0> # /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 0x7f2351a07e30> # 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 0x7f2351a07f20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a060f0> # /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 0x7f2351a13e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a12900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a12660> # /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 0x7f2351a12bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a06600> # 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 0x7f2351a57f20> # /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 0x7f2351a58200> # /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 0x7f2351a59ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a59a60> # /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 0x7f2351a5c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a5a390> # /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 0x7f2351a5fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a5c410> # 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 0x7f2351a60860> # 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 0x7f2351a60aa0> # 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 0x7f2351a60410> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a583b0> # /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 0x7f23518ec440> # 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 0x7f23518ed550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62c00> # 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 0x7f2351a63f50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62810> # 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 0x7f23518f56d0> # /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 0x7f23518f6420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351a62660> 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 0x7f23518f6570> # 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 0x7f23518f7680> # 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 0x7f23519020f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518ffe00> 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 0x7f23519eea80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2351bca750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23519021e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f23518f70e0> # 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 0x7f2351bc9b50> # 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:47:13.236889", "end": "2024-09-20 21:47:13.694621", "delta": "0:00:00.457732", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883233.78715: 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-1726883232.3625383-9897-238970796699964/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883233.78718: _low_level_execute_command(): starting 9574 1726883233.78720: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883232.3625383-9897-238970796699964/ > /dev/null 2>&1 && sleep 0' 9574 1726883233.78906: 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 <<< 9574 1726883233.78909: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883233.78911: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883233.78913: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883233.78968: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883233.78971: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883233.78973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883233.79037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883233.84508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883233.84532: stderr chunk (state=3): >>><<< 9574 1726883233.84535: stdout chunk (state=3): >>><<< 9574 1726883233.84555: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883233.84564: handler run complete 9574 1726883233.84584: Evaluated conditional (False): False 9574 1726883233.84591: attempt loop complete, returning result 9574 1726883233.84609: variable 'item' from source: unknown 9574 1726883233.84680: variable 'item' from source: unknown ok: [managed_node2] => (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.457732", "end": "2024-09-20 21:47:13.694621", "item": "7050", "rc": 0, "start": "2024-09-20 21:47:13.236889" } 9574 1726883233.84842: dumping result to json 9574 1726883233.84845: done dumping result, returning 9574 1726883233.84846: done running TaskExecutor() for managed_node2/TASK: Copy product certificates [0affc0aa-4893-214d-52b4-00000000001e] 9574 1726883233.84848: sending task result for task 0affc0aa-4893-214d-52b4-00000000001e 9574 1726883233.84884: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001e 9574 1726883233.84887: WORKER PROCESS EXITING 9574 1726883233.84921: no more pending results, returning what we have 9574 1726883233.84924: results queue empty 9574 1726883233.84924: checking for any_errors_fatal 9574 1726883233.84932: done checking for any_errors_fatal 9574 1726883233.84933: checking for max_fail_percentage 9574 1726883233.84934: done checking for max_fail_percentage 9574 1726883233.84935: checking to see if all hosts have failed and the running result is not ok 9574 1726883233.84935: done checking to see if all hosts have failed 9574 1726883233.84936: getting the remaining hosts for this loop 9574 1726883233.84937: done getting the remaining hosts for this loop 9574 1726883233.84942: getting the next task for host managed_node2 9574 1726883233.84948: done getting next task for host managed_node2 9574 1726883233.84950: ^ task is: TASK: Copy Candlepin CA certificate for subscription-manager 9574 1726883233.84953: ^ 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 9574 1726883233.84956: getting variables 9574 1726883233.84957: in VariableManager get_vars() 9574 1726883233.84985: Calling all_inventory to load vars for managed_node2 9574 1726883233.84988: Calling groups_inventory to load vars for managed_node2 9574 1726883233.84991: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883233.85008: Calling all_plugins_play to load vars for managed_node2 9574 1726883233.85011: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883233.85014: Calling groups_plugins_play to load vars for managed_node2 9574 1726883233.85061: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883233.85091: done with get_vars() 9574 1726883233.85098: done getting variables 9574 1726883233.85148: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:13 -0400 (0:00:01.589) 0:00:13.251 ****** 9574 1726883233.85173: entering _queue_task() for managed_node2/command 9574 1726883233.85377: worker is 1 (out of 1 available) 9574 1726883233.85390: exiting _queue_task() for managed_node2/command 9574 1726883233.85400: done queuing things up, now waiting for results queue to drain 9574 1726883233.85402: waiting for pending results... 9574 1726883233.85555: running TaskExecutor() for managed_node2/TASK: Copy Candlepin CA certificate for subscription-manager 9574 1726883233.85623: in run() - task 0affc0aa-4893-214d-52b4-00000000001f 9574 1726883233.85635: variable 'ansible_search_path' from source: unknown 9574 1726883233.85638: variable 'ansible_search_path' from source: unknown 9574 1726883233.85673: calling self._execute() 9574 1726883233.85717: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883233.85721: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883233.85729: variable 'omit' from source: magic vars 9574 1726883233.86073: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883233.87709: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883233.87767: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883233.87797: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883233.87820: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883233.87844: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883233.87906: 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) 9574 1726883233.87925: 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) 9574 1726883233.87947: 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) 9574 1726883233.87978: 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) 9574 1726883233.87988: 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) 9574 1726883233.88075: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883233.88096: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883233.88102: variable 'omit' from source: magic vars 9574 1726883233.88138: variable 'omit' from source: magic vars 9574 1726883233.88167: variable 'omit' from source: magic vars 9574 1726883233.88187: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883233.88208: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883233.88222: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883233.88239: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883233.88249: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883233.88262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883233.88274: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883233.88298: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883233.88302: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883233.88304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883233.88379: Set connection var ansible_connection to ssh 9574 1726883233.88383: Set connection var ansible_shell_type to sh 9574 1726883233.88389: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883233.88398: Set connection var ansible_timeout to 10 9574 1726883233.88405: Set connection var ansible_shell_executable to /bin/sh 9574 1726883233.88409: Set connection var ansible_pipelining to False 9574 1726883233.88427: variable 'ansible_shell_executable' from source: unknown 9574 1726883233.88430: variable 'ansible_connection' from source: unknown 9574 1726883233.88435: variable 'ansible_module_compression' from source: unknown 9574 1726883233.88437: variable 'ansible_shell_type' from source: unknown 9574 1726883233.88440: variable 'ansible_shell_executable' from source: unknown 9574 1726883233.88444: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883233.88448: variable 'ansible_pipelining' from source: unknown 9574 1726883233.88450: variable 'ansible_timeout' from source: unknown 9574 1726883233.88455: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883233.88533: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883233.88543: variable 'omit' from source: magic vars 9574 1726883233.88548: starting attempt loop 9574 1726883233.88551: running the handler 9574 1726883233.88563: _low_level_execute_command(): starting 9574 1726883233.88568: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883233.89082: 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 <<< 9574 1726883233.89086: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883233.89090: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883233.89092: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883233.89145: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883233.89148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883233.89151: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883233.89214: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883233.94163: stdout chunk (state=3): >>>/root <<< 9574 1726883233.94418: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883233.94455: stderr chunk (state=3): >>><<< 9574 1726883233.94462: stdout chunk (state=3): >>><<< 9574 1726883233.94481: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883233.94495: _low_level_execute_command(): starting 9574 1726883233.94500: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003 `" && echo ansible-tmp-1726883233.9448264-9911-65380871384003="` echo /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003 `" ) && sleep 0' 9574 1726883233.94942: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883233.94950: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883233.94976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883233.94979: 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.40 originally 10.31.12.40 <<< 9574 1726883233.94982: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883233.95037: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883233.95043: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883233.95048: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883233.95101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883234.03773: stdout chunk (state=3): >>>ansible-tmp-1726883233.9448264-9911-65380871384003=/root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003 <<< 9574 1726883234.04038: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883234.04067: stderr chunk (state=3): >>><<< 9574 1726883234.04070: stdout chunk (state=3): >>><<< 9574 1726883234.04087: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883233.9448264-9911-65380871384003=/root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883234.04119: variable 'ansible_module_compression' from source: unknown 9574 1726883234.04164: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 9574 1726883234.04191: variable 'ansible_facts' from source: unknown 9574 1726883234.04250: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py 9574 1726883234.04352: Sending initial data 9574 1726883234.04355: Sent initial data (153 bytes) 9574 1726883234.04810: 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 <<< 9574 1726883234.04813: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883234.04816: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883234.04818: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883234.04875: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883234.04878: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883234.04880: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883234.05048: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883234.11678: 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 <<< 9574 1726883234.11724: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883234.11776: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmphrdvqij7 /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py <<< 9574 1726883234.11780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py" <<< 9574 1726883234.11825: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmphrdvqij7" to remote "/root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py" <<< 9574 1726883234.11830: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py" <<< 9574 1726883234.12588: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883234.12635: stderr chunk (state=3): >>><<< 9574 1726883234.12639: stdout chunk (state=3): >>><<< 9574 1726883234.12685: done transferring module to remote 9574 1726883234.12697: _low_level_execute_command(): starting 9574 1726883234.12702: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/ /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py && sleep 0' 9574 1726883234.13159: 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 <<< 9574 1726883234.13163: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883234.13165: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883234.13167: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883234.13222: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883234.13225: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883234.13231: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883234.13285: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883234.19487: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883234.19511: stderr chunk (state=3): >>><<< 9574 1726883234.19516: stdout chunk (state=3): >>><<< 9574 1726883234.19536: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883234.19542: _low_level_execute_command(): starting 9574 1726883234.19545: _low_level_execute_command(): using become for this command 9574 1726883234.19556: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-rcfrwtwmsggrbbcgdvpblwvycxsnqknv ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883234.19645: Initial state: awaiting_escalation: BECOME-SUCCESS-rcfrwtwmsggrbbcgdvpblwvycxsnqknv 9574 1726883234.20047: 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 <<< 9574 1726883234.20051: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883234.20070: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883234.20086: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883234.20194: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883234.29188: stdout chunk (state=1): >>>BECOME-SUCCESS-rcfrwtwmsggrbbcgdvpblwvycxsnqknv<<< 9574 1726883234.29192: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-rcfrwtwmsggrbbcgdvpblwvycxsnqknv' 9574 1726883234.29348: stdout chunk (state=3): >>> <<< 9574 1726883234.30456: stdout chunk (state=3): >>>import _frozen_importlib # frozen<<< 9574 1726883234.30559: stdout chunk (state=3): >>> <<< 9574 1726883234.30617: stdout chunk (state=3): >>>import _imp # builtin<<< 9574 1726883234.30657: stdout chunk (state=3): >>> <<< 9574 1726883234.30702: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883234.30946: stdout chunk (state=3): >>> import '_warnings' # import '_weakref' # <<< 9574 1726883234.31151: stdout chunk (state=3): >>>import '_io' # import 'marshal' # import 'posix' # <<< 9574 1726883234.31389: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883234.31639: stdout chunk (state=3): >>> <<< 9574 1726883234.31751: stdout chunk (state=3): >>># 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' # <<< 9574 1726883234.31946: 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'<<< 9574 1726883234.31960: stdout chunk (state=3): >>> import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7f683e0> <<< 9574 1726883234.32001: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7f37a10> <<< 9574 1726883234.32017: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py<<< 9574 1726883234.32074: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883234.32258: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7f6a960> import '_signal' # import '_abc' # <<< 9574 1726883234.32461: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 9574 1726883234.32492: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883234.32546: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883234.32563: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883234.32606: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883234.32628: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883234.32664: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883234.32697: stdout chunk (state=3): >>>Processing global site-packages <<< 9574 1726883234.32700: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883234.32714: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883234.32849: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883234.32864: 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 <<< 9574 1726883234.32987: stdout chunk (state=3): >>># 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 0x7f0cf7d3cfe0> <<< 9574 1726883234.32994: 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<<< 9574 1726883234.33010: stdout chunk (state=3): >>> <<< 9574 1726883234.33019: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883234.33566: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d3df10> 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. <<< 9574 1726883234.33922: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py<<< 9574 1726883234.34067: stdout chunk (state=3): >>> <<< 9574 1726883234.34093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc'<<< 9574 1726883234.34326: 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 <<< 9574 1726883234.34330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883234.34368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py<<< 9574 1726883234.34373: stdout chunk (state=3): >>> <<< 9574 1726883234.34433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'<<< 9574 1726883234.34483: stdout chunk (state=3): >>> <<< 9574 1726883234.34511: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d7bd40><<< 9574 1726883234.34745: stdout chunk (state=3): >>> # /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'<<< 9574 1726883234.34750: stdout chunk (state=3): >>> <<< 9574 1726883234.34781: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883234.34843: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d7bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py<<< 9574 1726883234.34993: 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 <<< 9574 1726883234.34998: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883234.35021: stdout chunk (state=3): >>> <<< 9574 1726883234.35148: 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 0x7f0cf7db3770> <<< 9574 1726883234.35151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883234.35179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc'<<< 9574 1726883234.35395: stdout chunk (state=3): >>> import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7db3e00> <<< 9574 1726883234.35400: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883234.35638: stdout chunk (state=3): >>> import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d93a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d91130> <<< 9574 1726883234.35715: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d78ef0><<< 9574 1726883234.35833: stdout chunk (state=3): >>> <<< 9574 1726883234.36015: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883234.36259: stdout chunk (state=3): >>># 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' <<< 9574 1726883234.36292: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883234.36303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc'<<< 9574 1726883234.36391: stdout chunk (state=3): >>> import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7dd3770><<< 9574 1726883234.36437: stdout chunk (state=3): >>> <<< 9574 1726883234.36565: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7dd2390> <<< 9574 1726883234.36637: 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 0x7f0cf7d92120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7dd0b60> <<< 9574 1726883234.36856: 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' <<< 9574 1726883234.37042: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e08740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d78170> # /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 0x7f0cf7e08bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e08aa0> <<< 9574 1726883234.37080: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.37119: stdout chunk (state=3): >>> <<< 9574 1726883234.37323: 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 0x7f0cf7e08e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d76c90> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883234.37326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883234.37331: stdout chunk (state=3): >>> <<< 9574 1726883234.37362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py<<< 9574 1726883234.37556: stdout chunk (state=3): >>> <<< 9574 1726883234.37646: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e09580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e09250> 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 0x7f0cf7e0a450><<< 9574 1726883234.37650: stdout chunk (state=3): >>> <<< 9574 1726883234.37675: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883234.37777: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883234.37781: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883234.38005: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883234.38037: 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 0x7f0cf7e24650> 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'<<< 9574 1726883234.38083: stdout chunk (state=3): >>> <<< 9574 1726883234.38086: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0cf7e25d90> <<< 9574 1726883234.38119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py<<< 9574 1726883234.38234: 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' <<< 9574 1726883234.38370: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e26c30><<< 9574 1726883234.38417: stdout chunk (state=3): >>> <<< 9574 1726883234.38422: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.38717: 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 0x7f0cf7e27290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e26180> # /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 0x7f0cf7e27d10> <<< 9574 1726883234.38721: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e27440> <<< 9574 1726883234.38824: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e0a480><<< 9574 1726883234.38854: stdout chunk (state=3): >>> <<< 9574 1726883234.38923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py<<< 9574 1726883234.38950: stdout chunk (state=3): >>> <<< 9574 1726883234.39033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc'<<< 9574 1726883234.39167: 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'<<< 9574 1726883234.39212: stdout chunk (state=3): >>> # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.39354: 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 0x7f0cf7bb7c50> # /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' <<< 9574 1726883234.39439: 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 0x7f0cf7be0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be04a0> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.39509: 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 0x7f0cf7be0770><<< 9574 1726883234.39659: 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' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883234.39858: 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 0x7f0cf7be10a0> <<< 9574 1726883234.40054: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883234.40085: 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 0x7f0cf7be1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be0950><<< 9574 1726883234.40132: stdout chunk (state=3): >>> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7bb5df0><<< 9574 1726883234.40149: stdout chunk (state=3): >>> <<< 9574 1726883234.40208: 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'<<< 9574 1726883234.40237: stdout chunk (state=3): >>> <<< 9574 1726883234.40263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883234.40276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883234.40981: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be2e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be1910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e0ab70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883234.40985: 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 # code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c0b170> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883234.41022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883234.41064: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py<<< 9574 1726883234.41137: stdout chunk (state=3): >>> <<< 9574 1726883234.41236: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883234.41272: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c33560><<< 9574 1726883234.41318: stdout chunk (state=3): >>> <<< 9574 1726883234.41535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883234.41763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883234.41837: 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 0x7f0cf7c902f0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883234.41867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883234.41901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py<<< 9574 1726883234.41954: stdout chunk (state=3): >>> <<< 9574 1726883234.42014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc'<<< 9574 1726883234.42336: stdout chunk (state=3): >>> <<< 9574 1726883234.42392: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c92a20> <<< 9574 1726883234.42532: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c903e0><<< 9574 1726883234.42588: stdout chunk (state=3): >>> <<< 9574 1726883234.42868: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c5d310> # /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 0x7f0cf7529430> <<< 9574 1726883234.42993: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c32360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be3d40> <<< 9574 1726883234.43133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc'<<< 9574 1726883234.43238: stdout chunk (state=3): >>> import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0cf7c326c0><<< 9574 1726883234.43253: stdout chunk (state=3): >>> <<< 9574 1726883234.43658: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_p87my5iv/ansible_ansible.legacy.command_payload.zip'<<< 9574 1726883234.43837: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883234.44221: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.44371: 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'<<< 9574 1726883234.44376: stdout chunk (state=3): >>> <<< 9574 1726883234.44535: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883234.44746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc'<<< 9574 1726883234.45036: 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 0x7f0cf757f200> import '_typing' # <<< 9574 1726883234.45462: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75620f0> <<< 9574 1726883234.45510: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7561250> <<< 9574 1726883234.45835: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883234.49734: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.49847: stdout chunk (state=3): >>> <<< 9574 1726883234.53801: 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 0x7f0cf757d4f0> # /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 0x7f0cf75a6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75a6930> <<< 9574 1726883234.53831: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75a6240> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883234.53850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883234.53922: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75a6cf0> <<< 9574 1726883234.54806: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf757fe90> 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 0x7f0cf75a78f0> # 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 0x7f0cf75a7b30> # /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 0x7f0cf75a7fb0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py<<< 9574 1726883234.54811: stdout chunk (state=3): >>> <<< 9574 1726883234.54941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7411d00><<< 9574 1726883234.55004: stdout chunk (state=3): >>> <<< 9574 1726883234.55050: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.55760: 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 0x7f0cf74139b0> # /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 0x7f0cf74143b0> # /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 0x7f0cf7415550> # /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 0x7f0cf7417fb0> # 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 0x7f0cf74202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7416270> # /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' <<< 9574 1726883234.55790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883234.55981: 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'<<< 9574 1726883234.56142: 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 0x7f0cf7423e30> import '_tokenize' # <<< 9574 1726883234.56480: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7422900> <<< 9574 1726883234.56661: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7422660> # /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 0x7f0cf7422bd0><<< 9574 1726883234.56943: stdout chunk (state=3): >>> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7416780> # extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.57011: 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 0x7f0cf7467a70> <<< 9574 1726883234.57015: 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<<< 9574 1726883234.57021: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883234.57030: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7468170> <<< 9574 1726883234.57066: 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<<< 9574 1726883234.57152: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'<<< 9574 1726883234.57158: stdout chunk (state=3): >>> <<< 9574 1726883234.57193: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py<<< 9574 1726883234.58089: 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 0x7f0cf7469c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7469a00> # /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 0x7f0cf746c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf746a330> # /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'<<< 9574 1726883234.58585: 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 0x7f0cf746f950> <<< 9574 1726883234.59044: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf746c350> <<< 9574 1726883234.59194: 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' <<< 9574 1726883234.59304: 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 0x7f0cf7470770> # 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 0x7f0cf74707a0> <<< 9574 1726883234.59308: 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'<<< 9574 1726883234.59590: 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' <<< 9574 1726883234.59644: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0cf7470cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7468320> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py<<< 9574 1726883234.59651: stdout chunk (state=3): >>> <<< 9574 1726883234.59674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc'<<< 9574 1726883234.59938: stdout chunk (state=3): >>> # /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' <<< 9574 1726883234.59948: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883234.59951: stdout chunk (state=3): >>> <<< 9574 1726883234.60041: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883234.60047: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0cf74fc3b0> <<< 9574 1726883234.60712: 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 0x7f0cf74fd640> <<< 9574 1726883234.60752: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7472b40> # 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 0x7f0cf7473ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7472780> <<< 9574 1726883234.60755: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.60782: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.61319: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883234.61434: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883234.61462: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.61572: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883234.61601: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.61833: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883234.62235: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.62629: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.62738: stdout chunk (state=3): >>> <<< 9574 1726883234.64739: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.66520: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883234.66861: 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 # code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883234.66921: 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'<<< 9574 1726883234.66924: stdout chunk (state=3): >>> import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0cf73017c0> <<< 9574 1726883234.67156: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883234.67210: 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 0x7f0cf7302510><<< 9574 1726883234.67215: stdout chunk (state=3): >>> <<< 9574 1726883234.67363: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf74fd490> import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883234.67543: stdout chunk (state=3): >>> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # <<< 9574 1726883234.67548: stdout chunk (state=3): >>> <<< 9574 1726883234.67578: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.68238: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.68583: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883234.68744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7302210> # zipimport: zlib available <<< 9574 1726883234.70276: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.72060: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.72242: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.72300: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883234.72546: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883234.72548: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883234.72572: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.72730: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.73041: stdout chunk (state=3): >>> <<< 9574 1726883234.73068: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883234.73095: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.73116: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.73140: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883234.73296: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883234.73301: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.73479: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883234.73634: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.74248: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.75067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883234.75495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 9574 1726883234.75543: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7303650> # zipimport: zlib available <<< 9574 1726883234.75637: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.76049: 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' # # zipimport: zlib available<<< 9574 1726883234.76056: stdout chunk (state=3): >>> <<< 9574 1726883234.76126: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.76290: stdout chunk (state=3): >>> import 'ansible.module_utils.common.locale' # <<< 9574 1726883234.76296: stdout chunk (state=3): >>> <<< 9574 1726883234.76327: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.76393: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.76734: stdout chunk (state=3): >>> # zipimport: zlib available <<< 9574 1726883234.76784: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883234.77113: 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'<<< 9574 1726883234.77116: stdout chunk (state=3): >>> <<< 9574 1726883234.77357: 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' <<< 9574 1726883234.77373: 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 0x7f0cf730e090> <<< 9574 1726883234.77641: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf730b320> <<< 9574 1726883234.77684: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883234.77810: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883234.77835: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883234.77919: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.78182: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883234.78187: stdout chunk (state=3): >>> <<< 9574 1726883234.78263: 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 <<< 9574 1726883234.78272: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883234.78436: 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'<<< 9574 1726883234.78483: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 9574 1726883234.78489: stdout chunk (state=3): >>> <<< 9574 1726883234.78592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883234.78737: stdout chunk (state=3): >>> <<< 9574 1726883234.78768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883234.78825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883234.78899: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf74027b0><<< 9574 1726883234.79312: stdout chunk (state=3): >>> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75e2480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf73023f0><<< 9574 1726883234.79315: stdout chunk (state=3): >>> <<< 9574 1726883234.79337: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d3d4f0> <<< 9574 1726883234.79356: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883234.79478: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883234.79729: stdout chunk (state=3): >>> import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # <<< 9574 1726883234.79732: stdout chunk (state=3): >>> <<< 9574 1726883234.79766: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883234.79772: stdout chunk (state=3): >>> <<< 9574 1726883234.79973: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883234.80150: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883234.80339: stdout chunk (state=3): >>> <<< 9574 1726883234.80520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py<<< 9574 1726883234.80842: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf74684a0> <<< 9574 1726883234.80906: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.24373: 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:47:14.812297", "end": "2024-09-20 21:47:15.239460", "delta": "0:00:00.427163", "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__ <<< 9574 1726883235.25538: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json<<< 9574 1726883235.25651: stdout chunk (state=3): >>>.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 <<< 9574 1726883235.25657: stdout chunk (state=3): >>># 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 <<< 9574 1726883235.26135: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883235.26343: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883235.26379: stdout chunk (state=3): >>># destroy _bz2 <<< 9574 1726883235.26387: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 9574 1726883235.26402: stdout chunk (state=3): >>># destroy _blake2 <<< 9574 1726883235.26412: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 <<< 9574 1726883235.26417: stdout chunk (state=3): >>># destroy lzma # destroy zipfile._path <<< 9574 1726883235.26454: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 9574 1726883235.26460: stdout chunk (state=3): >>># destroy ipaddress <<< 9574 1726883235.26505: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883235.26530: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883235.26554: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 9574 1726883235.26567: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 9574 1726883235.26570: stdout chunk (state=3): >>># destroy json.scanner <<< 9574 1726883235.26888: stdout chunk (state=3): >>># 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 <<< 9574 1726883235.26934: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 9574 1726883235.26939: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 9574 1726883235.26968: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves <<< 9574 1726883235.26978: stdout chunk (state=3): >>># cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 9574 1726883235.27136: 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 # 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 <<< 9574 1726883235.27168: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 9574 1726883235.27175: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 9574 1726883235.27342: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 9574 1726883235.27350: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 9574 1726883235.27374: 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 <<< 9574 1726883235.27539: 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 <<< 9574 1726883235.27743: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883235.27795: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883235.27831: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883235.27842: stdout chunk (state=3): >>> <<< 9574 1726883235.27972: stdout chunk (state=3): >>># destroy platform # destroy _uuid<<< 9574 1726883235.27976: stdout chunk (state=3): >>> <<< 9574 1726883235.27978: stdout chunk (state=3): >>># destroy stat<<< 9574 1726883235.27979: stdout chunk (state=3): >>> # destroy genericpath # destroy re._parser<<< 9574 1726883235.28002: stdout chunk (state=3): >>> # destroy tokenize<<< 9574 1726883235.28007: stdout chunk (state=3): >>> <<< 9574 1726883235.28055: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib<<< 9574 1726883235.28058: stdout chunk (state=3): >>> <<< 9574 1726883235.28061: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib<<< 9574 1726883235.28138: stdout chunk (state=3): >>> <<< 9574 1726883235.28180: stdout chunk (state=3): >>># destroy _typing<<< 9574 1726883235.28185: stdout chunk (state=3): >>> <<< 9574 1726883235.28538: 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 <<< 9574 1726883235.28545: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883235.28598: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 9574 1726883235.28605: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading <<< 9574 1726883235.28627: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883235.28634: stdout chunk (state=3): >>># destroy time <<< 9574 1726883235.28946: stdout chunk (state=3): >>># 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 <<< 9574 1726883235.28952: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883235.30071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883235.30104: stderr chunk (state=3): >>><<< 9574 1726883235.30109: stdout chunk (state=3): >>><<< 9574 1726883235.30184: _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 0x7f0cf7f683e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7f37a10> # /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 0x7f0cf7f6a960> 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 0x7f0cf7d3cfe0> # /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 0x7f0cf7d3df10> 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 0x7f0cf7d7bd40> # /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 0x7f0cf7d7bf80> # /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 0x7f0cf7db3770> # /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 0x7f0cf7db3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d93a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d91130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d78ef0> # /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 0x7f0cf7dd3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7dd2390> # /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 0x7f0cf7d92120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7dd0b60> # /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 0x7f0cf7e08740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d78170> # /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 0x7f0cf7e08bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e08aa0> # 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 0x7f0cf7e08e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d76c90> # /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 0x7f0cf7e09580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e09250> 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 0x7f0cf7e0a450> 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 0x7f0cf7e24650> 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 0x7f0cf7e25d90> # /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 0x7f0cf7e26c30> # 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 0x7f0cf7e27290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e26180> # /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 0x7f0cf7e27d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e27440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e0a480> # /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 0x7f0cf7bb7c50> # /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 0x7f0cf7be0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be04a0> # 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 0x7f0cf7be0770> # /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 0x7f0cf7be10a0> # 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 0x7f0cf7be1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7bb5df0> # /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 0x7f0cf7be2e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be1910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7e0ab70> # /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 0x7f0cf7c0b170> # /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 0x7f0cf7c33560> # /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 0x7f0cf7c902f0> # /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 0x7f0cf7c92a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c903e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c5d310> # /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 0x7f0cf7529430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7c32360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7be3d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0cf7c326c0> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_p87my5iv/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 0x7f0cf757f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75620f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7561250> # 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 0x7f0cf757d4f0> # /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 0x7f0cf75a6ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75a6930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75a6240> # /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 0x7f0cf75a6cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf757fe90> 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 0x7f0cf75a78f0> # 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 0x7f0cf75a7b30> # /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 0x7f0cf75a7fb0> 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 0x7f0cf7411d00> # 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 0x7f0cf74139b0> # /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 0x7f0cf74143b0> # /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 0x7f0cf7415550> # /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 0x7f0cf7417fb0> # 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 0x7f0cf74202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7416270> # /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 0x7f0cf7423e30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7422900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7422660> # /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 0x7f0cf7422bd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7416780> # 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 0x7f0cf7467a70> # /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 0x7f0cf7468170> # /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 0x7f0cf7469c40> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7469a00> # /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 0x7f0cf746c1a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf746a330> # /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 0x7f0cf746f950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf746c350> # 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 0x7f0cf7470770> # 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 0x7f0cf74707a0> # 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 0x7f0cf7470cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7468320> # /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 0x7f0cf74fc3b0> # 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 0x7f0cf74fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7472b40> # 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 0x7f0cf7473ef0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7472780> # 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 0x7f0cf73017c0> # /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 0x7f0cf7302510> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf74fd490> 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 0x7f0cf7302210> # 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 0x7f0cf7303650> # 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 0x7f0cf730e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf730b320> 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 0x7f0cf74027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf75e2480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf73023f0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0cf7d3d4f0> # 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 0x7f0cf74684a0> # 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:47:14.812297", "end": "2024-09-20 21:47:15.239460", "delta": "0:00:00.427163", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883235.30695: 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-1726883233.9448264-9911-65380871384003/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883235.30699: _low_level_execute_command(): starting 9574 1726883235.30701: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883233.9448264-9911-65380871384003/ > /dev/null 2>&1 && sleep 0' 9574 1726883235.30879: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883235.30883: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883235.30885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.30888: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883235.30890: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883235.30892: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.30943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.30947: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.31011: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.36206: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883235.36236: stderr chunk (state=3): >>><<< 9574 1726883235.36239: stdout chunk (state=3): >>><<< 9574 1726883235.36256: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883235.36262: handler run complete 9574 1726883235.36280: Evaluated conditional (False): False 9574 1726883235.36288: attempt loop complete, returning result 9574 1726883235.36290: _execute() done 9574 1726883235.36293: dumping result to json 9574 1726883235.36298: done dumping result, returning 9574 1726883235.36306: done running TaskExecutor() for managed_node2/TASK: Copy Candlepin CA certificate for subscription-manager [0affc0aa-4893-214d-52b4-00000000001f] 9574 1726883235.36311: sending task result for task 0affc0aa-4893-214d-52b4-00000000001f 9574 1726883235.36409: done sending task result for task 0affc0aa-4893-214d-52b4-00000000001f 9574 1726883235.36412: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "podman", "cp", "candlepin:/etc/candlepin/certs/candlepin-ca.crt", "/etc/rhsm/ca/candlepin-ca.pem" ], "delta": "0:00:00.427163", "end": "2024-09-20 21:47:15.239460", "rc": 0, "start": "2024-09-20 21:47:14.812297" } 9574 1726883235.36504: no more pending results, returning what we have 9574 1726883235.36507: results queue empty 9574 1726883235.36508: checking for any_errors_fatal 9574 1726883235.36513: done checking for any_errors_fatal 9574 1726883235.36514: checking for max_fail_percentage 9574 1726883235.36515: done checking for max_fail_percentage 9574 1726883235.36516: checking to see if all hosts have failed and the running result is not ok 9574 1726883235.36517: done checking to see if all hosts have failed 9574 1726883235.36518: getting the remaining hosts for this loop 9574 1726883235.36519: done getting the remaining hosts for this loop 9574 1726883235.36522: getting the next task for host managed_node2 9574 1726883235.36528: done getting next task for host managed_node2 9574 1726883235.36530: ^ task is: TASK: Copy Candlepin CA certificate for system 9574 1726883235.36532: ^ 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 9574 1726883235.36535: getting variables 9574 1726883235.36537: in VariableManager get_vars() 9574 1726883235.36568: Calling all_inventory to load vars for managed_node2 9574 1726883235.36570: Calling groups_inventory to load vars for managed_node2 9574 1726883235.36574: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883235.36584: Calling all_plugins_play to load vars for managed_node2 9574 1726883235.36589: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883235.36591: Calling groups_plugins_play to load vars for managed_node2 9574 1726883235.36635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883235.36669: done with get_vars() 9574 1726883235.36677: done getting variables 9574 1726883235.36717: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:15 -0400 (0:00:01.515) 0:00:14.767 ****** 9574 1726883235.36744: entering _queue_task() for managed_node2/command 9574 1726883235.36950: worker is 1 (out of 1 available) 9574 1726883235.36962: exiting _queue_task() for managed_node2/command 9574 1726883235.36974: done queuing things up, now waiting for results queue to drain 9574 1726883235.36975: waiting for pending results... 9574 1726883235.37120: running TaskExecutor() for managed_node2/TASK: Copy Candlepin CA certificate for system 9574 1726883235.37190: in run() - task 0affc0aa-4893-214d-52b4-000000000020 9574 1726883235.37204: variable 'ansible_search_path' from source: unknown 9574 1726883235.37207: variable 'ansible_search_path' from source: unknown 9574 1726883235.37234: calling self._execute() 9574 1726883235.37285: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883235.37288: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883235.37297: variable 'omit' from source: magic vars 9574 1726883235.37687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883235.39293: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883235.39339: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883235.39370: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883235.39397: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883235.39416: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883235.39478: 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) 9574 1726883235.39502: 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) 9574 1726883235.39520: 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) 9574 1726883235.39550: 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) 9574 1726883235.39561: 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) 9574 1726883235.39649: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883235.39670: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883235.39677: variable 'omit' from source: magic vars 9574 1726883235.39710: variable 'omit' from source: magic vars 9574 1726883235.39742: variable 'omit' from source: magic vars 9574 1726883235.39761: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883235.39781: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883235.39796: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883235.39810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883235.39820: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883235.39834: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883235.39848: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883235.39869: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883235.39872: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883235.39874: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883235.39951: Set connection var ansible_connection to ssh 9574 1726883235.39954: Set connection var ansible_shell_type to sh 9574 1726883235.39961: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883235.39969: Set connection var ansible_timeout to 10 9574 1726883235.39975: Set connection var ansible_shell_executable to /bin/sh 9574 1726883235.39980: Set connection var ansible_pipelining to False 9574 1726883235.39999: variable 'ansible_shell_executable' from source: unknown 9574 1726883235.40002: variable 'ansible_connection' from source: unknown 9574 1726883235.40004: variable 'ansible_module_compression' from source: unknown 9574 1726883235.40006: variable 'ansible_shell_type' from source: unknown 9574 1726883235.40009: variable 'ansible_shell_executable' from source: unknown 9574 1726883235.40011: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883235.40015: variable 'ansible_pipelining' from source: unknown 9574 1726883235.40017: variable 'ansible_timeout' from source: unknown 9574 1726883235.40022: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883235.40097: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883235.40105: variable 'omit' from source: magic vars 9574 1726883235.40110: starting attempt loop 9574 1726883235.40113: running the handler 9574 1726883235.40124: _low_level_execute_command(): starting 9574 1726883235.40129: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883235.40615: 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 <<< 9574 1726883235.40647: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883235.40650: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.40653: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883235.40656: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.40709: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.40712: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883235.40715: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.40774: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.45133: stdout chunk (state=3): >>>/root <<< 9574 1726883235.45488: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883235.45518: stderr chunk (state=3): >>><<< 9574 1726883235.45521: stdout chunk (state=3): >>><<< 9574 1726883235.45545: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883235.45562: _low_level_execute_command(): starting 9574 1726883235.45567: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532 `" && echo ansible-tmp-1726883235.4554868-9933-105988569268532="` echo /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532 `" ) && sleep 0' 9574 1726883235.46012: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883235.46016: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883235.46051: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883235.46054: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883235.46057: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883235.46059: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.46108: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.46112: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883235.46121: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.46179: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.51794: stdout chunk (state=3): >>>ansible-tmp-1726883235.4554868-9933-105988569268532=/root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532 <<< 9574 1726883235.51978: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883235.52012: stderr chunk (state=3): >>><<< 9574 1726883235.52015: stdout chunk (state=3): >>><<< 9574 1726883235.52033: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883235.4554868-9933-105988569268532=/root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883235.52065: variable 'ansible_module_compression' from source: unknown 9574 1726883235.52105: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 9574 1726883235.52134: variable 'ansible_facts' from source: unknown 9574 1726883235.52190: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py 9574 1726883235.52296: Sending initial data 9574 1726883235.52299: Sent initial data (154 bytes) 9574 1726883235.52771: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883235.52774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883235.52776: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.52780: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883235.52782: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.52832: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.52835: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883235.52838: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.52905: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.57379: 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 <<< 9574 1726883235.57430: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883235.57481: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp1wmuz7_o /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py <<< 9574 1726883235.57484: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py" <<< 9574 1726883235.57537: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp1wmuz7_o" to remote "/root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py" <<< 9574 1726883235.57541: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py" <<< 9574 1726883235.58216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883235.58265: stderr chunk (state=3): >>><<< 9574 1726883235.58269: stdout chunk (state=3): >>><<< 9574 1726883235.58316: done transferring module to remote 9574 1726883235.58329: _low_level_execute_command(): starting 9574 1726883235.58336: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/ /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py && sleep 0' 9574 1726883235.58796: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883235.58799: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883235.58802: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.58804: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883235.58806: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.58863: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.58870: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883235.58873: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.58919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.64203: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883235.64234: stderr chunk (state=3): >>><<< 9574 1726883235.64238: stdout chunk (state=3): >>><<< 9574 1726883235.64251: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 9574 1726883235.64254: _low_level_execute_command(): starting 9574 1726883235.64259: _low_level_execute_command(): using become for this command 9574 1726883235.64269: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-devmwzjkiixbhooicdpsfvdvxtvmsukh ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883235.64361: Initial state: awaiting_escalation: BECOME-SUCCESS-devmwzjkiixbhooicdpsfvdvxtvmsukh 9574 1726883235.64769: 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 <<< 9574 1726883235.64773: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883235.64796: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883235.64809: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883235.64877: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 4 <<< 9574 1726883235.72816: stdout chunk (state=1): >>>BECOME-SUCCESS-devmwzjkiixbhooicdpsfvdvxtvmsukh <<< 9574 1726883235.72820: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-devmwzjkiixbhooicdpsfvdvxtvmsukh' 9574 1726883235.73708: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883235.73746: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883235.73780: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 9574 1726883235.73785: stdout chunk (state=3): >>>import '_weakref' # <<< 9574 1726883235.74086: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883235.74093: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883235.74139: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883235.74180: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883235.74211: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883235.74290: 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' <<< 9574 1726883235.74321: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883235.74354: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883235.74399: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883235.74428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883235.74436: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eee183e0> <<< 9574 1726883235.74648: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eede7a10> <<< 9574 1726883235.74684: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883235.74689: 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 0x7fd9eee1a960> <<< 9574 1726883235.74756: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 9574 1726883235.74762: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883235.74783: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883235.74829: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883235.74836: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883235.75142: stdout chunk (state=3): >>>import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # <<< 9574 1726883235.75255: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 9574 1726883235.75261: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883235.75281: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883235.75292: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883235.75326: 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 <<< 9574 1726883235.75331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883235.75362: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec2cfe0> <<< 9574 1726883235.75437: 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 <<< 9574 1726883235.75443: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.75466: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec2df10> <<< 9574 1726883235.75502: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883235.75541: 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. <<< 9574 1726883235.76110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883235.76125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883235.76164: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883235.76170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.76198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883235.76463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883235.76488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883235.76538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec6bd40> <<< 9574 1726883235.76581: stdout chunk (state=3): >>># /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' <<< 9574 1726883235.76632: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec6bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883235.76894: 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 <<< 9574 1726883235.76962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.77010: 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' <<< 9574 1726883235.77049: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeca3770> # /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' <<< 9574 1726883235.77137: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeca3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec83a10> <<< 9574 1726883235.77146: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883235.77190: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec81130> <<< 9574 1726883235.77510: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec68ef0> <<< 9574 1726883235.77566: 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' <<< 9574 1726883235.77608: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883235.77743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883235.77749: 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 0x7fd9eecc3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecc2390> # /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 0x7fd9eec82120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecc0b60> <<< 9574 1726883235.77825: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883235.77830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf8740> <<< 9574 1726883235.78042: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec68170> <<< 9574 1726883235.78084: 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' <<< 9574 1726883235.78099: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.78167: 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 0x7fd9eecf8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf8aa0> # 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 0x7fd9eecf8e90> <<< 9574 1726883235.78222: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec66c90> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883235.78225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.78256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883235.78293: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883235.78318: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf9250> <<< 9574 1726883235.78364: 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 <<< 9574 1726883235.78368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883235.78392: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecfa450> <<< 9574 1726883235.78411: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883235.78415: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883235.78657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883235.78703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883235.78737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883235.78743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed14650> <<< 9574 1726883235.78798: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.78801: 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 0x7fd9eed15d90> <<< 9574 1726883235.78832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883235.79115: 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' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed16c30> # 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 0x7fd9eed17290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed16180> # /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 0x7fd9eed17d10> <<< 9574 1726883235.79123: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed17440> <<< 9574 1726883235.79485: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecfa480> <<< 9574 1726883235.79511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883235.79551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883235.79578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883235.79606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883235.79754: 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 0x7fd9eea9bc50> # /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 0x7fd9eeac4680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac43e0> # 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 0x7fd9eeac46b0> <<< 9574 1726883235.79762: 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' <<< 9574 1726883235.79861: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.80037: 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 0x7fd9eeac4fe0> <<< 9574 1726883235.80234: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.80242: 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 0x7fd9eeac59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac4890> <<< 9574 1726883235.80270: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eea99df0> <<< 9574 1726883235.80299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883235.80331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883235.80365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883235.80377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac6de0> <<< 9574 1726883235.80419: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac5b20> <<< 9574 1726883235.80446: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecfab70> <<< 9574 1726883235.80477: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883235.80563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.80635: 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' <<< 9574 1726883235.80671: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeaf3140> <<< 9574 1726883235.80742: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883235.80757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.80783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883235.80810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883235.80866: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb17500> <<< 9574 1726883235.80898: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883235.80962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883235.81046: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883235.81079: 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 0x7fd9eeb742c0> <<< 9574 1726883235.81099: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883235.81177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883235.81179: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883235.81231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883235.81361: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb76a20> <<< 9574 1726883235.81519: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb743e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb412b0> <<< 9574 1726883235.81551: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883235.81737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee979400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb16300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883235.81765: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9eeb16900> <<< 9574 1726883235.81994: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ybdhhrq_/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 9574 1726883235.82299: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.82353: 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' <<< 9574 1726883235.82436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883235.82747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883235.82751: 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 0x7fd9ee9cf110> <<< 9574 1726883235.82766: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883235.83052: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9b2000> <<< 9574 1726883235.83060: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9b1160> <<< 9574 1726883235.83077: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.83120: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883235.83127: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.83156: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.83172: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.83186: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883235.83400: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.87565: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.88606: 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 0x7fd9ee9ccfe0> # /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' <<< 9574 1726883235.88715: 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 0x7fd9ee9f6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f68a0> <<< 9574 1726883235.88748: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f61b0> <<< 9574 1726883235.88783: 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' <<< 9574 1726883235.88831: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f6c00> <<< 9574 1726883235.88884: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9cfda0> import 'atexit' # # extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.88889: 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 0x7fd9ee9f7800> <<< 9574 1726883235.88948: 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 0x7fd9ee9f7a40> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883235.89025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883235.89039: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883235.89171: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f7f80> 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' <<< 9574 1726883235.89229: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee315d30> <<< 9574 1726883235.89267: 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 0x7fd9ee317950> <<< 9574 1726883235.89317: 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' <<< 9574 1726883235.89365: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee318350> <<< 9574 1726883235.89385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883235.89435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883235.89481: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee3194f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883235.89537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883235.90150: 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 0x7fd9ee31bf80> # 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 0x7fd9ee3202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee31a240> # /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 0x7fd9ee323e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee322930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee322690> # /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' <<< 9574 1726883235.90375: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee322ba0> <<< 9574 1726883235.90412: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee31a750> <<< 9574 1726883235.90450: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.90455: 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 0x7fd9ee36ba70> <<< 9574 1726883235.90488: 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 0x7fd9ee36c0e0> <<< 9574 1726883235.90520: 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 <<< 9574 1726883235.90744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883235.90772: 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' <<< 9574 1726883235.90822: 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 0x7fd9ee36dcd0> <<< 9574 1726883235.90831: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36da90> <<< 9574 1726883235.91050: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883235.91234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883235.91400: 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 0x7fd9ee370260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36e390> <<< 9574 1726883235.91537: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883235.91589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883235.91614: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883235.91630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883235.91902: stdout chunk (state=3): >>>import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee3739e0> <<< 9574 1726883235.92238: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee3703e0> <<< 9574 1726883235.92377: 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 0x7fd9ee374d10> <<< 9574 1726883235.92415: 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 0x7fd9ee374890> <<< 9574 1726883235.92677: 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 0x7fd9ee374e30> <<< 9574 1726883235.92696: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36c3e0> <<< 9574 1726883235.92731: 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 <<< 9574 1726883235.92734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883235.92763: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883235.92793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883235.92833: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.93037: 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 0x7fd9ee200470> <<< 9574 1726883235.93314: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883235.93320: 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 0x7fd9ee201790> <<< 9574 1726883235.93541: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee376c60> <<< 9574 1726883235.93576: 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 0x7fd9ee377fe0> <<< 9574 1726883235.93943: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee376840> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883235.93993: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.94168: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.94354: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.94370: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883235.94396: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.94838: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883235.94937: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.95259: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.96836: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.98991: 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 0x7fd9ee2059d0> <<< 9574 1726883235.99257: 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 0x7fd9ee2067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee201940> import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883235.99479: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.99699: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883235.99756: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883235.99866: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.00296: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.00800: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883236.01039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee206570> # zipimport: zlib available <<< 9574 1726883236.02348: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.03501: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.03696: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.03938: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883236.04339: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 9574 1726883236.04466: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.04648: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883236.04759: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.04830: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.04850: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883236.05135: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 9574 1726883236.05942: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.06710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883236.07098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883236.07134: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883236.07747: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee207aa0> # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883236.08046: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883236.08108: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883236.08127: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883236.08169: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883236.08208: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.08319: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.08554: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883236.08572: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883236.08681: 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 <<< 9574 1726883236.08759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883236.08887: 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 0x7fd9ee212360> <<< 9574 1726883236.08957: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee20f380> <<< 9574 1726883236.09005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883236.09029: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.09130: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.09237: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.09267: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.09451: 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 <<< 9574 1726883236.09465: 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 # 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 <<< 9574 1726883236.09647: 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 0x7fd9ee302bd0> <<< 9574 1726883236.09719: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eea2e8a0> <<< 9574 1726883236.09846: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee212330> <<< 9574 1726883236.09867: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee206690> <<< 9574 1726883236.09879: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 9574 1726883236.09905: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 9574 1726883236.09984: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common._utils' # <<< 9574 1726883236.10005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883236.10099: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883236.10155: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883236.10186: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883236.10380: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.10573: 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' <<< 9574 1726883236.10638: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9b30e0> <<< 9574 1726883236.10748: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.45492: 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:47:16.108520", "end": "2024-09-20 21:47:16.449630", "delta": "0:00:00.341110", "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__ <<< 9574 1726883236.46289: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath <<< 9574 1726883236.46356: stdout chunk (state=3): >>># 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 <<< 9574 1726883236.46361: stdout chunk (state=3): >>># 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<<< 9574 1726883236.46395: stdout chunk (state=3): >>> # 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<<< 9574 1726883236.46427: stdout chunk (state=3): >>> # 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 <<< 9574 1726883236.46434: stdout chunk (state=3): >>># 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 <<< 9574 1726883236.46484: stdout chunk (state=3): >>># 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 <<< 9574 1726883236.46487: stdout chunk (state=3): >>># 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 <<< 9574 1726883236.46491: stdout chunk (state=3): >>># destroy glob <<< 9574 1726883236.46960: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883236.46965: stdout chunk (state=3): >>> <<< 9574 1726883236.47047: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883236.47130: stdout chunk (state=3): >>># destroy _bz2 <<< 9574 1726883236.47156: 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 # destroy ntpath <<< 9574 1726883236.47185: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux<<< 9574 1726883236.47201: stdout chunk (state=3): >>> # destroy hashlib # destroy json.decoder<<< 9574 1726883236.47206: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner <<< 9574 1726883236.47237: stdout chunk (state=3): >>># destroy _json # destroy grp<<< 9574 1726883236.47661: stdout chunk (state=3): >>> # 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 <<< 9574 1726883236.47670: 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 <<< 9574 1726883236.47691: 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 <<< 9574 1726883236.47701: 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 <<< 9574 1726883236.48111: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883236.48116: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883236.48137: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883236.48171: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883236.48184: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883236.48189: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883236.48219: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 9574 1726883236.48222: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 9574 1726883236.48255: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883236.48284: 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 <<< 9574 1726883236.48287: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 9574 1726883236.48450: stdout chunk (state=3): >>># 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 <<< 9574 1726883236.48456: stdout chunk (state=3): >>># destroy _bisect # destroy time <<< 9574 1726883236.48476: stdout chunk (state=3): >>># destroy _random<<< 9574 1726883236.48643: stdout chunk (state=3): >>> <<< 9574 1726883236.48649: stdout chunk (state=3): >>># destroy _weakref <<< 9574 1726883236.48668: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883236.48677: stdout chunk (state=3): >>># destroy _operator <<< 9574 1726883236.48698: stdout chunk (state=3): >>># destroy _string # destroy re <<< 9574 1726883236.48714: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883236.48721: stdout chunk (state=3): >>># destroy _abc <<< 9574 1726883236.48741: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 9574 1726883236.48749: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883236.50077: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883236.50109: stderr chunk (state=3): >>><<< 9574 1726883236.50112: stdout chunk (state=3): >>><<< 9574 1726883236.50184: _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 0x7fd9eee183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eede7a10> # /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 0x7fd9eee1a960> 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 0x7fd9eec2cfe0> # /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 0x7fd9eec2df10> 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 0x7fd9eec6bd40> # /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 0x7fd9eec6bf80> # /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 0x7fd9eeca3770> # /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 0x7fd9eeca3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec83a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec81130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec68ef0> # /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 0x7fd9eecc3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecc2390> # /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 0x7fd9eec82120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecc0b60> # /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 0x7fd9eecf8740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec68170> # /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 0x7fd9eecf8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf8aa0> # 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 0x7fd9eecf8e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eec66c90> # /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 0x7fd9eecf9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecf9250> 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 0x7fd9eecfa450> 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 0x7fd9eed14650> 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 0x7fd9eed15d90> # /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 0x7fd9eed16c30> # 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 0x7fd9eed17290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed16180> # /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 0x7fd9eed17d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eed17440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecfa480> # /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 0x7fd9eea9bc50> # /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 0x7fd9eeac4680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac43e0> # 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 0x7fd9eeac46b0> # /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 0x7fd9eeac4fe0> # 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 0x7fd9eeac59d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac4890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eea99df0> # /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 0x7fd9eeac6de0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac5b20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eecfab70> # /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 0x7fd9eeaf3140> # /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 0x7fd9eeb17500> # /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 0x7fd9eeb742c0> # /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 0x7fd9eeb76a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb743e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb412b0> # /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 0x7fd9ee979400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeb16300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eeac7d40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fd9eeb16900> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_ybdhhrq_/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 0x7fd9ee9cf110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9b2000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9b1160> # 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 0x7fd9ee9ccfe0> # /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 0x7fd9ee9f6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9f61b0> # /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 0x7fd9ee9f6c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee9cfda0> 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 0x7fd9ee9f7800> # 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 0x7fd9ee9f7a40> # /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 0x7fd9ee9f7f80> 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 0x7fd9ee315d30> # 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 0x7fd9ee317950> # /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 0x7fd9ee318350> # /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 0x7fd9ee3194f0> # /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 0x7fd9ee31bf80> # 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 0x7fd9ee3202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee31a240> # /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 0x7fd9ee323e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee322930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee322690> # /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 0x7fd9ee322ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee31a750> # 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 0x7fd9ee36ba70> # /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 0x7fd9ee36c0e0> # /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 0x7fd9ee36dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36da90> # /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 0x7fd9ee370260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36e390> # /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 0x7fd9ee3739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee3703e0> # 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 0x7fd9ee374d10> # 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 0x7fd9ee374890> # 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 0x7fd9ee374e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee36c3e0> # /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 0x7fd9ee200470> # 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 0x7fd9ee201790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee376c60> # 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 0x7fd9ee377fe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee376840> # 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 0x7fd9ee2059d0> # /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 0x7fd9ee2067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee201940> 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 0x7fd9ee206570> # 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 0x7fd9ee207aa0> # 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 0x7fd9ee212360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee20f380> 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 0x7fd9ee302bd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9eea2e8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee212330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fd9ee206690> # 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 0x7fd9ee9b30e0> # 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:47:16.108520", "end": "2024-09-20 21:47:16.449630", "delta": "0:00:00.341110", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 4 debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. 9574 1726883236.50693: 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-1726883235.4554868-9933-105988569268532/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883236.50697: _low_level_execute_command(): starting 9574 1726883236.50700: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883235.4554868-9933-105988569268532/ > /dev/null 2>&1 && sleep 0' 9574 1726883236.50857: 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 <<< 9574 1726883236.50861: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.50872: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.50920: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883236.50935: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.50988: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.53703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883236.53726: stderr chunk (state=3): >>><<< 9574 1726883236.53733: stdout chunk (state=3): >>><<< 9574 1726883236.53747: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883236.53753: handler run complete 9574 1726883236.53773: Evaluated conditional (False): False 9574 1726883236.53781: attempt loop complete, returning result 9574 1726883236.53784: _execute() done 9574 1726883236.53786: dumping result to json 9574 1726883236.53793: done dumping result, returning 9574 1726883236.53801: done running TaskExecutor() for managed_node2/TASK: Copy Candlepin CA certificate for system [0affc0aa-4893-214d-52b4-000000000020] 9574 1726883236.53806: sending task result for task 0affc0aa-4893-214d-52b4-000000000020 9574 1726883236.53908: done sending task result for task 0affc0aa-4893-214d-52b4-000000000020 9574 1726883236.53911: WORKER PROCESS EXITING ok: [managed_node2] => { "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.341110", "end": "2024-09-20 21:47:16.449630", "rc": 0, "start": "2024-09-20 21:47:16.108520" } 9574 1726883236.53975: no more pending results, returning what we have 9574 1726883236.53977: results queue empty 9574 1726883236.53978: checking for any_errors_fatal 9574 1726883236.53984: done checking for any_errors_fatal 9574 1726883236.53985: checking for max_fail_percentage 9574 1726883236.53986: done checking for max_fail_percentage 9574 1726883236.53987: checking to see if all hosts have failed and the running result is not ok 9574 1726883236.53988: done checking to see if all hosts have failed 9574 1726883236.53988: getting the remaining hosts for this loop 9574 1726883236.53990: done getting the remaining hosts for this loop 9574 1726883236.53993: getting the next task for host managed_node2 9574 1726883236.53999: done getting next task for host managed_node2 9574 1726883236.54001: ^ task is: TASK: Update system certificates store 9574 1726883236.54004: ^ 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 9574 1726883236.54007: getting variables 9574 1726883236.54008: in VariableManager get_vars() 9574 1726883236.54045: Calling all_inventory to load vars for managed_node2 9574 1726883236.54048: Calling groups_inventory to load vars for managed_node2 9574 1726883236.54052: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883236.54062: Calling all_plugins_play to load vars for managed_node2 9574 1726883236.54064: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883236.54067: Calling groups_plugins_play to load vars for managed_node2 9574 1726883236.54110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883236.54149: done with get_vars() 9574 1726883236.54157: done getting variables 9574 1726883236.54198: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:16 -0400 (0:00:01.174) 0:00:15.942 ****** 9574 1726883236.54218: entering _queue_task() for managed_node2/command 9574 1726883236.54431: worker is 1 (out of 1 available) 9574 1726883236.54444: exiting _queue_task() for managed_node2/command 9574 1726883236.54456: done queuing things up, now waiting for results queue to drain 9574 1726883236.54457: waiting for pending results... 9574 1726883236.54597: running TaskExecutor() for managed_node2/TASK: Update system certificates store 9574 1726883236.54670: in run() - task 0affc0aa-4893-214d-52b4-000000000021 9574 1726883236.54682: variable 'ansible_search_path' from source: unknown 9574 1726883236.54686: variable 'ansible_search_path' from source: unknown 9574 1726883236.54712: calling self._execute() 9574 1726883236.54764: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883236.54769: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883236.54777: variable 'omit' from source: magic vars 9574 1726883236.55172: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883236.56755: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883236.56800: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883236.56830: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883236.56857: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883236.56877: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883236.56939: 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) 9574 1726883236.56962: 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) 9574 1726883236.56979: 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) 9574 1726883236.57005: 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) 9574 1726883236.57015: 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) 9574 1726883236.57105: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883236.57126: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883236.57134: variable 'omit' from source: magic vars 9574 1726883236.57172: variable 'omit' from source: magic vars 9574 1726883236.57199: variable 'omit' from source: magic vars 9574 1726883236.57219: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883236.57244: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883236.57259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883236.57273: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883236.57281: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883236.57294: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883236.57306: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883236.57327: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883236.57330: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883236.57336: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883236.57410: Set connection var ansible_connection to ssh 9574 1726883236.57413: Set connection var ansible_shell_type to sh 9574 1726883236.57418: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883236.57426: Set connection var ansible_timeout to 10 9574 1726883236.57435: Set connection var ansible_shell_executable to /bin/sh 9574 1726883236.57439: Set connection var ansible_pipelining to False 9574 1726883236.57460: variable 'ansible_shell_executable' from source: unknown 9574 1726883236.57463: variable 'ansible_connection' from source: unknown 9574 1726883236.57465: variable 'ansible_module_compression' from source: unknown 9574 1726883236.57467: variable 'ansible_shell_type' from source: unknown 9574 1726883236.57469: variable 'ansible_shell_executable' from source: unknown 9574 1726883236.57472: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883236.57476: variable 'ansible_pipelining' from source: unknown 9574 1726883236.57480: variable 'ansible_timeout' from source: unknown 9574 1726883236.57482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883236.57571: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883236.57579: variable 'omit' from source: magic vars 9574 1726883236.57584: starting attempt loop 9574 1726883236.57587: running the handler 9574 1726883236.57599: _low_level_execute_command(): starting 9574 1726883236.57605: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883236.58106: 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 <<< 9574 1726883236.58110: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.58113: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883236.58115: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.58169: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883236.58172: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883236.58174: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.58237: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.62466: stdout chunk (state=3): >>>/root <<< 9574 1726883236.62767: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883236.62797: stderr chunk (state=3): >>><<< 9574 1726883236.62800: stdout chunk (state=3): >>><<< 9574 1726883236.62821: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883236.62836: _low_level_execute_command(): starting 9574 1726883236.62839: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283 `" && echo ansible-tmp-1726883236.6282294-9951-157784029277283="` echo /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283 `" ) && sleep 0' 9574 1726883236.63305: 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 <<< 9574 1726883236.63309: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.63311: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883236.63313: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.63367: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883236.63371: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883236.63373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.63429: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.68872: stdout chunk (state=3): >>>ansible-tmp-1726883236.6282294-9951-157784029277283=/root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283 <<< 9574 1726883236.69016: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883236.69049: stderr chunk (state=3): >>><<< 9574 1726883236.69052: stdout chunk (state=3): >>><<< 9574 1726883236.69068: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883236.6282294-9951-157784029277283=/root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883236.69103: variable 'ansible_module_compression' from source: unknown 9574 1726883236.69145: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 9574 1726883236.69172: variable 'ansible_facts' from source: unknown 9574 1726883236.69230: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py 9574 1726883236.69337: Sending initial data 9574 1726883236.69341: Sent initial data (154 bytes) 9574 1726883236.69798: 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 <<< 9574 1726883236.69801: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.69804: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883236.69806: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883236.69808: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.69855: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883236.69863: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.69928: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.74073: 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 <<< 9574 1726883236.74155: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883236.74258: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpxnu63mne /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py <<< 9574 1726883236.74262: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py" <<< 9574 1726883236.74308: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpxnu63mne" to remote "/root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py" <<< 9574 1726883236.74311: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py" <<< 9574 1726883236.75142: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883236.75187: stderr chunk (state=3): >>><<< 9574 1726883236.75192: stdout chunk (state=3): >>><<< 9574 1726883236.75244: done transferring module to remote 9574 1726883236.75257: _low_level_execute_command(): starting 9574 1726883236.75260: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/ /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py && sleep 0' 9574 1726883236.75715: 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 <<< 9574 1726883236.75718: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.75721: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883236.75723: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883236.75725: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.75779: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883236.75783: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883236.75785: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.75942: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.80596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883236.80619: stderr chunk (state=3): >>><<< 9574 1726883236.80622: stdout chunk (state=3): >>><<< 9574 1726883236.80637: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883236.80644: _low_level_execute_command(): starting 9574 1726883236.80646: _low_level_execute_command(): using become for this command 9574 1726883236.80657: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ptugabnajpvsrziyslbsdhxqbvmuszag ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/AnsiballZ_command.py'"'"' && sleep 0' 9574 1726883236.80745: Initial state: awaiting_escalation: BECOME-SUCCESS-ptugabnajpvsrziyslbsdhxqbvmuszag 9574 1726883236.81153: 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 <<< 9574 1726883236.81156: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883236.81197: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883236.81200: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883236.81202: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883236.81264: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883236.88283: stdout chunk (state=1): >>>BECOME-SUCCESS-ptugabnajpvsrziyslbsdhxqbvmuszag <<< 9574 1726883236.88288: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ptugabnajpvsrziyslbsdhxqbvmuszag' 9574 1726883236.89910: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883236.90046: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883236.90151: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883236.90205: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883236.90335: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883236.90741: stdout chunk (state=3): >>>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 <<< 9574 1726883236.90770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883236.90784: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec396183e0> <<< 9574 1726883236.90805: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec395e7a10> <<< 9574 1726883236.90843: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883236.90879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883236.90905: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3961a960> <<< 9574 1726883236.90965: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883236.91051: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883236.91089: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883236.91149: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883236.91239: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883236.91248: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883236.91579: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883236.91624: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883236.91639: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883236.91686: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883236.92039: stdout chunk (state=3): >>>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 0x7fec3942cfe0> <<< 9574 1726883236.92102: 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 <<< 9574 1726883236.92130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883236.92155: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3942df10> <<< 9574 1726883236.92251: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883236.92301: 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. <<< 9574 1726883236.92691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883236.92716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883236.92755: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883236.92779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883236.92814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883236.92934: stdout chunk (state=3): >>># 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' <<< 9574 1726883236.92960: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3946bd40> <<< 9574 1726883236.92993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883236.93026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883236.93065: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883236.93235: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3946bf80> # /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' <<< 9574 1726883236.93261: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883236.93297: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883236.93305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 9574 1726883236.93318: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394a3770> <<< 9574 1726883236.93351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883236.93384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883236.93391: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394a3e00> <<< 9574 1726883236.93420: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883236.93494: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39483a10> <<< 9574 1726883236.93518: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883236.93567: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39481130> <<< 9574 1726883236.93712: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39468ef0> <<< 9574 1726883236.93756: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883236.93788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883236.93817: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883236.93937: 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' # /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' <<< 9574 1726883236.93950: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394c3770> <<< 9574 1726883236.93981: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394c2390> <<< 9574 1726883236.94023: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 9574 1726883236.94030: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 9574 1726883236.94052: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39482120> <<< 9574 1726883236.94055: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394c0b60> <<< 9574 1726883236.94132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883236.94157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f8740> <<< 9574 1726883236.94237: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39468170> <<< 9574 1726883236.94338: 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' # 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 0x7fec394f8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f8aa0> # extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883236.94369: 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 0x7fec394f8e90> <<< 9574 1726883236.94378: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39466c90> <<< 9574 1726883236.94421: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883236.94438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883236.94474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883236.94518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883236.94547: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f9580> <<< 9574 1726883236.94636: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f9250> 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 0x7fec394fa450> import 'importlib.util' # <<< 9574 1726883236.94659: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883236.94697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883236.94754: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883236.94787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883236.94803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' <<< 9574 1726883236.94814: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39514650> <<< 9574 1726883236.94975: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' # extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec39515d90> # /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' <<< 9574 1726883236.95002: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39516c30> <<< 9574 1726883236.95066: 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'<<< 9574 1726883236.95069: stdout chunk (state=3): >>> <<< 9574 1726883236.95086: stdout chunk (state=3): >>>import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec39517290> <<< 9574 1726883236.95110: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39516180> <<< 9574 1726883236.95144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883236.95171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883236.95221: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883236.95338: 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 0x7fec39517d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39517440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394fa480> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883236.95371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883236.95448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883236.95483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883236.95538: 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 0x7fec392a3c50> <<< 9574 1726883236.95581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883236.95589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883236.95636: 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' <<< 9574 1726883236.95641: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec392cc680> <<< 9574 1726883236.95736: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cc3e0> # 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 0x7fec392cc6b0> # /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' <<< 9574 1726883236.95823: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883236.96019: 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 0x7fec392ccfe0> <<< 9574 1726883236.96196: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883236.96208: 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 0x7fec392cd9d0> <<< 9574 1726883236.96234: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cc890> <<< 9574 1726883236.96289: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392a1df0> <<< 9574 1726883236.96324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883236.96436: 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 0x7fec392cede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cdb20> <<< 9574 1726883236.96461: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394fab70> <<< 9574 1726883236.96502: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883236.96598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883236.96634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883236.96686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883236.96738: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392fb140> <<< 9574 1726883236.96834: 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' <<< 9574 1726883236.96864: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883236.97035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3931f500> # /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' <<< 9574 1726883236.97168: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883236.97206: 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 0x7fec3937c2c0> <<< 9574 1726883236.97246: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883236.97291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883236.97336: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883236.97398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883236.97535: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3937ea20> <<< 9574 1726883236.97656: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3937c3e0> <<< 9574 1726883236.97711: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec393492b0> <<< 9574 1726883236.97757: 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' <<< 9574 1726883236.97768: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39181400> <<< 9574 1726883236.97809: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3931e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cfd40> <<< 9574 1726883236.98036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fec3931e900> <<< 9574 1726883236.98337: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_shtzpays/ansible_ansible.legacy.command_payload.zip' <<< 9574 1726883236.98358: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.98575: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883236.98768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883236.98834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883236.98857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883236.98967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883236.99034: 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' <<< 9574 1726883236.99335: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391d7110> import '_typing' # <<< 9574 1726883236.99840: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391ba000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391b9160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883237.02961: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.04924: 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' <<< 9574 1726883237.04929: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391d4fe0> <<< 9574 1726883237.04974: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883237.04995: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883237.05038: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883237.05068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883237.05099: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883237.05134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883237.05342: 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 0x7fec391feb10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391fe8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391fe1b0> # /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 0x7fec391fec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391d7da0> import 'atexit' # <<< 9574 1726883237.05390: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.05394: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.05410: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec391ff800> <<< 9574 1726883237.05453: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.05457: 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 0x7fec391ffa40> <<< 9574 1726883237.05495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883237.05573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883237.05599: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883237.05670: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391fff80> <<< 9574 1726883237.05694: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883237.05733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883237.05774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883237.05835: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b15d30> <<< 9574 1726883237.05877: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.05892: 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 0x7fec38b17950> <<< 9574 1726883237.05926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883237.05959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883237.06138: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b18350> # /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 0x7fec38b194f0> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883237.06167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883237.06206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883237.06213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883237.06300: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b1bf80> <<< 9574 1726883237.06366: 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 0x7fec38b202f0> <<< 9574 1726883237.06402: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b1a240> <<< 9574 1726883237.06445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883237.06490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883237.06537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883237.06559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883237.06625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883237.06851: 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 0x7fec38b23e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b22690> # /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' <<< 9574 1726883237.06977: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b22ba0> <<< 9574 1726883237.07023: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b1a750> <<< 9574 1726883237.07149: 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 0x7fec38b6ba70> # /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 0x7fec38b6c0e0> # /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'<<< 9574 1726883237.07156: stdout chunk (state=3): >>> <<< 9574 1726883237.07193: 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' <<< 9574 1726883237.07248: 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' <<< 9574 1726883237.07344: stdout chunk (state=3): >>>import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec38b6dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6da90> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883237.07479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883237.07569: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.07579: 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 0x7fec38b70260> <<< 9574 1726883237.07601: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6e390> <<< 9574 1726883237.07626: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883237.07697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883237.07733: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883237.07771: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883237.07790: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883237.07857: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b739e0> <<< 9574 1726883237.08059: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b703e0> <<< 9574 1726883237.08154: 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 0x7fec38b74d10> <<< 9574 1726883237.08209: 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 0x7fec38b74890> <<< 9574 1726883237.08278: 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 0x7fec38b74e30> <<< 9574 1726883237.08315: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6c3e0> <<< 9574 1726883237.08441: 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' <<< 9574 1726883237.08465: 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 0x7fec38a00470> <<< 9574 1726883237.08915: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883237.08949: 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 0x7fec38a01790> <<< 9574 1726883237.08972: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b76c60> <<< 9574 1726883237.09010: 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' <<< 9574 1726883237.09015: stdout chunk (state=3): >>>import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fec38b77fe0> <<< 9574 1726883237.09035: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b76840> <<< 9574 1726883237.09064: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09091: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09236: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883237.09271: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09412: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09443: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09457: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883237.09531: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09559: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883237.09610: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.09983: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.10182: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.11144: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.12237: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883237.12621: 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' # <<< 9574 1726883237.12626: 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 0x7fec38a059d0> # /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 0x7fec38a067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a01940> <<< 9574 1726883237.12663: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883237.12688: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.12723: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.12751: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883237.12776: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.13012: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.13256: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883237.13437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a06570> # zipimport: zlib available <<< 9574 1726883237.14059: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.14797: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.14907: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15020: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883237.15047: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15104: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15159: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883237.15186: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15294: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15425: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883237.15454: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15481: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15495: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883237.15522: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15584: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.15656: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 9574 1726883237.16235: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.16447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883237.16535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883237.16642: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883237.16662: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a07aa0> <<< 9574 1726883237.16689: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.16801: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.16910: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883237.17041: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883237.17075: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883237.17098: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.17167: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.17237: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.17326: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.17428: 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 <<< 9574 1726883237.17493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883237.17734: 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 0x7fec38a12360> <<< 9574 1726883237.17942: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a0f380> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883237.18011: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.18059: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.18116: 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' <<< 9574 1726883237.18160: 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 <<< 9574 1726883237.18201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883237.18232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883237.18320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883237.18357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883237.18388: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883237.18484: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b02bd0> <<< 9574 1726883237.18554: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392368a0> <<< 9574 1726883237.18671: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a12330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a06690> <<< 9574 1726883237.18690: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883237.18718: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.18937: stdout chunk (state=3): >>># 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 <<< 9574 1726883237.19075: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883237.19331: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 9574 1726883237.19356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883237.19394: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391bb0e0> <<< 9574 1726883237.19665: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883238.89074: stdout chunk (state=3): >>> {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["update-ca-trust", "extract"], "start": "2024-09-20 21:47:17.196693", "end": "2024-09-20 21:47:18.889439", "delta": "0:00:01.692746", "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}}} <<< 9574 1726883238.89127: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883238.89817: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883238.89846: 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 <<< 9574 1726883238.89864: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr <<< 9574 1726883238.89882: 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 <<< 9574 1726883238.89904: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.89913: 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 <<< 9574 1726883238.90073: 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 # 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 <<< 9574 1726883238.90092: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.90108: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.90133: 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 <<< 9574 1726883238.90150: 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 <<< 9574 1726883238.90153: stdout chunk (state=3): >>># cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro <<< 9574 1726883238.90159: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.90331: 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 <<< 9574 1726883238.90528: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883238.90551: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883238.90590: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 9574 1726883238.90613: stdout chunk (state=3): >>># destroy _blake2 <<< 9574 1726883238.90636: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 9574 1726883238.90650: stdout chunk (state=3): >>># destroy zipfile._path <<< 9574 1726883238.90671: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 9574 1726883238.90690: stdout chunk (state=3): >>># destroy ipaddress <<< 9574 1726883238.90738: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883238.90763: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883238.90772: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib <<< 9574 1726883238.90796: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder <<< 9574 1726883238.90803: stdout chunk (state=3): >>># destroy json.scanner <<< 9574 1726883238.90824: stdout chunk (state=3): >>># destroy _json # destroy grp <<< 9574 1726883238.90847: stdout chunk (state=3): >>># destroy encodings <<< 9574 1726883238.90865: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883238.90889: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 9574 1726883238.91006: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux <<< 9574 1726883238.91019: stdout chunk (state=3): >>># destroy shutil <<< 9574 1726883238.91047: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 9574 1726883238.91065: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883238.91121: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 9574 1726883238.91151: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 9574 1726883238.91169: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket <<< 9574 1726883238.91172: stdout chunk (state=3): >>># cleanup[3] wiping systemd.id128 <<< 9574 1726883238.91228: 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 # 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<<< 9574 1726883238.91254: stdout chunk (state=3): >>> <<< 9574 1726883238.91258: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect <<< 9574 1726883238.91274: stdout chunk (state=3): >>># cleanup[3] wiping math <<< 9574 1726883238.91313: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct <<< 9574 1726883238.91318: stdout chunk (state=3): >>># cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 9574 1726883238.91351: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 9574 1726883238.91357: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 9574 1726883238.91393: stdout chunk (state=3): >>> # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 9574 1726883238.91399: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools<<< 9574 1726883238.91437: 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 <<< 9574 1726883238.91644: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.91744: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 9574 1726883238.91750: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883238.91785: stdout chunk (state=3): >>> <<< 9574 1726883238.91788: stdout chunk (state=3): >>># destroy platform <<< 9574 1726883238.91818: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath <<< 9574 1726883238.91876: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib<<< 9574 1726883238.91892: stdout chunk (state=3): >>> <<< 9574 1726883238.91902: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 9574 1726883238.91956: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 9574 1726883238.92023: 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 # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path<<< 9574 1726883238.92048: stdout chunk (state=3): >>> # clear sys.modules <<< 9574 1726883238.92131: stdout chunk (state=3): >>># destroy _frozen_importlib <<< 9574 1726883238.92186: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 9574 1726883238.92200: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 9574 1726883238.92210: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 <<< 9574 1726883238.92215: stdout chunk (state=3): >>># destroy _codecs <<< 9574 1726883238.92248: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings<<< 9574 1726883238.92262: stdout chunk (state=3): >>> # destroy weakref # destroy collections # destroy threading <<< 9574 1726883238.92274: stdout chunk (state=3): >>># destroy atexit <<< 9574 1726883238.92303: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883238.92308: stdout chunk (state=3): >>># destroy time<<< 9574 1726883238.92352: stdout chunk (state=3): >>> # destroy _random<<< 9574 1726883238.92363: stdout chunk (state=3): >>> <<< 9574 1726883238.92369: stdout chunk (state=3): >>># destroy _weakref <<< 9574 1726883238.92748: stdout chunk (state=3): >>># 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 <<< 9574 1726883238.93881: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883238.93909: stderr chunk (state=3): >>><<< 9574 1726883238.93912: stdout chunk (state=3): >>><<< 9574 1726883238.93989: _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 0x7fec396183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec395e7a10> # /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 0x7fec3961a960> 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 0x7fec3942cfe0> # /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 0x7fec3942df10> 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 0x7fec3946bd40> # /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 0x7fec3946bf80> # /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 0x7fec394a3770> # /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 0x7fec394a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39483a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39481130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39468ef0> # /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 0x7fec394c3770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394c2390> # /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 0x7fec39482120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394c0b60> # /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 0x7fec394f8740> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39468170> # /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 0x7fec394f8bf0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f8aa0> # 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 0x7fec394f8e90> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39466c90> # /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 0x7fec394f9580> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394f9250> 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 0x7fec394fa450> 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 0x7fec39514650> 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 0x7fec39515d90> # /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 0x7fec39516c30> # 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 0x7fec39517290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39516180> # /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 0x7fec39517d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec39517440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394fa480> # /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 0x7fec392a3c50> # /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 0x7fec392cc680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cc3e0> # 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 0x7fec392cc6b0> # /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 0x7fec392ccfe0> # 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 0x7fec392cd9d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cc890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392a1df0> # /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 0x7fec392cede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cdb20> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec394fab70> # /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 0x7fec392fb140> # /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 0x7fec3931f500> # /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 0x7fec3937c2c0> # /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 0x7fec3937ea20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3937c3e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec393492b0> # /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 0x7fec39181400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec3931e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392cfd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fec3931e900> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_shtzpays/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 0x7fec391d7110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391ba000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391b9160> # 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 0x7fec391d4fe0> # /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 0x7fec391feb10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391fe8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391fe1b0> # /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 0x7fec391fec00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec391d7da0> 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 0x7fec391ff800> # 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 0x7fec391ffa40> # /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 0x7fec391fff80> 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 0x7fec38b15d30> # 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 0x7fec38b17950> # /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 0x7fec38b18350> # /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 0x7fec38b194f0> # /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 0x7fec38b1bf80> # 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 0x7fec38b202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b1a240> # /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 0x7fec38b23e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b22930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b22690> # /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 0x7fec38b22ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b1a750> # 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 0x7fec38b6ba70> # /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 0x7fec38b6c0e0> # /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 0x7fec38b6dcd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6da90> # /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 0x7fec38b70260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6e390> # /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 0x7fec38b739e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b703e0> # 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 0x7fec38b74d10> # 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 0x7fec38b74890> # 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 0x7fec38b74e30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b6c3e0> # /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 0x7fec38a00470> # 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 0x7fec38a01790> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b76c60> # 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 0x7fec38b77fe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38b76840> # 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 0x7fec38a059d0> # /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 0x7fec38a067b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a01940> 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 0x7fec38a06570> # 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 0x7fec38a07aa0> # 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 0x7fec38a12360> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a0f380> 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 0x7fec38b02bd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec392368a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a12330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fec38a06690> # 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 0x7fec391bb0e0> # zipimport: zlib available {"changed": true, "stdout": "", "stderr": "", "rc": 0, "cmd": ["update-ca-trust", "extract"], "start": "2024-09-20 21:47:17.196693", "end": "2024-09-20 21:47:18.889439", "delta": "0:00:01.692746", "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883238.94478: 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-1726883236.6282294-9951-157784029277283/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883238.94482: _low_level_execute_command(): starting 9574 1726883238.94484: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883236.6282294-9951-157784029277283/ > /dev/null 2>&1 && sleep 0' 9574 1726883238.94672: 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 <<< 9574 1726883238.94675: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883238.94678: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883238.94680: 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 <<< 9574 1726883238.94682: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883238.94723: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883238.94735: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883238.94802: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883238.99699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883238.99728: stderr chunk (state=3): >>><<< 9574 1726883238.99732: stdout chunk (state=3): >>><<< 9574 1726883238.99752: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883238.99758: handler run complete 9574 1726883238.99776: Evaluated conditional (False): False 9574 1726883238.99783: attempt loop complete, returning result 9574 1726883238.99786: _execute() done 9574 1726883238.99788: dumping result to json 9574 1726883238.99794: done dumping result, returning 9574 1726883238.99801: done running TaskExecutor() for managed_node2/TASK: Update system certificates store [0affc0aa-4893-214d-52b4-000000000021] 9574 1726883238.99806: sending task result for task 0affc0aa-4893-214d-52b4-000000000021 9574 1726883238.99899: done sending task result for task 0affc0aa-4893-214d-52b4-000000000021 9574 1726883238.99902: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "cmd": [ "update-ca-trust", "extract" ], "delta": "0:00:01.692746", "end": "2024-09-20 21:47:18.889439", "rc": 0, "start": "2024-09-20 21:47:17.196693" } 9574 1726883239.00036: no more pending results, returning what we have 9574 1726883239.00039: results queue empty 9574 1726883239.00041: checking for any_errors_fatal 9574 1726883239.00046: done checking for any_errors_fatal 9574 1726883239.00046: checking for max_fail_percentage 9574 1726883239.00048: done checking for max_fail_percentage 9574 1726883239.00048: checking to see if all hosts have failed and the running result is not ok 9574 1726883239.00049: done checking to see if all hosts have failed 9574 1726883239.00050: getting the remaining hosts for this loop 9574 1726883239.00051: done getting the remaining hosts for this loop 9574 1726883239.00055: getting the next task for host managed_node2 9574 1726883239.00059: done getting next task for host managed_node2 9574 1726883239.00062: ^ task is: TASK: Wait for started Candlepin 9574 1726883239.00064: ^ 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 9574 1726883239.00067: getting variables 9574 1726883239.00068: in VariableManager get_vars() 9574 1726883239.00088: Calling all_inventory to load vars for managed_node2 9574 1726883239.00091: Calling groups_inventory to load vars for managed_node2 9574 1726883239.00093: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883239.00103: Calling all_plugins_play to load vars for managed_node2 9574 1726883239.00105: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883239.00107: Calling groups_plugins_play to load vars for managed_node2 9574 1726883239.00158: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883239.00183: done with get_vars() 9574 1726883239.00188: done getting variables 9574 1726883239.00263: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:19 -0400 (0:00:02.460) 0:00:18.402 ****** 9574 1726883239.00283: entering _queue_task() for managed_node2/uri 9574 1726883239.00284: Creating lock for uri 9574 1726883239.00496: worker is 1 (out of 1 available) 9574 1726883239.00509: exiting _queue_task() for managed_node2/uri 9574 1726883239.00520: done queuing things up, now waiting for results queue to drain 9574 1726883239.00521: waiting for pending results... 9574 1726883239.00671: running TaskExecutor() for managed_node2/TASK: Wait for started Candlepin 9574 1726883239.00746: in run() - task 0affc0aa-4893-214d-52b4-000000000022 9574 1726883239.00758: variable 'ansible_search_path' from source: unknown 9574 1726883239.00761: variable 'ansible_search_path' from source: unknown 9574 1726883239.00788: calling self._execute() 9574 1726883239.00843: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883239.00847: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883239.00857: variable 'omit' from source: magic vars 9574 1726883239.01196: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883239.02813: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883239.02864: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883239.02891: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883239.02926: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883239.02951: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883239.03010: 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) 9574 1726883239.03030: 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) 9574 1726883239.03053: 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) 9574 1726883239.03080: 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) 9574 1726883239.03090: 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) 9574 1726883239.03181: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883239.03203: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883239.03209: variable 'omit' from source: magic vars 9574 1726883239.03245: variable 'omit' from source: magic vars 9574 1726883239.03271: variable '_cp_url' from source: set_fact 9574 1726883239.03327: variable '_cp_url' from source: set_fact 9574 1726883239.03348: variable 'omit' from source: magic vars 9574 1726883239.03368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883239.03390: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883239.03403: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883239.03416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883239.03425: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883239.03441: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883239.03454: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883239.03477: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883239.03480: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883239.03483: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883239.03557: Set connection var ansible_connection to ssh 9574 1726883239.03561: Set connection var ansible_shell_type to sh 9574 1726883239.03566: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883239.03575: Set connection var ansible_timeout to 10 9574 1726883239.03583: Set connection var ansible_shell_executable to /bin/sh 9574 1726883239.03586: Set connection var ansible_pipelining to False 9574 1726883239.03604: variable 'ansible_shell_executable' from source: unknown 9574 1726883239.03607: variable 'ansible_connection' from source: unknown 9574 1726883239.03609: variable 'ansible_module_compression' from source: unknown 9574 1726883239.03611: variable 'ansible_shell_type' from source: unknown 9574 1726883239.03614: variable 'ansible_shell_executable' from source: unknown 9574 1726883239.03618: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883239.03622: variable 'ansible_pipelining' from source: unknown 9574 1726883239.03624: variable 'ansible_timeout' from source: unknown 9574 1726883239.03628: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883239.03703: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883239.03711: variable 'omit' from source: magic vars 9574 1726883239.03722: starting attempt loop 9574 1726883239.03725: running the handler 9574 1726883239.03735: _low_level_execute_command(): starting 9574 1726883239.03743: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883239.04219: 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 <<< 9574 1726883239.04234: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.04254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.04302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883239.04306: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883239.04316: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883239.04374: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883239.08665: stdout chunk (state=3): >>>/root <<< 9574 1726883239.08890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883239.08920: stderr chunk (state=3): >>><<< 9574 1726883239.08924: stdout chunk (state=3): >>><<< 9574 1726883239.08949: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883239.08964: _low_level_execute_command(): starting 9574 1726883239.08969: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341 `" && echo ansible-tmp-1726883239.0895188-9984-126215330605341="` echo /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341 `" ) && sleep 0' 9574 1726883239.09415: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883239.09419: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883239.09450: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.09454: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883239.09456: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.09505: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883239.09509: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883239.09518: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883239.09586: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883239.14968: stdout chunk (state=3): >>>ansible-tmp-1726883239.0895188-9984-126215330605341=/root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341 <<< 9574 1726883239.15081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883239.15107: stderr chunk (state=3): >>><<< 9574 1726883239.15110: stdout chunk (state=3): >>><<< 9574 1726883239.15126: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883239.0895188-9984-126215330605341=/root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883239.15165: variable 'ansible_module_compression' from source: unknown 9574 1726883239.15214: ANSIBALLZ: Using generic lock for ansible.legacy.uri 9574 1726883239.15218: ANSIBALLZ: Acquiring lock 9574 1726883239.15220: ANSIBALLZ: Lock acquired: 140291073656976 9574 1726883239.15222: ANSIBALLZ: Creating module 9574 1726883239.24805: ANSIBALLZ: Writing module into payload 9574 1726883239.24901: ANSIBALLZ: Writing module 9574 1726883239.24920: ANSIBALLZ: Renaming module 9574 1726883239.24927: ANSIBALLZ: Done creating module 9574 1726883239.24947: variable 'ansible_facts' from source: unknown 9574 1726883239.25000: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py 9574 1726883239.25104: Sending initial data 9574 1726883239.25107: Sent initial data (150 bytes) 9574 1726883239.25577: 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 <<< 9574 1726883239.25580: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.25583: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883239.25585: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883239.25587: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.25635: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883239.25639: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883239.25644: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883239.25709: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883239.30406: 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 <<< 9574 1726883239.30462: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883239.30514: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpijwpltff /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py <<< 9574 1726883239.30518: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py" <<< 9574 1726883239.30564: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpijwpltff" to remote "/root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py" <<< 9574 1726883239.30568: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py" <<< 9574 1726883239.31422: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883239.31470: stderr chunk (state=3): >>><<< 9574 1726883239.31474: stdout chunk (state=3): >>><<< 9574 1726883239.31493: done transferring module to remote 9574 1726883239.31506: _low_level_execute_command(): starting 9574 1726883239.31509: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/ /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py && sleep 0' 9574 1726883239.31984: 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 <<< 9574 1726883239.31988: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883239.31991: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 <<< 9574 1726883239.31993: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.32036: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883239.32052: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883239.32113: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883239.37099: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883239.37125: stderr chunk (state=3): >>><<< 9574 1726883239.37128: stdout chunk (state=3): >>><<< 9574 1726883239.37152: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883239.37155: _low_level_execute_command(): starting 9574 1726883239.37157: _low_level_execute_command(): using become for this command 9574 1726883239.37169: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zsvcmyzdbskzhktncncqaensflojbwlk ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883239.37256: Initial state: awaiting_escalation: BECOME-SUCCESS-zsvcmyzdbskzhktncncqaensflojbwlk 9574 1726883239.37656: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883239.37660: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883239.37700: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883239.37703: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883239.37708: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883239.37768: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883239.46072: stdout chunk (state=1): >>>BECOME-SUCCESS-zsvcmyzdbskzhktncncqaensflojbwlk <<< 9574 1726883239.46077: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zsvcmyzdbskzhktncncqaensflojbwlk' 9574 1726883239.46993: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883239.47047: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883239.47088: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883239.47097: stdout chunk (state=3): >>>import '_warnings' # <<< 9574 1726883239.47437: stdout chunk (state=3): >>>import '_weakref' # import '_io' # import 'marshal' # <<< 9574 1726883239.47459: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883239.47506: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883239.47554: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883239.47574: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883239.47652: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883239.47671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.47705: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883239.47964: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883239.48020: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883239.48056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883239.48145: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f3103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f2dfa10> # /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 0x7f012f312960> <<< 9574 1726883239.48154: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883239.48191: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883239.48208: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883239.48243: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883239.48293: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883239.48303: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883239.48742: stdout chunk (state=3): >>>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' <<< 9574 1726883239.48764: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883239.48784: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883239.48822: 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 <<< 9574 1726883239.48848: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883239.48880: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f0e4fe0> <<< 9574 1726883239.49135: 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 <<< 9574 1726883239.49162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.49184: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f0e5f10> <<< 9574 1726883239.49228: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883239.49337: 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. <<< 9574 1726883239.49889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883239.49923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883239.49957: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883239.49982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.50235: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883239.50284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883239.50338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883239.50354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883239.50372: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f123d40> <<< 9574 1726883239.50395: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883239.50420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883239.50459: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883239.50464: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f123f80> <<< 9574 1726883239.50485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883239.50521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883239.50553: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883239.50620: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.50851: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883239.50887: 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' <<< 9574 1726883239.50890: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f15b770> <<< 9574 1726883239.50913: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883239.50951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f15be00> <<< 9574 1726883239.51018: stdout chunk (state=3): >>>import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f13ba10> <<< 9574 1726883239.51070: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f139130> <<< 9574 1726883239.51202: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f120ef0> <<< 9574 1726883239.51439: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883239.51477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883239.51508: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883239.51645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883239.51648: 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 0x7f012f17f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f17e390> # /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 0x7f012f13a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f17cb60> <<< 9574 1726883239.51721: 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' <<< 9574 1726883239.51731: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b07a0> <<< 9574 1726883239.51739: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f120170> <<< 9574 1726883239.51767: 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' <<< 9574 1726883239.51806: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.51810: 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 0x7f012f1b0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b0b00> <<< 9574 1726883239.52069: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.52076: 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 0x7f012f1b0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f11ec90> <<< 9574 1726883239.52123: 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' <<< 9574 1726883239.52157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883239.52203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883239.52214: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b1550> <<< 9574 1726883239.52219: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b1220> <<< 9574 1726883239.52266: 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' <<< 9574 1726883239.52290: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b2420> <<< 9574 1726883239.52307: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883239.52350: stdout chunk (state=3): >>>import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883239.52393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883239.52536: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883239.52543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1cc650> <<< 9574 1726883239.52645: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883239.52681: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.52686: 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 0x7f012f1cdd90> <<< 9574 1726883239.52717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883239.52735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883239.52768: 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' <<< 9574 1726883239.52821: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1cec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.52824: 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 0x7f012f1cf290> <<< 9574 1726883239.52938: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1ce180> <<< 9574 1726883239.53066: 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' <<< 9574 1726883239.53121: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.53124: 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 0x7f012f1cfd10> <<< 9574 1726883239.53149: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1cf440> <<< 9574 1726883239.53349: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b2480> # /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 0x7f012eeffc50> # /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' <<< 9574 1726883239.53388: 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 0x7f012ef28740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef284a0> <<< 9574 1726883239.53421: 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' <<< 9574 1726883239.53426: stdout chunk (state=3): >>>import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012ef28680> <<< 9574 1726883239.53664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883239.53668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883239.53770: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.53951: 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 0x7f012ef29010> <<< 9574 1726883239.54368: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.54374: 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 0x7f012ef299d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef288c0> <<< 9574 1726883239.54402: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012eefddf0> <<< 9574 1726883239.54431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883239.54642: 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 0x7f012ef2ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef29880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b2b70> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883239.54853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.54880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883239.54927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883239.55031: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef530b0> # /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883239.55253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.55279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883239.55309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883239.55369: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef7b470> <<< 9574 1726883239.55398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883239.55539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 9574 1726883239.55573: 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 0x7f012efd8200> <<< 9574 1726883239.55597: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883239.55841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883239.55875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883239.55933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883239.56070: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012efda960> <<< 9574 1726883239.56187: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012efd8320> <<< 9574 1726883239.56236: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012efa5220> <<< 9574 1726883239.56471: 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 0x7f012e915340> <<< 9574 1726883239.56688: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef7a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef2bcb0> <<< 9574 1726883239.56694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883239.56837: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f012ef7a5d0> <<< 9574 1726883239.57244: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload__x09dy63/ansible_ansible.legacy.uri_payload.zip' # zipimport: zlib available <<< 9574 1726883239.57308: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.57844: 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 # 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 0x7f012e96f0e0> import '_typing' # <<< 9574 1726883239.58548: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e94dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e94d160> # zipimport: zlib available import 'ansible' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 9574 1726883239.61261: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.64070: 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 0x7f012e96d3d0> # /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' <<< 9574 1726883239.64100: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883239.64120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883239.64163: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883239.64172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883239.64220: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64237: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64253: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e996ab0> <<< 9574 1726883239.64315: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e996840> <<< 9574 1726883239.64370: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e996150> <<< 9574 1726883239.64409: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py<<< 9574 1726883239.64415: stdout chunk (state=3): >>> <<< 9574 1726883239.64442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883239.64647: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e996c00> <<< 9574 1726883239.64655: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e96fd70> <<< 9574 1726883239.64679: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883239.64722: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64745: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64753: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e9977d0> <<< 9574 1726883239.64793: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64812: stdout chunk (state=3): >>># extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.64819: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e9979e0> <<< 9574 1726883239.64859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883239.65058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 9574 1726883239.65127: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e997f20> <<< 9574 1726883239.65434: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883239.65648: stdout chunk (state=3): >>># /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 0x7f012e801ca0> # 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 0x7f012e8038c0> # /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 0x7f012e8042c0> # /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' <<< 9574 1726883239.65673: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e805460> <<< 9574 1726883239.65707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883239.65770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883239.65961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883239.65974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883239.66110: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e807ec0> # extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.66122: 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 0x7f012ef53020> <<< 9574 1726883239.66165: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e806180> <<< 9574 1726883239.66200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883239.66277: 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 <<< 9574 1726883239.66295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883239.66333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883239.66404: 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 <<< 9574 1726883239.66421: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 9574 1726883239.66539: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e813e60> <<< 9574 1726883239.66547: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883239.66577: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e812930> <<< 9574 1726883239.66593: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e8126c0> <<< 9574 1726883239.66623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883239.66648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883239.66780: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e812c00> <<< 9574 1726883239.66831: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e806690> <<< 9574 1726883239.66918: 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 0x7f012e857ef0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py <<< 9574 1726883239.66933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e858230> <<< 9574 1726883239.66973: 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 <<< 9574 1726883239.67034: stdout chunk (state=3): >>># 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 <<< 9574 1726883239.67047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 9574 1726883239.67097: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.67135: 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 0x7f012e859cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e859a90> <<< 9574 1726883239.67155: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883239.67537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883239.67554: 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 0x7f012e85c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e85a3c0> # /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' # <<< 9574 1726883239.67605: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e85fa40> <<< 9574 1726883239.67808: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e85c410> <<< 9574 1726883239.67901: 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' <<< 9574 1726883239.67916: 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 0x7f012e860aa0> <<< 9574 1726883239.67965: 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' <<< 9574 1726883239.67992: 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 0x7f012e860b30><<< 9574 1726883239.67995: stdout chunk (state=3): >>> <<< 9574 1726883239.68066: 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'<<< 9574 1726883239.68069: stdout chunk (state=3): >>> <<< 9574 1726883239.68103: 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 0x7f012e860ce0><<< 9574 1726883239.68108: stdout chunk (state=3): >>> <<< 9574 1726883239.68148: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e858440> <<< 9574 1726883239.68188: 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<<< 9574 1726883239.68213: stdout chunk (state=3): >>> <<< 9574 1726883239.68220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883239.68261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py<<< 9574 1726883239.68266: stdout chunk (state=3): >>> <<< 9574 1726883239.68314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc'<<< 9574 1726883239.68319: stdout chunk (state=3): >>> <<< 9574 1726883239.68370: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883239.68375: stdout chunk (state=3): >>> <<< 9574 1726883239.68423: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883239.68427: stdout chunk (state=3): >>> <<< 9574 1726883239.68449: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e6f0350><<< 9574 1726883239.68457: stdout chunk (state=3): >>> <<< 9574 1726883239.68703: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883239.68708: stdout chunk (state=3): >>> <<< 9574 1726883239.68734: stdout chunk (state=3): >>># extension module 'array' executed from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883239.68752: stdout chunk (state=3): >>> import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e6f1370><<< 9574 1726883239.68777: stdout chunk (state=3): >>> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e862ae0><<< 9574 1726883239.68782: stdout chunk (state=3): >>> <<< 9574 1726883239.68825: 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'<<< 9574 1726883239.68841: 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'<<< 9574 1726883239.68860: stdout chunk (state=3): >>> import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e863e90><<< 9574 1726883239.68879: stdout chunk (state=3): >>> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e862720> <<< 9574 1726883239.68931: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.68938: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.68964: stdout chunk (state=3): >>> import 'ansible.module_utils.compat' # <<< 9574 1726883239.68969: stdout chunk (state=3): >>> <<< 9574 1726883239.69035: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.69238: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.69275: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.69303: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883239.69310: stdout chunk (state=3): >>> <<< 9574 1726883239.69326: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883239.69364: stdout chunk (state=3): >>> <<< 9574 1726883239.69366: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.69401: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.69410: stdout chunk (state=3): >>> <<< 9574 1726883239.69450: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available<<< 9574 1726883239.69455: stdout chunk (state=3): >>> <<< 9574 1726883239.69644: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.69734: stdout chunk (state=3): >>> <<< 9574 1726883239.69853: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.70795: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.71683: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883239.71718: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 9574 1726883239.71723: stdout chunk (state=3): >>> <<< 9574 1726883239.71754: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883239.71770: stdout chunk (state=3): >>> <<< 9574 1726883239.71777: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883239.71824: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py<<< 9574 1726883239.71831: stdout chunk (state=3): >>> <<< 9574 1726883239.71867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883239.71934: stdout chunk (state=3): >>> <<< 9574 1726883239.71965: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so'<<< 9574 1726883239.71982: stdout chunk (state=3): >>> <<< 9574 1726883239.72002: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.72006: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e6f5580> <<< 9574 1726883239.72138: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py<<< 9574 1726883239.72147: stdout chunk (state=3): >>> <<< 9574 1726883239.72167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc'<<< 9574 1726883239.72172: stdout chunk (state=3): >>> <<< 9574 1726883239.72221: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f1ee0><<< 9574 1726883239.72225: stdout chunk (state=3): >>> <<< 9574 1726883239.72321: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883239.72328: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.72368: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.72373: stdout chunk (state=3): >>> <<< 9574 1726883239.72404: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883239.72411: stdout chunk (state=3): >>> <<< 9574 1726883239.72437: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.72535: stdout chunk (state=3): >>> <<< 9574 1726883239.72680: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.72685: stdout chunk (state=3): >>> <<< 9574 1726883239.72937: 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'<<< 9574 1726883239.72943: stdout chunk (state=3): >>> <<< 9574 1726883239.72972: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f60f0><<< 9574 1726883239.72974: stdout chunk (state=3): >>> <<< 9574 1726883239.73035: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.73748: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.74465: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.74587: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.74705: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883239.74785: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883239.74848: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883239.74853: stdout chunk (state=3): >>> <<< 9574 1726883239.74891: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.74894: stdout chunk (state=3): >>> <<< 9574 1726883239.75011: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.75017: stdout chunk (state=3): >>> <<< 9574 1726883239.75138: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883239.75171: stdout chunk (state=3): >>> <<< 9574 1726883239.75178: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.75211: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.75216: stdout chunk (state=3): >>> <<< 9574 1726883239.75262: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883239.75267: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.75383: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883239.75388: stdout chunk (state=3): >>> <<< 9574 1726883239.75421: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.75426: stdout chunk (state=3): >>> <<< 9574 1726883239.75801: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.75806: stdout chunk (state=3): >>> <<< 9574 1726883239.76184: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py<<< 9574 1726883239.76235: stdout chunk (state=3): >>> <<< 9574 1726883239.76300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc'<<< 9574 1726883239.76306: stdout chunk (state=3): >>> <<< 9574 1726883239.76339: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883239.76459: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f7500><<< 9574 1726883239.76464: stdout chunk (state=3): >>> <<< 9574 1726883239.76602: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available<<< 9574 1726883239.76607: stdout chunk (state=3): >>> <<< 9574 1726883239.76714: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883239.76724: stdout chunk (state=3): >>> <<< 9574 1726883239.76749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 9574 1726883239.76752: stdout chunk (state=3): >>> <<< 9574 1726883239.76773: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 9574 1726883239.76781: stdout chunk (state=3): >>> <<< 9574 1726883239.76801: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883239.76849: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.77013: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.77081: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883239.77085: stdout chunk (state=3): >>> <<< 9574 1726883239.77115: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.77120: stdout chunk (state=3): >>> <<< 9574 1726883239.77189: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.77265: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883239.77272: stdout chunk (state=3): >>> <<< 9574 1726883239.77365: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.77371: stdout chunk (state=3): >>> <<< 9574 1726883239.77479: 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<<< 9574 1726883239.77487: stdout chunk (state=3): >>> <<< 9574 1726883239.77564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883239.77570: stdout chunk (state=3): >>> <<< 9574 1726883239.77712: 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'<<< 9574 1726883239.77716: stdout chunk (state=3): >>> <<< 9574 1726883239.77717: 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'<<< 9574 1726883239.77743: stdout chunk (state=3): >>> import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012e702000><<< 9574 1726883239.77822: stdout chunk (state=3): >>> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6ff050> <<< 9574 1726883239.77875: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883239.77878: stdout chunk (state=3): >>> <<< 9574 1726883239.77898: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883239.77902: stdout chunk (state=3): >>> <<< 9574 1726883239.77934: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.78045: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.78051: stdout chunk (state=3): >>> <<< 9574 1726883239.78151: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.78203: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883239.78207: stdout chunk (state=3): >>> <<< 9574 1726883239.78273: 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<<< 9574 1726883239.78286: stdout chunk (state=3): >>> <<< 9574 1726883239.78300: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'<<< 9574 1726883239.78305: stdout chunk (state=3): >>> <<< 9574 1726883239.78349: 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<<< 9574 1726883239.78390: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc'<<< 9574 1726883239.78398: stdout chunk (state=3): >>> <<< 9574 1726883239.78433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py<<< 9574 1726883239.78438: stdout chunk (state=3): >>> <<< 9574 1726883239.78531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc'<<< 9574 1726883239.78538: stdout chunk (state=3): >>> <<< 9574 1726883239.78607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py<<< 9574 1726883239.78646: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883239.78750: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7ee6c0> <<< 9574 1726883239.78822: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e9ca3c0><<< 9574 1726883239.78944: stdout chunk (state=3): >>> <<< 9574 1726883239.78957: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f5100><<< 9574 1726883239.78974: stdout chunk (state=3): >>> <<< 9574 1726883239.78980: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e860e90><<< 9574 1726883239.78983: stdout chunk (state=3): >>> <<< 9574 1726883239.79015: stdout chunk (state=3): >>># destroy ansible.module_utils.distro <<< 9574 1726883239.79020: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 9574 1726883239.79057: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.79062: stdout chunk (state=3): >>> <<< 9574 1726883239.79111: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.79115: stdout chunk (state=3): >>> <<< 9574 1726883239.79163: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883239.79175: stdout chunk (state=3): >>> <<< 9574 1726883239.79188: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883239.79277: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883239.79282: stdout chunk (state=3): >>> <<< 9574 1726883239.79307: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.79344: stdout chunk (state=3): >>> # zipimport: zlib available<<< 9574 1726883239.79350: stdout chunk (state=3): >>> <<< 9574 1726883239.79398: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883239.79837: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.79842: stdout chunk (state=3): >>> <<< 9574 1726883239.80245: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883239.80265: stdout chunk (state=3): >>> import 'ansible.module_utils.six.moves.urllib.parse' # <<< 9574 1726883239.80270: stdout chunk (state=3): >>> <<< 9574 1726883239.80342: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.80361: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.80366: stdout chunk (state=3): >>> <<< 9574 1726883239.80419: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883239.80423: stdout chunk (state=3): >>> <<< 9574 1726883239.80455: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883239.80460: stdout chunk (state=3): >>> <<< 9574 1726883239.81848: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.82866: 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 0x7f012e7956d0> # /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 0x7f012e794260> # /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 0x7f012e794950> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e794500> # /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' <<< 9574 1726883239.82905: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7955b0> <<< 9574 1726883239.82937: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883239.82954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 9574 1726883239.82984: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883239.82999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883239.83035: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883239.83062: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883239.83094: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883239.83125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883239.83159: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883239.83179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883239.83218: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e77ce60> <<< 9574 1726883239.83255: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py<<< 9574 1726883239.83265: stdout chunk (state=3): >>> <<< 9574 1726883239.83287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' <<< 9574 1726883239.83290: stdout chunk (state=3): >>>import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e77d5b0> <<< 9574 1726883239.83332: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883239.83353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883239.83372: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32a420> <<< 9574 1726883239.83455: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e796d80> <<< 9574 1726883239.83487: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883239.83517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883239.83642: 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' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883239.83711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883239.83814: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32cef0> <<< 9574 1726883239.83835: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32bad0> <<< 9574 1726883239.83889: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32ae70> <<< 9574 1726883239.83921: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7961e0> <<< 9574 1726883239.83955: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883239.84011: stdout chunk (state=3): >>># 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 <<< 9574 1726883239.84099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883239.84135: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883239.84153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883239.84334: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e360fb0> <<< 9574 1726883239.84400: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3551c0> <<< 9574 1726883239.84600: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32b920> <<< 9574 1726883239.84633: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883239.84657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883239.84688: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883239.84952: stdout chunk (state=3): >>># 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 0x7f012e3a4da0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e362d50> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e354d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e795ca0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e795640> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7952b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7942c0> # /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 0x7f012e795670> # /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' <<< 9574 1726883239.84987: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a5460> <<< 9574 1726883239.85011: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a5070> <<< 9574 1726883239.85048: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883239.85071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883239.85177: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a5d00> <<< 9574 1726883239.85214: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883239.85266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883239.85353: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883239.85411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883239.85518: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883239.85651: 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 0x7f012e3ab710> <<< 9574 1726883239.85958: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a8ce0> <<< 9574 1726883239.86001: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a6900> <<< 9574 1726883239.86042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883239.86068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883239.86118: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a8710> <<< 9574 1726883239.86148: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883239.86169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883239.86188: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e396cc0> <<< 9574 1726883239.86228: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883239.86237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883239.86279: 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' <<< 9574 1726883239.86320: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e397950> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e397410> <<< 9574 1726883239.86357: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883239.86530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883239.86576: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e397e30> <<< 9574 1726883239.86610: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883239.86673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883239.87048: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3c7260> <<< 9574 1726883239.87081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883239.87114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883239.87154: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e2539e0> <<< 9574 1726883239.87228: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.87436: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883239.87525: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883239.89376: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883239.89380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883239.89452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883239.89480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883239.89545: 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' <<< 9574 1726883239.89585: stdout chunk (state=3): >>>import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f012df93290> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012df91c70> <<< 9574 1726883239.89667: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012df91af0> <<< 9574 1726883256.84565: stdout chunk (state=3): >>> <<< 9574 1726883256.84573: stdout chunk (state=3): >>>{"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "cd8e33bc-c769-4166-8b73-e9399c906185", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 16, "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__ <<< 9574 1726883256.84813: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883256.84849: stdout chunk (state=3): >>># clear sys.path_hooks <<< 9574 1726883256.84871: stdout chunk (state=3): >>># clear builtins._<<< 9574 1726883256.84881: stdout chunk (state=3): >>> # clear sys.path<<< 9574 1726883256.84901: stdout chunk (state=3): >>> <<< 9574 1726883256.84906: stdout chunk (state=3): >>># clear sys.argv <<< 9574 1726883256.84935: stdout chunk (state=3): >>># clear sys.ps1 <<< 9574 1726883256.84938: stdout chunk (state=3): >>># clear sys.ps2<<< 9574 1726883256.84968: stdout chunk (state=3): >>> <<< 9574 1726883256.84979: stdout chunk (state=3): >>># clear sys.last_exc # clear sys.last_type<<< 9574 1726883256.84998: stdout chunk (state=3): >>> # clear sys.last_value<<< 9574 1726883256.85015: stdout chunk (state=3): >>> <<< 9574 1726883256.85021: stdout chunk (state=3): >>># clear sys.last_traceback<<< 9574 1726883256.85039: stdout chunk (state=3): >>> <<< 9574 1726883256.85063: stdout chunk (state=3): >>># clear sys.__interactivehook__ <<< 9574 1726883256.85069: stdout chunk (state=3): >>># clear sys.meta_path<<< 9574 1726883256.85082: stdout chunk (state=3): >>> <<< 9574 1726883256.85093: stdout chunk (state=3): >>># restore sys.stdin # restore sys.stdout<<< 9574 1726883256.85114: stdout chunk (state=3): >>> # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 9574 1726883256.85153: stdout chunk (state=3): >>># 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 <<< 9574 1726883256.85183: stdout chunk (state=3): >>># 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<<< 9574 1726883256.85215: 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<<< 9574 1726883256.85244: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85275: 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<<< 9574 1726883256.85308: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85345: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85378: stdout chunk (state=3): >>> # 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 <<< 9574 1726883256.85405: stdout chunk (state=3): >>># 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<<< 9574 1726883256.85446: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85482: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85513: 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 <<< 9574 1726883256.85543: stdout chunk (state=3): >>># 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<<< 9574 1726883256.85576: 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 # 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<<< 9574 1726883256.85613: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85647: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85677: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85705: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85746: 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 <<< 9574 1726883256.85777: stdout chunk (state=3): >>># 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<<< 9574 1726883256.85808: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85838: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85869: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.85938: stdout chunk (state=3): >>> # 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 <<< 9574 1726883256.86504: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883256.86535: stdout chunk (state=3): >>># destroy importlib.machinery<<< 9574 1726883256.86562: stdout chunk (state=3): >>> <<< 9574 1726883256.86566: stdout chunk (state=3): >>># destroy importlib._abc <<< 9574 1726883256.86576: stdout chunk (state=3): >>># destroy importlib.util<<< 9574 1726883256.86582: stdout chunk (state=3): >>> <<< 9574 1726883256.86606: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883256.86620: stdout chunk (state=3): >>> # destroy _lzma<<< 9574 1726883256.86646: stdout chunk (state=3): >>> # destroy _blake2<<< 9574 1726883256.86652: stdout chunk (state=3): >>> <<< 9574 1726883256.86674: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path<<< 9574 1726883256.86703: stdout chunk (state=3): >>> # destroy zipfile<<< 9574 1726883256.86709: stdout chunk (state=3): >>> <<< 9574 1726883256.86724: stdout chunk (state=3): >>># destroy pathlib # destroy zipfile._path.glob<<< 9574 1726883256.86761: stdout chunk (state=3): >>> # destroy fnmatch # destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath<<< 9574 1726883256.86788: stdout chunk (state=3): >>> <<< 9574 1726883256.86799: stdout chunk (state=3): >>># destroy importlib<<< 9574 1726883256.86810: stdout chunk (state=3): >>> # destroy zipimport<<< 9574 1726883256.86829: stdout chunk (state=3): >>> # destroy __main__ # destroy systemd.journal<<< 9574 1726883256.86848: stdout chunk (state=3): >>> # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder<<< 9574 1726883256.86862: stdout chunk (state=3): >>> # destroy json.encoder # destroy json.scanner<<< 9574 1726883256.86881: stdout chunk (state=3): >>> # destroy _json<<< 9574 1726883256.86896: stdout chunk (state=3): >>> # destroy grp<<< 9574 1726883256.86910: stdout chunk (state=3): >>> # destroy encodings<<< 9574 1726883256.86937: stdout chunk (state=3): >>> # destroy _locale<<< 9574 1726883256.86943: stdout chunk (state=3): >>> <<< 9574 1726883256.86975: stdout chunk (state=3): >>># destroy pwd # destroy signal <<< 9574 1726883256.86981: stdout chunk (state=3): >>># destroy fcntl <<< 9574 1726883256.87006: stdout chunk (state=3): >>># destroy select # destroy _signal<<< 9574 1726883256.87019: stdout chunk (state=3): >>> # destroy _posixsubprocess<<< 9574 1726883256.87046: stdout chunk (state=3): >>> # destroy syslog<<< 9574 1726883256.87052: stdout chunk (state=3): >>> <<< 9574 1726883256.87079: stdout chunk (state=3): >>># destroy uuid # destroy selectors<<< 9574 1726883256.87084: stdout chunk (state=3): >>> <<< 9574 1726883256.87135: stdout chunk (state=3): >>># destroy array # destroy selinux<<< 9574 1726883256.87148: stdout chunk (state=3): >>> <<< 9574 1726883256.87159: stdout chunk (state=3): >>># destroy shutil <<< 9574 1726883256.87191: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 9574 1726883256.87258: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # destroy mimetypes<<< 9574 1726883256.87267: stdout chunk (state=3): >>> # destroy netrc<<< 9574 1726883256.87287: stdout chunk (state=3): >>> <<< 9574 1726883256.87293: stdout chunk (state=3): >>># destroy gzip <<< 9574 1726883256.87311: stdout chunk (state=3): >>># destroy email.mime<<< 9574 1726883256.87317: stdout chunk (state=3): >>> <<< 9574 1726883256.87346: stdout chunk (state=3): >>># destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.base64mime<<< 9574 1726883256.87372: stdout chunk (state=3): >>> # 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<<< 9574 1726883256.87403: stdout chunk (state=3): >>> # destroy email.header # destroy random<<< 9574 1726883256.87421: stdout chunk (state=3): >>> # destroy calendar<<< 9574 1726883256.87434: stdout chunk (state=3): >>> # destroy locale<<< 9574 1726883256.87479: stdout chunk (state=3): >>> # destroy email._header_value_parser<<< 9574 1726883256.87482: stdout chunk (state=3): >>> # destroy email._encoded_words<<< 9574 1726883256.87487: stdout chunk (state=3): >>> <<< 9574 1726883256.87542: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii<<< 9574 1726883256.87582: stdout chunk (state=3): >>> # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors<<< 9574 1726883256.87585: stdout chunk (state=3): >>> <<< 9574 1726883256.87607: stdout chunk (state=3): >>># destroy http.client<<< 9574 1726883256.87613: stdout chunk (state=3): >>> # destroy http.cookiejar<<< 9574 1726883256.87646: stdout chunk (state=3): >>> # destroy errno<<< 9574 1726883256.87652: stdout chunk (state=3): >>> <<< 9574 1726883256.87679: stdout chunk (state=3): >>># destroy _ssl<<< 9574 1726883256.87685: stdout chunk (state=3): >>> <<< 9574 1726883256.87742: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket<<< 9574 1726883256.87801: stdout chunk (state=3): >>> # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883256.87804: stdout chunk (state=3): >>># destroy copy<<< 9574 1726883256.87807: stdout chunk (state=3): >>> <<< 9574 1726883256.87822: stdout chunk (state=3): >>># destroy datetime<<< 9574 1726883256.87829: stdout chunk (state=3): >>> # destroy urllib # destroy http<<< 9574 1726883256.87871: stdout chunk (state=3): >>> # destroy struct <<< 9574 1726883256.87875: stdout chunk (state=3): >>># destroy zlib<<< 9574 1726883256.87880: stdout chunk (state=3): >>> <<< 9574 1726883256.88035: stdout chunk (state=3): >>># destroy _compression <<< 9574 1726883256.88132: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna<<< 9574 1726883256.88144: stdout chunk (state=3): >>> # destroy stringprep<<< 9574 1726883256.88163: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse<<< 9574 1726883256.88182: stdout chunk (state=3): >>> # cleanup[3] wiping ansible.module_utils.six.moves.urllib<<< 9574 1726883256.88190: stdout chunk (state=3): >>> # cleanup[3] wiping selinux._selinux<<< 9574 1726883256.88212: stdout chunk (state=3): >>> # cleanup[3] wiping ctypes._endian<<< 9574 1726883256.88221: stdout chunk (state=3): >>> <<< 9574 1726883256.88251: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes <<< 9574 1726883256.88261: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves<<< 9574 1726883256.88280: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._daemon<<< 9574 1726883256.88292: stdout chunk (state=3): >>> # cleanup[3] wiping _socket<<< 9574 1726883256.88303: stdout chunk (state=3): >>> # cleanup[3] wiping systemd.id128<<< 9574 1726883256.88313: stdout chunk (state=3): >>> <<< 9574 1726883256.88321: stdout chunk (state=3): >>># cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal<<< 9574 1726883256.88341: stdout chunk (state=3): >>> # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime<<< 9574 1726883256.88360: stdout chunk (state=3): >>> # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 9574 1726883256.88382: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize <<< 9574 1726883256.88408: stdout chunk (state=3): >>># cleanup[3] wiping platform # cleanup[3] wiping atexit<<< 9574 1726883256.88414: stdout chunk (state=3): >>> <<< 9574 1726883256.88438: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 9574 1726883256.88459: stdout chunk (state=3): >>># cleanup[3] wiping ipaddress # cleanup[3] wiping contextlib # cleanup[3] wiping threading<<< 9574 1726883256.88478: stdout chunk (state=3): >>> # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib<<< 9574 1726883256.88502: stdout chunk (state=3): >>> # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings<<< 9574 1726883256.88527: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap<<< 9574 1726883256.88552: stdout chunk (state=3): >>> # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants <<< 9574 1726883256.88578: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg<<< 9574 1726883256.88604: stdout chunk (state=3): >>> # cleanup[3] wiping re._parser # cleanup[3] wiping _sre<<< 9574 1726883256.88629: stdout chunk (state=3): >>> # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 9574 1726883256.88639: stdout chunk (state=3): >>> # cleanup[3] wiping collections<<< 9574 1726883256.88654: stdout chunk (state=3): >>> # destroy _collections_abc # destroy collections.abc <<< 9574 1726883256.88676: stdout chunk (state=3): >>># cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator<<< 9574 1726883256.88693: stdout chunk (state=3): >>> # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig<<< 9574 1726883256.88715: stdout chunk (state=3): >>> # cleanup[3] wiping os # destroy posixpath<<< 9574 1726883256.88731: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath<<< 9574 1726883256.88753: stdout chunk (state=3): >>> # cleanup[3] wiping stat # cleanup[3] wiping _stat<<< 9574 1726883256.88777: stdout chunk (state=3): >>> # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8<<< 9574 1726883256.88803: 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 <<< 9574 1726883256.88836: stdout chunk (state=3): >>># cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref <<< 9574 1726883256.88857: 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<<< 9574 1726883256.88883: stdout chunk (state=3): >>> # cleanup[3] wiping builtins<<< 9574 1726883256.88888: stdout chunk (state=3): >>> <<< 9574 1726883256.88919: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader <<< 9574 1726883256.88937: stdout chunk (state=3): >>># destroy systemd._journal # destroy _datetime <<< 9574 1726883256.89260: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket<<< 9574 1726883256.89303: stdout chunk (state=3): >>> <<< 9574 1726883256.89306: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883256.89315: stdout chunk (state=3): >>> <<< 9574 1726883256.89352: stdout chunk (state=3): >>># destroy platform<<< 9574 1726883256.89383: stdout chunk (state=3): >>> # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser<<< 9574 1726883256.89397: stdout chunk (state=3): >>> # destroy tokenize<<< 9574 1726883256.89447: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib<<< 9574 1726883256.89460: stdout chunk (state=3): >>> <<< 9574 1726883256.89465: stdout chunk (state=3): >>># destroy copyreg <<< 9574 1726883256.89516: stdout chunk (state=3): >>># destroy contextlib # destroy _typing <<< 9574 1726883256.89540: stdout chunk (state=3): >>># destroy _tokenize<<< 9574 1726883256.89545: stdout chunk (state=3): >>> <<< 9574 1726883256.89565: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse<<< 9574 1726883256.89573: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error<<< 9574 1726883256.89594: 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 operator<<< 9574 1726883256.89609: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves # destroy functools<<< 9574 1726883256.89623: stdout chunk (state=3): >>> # destroy ipaddress<<< 9574 1726883256.89674: stdout chunk (state=3): >>> # destroy _frozen_importlib_external<<< 9574 1726883256.89678: stdout chunk (state=3): >>> # destroy _imp<<< 9574 1726883256.89705: stdout chunk (state=3): >>> # destroy _io<<< 9574 1726883256.89715: stdout chunk (state=3): >>> <<< 9574 1726883256.89722: stdout chunk (state=3): >>># destroy marshal <<< 9574 1726883256.89899: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs<<< 9574 1726883256.89920: stdout chunk (state=3): >>> # destroy encodings.aliases<<< 9574 1726883256.89923: stdout chunk (state=3): >>> <<< 9574 1726883256.89948: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 9574 1726883256.89954: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig<<< 9574 1726883256.89970: stdout chunk (state=3): >>> <<< 9574 1726883256.89979: stdout chunk (state=3): >>># destroy encodings.cp437 <<< 9574 1726883256.90006: stdout chunk (state=3): >>># destroy encodings.idna # destroy _codecs<<< 9574 1726883256.90015: stdout chunk (state=3): >>> <<< 9574 1726883256.90036: stdout chunk (state=3): >>># destroy io<<< 9574 1726883256.90049: stdout chunk (state=3): >>> # destroy traceback<<< 9574 1726883256.90074: stdout chunk (state=3): >>> <<< 9574 1726883256.90079: stdout chunk (state=3): >>># destroy warnings # destroy weakref<<< 9574 1726883256.90095: stdout chunk (state=3): >>> # destroy collections<<< 9574 1726883256.90115: stdout chunk (state=3): >>> # destroy threading # destroy atexit<<< 9574 1726883256.90129: stdout chunk (state=3): >>> # destroy _warnings<<< 9574 1726883256.90161: stdout chunk (state=3): >>> # destroy math # destroy _bisect # destroy time <<< 9574 1726883256.90206: stdout chunk (state=3): >>># destroy _random<<< 9574 1726883256.90211: stdout chunk (state=3): >>> # destroy _weakref<<< 9574 1726883256.90254: stdout chunk (state=3): >>> # destroy _hashlib<<< 9574 1726883256.90259: stdout chunk (state=3): >>> <<< 9574 1726883256.90289: stdout chunk (state=3): >>># destroy _operator<<< 9574 1726883256.90295: stdout chunk (state=3): >>> # destroy _sre<<< 9574 1726883256.90314: stdout chunk (state=3): >>> # destroy _string # destroy re<<< 9574 1726883256.90348: stdout chunk (state=3): >>> # destroy itertools<<< 9574 1726883256.90357: stdout chunk (state=3): >>> <<< 9574 1726883256.90376: stdout chunk (state=3): >>># destroy _abc<<< 9574 1726883256.90383: stdout chunk (state=3): >>> # destroy posix<<< 9574 1726883256.90398: stdout chunk (state=3): >>> # destroy _functools<<< 9574 1726883256.90440: stdout chunk (state=3): >>> # destroy builtins # destroy _thread # clear sys.audit hooks<<< 9574 1726883256.90446: stdout chunk (state=3): >>> <<< 9574 1726883256.91315: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883256.91349: stderr chunk (state=3): >>><<< 9574 1726883256.91352: stdout chunk (state=3): >>><<< 9574 1726883256.91434: _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 0x7f012f3103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f2dfa10> # /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 0x7f012f312960> 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 0x7f012f0e4fe0> # /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 0x7f012f0e5f10> 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 0x7f012f123d40> # /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 0x7f012f123f80> # /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 0x7f012f15b770> # /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 0x7f012f15be00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f13ba10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f139130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f120ef0> # /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 0x7f012f17f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f17e390> # /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 0x7f012f13a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f17cb60> # /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 0x7f012f1b07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f120170> # /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 0x7f012f1b0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b0b00> # 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 0x7f012f1b0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f11ec90> # /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 0x7f012f1b1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b1220> 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 0x7f012f1b2420> 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 0x7f012f1cc650> 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 0x7f012f1cdd90> # /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 0x7f012f1cec30> # 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 0x7f012f1cf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1ce180> # /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 0x7f012f1cfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1cf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b2480> # /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 0x7f012eeffc50> # /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 0x7f012ef28740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef284a0> # 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 0x7f012ef28680> # /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 0x7f012ef29010> # 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 0x7f012ef299d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef288c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012eefddf0> # /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 0x7f012ef2ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef29880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012f1b2b70> # /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 0x7f012ef530b0> # /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 0x7f012ef7b470> # /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 0x7f012efd8200> # /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 0x7f012efda960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012efd8320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012efa5220> # /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 0x7f012e915340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef7a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012ef2bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f012ef7a5d0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload__x09dy63/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 0x7f012e96f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e94dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e94d160> # 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 0x7f012e96d3d0> # /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 0x7f012e996ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e996840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e996150> # /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 0x7f012e996c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e96fd70> 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 0x7f012e9977d0> # 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 0x7f012e9979e0> # /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 0x7f012e997f20> 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 0x7f012e801ca0> # 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 0x7f012e8038c0> # /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 0x7f012e8042c0> # /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 0x7f012e805460> # /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 0x7f012e807ec0> # 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 0x7f012ef53020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e806180> # /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 0x7f012e813e60> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e812930> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e8126c0> # /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 0x7f012e812c00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e806690> # 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 0x7f012e857ef0> # /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 0x7f012e858230> # /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 0x7f012e859cd0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e859a90> # /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 0x7f012e85c260> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e85a3c0> # /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 0x7f012e85fa40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e85c410> # 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 0x7f012e860aa0> # 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 0x7f012e860b30> # 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 0x7f012e860ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e858440> # /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 0x7f012e6f0350> # 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 0x7f012e6f1370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e862ae0> # 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 0x7f012e863e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e862720> # 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 0x7f012e6f5580> # /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 0x7f012e6f6330> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f1ee0> 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 0x7f012e6f60f0> # 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 0x7f012e6f7500> # 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 0x7f012e702000> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6ff050> 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 0x7f012e7ee6c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e9ca3c0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e6f5100> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e860e90> # 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 0x7f012e7956d0> # /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 0x7f012e794260> # /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 0x7f012e794950> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e794500> # /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 0x7f012e7955b0> # /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 0x7f012e77ce60> # /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 0x7f012e77d5b0> # /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 0x7f012e32a420> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e796d80> # /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 0x7f012e32cef0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32bad0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32ae70> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7961e0> # /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 0x7f012e360fb0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3551c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e32b920> # /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 0x7f012e3a4da0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e362d50> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e354d10> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e795ca0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e795640> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7952b0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e7942c0> # /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 0x7f012e795670> # /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 0x7f012e3a5460> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a5070> # /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 0x7f012e3a5d00> # /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 0x7f012e3ab710> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a8ce0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e3a6900> # /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 0x7f012e3a8710> # /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 0x7f012e396cc0> # /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 0x7f012e397950> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012e397410> # /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 0x7f012e397e30> # /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 0x7f012e3c7260> # /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 0x7f012e2539e0> # 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 0x7f012df93290> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012df91c70> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f012df91af0> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "cd8e33bc-c769-4166-8b73-e9399c906185", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:36 GMT", "connection": "close", "cookies_string": "", "cookies": {}, "msg": "OK (unknown bytes)", "elapsed": 16, "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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 9574 1726883256.92055: 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-1726883239.0895188-9984-126215330605341/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883256.92058: _low_level_execute_command(): starting 9574 1726883256.92060: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883239.0895188-9984-126215330605341/ > /dev/null 2>&1 && sleep 0' 9574 1726883256.92157: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883256.92166: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883256.92180: 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883256.92230: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883256.92234: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883256.92303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883256.94981: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883256.94995: stderr chunk (state=3): >>><<< 9574 1726883256.94999: stdout chunk (state=3): >>><<< 9574 1726883256.95014: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883256.95020: handler run complete 9574 1726883256.95143: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883256.95266: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883256.95295: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883256.95317: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883256.95342: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883256.95395: variable 'waitresult' from source: unknown 9574 1726883256.95410: Evaluated conditional (waitresult is succeeded): True 9574 1726883256.95421: attempt loop complete, returning result 9574 1726883256.95424: _execute() done 9574 1726883256.95426: dumping result to json 9574 1726883256.95432: done dumping result, returning 9574 1726883256.95444: done running TaskExecutor() for managed_node2/TASK: Wait for started Candlepin [0affc0aa-4893-214d-52b4-000000000022] 9574 1726883256.95449: sending task result for task 0affc0aa-4893-214d-52b4-000000000022 9574 1726883256.95555: done sending task result for task 0affc0aa-4893-214d-52b4-000000000022 9574 1726883256.95558: WORKER PROCESS EXITING ok: [managed_node2] => { "attempts": 1, "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:47:36 GMT", "elapsed": 16, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "cd8e33bc-c769-4166-8b73-e9399c906185", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883256.95647: no more pending results, returning what we have 9574 1726883256.95650: results queue empty 9574 1726883256.95651: checking for any_errors_fatal 9574 1726883256.95657: done checking for any_errors_fatal 9574 1726883256.95657: checking for max_fail_percentage 9574 1726883256.95659: done checking for max_fail_percentage 9574 1726883256.95660: checking to see if all hosts have failed and the running result is not ok 9574 1726883256.95660: done checking to see if all hosts have failed 9574 1726883256.95661: getting the remaining hosts for this loop 9574 1726883256.95663: done getting the remaining hosts for this loop 9574 1726883256.95666: getting the next task for host managed_node2 9574 1726883256.95673: done getting next task for host managed_node2 9574 1726883256.95676: ^ task is: TASK: Install GPG key for RPM repositories 9574 1726883256.95678: ^ 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 9574 1726883256.95681: getting variables 9574 1726883256.95682: in VariableManager get_vars() 9574 1726883256.95710: Calling all_inventory to load vars for managed_node2 9574 1726883256.95712: Calling groups_inventory to load vars for managed_node2 9574 1726883256.95715: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883256.95725: Calling all_plugins_play to load vars for managed_node2 9574 1726883256.95727: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883256.95730: Calling groups_plugins_play to load vars for managed_node2 9574 1726883256.95779: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883256.95815: done with get_vars() 9574 1726883256.95823: 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:47:36 -0400 (0:00:17.956) 0:00:36.359 ****** 9574 1726883256.95899: entering _queue_task() for managed_node2/get_url 9574 1726883256.95900: Creating lock for get_url 9574 1726883256.96113: worker is 1 (out of 1 available) 9574 1726883256.96126: exiting _queue_task() for managed_node2/get_url 9574 1726883256.96137: done queuing things up, now waiting for results queue to drain 9574 1726883256.96139: waiting for pending results... 9574 1726883256.96285: running TaskExecutor() for managed_node2/TASK: Install GPG key for RPM repositories 9574 1726883256.96354: in run() - task 0affc0aa-4893-214d-52b4-000000000023 9574 1726883256.96368: variable 'ansible_search_path' from source: unknown 9574 1726883256.96371: variable 'ansible_search_path' from source: unknown 9574 1726883256.96396: calling self._execute() 9574 1726883256.96450: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883256.96453: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883256.96462: variable 'omit' from source: magic vars 9574 1726883256.96800: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883256.98406: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883256.98455: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883256.98492: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883256.98517: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883256.98538: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883256.98599: 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) 9574 1726883256.98619: 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) 9574 1726883256.98639: 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) 9574 1726883256.98671: 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) 9574 1726883256.98682: 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) 9574 1726883256.98770: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883256.98792: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883256.98798: variable 'omit' from source: magic vars 9574 1726883256.98829: variable 'omit' from source: magic vars 9574 1726883256.98916: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883256.98948: variable 'omit' from source: magic vars 9574 1726883256.98967: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883256.98990: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883256.99004: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883256.99016: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883256.99029: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883256.99046: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883256.99058: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883256.99079: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883256.99082: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883256.99086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883256.99161: Set connection var ansible_connection to ssh 9574 1726883256.99164: Set connection var ansible_shell_type to sh 9574 1726883256.99170: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883256.99178: Set connection var ansible_timeout to 10 9574 1726883256.99184: Set connection var ansible_shell_executable to /bin/sh 9574 1726883256.99189: Set connection var ansible_pipelining to False 9574 1726883256.99210: variable 'ansible_shell_executable' from source: unknown 9574 1726883256.99213: variable 'ansible_connection' from source: unknown 9574 1726883256.99215: variable 'ansible_module_compression' from source: unknown 9574 1726883256.99217: variable 'ansible_shell_type' from source: unknown 9574 1726883256.99219: variable 'ansible_shell_executable' from source: unknown 9574 1726883256.99223: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883256.99227: variable 'ansible_pipelining' from source: unknown 9574 1726883256.99229: variable 'ansible_timeout' from source: unknown 9574 1726883256.99236: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883256.99332: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883256.99343: variable 'omit' from source: magic vars 9574 1726883256.99349: starting attempt loop 9574 1726883256.99351: running the handler 9574 1726883256.99361: _low_level_execute_command(): starting 9574 1726883256.99367: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883256.99870: 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 <<< 9574 1726883256.99875: 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.40 originally 10.31.12.40 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.40 is address debug1: re-parsing configuration <<< 9574 1726883256.99878: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883256.99926: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883256.99929: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883256.99934: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883256.99999: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.02472: stdout chunk (state=3): >>>/root <<< 9574 1726883257.02531: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.02567: stderr chunk (state=3): >>><<< 9574 1726883257.02570: stdout chunk (state=3): >>><<< 9574 1726883257.02591: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.02605: _low_level_execute_command(): starting 9574 1726883257.02611: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262 `" && echo ansible-tmp-1726883257.0259295-10168-154250834411262="` echo /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262 `" ) && sleep 0' 9574 1726883257.03074: 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 <<< 9574 1726883257.03080: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.03084: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883257.03086: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883257.03089: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.03137: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.03143: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.03148: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.03198: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.06112: stdout chunk (state=3): >>>ansible-tmp-1726883257.0259295-10168-154250834411262=/root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262 <<< 9574 1726883257.06280: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.06310: stderr chunk (state=3): >>><<< 9574 1726883257.06313: stdout chunk (state=3): >>><<< 9574 1726883257.06331: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883257.0259295-10168-154250834411262=/root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.06382: variable 'ansible_module_compression' from source: unknown 9574 1726883257.06427: ANSIBALLZ: Using lock for get_url 9574 1726883257.06430: ANSIBALLZ: Acquiring lock 9574 1726883257.06435: ANSIBALLZ: Lock acquired: 140291069860304 9574 1726883257.06437: ANSIBALLZ: Creating module 9574 1726883257.15911: ANSIBALLZ: Writing module into payload 9574 1726883257.16002: ANSIBALLZ: Writing module 9574 1726883257.16022: ANSIBALLZ: Renaming module 9574 1726883257.16028: ANSIBALLZ: Done creating module 9574 1726883257.16049: variable 'ansible_facts' from source: unknown 9574 1726883257.16098: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py 9574 1726883257.16204: Sending initial data 9574 1726883257.16207: Sent initial data (155 bytes) 9574 1726883257.16644: 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 <<< 9574 1726883257.16676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883257.16679: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.16682: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883257.16684: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.16735: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.16739: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.16744: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.16806: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.18511: 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 <<< 9574 1726883257.18555: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883257.18603: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmptjq_0ftd /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py <<< 9574 1726883257.18606: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py" <<< 9574 1726883257.18650: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 9574 1726883257.18654: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmptjq_0ftd" to remote "/root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py" <<< 9574 1726883257.19276: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.19320: stderr chunk (state=3): >>><<< 9574 1726883257.19323: stdout chunk (state=3): >>><<< 9574 1726883257.19343: done transferring module to remote 9574 1726883257.19358: _low_level_execute_command(): starting 9574 1726883257.19361: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/ /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py && sleep 0' 9574 1726883257.19819: 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 <<< 9574 1726883257.19822: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.19824: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883257.19826: 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 <<< 9574 1726883257.19828: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.19880: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.19883: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.19889: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.19933: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.21805: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.21830: stderr chunk (state=3): >>><<< 9574 1726883257.21833: stdout chunk (state=3): >>><<< 9574 1726883257.21855: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.21859: _low_level_execute_command(): starting 9574 1726883257.21863: _low_level_execute_command(): using become for this command 9574 1726883257.21873: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ipuajpwvgwshiqdgswgnhwhecqajjonf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/AnsiballZ_get_url.py'"'"' && sleep 0' 9574 1726883257.21959: Initial state: awaiting_escalation: BECOME-SUCCESS-ipuajpwvgwshiqdgswgnhwhecqajjonf 9574 1726883257.22360: 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 <<< 9574 1726883257.22364: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.22397: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.22400: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.22402: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.22466: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.25533: stdout chunk (state=1): >>>BECOME-SUCCESS-ipuajpwvgwshiqdgswgnhwhecqajjonf <<< 9574 1726883257.25538: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ipuajpwvgwshiqdgswgnhwhecqajjonf' 9574 1726883257.25870: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883257.25902: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883257.25925: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883257.25941: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883257.26006: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883257.26011: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883257.26047: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883257.26080: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883257.26109: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883257.26113: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883257.26170: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883257.26176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.26194: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883257.26222: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883257.26260: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883257.26285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883257.26289: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab32183e0> <<< 9574 1726883257.26308: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab31e7a10> <<< 9574 1726883257.26335: 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' <<< 9574 1726883257.26349: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab321a960> <<< 9574 1726883257.26367: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883257.26394: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9574 1726883257.26425: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883257.26456: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883257.26548: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883257.26570: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883257.26601: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883257.26614: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883257.26643: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883257.26656: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883257.26666: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883257.26679: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883257.26704: 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 <<< 9574 1726883257.26710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883257.26736: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab302cfe0> <<< 9574 1726883257.26792: 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' <<< 9574 1726883257.26815: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab302df10> <<< 9574 1726883257.26845: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883257.26879: 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. <<< 9574 1726883257.27125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883257.27148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883257.27167: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883257.27184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.27201: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883257.27250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883257.27265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883257.27297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883257.27310: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab306be00> <<< 9574 1726883257.27338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883257.27351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883257.27380: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883257.27385: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab306bec0> <<< 9574 1726883257.27413: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883257.27439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883257.27463: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883257.27510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.27539: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883257.27564: 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' <<< 9574 1726883257.27572: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30a3830> <<< 9574 1726883257.27587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883257.27605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30a3ec0> <<< 9574 1726883257.27631: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883257.27728: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3083ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30811f0> <<< 9574 1726883257.27881: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3068fb0> <<< 9574 1726883257.27886: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883257.27908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883257.27919: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883257.27952: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883257.27972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883257.27997: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883257.28001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883257.28040: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30c3800> <<< 9574 1726883257.28050: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30c2420> <<< 9574 1726883257.28082: 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' <<< 9574 1726883257.28086: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3082090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30c0c20> <<< 9574 1726883257.28136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883257.28148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3068230> <<< 9574 1726883257.28174: 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' <<< 9574 1726883257.28210: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.28218: 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 0x7f3ab30f8c80> <<< 9574 1726883257.28224: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f8b30> <<< 9574 1726883257.28256: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.28264: 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 0x7f3ab30f8f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3066d50> <<< 9574 1726883257.28300: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883257.28303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.28323: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883257.28354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883257.28374: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f95e0> <<< 9574 1726883257.28378: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f92b0> import 'importlib.machinery' # <<< 9574 1726883257.28410: 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' <<< 9574 1726883257.28428: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30fa4e0> <<< 9574 1726883257.28453: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883257.28458: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883257.28482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883257.28517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883257.28548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883257.28561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab31106e0> <<< 9574 1726883257.28567: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883257.28594: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.28614: 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 0x7f3ab3111dc0> <<< 9574 1726883257.28622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883257.28644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883257.28661: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883257.28673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883257.28678: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3112c30> <<< 9574 1726883257.28724: 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 0x7f3ab3113260> <<< 9574 1726883257.28734: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3112180> <<< 9574 1726883257.28755: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883257.28759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883257.28802: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.28805: 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 0x7f3ab3113ce0> <<< 9574 1726883257.28826: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3113410> <<< 9574 1726883257.28867: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30fa450> <<< 9574 1726883257.28889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883257.28915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883257.28942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883257.28960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883257.28995: 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' <<< 9574 1726883257.29000: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3ab2e77b60> <<< 9574 1726883257.29019: 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' <<< 9574 1726883257.29051: 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 0x7f3ab2ea06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea0410> <<< 9574 1726883257.29077: 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 0x7f3ab2ea05f0> <<< 9574 1726883257.29108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883257.29115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883257.29189: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.29316: 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 0x7f3ab2ea0fb0> <<< 9574 1726883257.29463: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.29484: 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 0x7f3ab2ea18b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea0860> <<< 9574 1726883257.29490: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2e75d00> <<< 9574 1726883257.29511: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883257.29539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883257.29565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883257.29576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883257.29587: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea2c30> <<< 9574 1726883257.29611: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea1760> <<< 9574 1726883257.29626: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30fac00> <<< 9574 1726883257.29657: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883257.29719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.29746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883257.29777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883257.29808: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ecef30> <<< 9574 1726883257.29889: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883257.29923: 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 # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883257.30009: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ef3320> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883257.30048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883257.30097: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883257.30124: 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 0x7f3ab2f500e0> <<< 9574 1726883257.30148: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883257.30178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883257.30202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883257.30250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883257.30333: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2f52840> <<< 9574 1726883257.30410: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2f50200> <<< 9574 1726883257.30450: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ef3fb0> <<< 9574 1726883257.30478: 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' <<< 9574 1726883257.30482: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2d59190> <<< 9574 1726883257.30502: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ef2120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea3b00> <<< 9574 1726883257.30622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883257.30649: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3ab2d59430> <<< 9574 1726883257.30820: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_get_url_payload_ssqgpnqk/ansible_get_url_payload.zip' <<< 9574 1726883257.30823: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.30959: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.30994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883257.31001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883257.31052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883257.31129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883257.31166: 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' <<< 9574 1726883257.31169: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2daaf00> import '_typing' # <<< 9574 1726883257.31357: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2d89e20> <<< 9574 1726883257.31362: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2d88f80> # zipimport: zlib available <<< 9574 1726883257.31396: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883257.31398: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.31422: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.31432: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.31457: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883257.31461: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.32905: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.34041: 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' <<< 9574 1726883257.34047: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2da8da0> <<< 9574 1726883257.34069: 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' <<< 9574 1726883257.34081: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883257.34100: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883257.34114: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883257.34130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883257.34156: 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 0x7f3ab2dd6870> <<< 9574 1726883257.34197: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd6600> <<< 9574 1726883257.34224: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd5f40> <<< 9574 1726883257.34253: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883257.34259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883257.34305: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd6990> <<< 9574 1726883257.34317: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30829c0> import 'atexit' # <<< 9574 1726883257.34351: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.34356: 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 0x7f3ab2dd7620> <<< 9574 1726883257.34383: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.34400: 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 0x7f3ab2dd7860> <<< 9574 1726883257.34411: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883257.34467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883257.34477: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883257.34532: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd7da0> <<< 9574 1726883257.34537: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883257.34561: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883257.34585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883257.34625: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2715ac0> <<< 9574 1726883257.34654: 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 0x7f3ab2717770> <<< 9574 1726883257.34678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883257.34689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883257.34736: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2718170> <<< 9574 1726883257.34754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883257.34787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883257.34800: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2719310> <<< 9574 1726883257.34824: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883257.34865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883257.34891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883257.34897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883257.34956: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab271bda0> <<< 9574 1726883257.34992: 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 0x7f3ab2ea2ba0> <<< 9574 1726883257.35014: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab271a060> <<< 9574 1726883257.35035: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883257.35068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883257.35086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883257.35103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883257.35110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883257.35155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883257.35166: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883257.35194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2727c50> <<< 9574 1726883257.35199: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883257.35268: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2726720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2726480> <<< 9574 1726883257.35295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883257.35298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883257.35380: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27269f0> <<< 9574 1726883257.35408: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab271a570> <<< 9574 1726883257.35444: 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 0x7f3ab276be60> <<< 9574 1726883257.35466: 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 0x7f3ab276bfe0> <<< 9574 1726883257.35491: 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 <<< 9574 1726883257.35510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883257.35535: 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' <<< 9574 1726883257.35572: 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 0x7f3ab276da00> <<< 9574 1726883257.35589: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276d7c0> <<< 9574 1726883257.35592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883257.35736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883257.35785: 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 0x7f3ab276fef0> <<< 9574 1726883257.35799: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276e0f0> <<< 9574 1726883257.35811: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883257.35861: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.35881: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883257.35901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9574 1726883257.35957: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2773710> <<< 9574 1726883257.36083: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27700e0> <<< 9574 1726883257.36153: 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 0x7f3ab27747d0> <<< 9574 1726883257.36182: 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 0x7f3ab2774770> <<< 9574 1726883257.36227: 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 0x7f3ab2774a40> <<< 9574 1726883257.36240: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276c080> <<< 9574 1726883257.36267: 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 <<< 9574 1726883257.36271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883257.36292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883257.36315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883257.36350: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.36373: 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 0x7f3ab2600230> <<< 9574 1726883257.36523: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.36533: 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 0x7f3ab2601610> <<< 9574 1726883257.36552: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27769c0> <<< 9574 1726883257.36579: 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 0x7f3ab2777d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27765d0> <<< 9574 1726883257.36598: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36611: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36628: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883257.36635: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36728: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36814: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36837: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883257.36849: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.36869: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883257.36877: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.37001: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.37121: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.37687: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.38229: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883257.38258: 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' # <<< 9574 1726883257.38271: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883257.38292: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.38350: 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 0x7f3ab26057c0> <<< 9574 1726883257.38427: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883257.38433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883257.38457: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26065a0> <<< 9574 1726883257.38462: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2601490> <<< 9574 1726883257.38517: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883257.38520: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.38557: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.38562: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883257.38580: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.38729: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.38887: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883257.38897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2606540> <<< 9574 1726883257.38912: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.39383: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.39838: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.39909: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.39986: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883257.39991: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40035: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40069: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883257.40083: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40151: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40236: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883257.40249: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40263: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883257.40275: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40319: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40358: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883257.40371: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40602: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.40839: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883257.40903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883257.40920: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883257.40995: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2607830> <<< 9574 1726883257.41004: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41077: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41171: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883257.41177: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883257.41180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883257.41187: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41237: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41280: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883257.41286: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41331: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41377: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41435: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41503: 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 <<< 9574 1726883257.41551: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.41646: 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 0x7f3ab26120f0> <<< 9574 1726883257.41679: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab260fef0> <<< 9574 1726883257.41711: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883257.41716: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883257.41733: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41791: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41858: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41885: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.41927: 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' <<< 9574 1726883257.41952: 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 <<< 9574 1726883257.41977: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883257.41993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883257.42059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883257.42078: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883257.42099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883257.42154: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27029c0> <<< 9574 1726883257.42198: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2e0a690> <<< 9574 1726883257.42288: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2611e80> <<< 9574 1726883257.42291: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2775b50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883257.42304: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42329: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42354: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883257.42412: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883257.42422: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42443: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42456: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883257.42461: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42709: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.42955: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883257.42960: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883257.43001: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.43031: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883257.43047: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.43756: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.44445: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 9574 1726883257.44461: 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 0x7f3ab26a45f0> <<< 9574 1726883257.44473: 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 0x7f3ab26a48f0> <<< 9574 1726883257.44501: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 9574 1726883257.44505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 9574 1726883257.44526: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 9574 1726883257.44531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 9574 1726883257.44559: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883257.44565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5040> <<< 9574 1726883257.44584: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a4cb0> <<< 9574 1726883257.44589: 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' <<< 9574 1726883257.44613: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883257.44616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883257.44663: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5ca0> <<< 9574 1726883257.44682: 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' <<< 9574 1726883257.44702: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883257.44707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883257.44739: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883257.44745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883257.44763: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883257.44776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883257.44800: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883257.44805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883257.44825: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2691010> <<< 9574 1726883257.44857: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883257.44861: 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 0x7f3ab2691250> <<< 9574 1726883257.44883: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883257.44886: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883257.44897: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab228a720> <<< 9574 1726883257.44953: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a7470> <<< 9574 1726883257.44956: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883257.44981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883257.44994: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883257.45013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883257.45041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883257.45104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883257.45177: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2299190> <<< 9574 1726883257.45180: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab228be60> <<< 9574 1726883257.45210: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab228b200> <<< 9574 1726883257.45233: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a6900> <<< 9574 1726883257.45249: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883257.45271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883257.45292: 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 <<< 9574 1726883257.45356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883257.45369: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883257.45386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883257.45398: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22cd1c0> <<< 9574 1726883257.45538: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22c5400> <<< 9574 1726883257.45677: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a6e70> <<< 9574 1726883257.45700: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883257.45704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883257.45733: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883257.45759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883257.45799: 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' <<< 9574 1726883257.45803: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2310fb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22cef60> <<< 9574 1726883257.45823: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22c4ef0> <<< 9574 1726883257.45851: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5fd0> <<< 9574 1726883257.45871: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5cd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5a30> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a4980> <<< 9574 1726883257.45891: 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' <<< 9574 1726883257.45897: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5b50> <<< 9574 1726883257.45911: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883257.45926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883257.45945: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883257.45954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883257.46003: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2311610> <<< 9574 1726883257.46008: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2311220> <<< 9574 1726883257.46041: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883257.46050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.46118: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2311cd0> <<< 9574 1726883257.46142: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883257.46174: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883257.46232: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883257.46273: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883257.46350: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.46430: 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 0x7f3ab2317aa0> <<< 9574 1726883257.46615: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2315070> <<< 9574 1726883257.46648: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2312c60> <<< 9574 1726883257.46669: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883257.46683: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883257.46713: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2314a70> <<< 9574 1726883257.46737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883257.46748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2306cf0> <<< 9574 1726883257.46777: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883257.46782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883257.46807: 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' <<< 9574 1726883257.46826: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2307980> <<< 9574 1726883257.46835: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2307440> <<< 9574 1726883257.46858: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883257.46939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883257.47011: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2307e60> <<< 9574 1726883257.47034: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883257.47076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883257.47290: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab232f290> <<< 9574 1726883257.47312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883257.47345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883257.47367: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22279e0> <<< 9574 1726883257.47413: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.47518: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883257.47609: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.51952: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883257.51961: stdout chunk (state=3): >>># 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 <<< 9574 1726883257.51980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883257.52048: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.52059: 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 0x7f3ab1f5f3e0> <<< 9574 1726883257.52068: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab1f5e660> <<< 9574 1726883257.52111: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab1f5dd30> <<< 9574 1726883257.52508: stdout chunk (state=3): >>> {"url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "changed": false, "msg": "HTTP Error 304: ", "status_code": 304, "elapsed": 0, "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}}} <<< 9574 1726883257.53019: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883257.53201: 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 <<< 9574 1726883257.53236: 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 # 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.colle<<< 9574 1726883257.53251: stdout chunk (state=3): >>>ctions # 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 <<< 9574 1726883257.53267: stdout chunk (state=3): >>># 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 <<< 9574 1726883257.53592: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883257.53598: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883257.53624: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 9574 1726883257.53632: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883257.53655: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 9574 1726883257.53661: stdout chunk (state=3): >>># destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 9574 1726883257.53696: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 9574 1726883257.53700: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 9574 1726883257.53718: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883257.53731: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal <<< 9574 1726883257.53746: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883257.53759: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 9574 1726883257.53773: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883257.53788: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883257.53823: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883257.53851: 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 <<< 9574 1726883257.53865: stdout chunk (state=3): >>># destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale <<< 9574 1726883257.53879: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883257.53909: stdout chunk (state=3): >>># destroy unicodedata <<< 9574 1726883257.53912: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883257.53939: stdout chunk (state=3): >>># destroy email.errors <<< 9574 1726883257.53951: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar <<< 9574 1726883257.53964: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883257.53970: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883257.53994: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883257.54019: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883257.54033: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883257.54320: 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 <<< 9574 1726883257.54333: 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 <<< 9574 1726883257.54361: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 9574 1726883257.54368: 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 <<< 9574 1726883257.54388: 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 <<< 9574 1726883257.54414: 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 <<< 9574 1726883257.54465: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 9574 1726883257.54470: 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 <<< 9574 1726883257.54483: 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 <<< 9574 1726883257.54685: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883257.54689: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883257.54701: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883257.54739: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883257.54744: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883257.54755: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883257.54765: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883257.54791: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883257.54809: 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 <<< 9574 1726883257.54814: stdout chunk (state=3): >>># destroy functools # destroy ipaddress <<< 9574 1726883257.54834: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883257.54861: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883257.54970: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna <<< 9574 1726883257.54973: 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 <<< 9574 1726883257.54978: stdout chunk (state=3): >>># destroy time <<< 9574 1726883257.55004: stdout chunk (state=3): >>># destroy _random <<< 9574 1726883257.55016: stdout chunk (state=3): >>># destroy _weakref <<< 9574 1726883257.55022: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883257.55052: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883257.55058: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883257.55080: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 9574 1726883257.55083: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883257.55678: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883257.55710: stderr chunk (state=3): >>><<< 9574 1726883257.55713: stdout chunk (state=3): >>><<< 9574 1726883257.55796: _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 0x7f3ab32183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab31e7a10> # /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 0x7f3ab321a960> 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 0x7f3ab302cfe0> # /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 0x7f3ab302df10> 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 0x7f3ab306be00> # /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 0x7f3ab306bec0> # /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 0x7f3ab30a3830> # /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 0x7f3ab30a3ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3083ad0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30811f0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3068fb0> # /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 0x7f3ab30c3800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30c2420> # /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 0x7f3ab3082090> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30c0c20> # /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 0x7f3ab30f87d0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3068230> # /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 0x7f3ab30f8c80> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f8b30> # 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 0x7f3ab30f8f20> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3066d50> # /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 0x7f3ab30f95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30f92b0> 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 0x7f3ab30fa4e0> 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 0x7f3ab31106e0> 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 0x7f3ab3111dc0> # /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 0x7f3ab3112c30> # 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 0x7f3ab3113260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3112180> # /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 0x7f3ab3113ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab3113410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30fa450> # /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 0x7f3ab2e77b60> # /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 0x7f3ab2ea06b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea0410> # 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 0x7f3ab2ea05f0> # /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 0x7f3ab2ea0fb0> # 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 0x7f3ab2ea18b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea0860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2e75d00> # /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 0x7f3ab2ea2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea1760> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30fac00> # /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 0x7f3ab2ecef30> # /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 0x7f3ab2ef3320> # /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 0x7f3ab2f500e0> # /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 0x7f3ab2f52840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2f50200> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ef3fb0> # /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 0x7f3ab2d59190> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ef2120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2ea3b00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3ab2d59430> # zipimport: found 32 names in '/tmp/ansible_get_url_payload_ssqgpnqk/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 0x7f3ab2daaf00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2d89e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2d88f80> # 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 0x7f3ab2da8da0> # /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 0x7f3ab2dd6870> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd6600> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2dd5f40> # /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 0x7f3ab2dd6990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab30829c0> 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 0x7f3ab2dd7620> # 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 0x7f3ab2dd7860> # /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 0x7f3ab2dd7da0> 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 0x7f3ab2715ac0> # 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 0x7f3ab2717770> # /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 0x7f3ab2718170> # /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 0x7f3ab2719310> # /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 0x7f3ab271bda0> # 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 0x7f3ab2ea2ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab271a060> # /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 0x7f3ab2727c50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2726720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2726480> # /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 0x7f3ab27269f0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab271a570> # 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 0x7f3ab276be60> # /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 0x7f3ab276bfe0> # /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 0x7f3ab276da00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276d7c0> # /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 0x7f3ab276fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276e0f0> # /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 0x7f3ab2773710> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27700e0> # 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 0x7f3ab27747d0> # 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 0x7f3ab2774770> # 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 0x7f3ab2774a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab276c080> # /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 0x7f3ab2600230> # 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 0x7f3ab2601610> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27769c0> # 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 0x7f3ab2777d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab27765d0> # 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 0x7f3ab26057c0> # /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 0x7f3ab26065a0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2601490> 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 0x7f3ab2606540> # 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 0x7f3ab2607830> # 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 0x7f3ab26120f0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab260fef0> 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 0x7f3ab27029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2e0a690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2611e80> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2775b50> # 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 0x7f3ab26a45f0> # /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 0x7f3ab26a48f0> # /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 0x7f3ab26a5040> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a4cb0> # /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 0x7f3ab26a5ca0> # /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 0x7f3ab2691010> # /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 0x7f3ab2691250> # /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 0x7f3ab228a720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a7470> # /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 0x7f3ab2299190> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab228be60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab228b200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a6900> # /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 0x7f3ab22cd1c0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22c5400> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a6e70> # /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 0x7f3ab2310fb0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22cef60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab22c4ef0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5fd0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5cd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a5a30> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab26a4980> # /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 0x7f3ab26a5b50> # /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 0x7f3ab2311610> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2311220> # /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 0x7f3ab2311cd0> # /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 0x7f3ab2317aa0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2315070> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2312c60> # /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 0x7f3ab2314a70> # /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 0x7f3ab2306cf0> # /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 0x7f3ab2307980> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab2307440> # /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 0x7f3ab2307e60> # /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 0x7f3ab232f290> # /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 0x7f3ab22279e0> # 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 0x7f3ab1f5f3e0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab1f5e660> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3ab1f5dd30> {"url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin", "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "changed": false, "msg": "HTTP Error 304: ", "status_code": 304, "elapsed": 0, "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883257.56419: 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-1726883257.0259295-10168-154250834411262/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883257.56423: _low_level_execute_command(): starting 9574 1726883257.56426: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883257.0259295-10168-154250834411262/ > /dev/null 2>&1 && sleep 0' 9574 1726883257.56512: 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 <<< 9574 1726883257.56515: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.56518: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883257.56523: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.56577: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.56580: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.56582: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.56633: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.58524: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.58558: stderr chunk (state=3): >>><<< 9574 1726883257.58561: stdout chunk (state=3): >>><<< 9574 1726883257.58576: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.58582: handler run complete 9574 1726883257.58604: attempt loop complete, returning result 9574 1726883257.58607: _execute() done 9574 1726883257.58609: dumping result to json 9574 1726883257.58614: done dumping result, returning 9574 1726883257.58622: done running TaskExecutor() for managed_node2/TASK: Install GPG key for RPM repositories [0affc0aa-4893-214d-52b4-000000000023] 9574 1726883257.58626: sending task result for task 0affc0aa-4893-214d-52b4-000000000023 9574 1726883257.58724: done sending task result for task 0affc0aa-4893-214d-52b4-000000000023 9574 1726883257.58726: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "dest": "/etc/pki/rpm-gpg/RPM-GPG-KEY-candlepin", "elapsed": 0, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:cert_t:s0", "size": 1660, "state": "file", "status_code": 304, "uid": 0, "url": "http://candlepin.local:8080/RPM-GPG-KEY-candlepin" } MSG: HTTP Error 304: 9574 1726883257.58793: no more pending results, returning what we have 9574 1726883257.58796: results queue empty 9574 1726883257.58796: checking for any_errors_fatal 9574 1726883257.58802: done checking for any_errors_fatal 9574 1726883257.58803: checking for max_fail_percentage 9574 1726883257.58804: done checking for max_fail_percentage 9574 1726883257.58805: checking to see if all hosts have failed and the running result is not ok 9574 1726883257.58806: done checking to see if all hosts have failed 9574 1726883257.58806: getting the remaining hosts for this loop 9574 1726883257.58808: done getting the remaining hosts for this loop 9574 1726883257.58811: getting the next task for host managed_node2 9574 1726883257.58817: done getting next task for host managed_node2 9574 1726883257.58819: ^ task is: TASK: Query for default_key activation key 9574 1726883257.58821: ^ 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 9574 1726883257.58824: getting variables 9574 1726883257.58826: in VariableManager get_vars() 9574 1726883257.58858: Calling all_inventory to load vars for managed_node2 9574 1726883257.58861: Calling groups_inventory to load vars for managed_node2 9574 1726883257.58864: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883257.58874: Calling all_plugins_play to load vars for managed_node2 9574 1726883257.58876: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883257.58879: Calling groups_plugins_play to load vars for managed_node2 9574 1726883257.58923: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883257.58961: done with get_vars() 9574 1726883257.58969: done getting variables 9574 1726883257.59020: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:37 -0400 (0:00:00.631) 0:00:36.990 ****** 9574 1726883257.59051: entering _queue_task() for managed_node2/uri 9574 1726883257.59254: worker is 1 (out of 1 available) 9574 1726883257.59266: exiting _queue_task() for managed_node2/uri 9574 1726883257.59277: done queuing things up, now waiting for results queue to drain 9574 1726883257.59279: waiting for pending results... 9574 1726883257.59417: running TaskExecutor() for managed_node2/TASK: Query for default_key activation key 9574 1726883257.59491: in run() - task 0affc0aa-4893-214d-52b4-000000000024 9574 1726883257.59503: variable 'ansible_search_path' from source: unknown 9574 1726883257.59506: variable 'ansible_search_path' from source: unknown 9574 1726883257.59535: calling self._execute() 9574 1726883257.59587: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883257.59590: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883257.59599: variable 'omit' from source: magic vars 9574 1726883257.59942: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883257.61546: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883257.61603: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883257.61629: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883257.61658: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883257.61680: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883257.61739: 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) 9574 1726883257.61761: 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) 9574 1726883257.61782: 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) 9574 1726883257.61807: 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) 9574 1726883257.61818: 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) 9574 1726883257.61906: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883257.61927: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883257.61934: variable 'omit' from source: magic vars 9574 1726883257.61970: variable 'omit' from source: magic vars 9574 1726883257.62072: variable '_cp_url_owner' from source: set_fact 9574 1726883257.62075: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883257.62151: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883257.62206: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883257.62227: variable 'omit' from source: magic vars 9574 1726883257.62251: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883257.62271: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883257.62287: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883257.62300: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883257.62308: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883257.62325: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883257.62336: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883257.62359: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883257.62363: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883257.62366: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883257.62440: Set connection var ansible_connection to ssh 9574 1726883257.62444: Set connection var ansible_shell_type to sh 9574 1726883257.62451: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883257.62459: Set connection var ansible_timeout to 10 9574 1726883257.62465: Set connection var ansible_shell_executable to /bin/sh 9574 1726883257.62470: Set connection var ansible_pipelining to False 9574 1726883257.62489: variable 'ansible_shell_executable' from source: unknown 9574 1726883257.62492: variable 'ansible_connection' from source: unknown 9574 1726883257.62494: variable 'ansible_module_compression' from source: unknown 9574 1726883257.62497: variable 'ansible_shell_type' from source: unknown 9574 1726883257.62499: variable 'ansible_shell_executable' from source: unknown 9574 1726883257.62501: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883257.62504: variable 'ansible_pipelining' from source: unknown 9574 1726883257.62507: variable 'ansible_timeout' from source: unknown 9574 1726883257.62511: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883257.62585: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883257.62594: variable 'omit' from source: magic vars 9574 1726883257.62598: starting attempt loop 9574 1726883257.62601: running the handler 9574 1726883257.62610: _low_level_execute_command(): starting 9574 1726883257.62622: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883257.63111: 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 <<< 9574 1726883257.63139: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.63146: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883257.63149: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883257.63151: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.63201: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.63205: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.63207: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.63265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.64988: stdout chunk (state=3): >>>/root <<< 9574 1726883257.65082: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.65113: stderr chunk (state=3): >>><<< 9574 1726883257.65116: stdout chunk (state=3): >>><<< 9574 1726883257.65143: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.65152: _low_level_execute_command(): starting 9574 1726883257.65157: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090 `" && echo ansible-tmp-1726883257.651386-10176-258376926880090="` echo /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090 `" ) && sleep 0' 9574 1726883257.65615: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883257.65618: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883257.65620: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.65623: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883257.65625: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.65684: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.65691: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.65695: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.65739: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.67707: stdout chunk (state=3): >>>ansible-tmp-1726883257.651386-10176-258376926880090=/root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090 <<< 9574 1726883257.67806: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.67841: stderr chunk (state=3): >>><<< 9574 1726883257.67845: stdout chunk (state=3): >>><<< 9574 1726883257.67862: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883257.651386-10176-258376926880090=/root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.67896: variable 'ansible_module_compression' from source: unknown 9574 1726883257.67948: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883257.67976: variable 'ansible_facts' from source: unknown 9574 1726883257.68051: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py 9574 1726883257.68154: Sending initial data 9574 1726883257.68157: Sent initial data (150 bytes) 9574 1726883257.68618: 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 <<< 9574 1726883257.68621: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.68623: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883257.68625: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.68679: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.68683: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.68689: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.68738: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.70406: 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 <<< 9574 1726883257.70459: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883257.70497: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp2x968zg2 /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py <<< 9574 1726883257.70500: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py" <<< 9574 1726883257.70568: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 9574 1726883257.70593: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp2x968zg2" to remote "/root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py" <<< 9574 1726883257.71200: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.71245: stderr chunk (state=3): >>><<< 9574 1726883257.71248: stdout chunk (state=3): >>><<< 9574 1726883257.71267: done transferring module to remote 9574 1726883257.71282: _low_level_execute_command(): starting 9574 1726883257.71286: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/ /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py && sleep 0' 9574 1726883257.71712: 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 <<< 9574 1726883257.71755: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883257.71758: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.71760: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883257.71762: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883257.71764: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.71809: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.71812: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883257.71814: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.71864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.73697: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883257.73718: stderr chunk (state=3): >>><<< 9574 1726883257.73722: stdout chunk (state=3): >>><<< 9574 1726883257.73737: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883257.73743: _low_level_execute_command(): starting 9574 1726883257.73745: _low_level_execute_command(): using become for this command 9574 1726883257.73756: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-uyoxcuyaxllcmtvukfbkypxuayzloiiq ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883257.73843: Initial state: awaiting_escalation: BECOME-SUCCESS-uyoxcuyaxllcmtvukfbkypxuayzloiiq 9574 1726883257.74248: 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 <<< 9574 1726883257.74251: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883257.74274: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883257.74287: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883257.74354: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883257.77421: stdout chunk (state=1): >>>BECOME-SUCCESS-uyoxcuyaxllcmtvukfbkypxuayzloiiq <<< 9574 1726883257.77425: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-uyoxcuyaxllcmtvukfbkypxuayzloiiq' 9574 1726883257.77747: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883257.77776: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883257.77807: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883257.77812: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883257.77876: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883257.77884: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883257.77911: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883257.77948: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883257.77956: stdout chunk (state=3): >>># installing zipimport hook <<< 9574 1726883257.77976: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883257.78027: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883257.78033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.78056: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883257.78075: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883257.78114: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883257.78132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883257.78153: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d01bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d018ba10> <<< 9574 1726883257.78173: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883257.78188: 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 0x7f28d01be930> <<< 9574 1726883257.78205: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883257.78238: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883257.78254: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883257.78260: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883257.78294: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883257.78302: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883257.78380: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883257.78408: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883257.78412: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883257.78449: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883257.78457: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883257.78473: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883257.78481: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883257.78497: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883257.78501: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883257.78533: 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 <<< 9574 1726883257.78538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883257.78563: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d01ccfe0> <<< 9574 1726883257.78614: 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 <<< 9574 1726883257.78630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.78636: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d01cdf10> <<< 9574 1726883257.78669: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883257.78694: 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. <<< 9574 1726883257.78947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883257.78953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883257.78979: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883257.78992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.79009: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883257.79051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883257.79071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883257.79097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883257.79114: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffcbd10> <<< 9574 1726883257.79129: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883257.79151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883257.79177: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883257.79183: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffcbf20> <<< 9574 1726883257.79202: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883257.79232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883257.79253: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883257.79300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.79318: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883257.79350: 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 0x7f28d0003710> <<< 9574 1726883257.79371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883257.79382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883257.79399: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0003da0> <<< 9574 1726883257.79403: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883257.79458: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffe39b0> <<< 9574 1726883257.79461: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883257.79480: stdout chunk (state=3): >>> <<< 9574 1726883257.79504: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffe10d0> <<< 9574 1726883257.79598: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc8ec0> <<< 9574 1726883257.79622: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883257.79653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883257.79656: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883257.79684: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883257.79706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883257.79731: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883257.79744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883257.79774: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0027620> <<< 9574 1726883257.79783: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0026240> <<< 9574 1726883257.79814: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 9574 1726883257.79821: 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 0x7f28cffe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffca780> <<< 9574 1726883257.79874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883257.79884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0058650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc8140> <<< 9574 1726883257.79908: 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' <<< 9574 1726883257.79950: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.79957: 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 0x7f28d0058b00> <<< 9574 1726883257.79965: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d00589b0> <<< 9574 1726883257.79991: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.79997: 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 0x7f28d0058da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc6c60> <<< 9574 1726883257.80035: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883257.80043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.80060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883257.80088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883257.80106: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0059490> <<< 9574 1726883257.80111: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0059160> import 'importlib.machinery' # <<< 9574 1726883257.80153: 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' <<< 9574 1726883257.80161: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d005a390> <<< 9574 1726883257.80184: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883257.80190: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883257.80217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883257.80253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883257.80277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883257.80282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0070590> <<< 9574 1726883257.80299: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883257.80327: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.80343: 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 0x7f28d0071c70> <<< 9574 1726883257.80360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883257.80369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883257.80397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883257.80406: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883257.80415: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0072b10> <<< 9574 1726883257.80454: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.80459: 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 0x7f28d0073170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0072060> <<< 9574 1726883257.80485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883257.80490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883257.80531: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.80553: 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 0x7f28d0073bf0> <<< 9574 1726883257.80558: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0073320> <<< 9574 1726883257.80597: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d005a300> <<< 9574 1726883257.80622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883257.80648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883257.80667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883257.80688: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883257.80724: 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' <<< 9574 1726883257.80735: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f28cfdabaa0> <<< 9574 1726883257.80751: 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' <<< 9574 1726883257.80777: 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 0x7f28cfdd4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd42c0> <<< 9574 1726883257.80805: 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 0x7f28cfdd4590> <<< 9574 1726883257.80835: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883257.80852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883257.80914: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.81046: 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 0x7f28cfdd4ec0> <<< 9574 1726883257.81185: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.81191: 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 0x7f28cfdd5880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd4770> <<< 9574 1726883257.81206: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfda9c40> <<< 9574 1726883257.81227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883257.81254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883257.81281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883257.81290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883257.81294: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd6bd0> <<< 9574 1726883257.81321: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd4d40> <<< 9574 1726883257.81343: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d005aab0> <<< 9574 1726883257.81371: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883257.81434: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.81454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883257.81489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883257.81517: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdfef60> <<< 9574 1726883257.81571: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883257.81588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.81607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883257.81632: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883257.81669: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe232c0> <<< 9574 1726883257.81694: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883257.81744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883257.81793: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883257.81818: 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 0x7f28cfe53fb0> <<< 9574 1726883257.81841: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883257.81866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883257.81895: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883257.81936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883257.82021: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe86810> <<< 9574 1726883257.82098: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe841d0> <<< 9574 1726883257.82164: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe23f50> # /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 0x7f28cf7291f0> <<< 9574 1726883257.82188: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe220f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd7b30> <<< 9574 1726883257.82306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883257.82326: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28cfe22420> <<< 9574 1726883257.82485: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_kjbnpl_y/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883257.82490: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.82622: stdout chunk (state=3): >>># zipimport: zlib available<<< 9574 1726883257.82664: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py<<< 9574 1726883257.82668: stdout chunk (state=3): >>> <<< 9574 1726883257.82697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883257.82756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py<<< 9574 1726883257.82841: stdout chunk (state=3): >>> <<< 9574 1726883257.82847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883257.82882: 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' <<< 9574 1726883257.82887: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf77ee10> import '_typing' # <<< 9574 1726883257.83083: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf75dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf75ce90> <<< 9574 1726883257.83088: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.83121: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883257.83142: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.83151: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.83173: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.83178: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883257.83201: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.84620: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.85758: 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 0x7f28cf77cce0> <<< 9574 1726883257.85785: 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' <<< 9574 1726883257.85815: 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' <<< 9574 1726883257.85848: 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' <<< 9574 1726883257.85889: 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 0x7f28cf7aa840> <<< 9574 1726883257.85934: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7aa5d0> <<< 9574 1726883257.85962: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7a9ee0> <<< 9574 1726883257.85987: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883257.85994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883257.86045: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7aa3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf77faa0> <<< 9574 1726883257.86051: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883257.86087: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.86092: 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 0x7f28cf7ab530> <<< 9574 1726883257.86121: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.86126: 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 0x7f28cf7ab770> <<< 9574 1726883257.86147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883257.86197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883257.86209: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883257.86262: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7abcb0> <<< 9574 1726883257.86268: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883257.86294: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883257.86327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883257.86365: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf60da30> <<< 9574 1726883257.86394: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.86402: 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 0x7f28cf60f650> <<< 9574 1726883257.86414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883257.86443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883257.86475: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf60ff50> <<< 9574 1726883257.86496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883257.86527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883257.86553: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6111f0> <<< 9574 1726883257.86571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883257.86609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883257.86638: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883257.86644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883257.86692: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf613c80> <<< 9574 1726883257.86735: 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 0x7f28cf75ef00> <<< 9574 1726883257.86755: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf611f40> <<< 9574 1726883257.86779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883257.86805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883257.86834: 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' <<< 9574 1726883257.86860: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883257.86890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883257.86916: 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' <<< 9574 1726883257.86933: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61fd70> <<< 9574 1726883257.86949: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883257.87017: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61e5a0> <<< 9574 1726883257.87038: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883257.87054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883257.87124: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61eb10> <<< 9574 1726883257.87159: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf612450> <<< 9574 1726883257.87190: 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 0x7f28cf663a10> <<< 9574 1726883257.87216: 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 0x7f28cf664110> <<< 9574 1726883257.87243: 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 <<< 9574 1726883257.87262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883257.87282: 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' <<< 9574 1726883257.87323: 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 0x7f28cf665bb0> <<< 9574 1726883257.87328: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf665970> <<< 9574 1726883257.87352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883257.87484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883257.87542: 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 0x7f28cf668140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf666270> <<< 9574 1726883257.87571: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883257.87609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.87641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883257.87650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883257.87663: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883257.87705: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf66b8c0> <<< 9574 1726883257.87835: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6682c0> <<< 9574 1726883257.87899: 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 0x7f28cf66c740> <<< 9574 1726883257.87934: 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 0x7f28cf66c770> <<< 9574 1726883257.87977: 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 0x7f28cf66cd10> <<< 9574 1726883257.87994: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf664260> <<< 9574 1726883257.88017: 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 <<< 9574 1726883257.88024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883257.88042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883257.88071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883257.88098: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.88126: 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 0x7f28cf6f8380> <<< 9574 1726883257.88282: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.88295: 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 0x7f28cf6f9af0> <<< 9574 1726883257.88300: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf66eae0> <<< 9574 1726883257.88336: 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 0x7f28cf66fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf66e6f0> <<< 9574 1726883257.88361: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88379: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88393: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883257.88398: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88492: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88582: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88601: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883257.88625: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88637: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88655: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883257.88660: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88784: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.88901: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.89472: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.90018: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883257.90041: 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' # <<< 9574 1726883257.90066: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883257.90082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.90147: 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 0x7f28cf6fdb80> <<< 9574 1726883257.90230: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883257.90241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883257.90254: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6fe8d0> <<< 9574 1726883257.90268: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6f9c10> <<< 9574 1726883257.90315: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883257.90338: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.90356: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.90378: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883257.90384: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.90537: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.90696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883257.90700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883257.90715: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6fd6d0> <<< 9574 1726883257.90726: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91205: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91656: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91726: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91804: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883257.91810: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91857: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91889: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883257.91903: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.91972: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92061: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883257.92064: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92090: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883257.92112: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92158: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92199: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883257.92205: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92438: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92670: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883257.92740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883257.92753: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883257.92825: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6ff950> <<< 9574 1726883257.92835: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92912: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.92987: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883257.92994: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883257.93005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883257.93033: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93073: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93120: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883257.93124: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93176: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93219: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93281: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93355: 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 <<< 9574 1726883257.93399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.93493: 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 0x7f28cf50a180> <<< 9574 1726883257.93536: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf505b20> <<< 9574 1726883257.93576: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883257.93581: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93648: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93710: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93745: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.93790: 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' <<< 9574 1726883257.93808: 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 <<< 9574 1726883257.93837: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883257.93859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883257.93923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883257.93945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883257.93966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883257.94021: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7fabd0> <<< 9574 1726883257.94069: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7de8a0> <<< 9574 1726883257.94155: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf50a300> <<< 9574 1726883257.94162: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6f9d90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883257.94174: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94206: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94235: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883257.94290: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883257.94297: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94322: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94325: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883257.94346: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94609: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94869: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883257.94893: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883257.94926: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.94968: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883257.94975: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.95702: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.96390: 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' <<< 9574 1726883257.96396: stdout chunk (state=3): >>>import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59cbc0> <<< 9574 1726883257.96415: 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 0x7f28cf59cda0> <<< 9574 1726883257.96446: 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' <<< 9574 1726883257.96465: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 9574 1726883257.96476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 9574 1726883257.96492: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883257.96503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59d490> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59d070> <<< 9574 1726883257.96541: 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' <<< 9574 1726883257.96558: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883257.96563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883257.96600: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59e0f0> <<< 9574 1726883257.96624: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883257.96629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 9574 1726883257.96656: 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' <<< 9574 1726883257.96686: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883257.96698: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883257.96718: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883257.96735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883257.96760: 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' <<< 9574 1726883257.96787: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf58d430> <<< 9574 1726883257.96810: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883257.96817: 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 0x7f28cf58dbb0> <<< 9574 1726883257.96850: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py<<< 9574 1726883257.96861: stdout chunk (state=3): >>> <<< 9574 1726883257.96873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883257.96878: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1be7e0> <<< 9574 1726883257.96924: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59f8c0> <<< 9574 1726883257.96954: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883257.96964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883257.96990: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883257.97002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883257.97030: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883257.97108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883257.97180: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1c9310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1bfec0> <<< 9574 1726883257.97220: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1bf260> <<< 9574 1726883257.97240: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59ed20> <<< 9574 1726883257.97263: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883257.97280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883257.97307: 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 <<< 9574 1726883257.97367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883257.97391: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883257.97396: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883257.97422: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1fd2b0> <<< 9574 1726883257.97550: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1f14c0> <<< 9574 1726883257.97689: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59f260> <<< 9574 1726883257.97708: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883257.97722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883257.97745: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883257.97774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883257.97816: 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' <<< 9574 1726883257.97819: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf2410a0> <<< 9574 1726883257.97824: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1ff050> <<< 9574 1726883257.97844: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1f0fe0> <<< 9574 1726883257.97877: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59e7e0> <<< 9574 1726883257.97880: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59e180> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59ddf0> <<< 9574 1726883257.97905: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59cdd0> <<< 9574 1726883257.97915: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 9574 1726883257.97923: 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 0x7f28cf59e030> <<< 9574 1726883257.97949: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883257.97958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883257.97970: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883257.97990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883257.98037: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf241700> <<< 9574 1726883257.98042: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf241310> <<< 9574 1726883257.98074: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883257.98079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883257.98148: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf241fa0> <<< 9574 1726883257.98173: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883257.98202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883257.98265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883257.98301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883257.98381: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883257.98461: 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 0x7f28cf247d10> <<< 9574 1726883257.98650: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf2452e0> <<< 9574 1726883257.98673: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf242ed0> <<< 9574 1726883257.98698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883257.98710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883257.98753: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf244ce0> <<< 9574 1726883257.98773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883257.98785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883257.98790: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf233170> <<< 9574 1726883257.98816: 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' <<< 9574 1726883257.98851: 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' <<< 9574 1726883257.98872: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf233e00> <<< 9574 1726883257.98881: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf2338c0> <<< 9574 1726883257.98904: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883257.98980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883257.99055: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf233c50> <<< 9574 1726883257.99074: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883257.99116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883257.99331: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf263710> <<< 9574 1726883257.99356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883257.99373: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883257.99402: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf0e3ec0> <<< 9574 1726883257.99452: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883257.99561: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883257.99667: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.03998: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883258.04018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883258.04043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883258.04056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883258.04096: 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 0x7f28cf127920> <<< 9574 1726883258.04114: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf126ba0> <<< 9574 1726883258.04171: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf126900> <<< 9574 1726883258.11108: 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', <<< 9574 1726883258.52085: 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": "ba1dedc7-e263-4fbb-8ffa-03d249595fa8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:37 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__ <<< 9574 1726883258.52553: 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 <<< 9574 1726883258.52576: 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 <<< 9574 1726883258.52599: stdout chunk (state=3): >>># 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 <<< 9574 1726883258.52611: stdout chunk (state=3): >>># 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<<< 9574 1726883258.52615: stdout chunk (state=3): >>> # 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 <<< 9574 1726883258.52654: stdout chunk (state=3): >>># 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 <<< 9574 1726883258.52707: 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 # 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 <<< 9574 1726883258.52715: stdout chunk (state=3): >>># 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 <<< 9574 1726883258.52755: 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.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 <<< 9574 1726883258.53130: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883258.53150: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883258.53155: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 9574 1726883258.53177: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883258.53197: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch <<< 9574 1726883258.53206: stdout chunk (state=3): >>># destroy urllib.parse # destroy urllib.response # destroy urllib.error # destroy urllib.request # destroy ntpath <<< 9574 1726883258.53226: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 9574 1726883258.53247: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 9574 1726883258.53263: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883258.53270: stdout chunk (state=3): >>># destroy signal <<< 9574 1726883258.53300: stdout chunk (state=3): >>># destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 9574 1726883258.53305: stdout chunk (state=3): >>># destroy syslog <<< 9574 1726883258.53309: stdout chunk (state=3): >>># destroy uuid # destroy selectors # destroy array <<< 9574 1726883258.53337: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883258.53357: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 9574 1726883258.53362: stdout chunk (state=3): >>># destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883258.53400: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883258.53414: 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 <<< 9574 1726883258.53421: stdout chunk (state=3): >>># destroy email.message # destroy email.header <<< 9574 1726883258.53441: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale <<< 9574 1726883258.53457: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883258.53484: stdout chunk (state=3): >>># destroy unicodedata <<< 9574 1726883258.53493: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883258.53518: stdout chunk (state=3): >>># destroy email.errors <<< 9574 1726883258.53522: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy errno <<< 9574 1726883258.53647: 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 <<< 9574 1726883258.53878: 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 <<< 9574 1726883258.53895: 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 <<< 9574 1726883258.53916: stdout chunk (state=3): >>># destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 9574 1726883258.53938: 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 <<< 9574 1726883258.53952: 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 <<< 9574 1726883258.53978: 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 <<< 9574 1726883258.53981: stdout chunk (state=3): >>># 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 <<< 9574 1726883258.54016: 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 <<< 9574 1726883258.54049: 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 <<< 9574 1726883258.54053: stdout chunk (state=3): >>># 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 <<< 9574 1726883258.54055: 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 <<< 9574 1726883258.54258: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 9574 1726883258.54264: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883258.54292: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883258.54302: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883258.54327: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883258.54369: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883258.54373: 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 <<< 9574 1726883258.54399: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883258.54425: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883258.54517: 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 <<< 9574 1726883258.54533: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 9574 1726883258.54557: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883258.54573: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883258.54590: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883258.54608: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883258.54618: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 9574 1726883258.54636: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 9574 1726883258.55209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883258.55245: stderr chunk (state=3): >>><<< 9574 1726883258.55248: stdout chunk (state=3): >>><<< 9574 1726883258.55333: _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 0x7f28d01bc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d018ba10> # /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 0x7f28d01be930> 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 0x7f28d01ccfe0> # /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 0x7f28d01cdf10> 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 0x7f28cffcbd10> # /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 0x7f28cffcbf20> # /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 0x7f28d0003710> # /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 0x7f28d0003da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffe39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffe10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc8ec0> # /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 0x7f28d0027620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0026240> # /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 0x7f28cffe20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffca780> # /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 0x7f28d0058650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc8140> # /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 0x7f28d0058b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d00589b0> # 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 0x7f28d0058da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cffc6c60> # /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 0x7f28d0059490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0059160> 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 0x7f28d005a390> 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 0x7f28d0070590> 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 0x7f28d0071c70> # /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 0x7f28d0072b10> # 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 0x7f28d0073170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0072060> # /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 0x7f28d0073bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d0073320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d005a300> # /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 0x7f28cfdabaa0> # /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 0x7f28cfdd4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd42c0> # 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 0x7f28cfdd4590> # /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 0x7f28cfdd4ec0> # 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 0x7f28cfdd5880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd4770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfda9c40> # /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 0x7f28cfdd6bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd4d40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28d005aab0> # /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 0x7f28cfdfef60> # /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 0x7f28cfe232c0> # /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 0x7f28cfe53fb0> # /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 0x7f28cfe86810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe841d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe23f50> # /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 0x7f28cf7291f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfe220f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cfdd7b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f28cfe22420> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_kjbnpl_y/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 0x7f28cf77ee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf75dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf75ce90> # 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 0x7f28cf77cce0> # /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 0x7f28cf7aa840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7aa5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7a9ee0> # /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 0x7f28cf7aa3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf77faa0> 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 0x7f28cf7ab530> # 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 0x7f28cf7ab770> # /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 0x7f28cf7abcb0> 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 0x7f28cf60da30> # 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 0x7f28cf60f650> # /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 0x7f28cf60ff50> # /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 0x7f28cf6111f0> # /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 0x7f28cf613c80> # 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 0x7f28cf75ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf611f40> # /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 0x7f28cf61fd70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61e840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf61e5a0> # /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 0x7f28cf61eb10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf612450> # 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 0x7f28cf663a10> # /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 0x7f28cf664110> # /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 0x7f28cf665bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf665970> # /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 0x7f28cf668140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf666270> # /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 0x7f28cf66b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6682c0> # 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 0x7f28cf66c740> # 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 0x7f28cf66c770> # 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 0x7f28cf66cd10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf664260> # /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 0x7f28cf6f8380> # 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 0x7f28cf6f9af0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf66eae0> # 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 0x7f28cf66fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf66e6f0> # 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 0x7f28cf6fdb80> # /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 0x7f28cf6fe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6f9c10> 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 0x7f28cf6fd6d0> # 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 0x7f28cf6ff950> # 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 0x7f28cf50a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf505b20> 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 0x7f28cf7fabd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf7de8a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf50a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf6f9d90> # 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 0x7f28cf59cbc0> # /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 0x7f28cf59cda0> # /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 0x7f28cf59d490> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59d070> # /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 0x7f28cf59e0f0> # /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 0x7f28cf58d430> # /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 0x7f28cf58dbb0> # /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 0x7f28cf1be7e0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59f8c0> # /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 0x7f28cf1c9310> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1bfec0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1bf260> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59ed20> # /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 0x7f28cf1fd2b0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1f14c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59f260> # /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 0x7f28cf2410a0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1ff050> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf1f0fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59e7e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59e180> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59ddf0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf59cdd0> # /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 0x7f28cf59e030> # /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 0x7f28cf241700> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf241310> # /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 0x7f28cf241fa0> # /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 0x7f28cf247d10> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf2452e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf242ed0> # /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 0x7f28cf244ce0> # /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 0x7f28cf233170> # /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 0x7f28cf233e00> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf2338c0> # /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 0x7f28cf233c50> # /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 0x7f28cf263710> # /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 0x7f28cf0e3ec0> # 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 0x7f28cf127920> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf126ba0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f28cf126900> /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": "ba1dedc7-e263-4fbb-8ffa-03d249595fa8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:37 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883258.55946: 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-1726883257.651386-10176-258376926880090/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883258.55950: _low_level_execute_command(): starting 9574 1726883258.55952: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883257.651386-10176-258376926880090/ > /dev/null 2>&1 && sleep 0' 9574 1726883258.56073: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883258.56078: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.56080: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883258.56083: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.56131: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883258.56135: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.56193: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.58048: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883258.58075: stderr chunk (state=3): >>><<< 9574 1726883258.58078: stdout chunk (state=3): >>><<< 9574 1726883258.58093: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883258.58098: handler run complete 9574 1726883258.58130: attempt loop complete, returning result 9574 1726883258.58133: _execute() done 9574 1726883258.58136: dumping result to json 9574 1726883258.58146: done dumping result, returning 9574 1726883258.58154: done running TaskExecutor() for managed_node2/TASK: Query for default_key activation key [0affc0aa-4893-214d-52b4-000000000024] 9574 1726883258.58158: sending task result for task 0affc0aa-4893-214d-52b4-000000000024 9574 1726883258.58279: done sending task result for task 0affc0aa-4893-214d-52b4-000000000024 9574 1726883258.58282: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:47:37 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": "ba1dedc7-e263-4fbb-8ffa-03d249595fa8", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883258.58408: no more pending results, returning what we have 9574 1726883258.58411: results queue empty 9574 1726883258.58411: checking for any_errors_fatal 9574 1726883258.58416: done checking for any_errors_fatal 9574 1726883258.58417: checking for max_fail_percentage 9574 1726883258.58418: done checking for max_fail_percentage 9574 1726883258.58419: checking to see if all hosts have failed and the running result is not ok 9574 1726883258.58420: done checking to see if all hosts have failed 9574 1726883258.58421: getting the remaining hosts for this loop 9574 1726883258.58422: done getting the remaining hosts for this loop 9574 1726883258.58425: getting the next task for host managed_node2 9574 1726883258.58430: done getting next task for host managed_node2 9574 1726883258.58432: ^ task is: TASK: Get pools for product 7050 9574 1726883258.58434: ^ 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 9574 1726883258.58438: getting variables 9574 1726883258.58439: in VariableManager get_vars() 9574 1726883258.58467: Calling all_inventory to load vars for managed_node2 9574 1726883258.58470: Calling groups_inventory to load vars for managed_node2 9574 1726883258.58473: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883258.58483: Calling all_plugins_play to load vars for managed_node2 9574 1726883258.58485: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883258.58493: Calling groups_plugins_play to load vars for managed_node2 9574 1726883258.58536: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883258.58569: done with get_vars() 9574 1726883258.58576: done getting variables 9574 1726883258.58622: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:38 -0400 (0:00:00.995) 0:00:37.986 ****** 9574 1726883258.58647: entering _queue_task() for managed_node2/uri 9574 1726883258.58849: worker is 1 (out of 1 available) 9574 1726883258.58861: exiting _queue_task() for managed_node2/uri 9574 1726883258.58872: done queuing things up, now waiting for results queue to drain 9574 1726883258.58874: waiting for pending results... 9574 1726883258.59015: running TaskExecutor() for managed_node2/TASK: Get pools for product 7050 9574 1726883258.59086: in run() - task 0affc0aa-4893-214d-52b4-000000000025 9574 1726883258.59102: variable 'ansible_search_path' from source: unknown 9574 1726883258.59106: variable 'ansible_search_path' from source: unknown 9574 1726883258.59128: calling self._execute() 9574 1726883258.59179: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883258.59182: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883258.59191: variable 'omit' from source: magic vars 9574 1726883258.59575: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883258.61132: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883258.61180: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883258.61207: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883258.61232: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883258.61256: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883258.61315: 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) 9574 1726883258.61335: 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) 9574 1726883258.61356: 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) 9574 1726883258.61383: 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) 9574 1726883258.61394: 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) 9574 1726883258.61481: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883258.61504: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883258.61510: variable 'omit' from source: magic vars 9574 1726883258.61547: variable 'omit' from source: magic vars 9574 1726883258.61622: variable '_cp_url_owner' from source: set_fact 9574 1726883258.61684: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883258.61763: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883258.61782: variable 'omit' from source: magic vars 9574 1726883258.61801: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883258.61824: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883258.61843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883258.61858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883258.61866: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883258.61879: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883258.61891: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883258.61912: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883258.61915: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883258.61917: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883258.61996: Set connection var ansible_connection to ssh 9574 1726883258.61999: Set connection var ansible_shell_type to sh 9574 1726883258.62005: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883258.62013: Set connection var ansible_timeout to 10 9574 1726883258.62019: Set connection var ansible_shell_executable to /bin/sh 9574 1726883258.62024: Set connection var ansible_pipelining to False 9574 1726883258.62050: variable 'ansible_shell_executable' from source: unknown 9574 1726883258.62053: variable 'ansible_connection' from source: unknown 9574 1726883258.62055: variable 'ansible_module_compression' from source: unknown 9574 1726883258.62057: variable 'ansible_shell_type' from source: unknown 9574 1726883258.62060: variable 'ansible_shell_executable' from source: unknown 9574 1726883258.62062: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883258.62064: variable 'ansible_pipelining' from source: unknown 9574 1726883258.62066: variable 'ansible_timeout' from source: unknown 9574 1726883258.62071: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883258.62150: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883258.62158: variable 'omit' from source: magic vars 9574 1726883258.62163: starting attempt loop 9574 1726883258.62166: running the handler 9574 1726883258.62174: _low_level_execute_command(): starting 9574 1726883258.62180: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883258.62680: 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 <<< 9574 1726883258.62684: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.62687: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883258.62689: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.62747: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883258.62750: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883258.62756: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.62804: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.64447: stdout chunk (state=3): >>>/root <<< 9574 1726883258.64538: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883258.64575: stderr chunk (state=3): >>><<< 9574 1726883258.64578: stdout chunk (state=3): >>><<< 9574 1726883258.64597: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883258.64610: _low_level_execute_command(): starting 9574 1726883258.64617: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679 `" && echo ansible-tmp-1726883258.6459992-10187-12350706678679="` echo /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679 `" ) && sleep 0' 9574 1726883258.65077: 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 <<< 9574 1726883258.65081: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.65083: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883258.65085: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.65134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883258.65138: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883258.65142: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.65195: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.67107: stdout chunk (state=3): >>>ansible-tmp-1726883258.6459992-10187-12350706678679=/root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679 <<< 9574 1726883258.67210: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883258.67246: stderr chunk (state=3): >>><<< 9574 1726883258.67249: stdout chunk (state=3): >>><<< 9574 1726883258.67266: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883258.6459992-10187-12350706678679=/root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883258.67300: variable 'ansible_module_compression' from source: unknown 9574 1726883258.67351: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883258.67381: variable 'ansible_facts' from source: unknown 9574 1726883258.67456: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py 9574 1726883258.67564: Sending initial data 9574 1726883258.67567: Sent initial data (150 bytes) 9574 1726883258.68022: 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 <<< 9574 1726883258.68025: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.68028: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883258.68030: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883258.68032: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.68082: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883258.68085: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883258.68087: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.68138: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.69703: 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 <<< 9574 1726883258.69748: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883258.69793: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpylqt3561 /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py <<< 9574 1726883258.69796: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py" <<< 9574 1726883258.69843: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpylqt3561" to remote "/root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py" <<< 9574 1726883258.69845: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py" <<< 9574 1726883258.70454: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883258.70497: stderr chunk (state=3): >>><<< 9574 1726883258.70500: stdout chunk (state=3): >>><<< 9574 1726883258.70521: done transferring module to remote 9574 1726883258.70536: _low_level_execute_command(): starting 9574 1726883258.70539: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/ /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py && sleep 0' 9574 1726883258.71168: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.71272: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883258.71295: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883258.71318: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.71411: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.73190: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883258.73213: stderr chunk (state=3): >>><<< 9574 1726883258.73216: stdout chunk (state=3): >>><<< 9574 1726883258.73232: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883258.73238: _low_level_execute_command(): starting 9574 1726883258.73248: _low_level_execute_command(): using become for this command 9574 1726883258.73257: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ftaxmotxptorymvdcjlevtdaucsxctcg ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883258.73343: Initial state: awaiting_escalation: BECOME-SUCCESS-ftaxmotxptorymvdcjlevtdaucsxctcg 9574 1726883258.73729: 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 <<< 9574 1726883258.73735: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883258.73773: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883258.73776: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883258.73778: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883258.73834: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883258.76913: stdout chunk (state=1): >>>BECOME-SUCCESS-ftaxmotxptorymvdcjlevtdaucsxctcg <<< 9574 1726883258.76917: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ftaxmotxptorymvdcjlevtdaucsxctcg' 9574 1726883258.77250: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883258.77280: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883258.77308: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883258.77314: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883258.77390: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883258.77395: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883258.77428: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883258.77464: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883258.77492: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883258.77497: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883258.77553: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883258.77560: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.77578: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883258.77602: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883258.77643: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883258.77662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883258.77666: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99f1103e0> <<< 9574 1726883258.77684: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99f0dfa10> <<< 9574 1726883258.77715: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883258.77718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883258.77722: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99f112960> <<< 9574 1726883258.77750: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883258.77778: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883258.77790: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883258.77802: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883258.77841: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883258.77928: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883258.77955: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883258.77986: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883258.77998: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883258.78026: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883258.78034: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883258.78046: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883258.78060: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883258.78089: 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 <<< 9574 1726883258.78094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883258.78116: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef04fe0> <<< 9574 1726883258.78177: 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 <<< 9574 1726883258.78180: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.78200: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef05f10> <<< 9574 1726883258.78226: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883258.78261: 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. <<< 9574 1726883258.78509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883258.78528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883258.78558: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883258.78561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.78586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883258.78629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883258.78646: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883258.78682: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883258.78690: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef43d40> <<< 9574 1726883258.78712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883258.78727: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883258.78758: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef43f80> <<< 9574 1726883258.78790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883258.78815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883258.78841: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883258.78901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.78917: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883258.78948: 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' <<< 9574 1726883258.78952: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef7b770> <<< 9574 1726883258.78973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883258.78985: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883258.78990: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef7be00> <<< 9574 1726883258.79013: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883258.79058: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef5ba10> <<< 9574 1726883258.79076: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883258.79105: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef59130> <<< 9574 1726883258.79199: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40ef0> <<< 9574 1726883258.79232: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883258.79252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883258.79260: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883258.79288: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883258.79312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883258.79343: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883258.79346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883258.79381: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef9f770> <<< 9574 1726883258.79390: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef9e390> <<< 9574 1726883258.79425: 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' <<< 9574 1726883258.79433: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef5a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef9cb60> <<< 9574 1726883258.79485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883258.79494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40170> <<< 9574 1726883258.79518: 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' <<< 9574 1726883258.79558: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.79564: 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 0x7fb99efd0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd0b00> <<< 9574 1726883258.79597: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.79606: 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 0x7fb99efd0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef3ec90> <<< 9574 1726883258.79634: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883258.79656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.79659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883258.79693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883258.79696: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd1550> <<< 9574 1726883258.79715: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd1220> import 'importlib.machinery' # <<< 9574 1726883258.79754: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883258.79759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883258.79777: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd2420> <<< 9574 1726883258.79786: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883258.79791: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883258.79819: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883258.79852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883258.79878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883258.79887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efec650> <<< 9574 1726883258.79900: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883258.79925: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.79943: 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 0x7fb99efedd90> <<< 9574 1726883258.79954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883258.79976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883258.79991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883258.80007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883258.80011: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efeec30> <<< 9574 1726883258.80056: 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 0x7fb99efef290> <<< 9574 1726883258.80059: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efee180> <<< 9574 1726883258.80087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883258.80093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883258.80134: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.80152: 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 0x7fb99efefd10> <<< 9574 1726883258.80158: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efef440> <<< 9574 1726883258.80196: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd2480> <<< 9574 1726883258.80220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883258.80250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883258.80265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883258.80286: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883258.80324: 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' <<< 9574 1726883258.80327: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb99ed2bc50> <<< 9574 1726883258.80348: 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' <<< 9574 1726883258.80378: 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 0x7fb99ed54680> <<< 9574 1726883258.80387: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed543e0> <<< 9574 1726883258.80405: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.80410: 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 0x7fb99ed546b0> <<< 9574 1726883258.80434: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883258.80452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883258.80515: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.80644: 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 0x7fb99ed54fe0> <<< 9574 1726883258.80773: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.80781: 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 0x7fb99ed559d0> <<< 9574 1726883258.80794: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed54890> <<< 9574 1726883258.80797: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed29df0> <<< 9574 1726883258.80817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883258.80844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883258.80862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883258.80880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883258.80884: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed56db0> <<< 9574 1726883258.80910: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed55af0> <<< 9574 1726883258.80928: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd2b70> <<< 9574 1726883258.80958: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883258.81017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.81044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883258.81074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883258.81103: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed7f140> <<< 9574 1726883258.81154: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883258.81173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.81199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883258.81215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883258.81258: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99eda7530> <<< 9574 1726883258.81285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883258.81325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883258.81380: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883258.81403: 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 0x7fb99ee042f0> <<< 9574 1726883258.81424: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883258.81453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883258.81480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883258.81519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883258.81604: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ee06a50> <<< 9574 1726883258.81679: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ee04410> <<< 9574 1726883258.81715: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99edcd2e0> <<< 9574 1726883258.81754: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883258.81764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7293d0> <<< 9574 1726883258.81767: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99eda6330> <<< 9574 1726883258.81781: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed57d10> <<< 9574 1726883258.81890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883258.81911: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb99eda6930> <<< 9574 1726883258.82063: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_nokxszj6/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883258.82067: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.82198: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.82228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883258.82237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883258.82283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883258.82359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883258.82388: 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' <<< 9574 1726883258.82392: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7830e0> import '_typing' # <<< 9574 1726883258.82577: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e761fd0> <<< 9574 1726883258.82584: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e761160> # zipimport: zlib available <<< 9574 1726883258.82615: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883258.82618: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.82644: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.82660: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.82676: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883258.82679: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.84105: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.85310: 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' <<< 9574 1726883258.85314: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e780f80> # /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883258.85316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.85345: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883258.85352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883258.85377: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883258.85384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883258.85403: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.85422: 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 0x7fb99e7aaab0> <<< 9574 1726883258.85454: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7aa8a0> <<< 9574 1726883258.85486: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7aa1e0> <<< 9574 1726883258.85511: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883258.85518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883258.85560: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7aab70> <<< 9574 1726883258.85568: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e783b00> import 'atexit' # <<< 9574 1726883258.85598: 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 0x7fb99e7ab7d0> <<< 9574 1726883258.85626: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.85629: 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 0x7fb99e7aba10> <<< 9574 1726883258.85652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883258.85696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883258.85715: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883258.85765: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7abf50> <<< 9574 1726883258.85771: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883258.85790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883258.85818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883258.85854: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e611d30> <<< 9574 1726883258.85890: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.85897: 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 0x7fb99e613950> <<< 9574 1726883258.85914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883258.85922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883258.85968: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e614350> <<< 9574 1726883258.85978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883258.86014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883258.86031: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6154f0> <<< 9574 1726883258.86056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883258.86088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883258.86113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883258.86118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883258.86177: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e617fb0> <<< 9574 1726883258.86209: 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 0x7fb99e6202f0> <<< 9574 1726883258.86234: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e616270> <<< 9574 1726883258.86254: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883258.86283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883258.86306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883258.86322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883258.86327: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883258.86364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883258.86381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883258.86402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e623f50> <<< 9574 1726883258.86405: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883258.86484: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e622a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e622780> <<< 9574 1726883258.86497: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883258.86510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883258.86588: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e622cf0> <<< 9574 1726883258.86614: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e616780> <<< 9574 1726883258.86646: 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 0x7fb99e667f50> <<< 9574 1726883258.86672: 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 0x7fb99e6681d0> <<< 9574 1726883258.86693: 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 <<< 9574 1726883258.86712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883258.86734: 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' <<< 9574 1726883258.86774: 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 0x7fb99e669d90> <<< 9574 1726883258.86778: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e669b50> <<< 9574 1726883258.86796: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883258.86919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883258.86972: 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 0x7fb99e66c2f0> <<< 9574 1726883258.86979: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e66a480> <<< 9574 1726883258.87002: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883258.87046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.87066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883258.87070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883258.87088: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883258.87133: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e66fa70> <<< 9574 1726883258.87256: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e66c440> <<< 9574 1726883258.87319: 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 0x7fb99e6708f0> <<< 9574 1726883258.87355: 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 0x7fb99e670ad0> <<< 9574 1726883258.87389: 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 0x7fb99e670bf0> <<< 9574 1726883258.87406: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6684d0> <<< 9574 1726883258.87427: 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 <<< 9574 1726883258.87446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883258.87455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883258.87478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883258.87504: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.87535: 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 0x7fb99e6fc500> <<< 9574 1726883258.87675: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.87696: 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 0x7fb99e6fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e672c90> <<< 9574 1726883258.87734: 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 0x7fb99e670590> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6728a0> <<< 9574 1726883258.87759: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.87766: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.87784: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883258.87881: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.87967: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.87991: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883258.87994: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.88015: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.88024: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883258.88037: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.88153: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.88271: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.88820: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.89363: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883258.89390: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883258.89393: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 9574 1726883258.89398: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883258.89418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.89472: 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 0x7fb99e501730> <<< 9574 1726883258.89554: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883258.89567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883258.89578: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e502420> <<< 9574 1726883258.89585: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6fd670> <<< 9574 1726883258.89635: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883258.89643: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.89669: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.89679: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883258.89693: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.89844: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.89993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883258.90006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5021b0> <<< 9574 1726883258.90018: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.90480: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.90929: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91028: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91096: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883258.91102: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91149: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91178: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883258.91193: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91258: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91345: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883258.91350: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91371: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91383: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883258.91392: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91435: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91472: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883258.91477: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91714: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.91953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883258.92019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883258.92029: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883258.92105: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e503620> <<< 9574 1726883258.92110: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92190: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92261: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883258.92282: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883258.92305: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92349: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92396: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883258.92399: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92451: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92490: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92553: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92621: 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 <<< 9574 1726883258.92668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.92763: 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 0x7fb99e50e240> <<< 9574 1726883258.92800: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e509880> <<< 9574 1726883258.92835: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883258.92852: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 9574 1726883258.92914: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.92978: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93007: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93053: 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' <<< 9574 1726883258.93077: 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 <<< 9574 1726883258.93098: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883258.93120: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883258.93184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883258.93206: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883258.93222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883258.93285: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e602b10> <<< 9574 1726883258.93327: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7e27e0> <<< 9574 1726883258.93412: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e50e300> <<< 9574 1726883258.93428: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883258.93435: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93459: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93489: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883258.93551: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883258.93564: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93571: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.93590: stdout chunk (state=3): >>>import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883258.93871: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.94130: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883258.94152: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883258.94185: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.94221: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883258.94230: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.94977: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.95664: 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 0x7fb99e5a0530> <<< 9574 1726883258.95691: 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 0x7fb99e5a06b0> <<< 9574 1726883258.95708: 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' <<< 9574 1726883258.95741: 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' <<< 9574 1726883258.95768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883258.95773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a0e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a0a10> <<< 9574 1726883258.95799: 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' <<< 9574 1726883258.95816: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883258.95830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883258.95870: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1a90> <<< 9574 1726883258.95895: 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' <<< 9574 1726883258.95910: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883258.95923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883258.95946: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883258.95964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883258.95976: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883258.95997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883258.96012: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883258.96029: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883258.96047: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e589a90> <<< 9574 1726883258.96074: 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 0x7fb99e588e60> <<< 9574 1726883258.96103: 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' <<< 9574 1726883258.96125: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e13a6f0> <<< 9574 1726883258.96176: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a3230> <<< 9574 1726883258.96195: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883258.96210: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883258.96239: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883258.96250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883258.96279: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883258.96342: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883258.96408: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1491c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e13bd70> <<< 9574 1726883258.96456: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e13b110> <<< 9574 1726883258.96469: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a2690> <<< 9574 1726883258.96495: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883258.96516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883258.96543: 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 <<< 9574 1726883258.96603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883258.96626: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883258.96631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883258.96658: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e17d100> <<< 9574 1726883258.96786: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e171340> <<< 9574 1726883258.96931: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e500d40> <<< 9574 1726883258.96960: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883258.96966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883258.96984: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883258.97017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883258.97063: 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' <<< 9574 1726883258.97070: stdout chunk (state=3): >>>import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c0ef0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e17eed0> <<< 9574 1726883258.97087: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e170e30> <<< 9574 1726883258.97119: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a2120> <<< 9574 1726883258.97135: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1b20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1790> <<< 9574 1726883258.97141: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a07a0> <<< 9574 1726883258.97171: 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' <<< 9574 1726883258.97176: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1b50> <<< 9574 1726883258.97194: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883258.97200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883258.97215: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883258.97238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883258.97286: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c1580> <<< 9574 1726883258.97291: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c1190> <<< 9574 1726883258.97322: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883258.97327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883258.97398: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c1c70> <<< 9574 1726883258.97423: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883258.97456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883258.97514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883258.97557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883258.97637: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883258.97715: 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 0x7fb99e1c79b0> <<< 9574 1726883258.97906: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c4f80> <<< 9574 1726883258.97932: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c2b70> <<< 9574 1726883258.97959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883258.97970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883258.98007: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c4a10> <<< 9574 1726883258.98036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883258.98042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883258.98050: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1b2ed0> <<< 9574 1726883258.98077: 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' <<< 9574 1726883258.98108: 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' <<< 9574 1726883258.98128: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1b3b60> <<< 9574 1726883258.98144: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1b3620> <<< 9574 1726883258.98166: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883258.98243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883258.98317: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1b39b0> <<< 9574 1726883258.98343: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883258.98380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883258.98597: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1e3470> <<< 9574 1726883258.98618: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883258.98647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883258.98670: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e0d3c20> <<< 9574 1726883258.98716: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883258.98819: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883258.98924: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.03256: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883259.03282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883259.03289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883259.03308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883259.03362: 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 0x7fb99de17620> <<< 9574 1726883259.03370: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99de168a0> <<< 9574 1726883259.03422: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99de167e0> <<< 9574 1726883259.08070: 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', <<< 9574 1726883259.34617: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/owners/donaldduck/pools?product=7050", "status": 200, "x_candlepin_request_uuid": "7029cd6b-8afc-445d-994b-a6583a88e2fc", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:39 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_enviro<<< 9574 1726883259.34629: stdout chunk (state=3): >>>nment"}, "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__ <<< 9574 1726883259.35508: 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<<< 9574 1726883259.35515: stdout chunk (state=3): >>> # 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 <<< 9574 1726883259.35559: 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__<<< 9574 1726883259.35573: stdout chunk (state=3): >>> # 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<<< 9574 1726883259.35596: stdout chunk (state=3): >>> # 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<<< 9574 1726883259.35615: stdout chunk (state=3): >>> # cleanup[2] removing shlex<<< 9574 1726883259.35628: 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<<< 9574 1726883259.35653: stdout chunk (state=3): >>> # cleanup[2] removing tokenize # cleanup[2] removing linecache<<< 9574 1726883259.35665: stdout chunk (state=3): >>> # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd<<< 9574 1726883259.35673: stdout chunk (state=3): >>> # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime<<< 9574 1726883259.35860: 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 # 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 <<< 9574 1726883259.35887: stdout chunk (state=3): >>># cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header <<< 9574 1726883259.35898: stdout chunk (state=3): >>># 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<<< 9574 1726883259.35937: stdout chunk (state=3): >>> # 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<<< 9574 1726883259.35942: stdout chunk (state=3): >>> # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http<<< 9574 1726883259.35957: stdout chunk (state=3): >>> # cleanup[2] removing _ssl # cleanup[2] removing ssl <<< 9574 1726883259.35987: stdout chunk (state=3): >>># 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<<< 9574 1726883259.35991: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing unicodedata # cleanup[2] removing stringprep<<< 9574 1726883259.36009: stdout chunk (state=3): >>> # cleanup[2] removing encodings.idna<<< 9574 1726883259.36141: stdout chunk (state=3): >>> <<< 9574 1726883259.36597: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883259.36748: stdout chunk (state=3): >>># 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 <<< 9574 1726883259.36772: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883259.36802: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon <<< 9574 1726883259.36807: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux<<< 9574 1726883259.36831: stdout chunk (state=3): >>> <<< 9574 1726883259.36835: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder<<< 9574 1726883259.36849: stdout chunk (state=3): >>> <<< 9574 1726883259.36852: stdout chunk (state=3): >>># destroy json.scanner <<< 9574 1726883259.37057: 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 # destroy json # destroy logging # destroy shlex # destroy subprocess<<< 9574 1726883259.37078: stdout chunk (state=3): >>> # destroy mimetypes # destroy netrc # destroy gzip<<< 9574 1726883259.37086: stdout chunk (state=3): >>> <<< 9574 1726883259.37120: stdout chunk (state=3): >>># destroy email.mime # destroy email.mime.base # destroy email.mime.nonmultipart <<< 9574 1726883259.37137: stdout chunk (state=3): >>># destroy email.mime.application<<< 9574 1726883259.37160: stdout chunk (state=3): >>> # destroy email.mime.multipart # destroy email.base64mime <<< 9574 1726883259.37176: stdout chunk (state=3): >>># destroy email._parseaddr<<< 9574 1726883259.37189: stdout chunk (state=3): >>> # destroy email._policybase # destroy email.headerregistry # destroy email.iterators # destroy email.contentmanager # destroy email.policy<<< 9574 1726883259.37215: stdout chunk (state=3): >>> # destroy email.feedparser # destroy email.parser # destroy email.encoders # destroy email.message # destroy email.header<<< 9574 1726883259.37251: stdout chunk (state=3): >>> # destroy random<<< 9574 1726883259.37257: stdout chunk (state=3): >>> # destroy calendar <<< 9574 1726883259.37449: stdout chunk (state=3): >>># 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 <<< 9574 1726883259.37454: stdout chunk (state=3): >>># destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883259.37497: stdout chunk (state=3): >>># destroy copy<<< 9574 1726883259.37510: stdout chunk (state=3): >>> # destroy datetime # destroy urllib <<< 9574 1726883259.37525: stdout chunk (state=3): >>># destroy http<<< 9574 1726883259.37540: stdout chunk (state=3): >>> <<< 9574 1726883259.37554: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression<<< 9574 1726883259.37739: stdout chunk (state=3): >>> <<< 9574 1726883259.37870: stdout chunk (state=3): >>># destroy unicodedata<<< 9574 1726883259.37874: stdout chunk (state=3): >>> <<< 9574 1726883259.37928: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna<<< 9574 1726883259.37957: stdout chunk (state=3): >>> # destroy stringprep <<< 9574 1726883259.37960: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.urllib.parse # cleanup[3] wiping ansible.module_utils.six.moves.urllib<<< 9574 1726883259.37963: stdout chunk (state=3): >>> # cleanup[3] wiping selinux._selinux <<< 9574 1726883259.38168: 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 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 <<< 9574 1726883259.38172: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 9574 1726883259.38178: stdout chunk (state=3): >>># cleanup[3] wiping _struct<<< 9574 1726883259.38184: stdout chunk (state=3): >>> <<< 9574 1726883259.38259: stdout chunk (state=3): >>># 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 <<< 9574 1726883259.38272: stdout chunk (state=3): >>># cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp<<< 9574 1726883259.38296: stdout chunk (state=3): >>> # cleanup[3] wiping _frozen_importlib<<< 9574 1726883259.38302: stdout chunk (state=3): >>> # cleanup[3] wiping sys <<< 9574 1726883259.38334: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 9574 1726883259.38338: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon<<< 9574 1726883259.38438: stdout chunk (state=3): >>> # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883259.38618: stdout chunk (state=3): >>># destroy sys.monitoring<<< 9574 1726883259.38624: stdout chunk (state=3): >>> # destroy _socket <<< 9574 1726883259.38659: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883259.38665: stdout chunk (state=3): >>> <<< 9574 1726883259.38698: stdout chunk (state=3): >>># destroy platform<<< 9574 1726883259.38705: stdout chunk (state=3): >>> # destroy _uuid <<< 9574 1726883259.38843: stdout chunk (state=3): >>># 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<<< 9574 1726883259.38849: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser<<< 9574 1726883259.39174: stdout chunk (state=3): >>> # 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 <<< 9574 1726883259.39206: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883259.39224: stdout chunk (state=3): >>># destroy _operator <<< 9574 1726883259.39230: stdout chunk (state=3): >>># destroy _sre<<< 9574 1726883259.39343: stdout chunk (state=3): >>> # destroy _string<<< 9574 1726883259.39345: stdout chunk (state=3): >>> # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883259.40156: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883259.40186: stderr chunk (state=3): >>><<< 9574 1726883259.40189: stdout chunk (state=3): >>><<< 9574 1726883259.40295: _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 0x7fb99f1103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99f0dfa10> # /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 0x7fb99f112960> 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 0x7fb99ef04fe0> # /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 0x7fb99ef05f10> 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 0x7fb99ef43d40> # /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 0x7fb99ef43f80> # /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 0x7fb99ef7b770> # /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 0x7fb99ef7be00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef5ba10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef59130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40ef0> # /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 0x7fb99ef9f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef9e390> # /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 0x7fb99ef5a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef9cb60> # /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 0x7fb99efd07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40170> # /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 0x7fb99efd0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd0b00> # 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 0x7fb99efd0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef3ec90> # /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 0x7fb99efd1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd1220> 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 0x7fb99efd2420> 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 0x7fb99efec650> 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 0x7fb99efedd90> # /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 0x7fb99efeec30> # 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 0x7fb99efef290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efee180> # /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 0x7fb99efefd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efef440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd2480> # /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 0x7fb99ed2bc50> # /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 0x7fb99ed54680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed543e0> # 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 0x7fb99ed546b0> # /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 0x7fb99ed54fe0> # 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 0x7fb99ed559d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed54890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed29df0> # /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 0x7fb99ed56db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed55af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99efd2b70> # /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 0x7fb99ed7f140> # /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 0x7fb99eda7530> # /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 0x7fb99ee042f0> # /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 0x7fb99ee06a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ee04410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99edcd2e0> # /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 0x7fb99e7293d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99eda6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ed57d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb99eda6930> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_nokxszj6/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 0x7fb99e7830e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e761fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e761160> # 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 0x7fb99e780f80> # /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 0x7fb99e7aaab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7aa8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7aa1e0> # /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 0x7fb99e7aab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e783b00> 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 0x7fb99e7ab7d0> # 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 0x7fb99e7aba10> # /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 0x7fb99e7abf50> 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 0x7fb99e611d30> # 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 0x7fb99e613950> # /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 0x7fb99e614350> # /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 0x7fb99e6154f0> # /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 0x7fb99e617fb0> # 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 0x7fb99e6202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e616270> # /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 0x7fb99e623f50> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e622a20> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e622780> # /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 0x7fb99e622cf0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e616780> # 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 0x7fb99e667f50> # /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 0x7fb99e6681d0> # /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 0x7fb99e669d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e669b50> # /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 0x7fb99e66c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e66a480> # /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 0x7fb99e66fa70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e66c440> # 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 0x7fb99e6708f0> # 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 0x7fb99e670ad0> # 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 0x7fb99e670bf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6684d0> # /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 0x7fb99e6fc500> # 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 0x7fb99e6fd400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e672c90> # 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 0x7fb99e670590> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6728a0> # 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 0x7fb99e501730> # /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 0x7fb99e502420> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e6fd670> 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 0x7fb99e5021b0> # 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 0x7fb99e503620> # 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 0x7fb99e50e240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e509880> 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 0x7fb99e602b10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e7e27e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e50e300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99ef40c80> # 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 0x7fb99e5a0530> # /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 0x7fb99e5a06b0> # /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 0x7fb99e5a0e30> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a0a10> # /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 0x7fb99e5a1a90> # /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 0x7fb99e589a90> # /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 0x7fb99e588e60> # /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 0x7fb99e13a6f0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a3230> # /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 0x7fb99e1491c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e13bd70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e13b110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a2690> # /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 0x7fb99e17d100> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e171340> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e500d40> # /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 0x7fb99e1c0ef0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e17eed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e170e30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a2120> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1b20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a1790> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e5a07a0> # /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 0x7fb99e5a1b50> # /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 0x7fb99e1c1580> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c1190> # /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 0x7fb99e1c1c70> # /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 0x7fb99e1c79b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c4f80> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1c2b70> # /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 0x7fb99e1c4a10> # /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 0x7fb99e1b2ed0> # /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 0x7fb99e1b3b60> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99e1b3620> # /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 0x7fb99e1b39b0> # /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 0x7fb99e1e3470> # /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 0x7fb99e0d3c20> # 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 0x7fb99de17620> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99de168a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb99de167e0> /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": "7029cd6b-8afc-445d-994b-a6583a88e2fc", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:39 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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 9574 1726883259.40932: 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-1726883258.6459992-10187-12350706678679/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883259.40936: _low_level_execute_command(): starting 9574 1726883259.40939: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883258.6459992-10187-12350706678679/ > /dev/null 2>&1 && sleep 0' 9574 1726883259.41245: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883259.41249: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883259.41251: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.41254: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883259.41257: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883259.41263: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.41299: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.41317: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.41371: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.43899: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883259.43904: stderr chunk (state=3): >>><<< 9574 1726883259.43906: stdout chunk (state=3): >>><<< 9574 1726883259.43919: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883259.43925: handler run complete 9574 1726883259.44064: attempt loop complete, returning result 9574 1726883259.44068: _execute() done 9574 1726883259.44070: dumping result to json 9574 1726883259.44093: done dumping result, returning 9574 1726883259.44101: done running TaskExecutor() for managed_node2/TASK: Get pools for product 7050 [0affc0aa-4893-214d-52b4-000000000025] 9574 1726883259.44106: sending task result for task 0affc0aa-4893-214d-52b4-000000000025 ok: [managed_node2] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:47:39 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": "7029cd6b-8afc-445d-994b-a6583a88e2fc", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883259.44827: done sending task result for task 0affc0aa-4893-214d-52b4-000000000025 9574 1726883259.45000: no more pending results, returning what we have 9574 1726883259.45007: WORKER PROCESS EXITING 9574 1726883259.45011: results queue empty 9574 1726883259.45014: checking for any_errors_fatal 9574 1726883259.45018: done checking for any_errors_fatal 9574 1726883259.45018: checking for max_fail_percentage 9574 1726883259.45019: done checking for max_fail_percentage 9574 1726883259.45020: checking to see if all hosts have failed and the running result is not ok 9574 1726883259.45020: done checking to see if all hosts have failed 9574 1726883259.45021: getting the remaining hosts for this loop 9574 1726883259.45022: done getting the remaining hosts for this loop 9574 1726883259.45024: getting the next task for host managed_node2 9574 1726883259.45028: done getting next task for host managed_node2 9574 1726883259.45029: ^ task is: TASK: Add pools for product 7050 to default_key activation key 9574 1726883259.45031: ^ 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 9574 1726883259.45035: getting variables 9574 1726883259.45036: in VariableManager get_vars() 9574 1726883259.45054: Calling all_inventory to load vars for managed_node2 9574 1726883259.45056: Calling groups_inventory to load vars for managed_node2 9574 1726883259.45058: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883259.45066: Calling all_plugins_play to load vars for managed_node2 9574 1726883259.45068: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883259.45069: Calling groups_plugins_play to load vars for managed_node2 9574 1726883259.45101: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883259.45123: done with get_vars() 9574 1726883259.45129: done getting variables 9574 1726883259.45173: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:39 -0400 (0:00:00.865) 0:00:38.852 ****** 9574 1726883259.45192: entering _queue_task() for managed_node2/uri 9574 1726883259.45404: worker is 1 (out of 1 available) 9574 1726883259.45417: exiting _queue_task() for managed_node2/uri 9574 1726883259.45428: done queuing things up, now waiting for results queue to drain 9574 1726883259.45430: waiting for pending results... 9574 1726883259.45577: running TaskExecutor() for managed_node2/TASK: Add pools for product 7050 to default_key activation key 9574 1726883259.45639: in run() - task 0affc0aa-4893-214d-52b4-000000000026 9574 1726883259.45654: variable 'ansible_search_path' from source: unknown 9574 1726883259.45658: variable 'ansible_search_path' from source: unknown 9574 1726883259.45919: variable 'pools' from source: set_fact 9574 1726883259.46925: variable 'omit' from source: magic vars 9574 1726883259.46997: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883259.47004: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883259.47013: variable 'omit' from source: magic vars 9574 1726883259.47192: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883259.48591: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883259.48636: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883259.48663: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883259.48698: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883259.48719: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883259.48781: 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) 9574 1726883259.48801: 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) 9574 1726883259.48820: 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) 9574 1726883259.48849: 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) 9574 1726883259.48860: 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) 9574 1726883259.48936: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883259.48946: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883259.48953: variable 'omit' from source: magic vars 9574 1726883259.48986: variable 'omit' from source: magic vars 9574 1726883259.49116: variable '_cp_url' from source: set_fact 9574 1726883259.49119: variable 'default_key' from source: set_fact 9574 1726883259.49128: variable 'item' from source: unknown 9574 1726883259.49200: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883259.49267: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883259.49286: variable 'omit' from source: magic vars 9574 1726883259.49312: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883259.49336: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883259.49350: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883259.49365: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883259.49373: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883259.49386: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883259.49398: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883259.49420: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883259.49423: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883259.49425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883259.49499: Set connection var ansible_connection to ssh 9574 1726883259.49503: Set connection var ansible_shell_type to sh 9574 1726883259.49508: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883259.49516: Set connection var ansible_timeout to 10 9574 1726883259.49523: Set connection var ansible_shell_executable to /bin/sh 9574 1726883259.49528: Set connection var ansible_pipelining to False 9574 1726883259.49547: variable 'ansible_shell_executable' from source: unknown 9574 1726883259.49550: variable 'ansible_connection' from source: unknown 9574 1726883259.49552: variable 'ansible_module_compression' from source: unknown 9574 1726883259.49555: variable 'ansible_shell_type' from source: unknown 9574 1726883259.49557: variable 'ansible_shell_executable' from source: unknown 9574 1726883259.49559: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883259.49564: variable 'ansible_pipelining' from source: unknown 9574 1726883259.49566: variable 'ansible_timeout' from source: unknown 9574 1726883259.49570: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883259.49642: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883259.49649: variable 'omit' from source: magic vars 9574 1726883259.49655: starting attempt loop 9574 1726883259.49657: running the handler 9574 1726883259.49666: _low_level_execute_command(): starting 9574 1726883259.49672: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883259.50179: 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 <<< 9574 1726883259.50183: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.50186: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883259.50189: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883259.50191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.50239: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.50251: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883259.50254: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.50303: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.51979: stdout chunk (state=3): >>>/root <<< 9574 1726883259.52071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883259.52105: stderr chunk (state=3): >>><<< 9574 1726883259.52108: stdout chunk (state=3): >>><<< 9574 1726883259.52127: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883259.52144: _low_level_execute_command(): starting 9574 1726883259.52150: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448 `" && echo ansible-tmp-1726883259.521298-10198-197264230262448="` echo /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448 `" ) && sleep 0' 9574 1726883259.52601: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883259.52605: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883259.52607: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.52609: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883259.52612: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.52665: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.52668: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883259.52670: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.52719: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.54684: stdout chunk (state=3): >>>ansible-tmp-1726883259.521298-10198-197264230262448=/root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448 <<< 9574 1726883259.54786: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883259.54816: stderr chunk (state=3): >>><<< 9574 1726883259.54819: stdout chunk (state=3): >>><<< 9574 1726883259.54834: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883259.521298-10198-197264230262448=/root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883259.54873: variable 'ansible_module_compression' from source: unknown 9574 1726883259.54920: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883259.54943: variable 'ansible_facts' from source: unknown 9574 1726883259.55011: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py 9574 1726883259.55120: Sending initial data 9574 1726883259.55123: Sent initial data (150 bytes) 9574 1726883259.55579: 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 <<< 9574 1726883259.55582: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.55585: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883259.55587: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.55646: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.55650: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883259.55651: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.55692: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.57333: 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 <<< 9574 1726883259.57371: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883259.57415: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp6ggm4c3j /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py <<< 9574 1726883259.57418: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py" <<< 9574 1726883259.57458: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp6ggm4c3j" to remote "/root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py" <<< 9574 1726883259.57462: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py" <<< 9574 1726883259.58098: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883259.58149: stderr chunk (state=3): >>><<< 9574 1726883259.58152: stdout chunk (state=3): >>><<< 9574 1726883259.58168: done transferring module to remote 9574 1726883259.58180: _low_level_execute_command(): starting 9574 1726883259.58183: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/ /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py && sleep 0' 9574 1726883259.58607: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883259.58611: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883259.58647: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883259.58650: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883259.58652: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883259.58654: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883259.58656: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.58703: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.58706: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883259.58716: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.58766: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.60614: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883259.60645: stderr chunk (state=3): >>><<< 9574 1726883259.60648: stdout chunk (state=3): >>><<< 9574 1726883259.60662: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883259.60666: _low_level_execute_command(): starting 9574 1726883259.60670: _low_level_execute_command(): using become for this command 9574 1726883259.60681: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-zhjhllwqilwmiumxzmtuhduewvzcsulf ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883259.60768: Initial state: awaiting_escalation: BECOME-SUCCESS-zhjhllwqilwmiumxzmtuhduewvzcsulf 9574 1726883259.61163: 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 <<< 9574 1726883259.61168: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883259.61188: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883259.61203: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883259.61269: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883259.64311: stdout chunk (state=1): >>>BECOME-SUCCESS-zhjhllwqilwmiumxzmtuhduewvzcsulf <<< 9574 1726883259.64316: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-zhjhllwqilwmiumxzmtuhduewvzcsulf' 9574 1726883259.64637: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883259.64667: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883259.64696: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883259.64706: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883259.64774: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883259.64779: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883259.64806: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883259.64847: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883259.64866: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883259.64878: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883259.64932: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883259.64938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.64952: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883259.64977: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883259.65008: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883259.65036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883259.65054: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a86103e0> <<< 9574 1726883259.65061: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a85dfa10> <<< 9574 1726883259.65072: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883259.65094: 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 0x7f98a8612960> <<< 9574 1726883259.65114: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883259.65154: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9574 1726883259.65163: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883259.65198: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883259.65202: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883259.65288: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883259.65316: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883259.65322: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883259.65354: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883259.65368: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883259.65385: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883259.65392: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883259.65398: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883259.65413: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883259.65444: 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 <<< 9574 1726883259.65453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883259.65464: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83c0fe0> <<< 9574 1726883259.65519: 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 <<< 9574 1726883259.65539: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.65549: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83c1f10> <<< 9574 1726883259.65571: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883259.65602: 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. <<< 9574 1726883259.65856: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883259.65870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883259.65889: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883259.65904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.65920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883259.65965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883259.65988: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883259.66042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83ffd40> <<< 9574 1726883259.66045: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883259.66065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883259.66093: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883259.66104: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fff80> <<< 9574 1726883259.66117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883259.66152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883259.66167: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883259.66217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.66238: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883259.66265: 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' <<< 9574 1726883259.66273: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8437740> <<< 9574 1726883259.66290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883259.66296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883259.66314: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8437dd0> <<< 9574 1726883259.66318: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883259.66374: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8417a10> <<< 9574 1726883259.66379: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883259.66414: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8415130> <<< 9574 1726883259.66503: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fcef0> <<< 9574 1726883259.66532: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883259.66556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883259.66569: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883259.66590: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883259.66614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883259.66636: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883259.66654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883259.66675: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a845b680> <<< 9574 1726883259.66692: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a845a2a0> <<< 9574 1726883259.66719: 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' <<< 9574 1726883259.66734: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8416000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8458b30> <<< 9574 1726883259.66779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883259.66794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fc170> <<< 9574 1726883259.66810: 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' <<< 9574 1726883259.66854: 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 0x7f98a848cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848ca10> <<< 9574 1726883259.66893: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.66905: 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 0x7f98a848ce00> <<< 9574 1726883259.66911: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fac90> <<< 9574 1726883259.66936: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883259.66955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.66959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883259.66999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883259.67004: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848d190> <<< 9574 1726883259.67020: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883259.67057: 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'<<< 9574 1726883259.67060: stdout chunk (state=3): >>> <<< 9574 1726883259.67075: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848e3c0> <<< 9574 1726883259.67094: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883259.67097: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883259.67124: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883259.67157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883259.67187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883259.67196: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84a85f0> <<< 9574 1726883259.67207: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883259.67242: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.67252: 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 0x7f98a84a9d30> <<< 9574 1726883259.67255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883259.67274: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883259.67300: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883259.67313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883259.67319: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84aabd0> <<< 9574 1726883259.67360: 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 0x7f98a84ab230> <<< 9574 1726883259.67368: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84aa120> <<< 9574 1726883259.67391: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883259.67395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883259.67446: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.67463: 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 0x7f98a84abcb0> <<< 9574 1726883259.67465: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84ab3e0> <<< 9574 1726883259.67501: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848e420> <<< 9574 1726883259.67523: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883259.67550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883259.67570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883259.67589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883259.67623: 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' <<< 9574 1726883259.67633: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f98a81dfbf0> <<< 9574 1726883259.67653: 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' <<< 9574 1726883259.67678: 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 0x7f98a82086b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8208410> <<< 9574 1726883259.67707: 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 0x7f98a82086e0> <<< 9574 1726883259.67742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883259.67747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883259.67821: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.67946: 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 0x7f98a8209010> <<< 9574 1726883259.68071: 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 0x7f98a82099d0> <<< 9574 1726883259.68081: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82088c0> <<< 9574 1726883259.68095: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a81ddd90> <<< 9574 1726883259.68115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883259.68143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883259.68165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883259.68179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883259.68185: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a820ad80> <<< 9574 1726883259.68212: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8209880> <<< 9574 1726883259.68222: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848eb10> <<< 9574 1726883259.68256: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883259.68314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.68339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883259.68370: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883259.68400: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82330b0> <<< 9574 1726883259.68453: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883259.68470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.68488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883259.68513: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883259.68554: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a825b470> <<< 9574 1726883259.68578: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883259.68622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883259.68676: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883259.68699: 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 0x7f98a82b8290> <<< 9574 1726883259.68722: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883259.68750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883259.68779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883259.68815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883259.68904: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82ba9f0> <<< 9574 1726883259.68981: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82b83b0> <<< 9574 1726883259.69018: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8285280> <<< 9574 1726883259.69055: 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' <<< 9574 1726883259.69066: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b253a0> <<< 9574 1726883259.69071: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a825a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a820bcb0> <<< 9574 1726883259.69195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883259.69211: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f98a825a600> <<< 9574 1726883259.69378: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_rx3mz3o9/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883259.69385: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.69514: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.69549: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883259.69556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883259.69598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883259.69677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883259.69704: 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' <<< 9574 1726883259.69718: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b7f110> import '_typing' # <<< 9574 1726883259.69896: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b5e000> <<< 9574 1726883259.69912: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b5d190> # zipimport: zlib available <<< 9574 1726883259.69935: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883259.69954: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.69959: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.69982: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.69987: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883259.70008: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.71444: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.72618: 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 0x7f98a7b7cfe0> <<< 9574 1726883259.72659: 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' <<< 9574 1726883259.72667: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883259.72696: 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 # code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883259.72725: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.72753: 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 0x7f98a7ba2ae0> <<< 9574 1726883259.72798: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba2870> <<< 9574 1726883259.72803: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba2180> <<< 9574 1726883259.72831: 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' <<< 9574 1726883259.72874: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba2bd0> <<< 9574 1726883259.72887: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b7fda0> import 'atexit' # <<< 9574 1726883259.72912: 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 0x7f98a7ba3860> <<< 9574 1726883259.72953: 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 0x7f98a7ba3aa0> <<< 9574 1726883259.72977: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883259.73019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883259.73035: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883259.73084: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba3f50> <<< 9574 1726883259.73106: stdout chunk (state=3): >>>import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883259.73133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883259.73175: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a0dcd0> <<< 9574 1726883259.73204: 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 0x7f98a7a0f8f0> <<< 9574 1726883259.73237: 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' <<< 9574 1726883259.73292: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a102f0> <<< 9574 1726883259.73303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883259.73336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883259.73372: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a11490> <<< 9574 1726883259.73376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883259.73419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883259.73451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883259.73459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883259.73488: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a13f50> <<< 9574 1726883259.73526: 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 0x7f98a84aab40> <<< 9574 1726883259.73554: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a12210> <<< 9574 1726883259.73580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883259.73610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883259.73645: 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 <<< 9574 1726883259.73707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883259.73715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883259.73741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1fe30> <<< 9574 1726883259.73757: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883259.73811: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1e660> <<< 9574 1726883259.73825: 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' <<< 9574 1726883259.73905: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1ebd0> <<< 9574 1726883259.73929: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a12720> <<< 9574 1726883259.73966: 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 0x7f98a7a63f80> <<< 9574 1726883259.74014: 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 0x7f98a7a64200> <<< 9574 1726883259.74017: 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 <<< 9574 1726883259.74056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883259.74059: 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' <<< 9574 1726883259.74107: 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 0x7f98a7a65d90> <<< 9574 1726883259.74110: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a65b50> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883259.74243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883259.74300: 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 0x7f98a7a68320> <<< 9574 1726883259.74304: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a66480> <<< 9574 1726883259.74322: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883259.74375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.74398: 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' # <<< 9574 1726883259.74459: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a6baa0> <<< 9574 1726883259.74579: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a68470> <<< 9574 1726883259.74652: 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 0x7f98a7a6cb90> <<< 9574 1726883259.74672: 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 0x7f98a7a6c980> <<< 9574 1726883259.74718: 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 0x7f98a7a6cc20> <<< 9574 1726883259.74721: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a644a0> <<< 9574 1726883259.74759: 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' <<< 9574 1726883259.74768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883259.74795: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883259.74824: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.74854: 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 0x7f98a7af8380> <<< 9574 1726883259.74998: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.75017: 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 0x7f98a7af9370> <<< 9574 1726883259.75020: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a6eb10> <<< 9574 1726883259.75058: 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 0x7f98a7a6fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a6e780> <<< 9574 1726883259.75062: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75088: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75096: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883259.75108: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75195: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75286: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75302: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883259.75320: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75323: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75351: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883259.75356: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75473: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.75590: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.76150: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.76684: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883259.76703: 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' # <<< 9574 1726883259.76720: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883259.76746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.76794: 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 0x7f98a7afd6a0> <<< 9574 1726883259.76875: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883259.76884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883259.76902: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7afe540> <<< 9574 1726883259.76907: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7af9610> <<< 9574 1726883259.76966: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883259.76968: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.76996: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.77004: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883259.77021: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.77164: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.77317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883259.77322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7afec00> <<< 9574 1726883259.77346: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.77792: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78238: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78306: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78385: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883259.78389: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78433: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78471: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883259.78476: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78549: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78630: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883259.78643: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78659: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78665: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883259.78681: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78715: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78758: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883259.78764: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.78991: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883259.79287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883259.79296: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883259.79377: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7aff6b0> <<< 9574 1726883259.79382: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79460: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79531: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883259.79557: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883259.79564: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79611: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79657: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883259.79660: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79703: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79754: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79807: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.79876: 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 <<< 9574 1726883259.79918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.80004: 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 0x7f98a790a180> <<< 9574 1726883259.80043: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7905970> <<< 9574 1726883259.80076: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883259.80079: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80152: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80208: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80244: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80283: 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' <<< 9574 1726883259.80306: 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 <<< 9574 1726883259.80329: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883259.80352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883259.80410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883259.80431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883259.80449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883259.80504: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7bfeb10> <<< 9574 1726883259.80549: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7bde7e0> <<< 9574 1726883259.80633: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a790a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7af96d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883259.80636: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80673: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80695: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883259.80759: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883259.80765: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80792: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.80795: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883259.80810: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.81063: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.81315: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883259.81324: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883259.81365: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.81391: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883259.81407: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.82125: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.82817: 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 0x7f98a799ca10> <<< 9574 1726883259.82843: 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 0x7f98a799c620> <<< 9574 1726883259.82861: 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' <<< 9574 1726883259.82887: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 9574 1726883259.82901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 9574 1726883259.82905: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883259.82923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799cce0> <<< 9574 1726883259.82939: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799c8c0> <<< 9574 1726883259.82946: 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' <<< 9574 1726883259.82967: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883259.82972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883259.83013: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799d970> <<< 9574 1726883259.83045: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883259.83052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 9574 1726883259.83064: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883259.83076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883259.83091: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883259.83102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883259.83112: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883259.83138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883259.83158: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883259.83172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883259.83176: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7985a00> <<< 9574 1726883259.83205: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883259.83213: 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 0x7f98a7984dd0> <<< 9574 1726883259.83234: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883259.83249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883259.83257: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75f6690> <<< 9574 1726883259.83295: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799f0e0> <<< 9574 1726883259.83317: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883259.83333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883259.83361: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883259.83364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883259.83389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883259.83463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883259.83530: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7601130> <<< 9574 1726883259.83535: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75f7ce0> <<< 9574 1726883259.83572: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75f7080> <<< 9574 1726883259.83584: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799e540> <<< 9574 1726883259.83606: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883259.83626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883259.83654: 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 <<< 9574 1726883259.83704: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883259.83727: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883259.83732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883259.83758: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a76350a0> <<< 9574 1726883259.83881: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a76292b0> <<< 9574 1726883259.84012: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799eb10> <<< 9574 1726883259.84033: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883259.84052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883259.84060: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883259.84091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883259.84119: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 9574 1726883259.84144: 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 0x7f98a7678e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7636e40> <<< 9574 1726883259.84150: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7628c20> <<< 9574 1726883259.84183: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799e000> <<< 9574 1726883259.84201: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799da00> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799d670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799c650> <<< 9574 1726883259.84214: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 9574 1726883259.84234: 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 0x7f98a799da30> <<< 9574 1726883259.84257: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883259.84265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883259.84278: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883259.84296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883259.84346: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a76794f0> <<< 9574 1726883259.84360: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7679100> <<< 9574 1726883259.84380: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883259.84394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883259.84464: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7679be0> <<< 9574 1726883259.84486: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883259.84515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883259.84577: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883259.84610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883259.84687: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.84763: 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 0x7f98a767f7d0> <<< 9574 1726883259.84949: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a767cdd0> <<< 9574 1726883259.84972: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a767a9c0> <<< 9574 1726883259.84996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883259.85007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883259.85050: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a767c860> <<< 9574 1726883259.85053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883259.85076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883259.85081: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a766aba0> <<< 9574 1726883259.85105: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883259.85116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883259.85137: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 9574 1726883259.85150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 9574 1726883259.85159: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a766b830> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a766b2f0> <<< 9574 1726883259.85185: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883259.85256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883259.85334: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a766bd10> <<< 9574 1726883259.85351: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883259.85390: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883259.85616: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a769b140> <<< 9574 1726883259.85642: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883259.85662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883259.85684: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75278c0> <<< 9574 1726883259.85731: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.85831: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883259.85930: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883259.90200: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883259.90216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883259.90233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883259.90255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883259.90283: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883259.90310: 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 0x7f98a7563320> <<< 9574 1726883259.90315: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75625a0> <<< 9574 1726883259.90365: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75623f0> <<< 9574 1726883259.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', <<< 9574 1726883260.11106: stdout chunk (state=3): >>> <<< 9574 1726883260.11194: stdout chunk (state=3): >>>{"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d1816051f", "status": 200, "x_candlepin_request_uuid": "f75b4383-97e3-4e06-8846-b5779b55c9d8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47: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}], "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": <<< 9574 1726883260.11199: stdout chunk (state=3): >>>null}}}<<< 9574 1726883260.11218: stdout chunk (state=3): >>> <<< 9574 1726883260.11264: stdout chunk (state=3): >>># destroy __main__<<< 9574 1726883260.11269: stdout chunk (state=3): >>> <<< 9574 1726883260.11814: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883260.11866: 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 <<< 9574 1726883260.11875: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.11980: 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 # 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.modul<<< 9574 1726883260.11984: stdout chunk (state=3): >>>e_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 <<< 9574 1726883260.12007: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.12335: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883260.12371: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883260.12374: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 9574 1726883260.12384: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883260.12406: 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 <<< 9574 1726883260.12417: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883260.12423: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883260.12449: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy json.decoder # destroy json.encoder <<< 9574 1726883260.12465: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 9574 1726883260.12483: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883260.12487: stdout chunk (state=3): >>># destroy selectors <<< 9574 1726883260.12492: stdout chunk (state=3): >>># destroy array <<< 9574 1726883260.12515: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883260.12534: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 9574 1726883260.12542: stdout chunk (state=3): >>># destroy subprocess <<< 9574 1726883260.12574: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883260.12594: 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 <<< 9574 1726883260.12597: stdout chunk (state=3): >>># destroy email.message # destroy email.header <<< 9574 1726883260.12619: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883260.12660: stdout chunk (state=3): >>># destroy unicodedata <<< 9574 1726883260.12672: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883260.12691: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar <<< 9574 1726883260.12695: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883260.12711: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883260.12742: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883260.12758: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883260.12772: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883260.13001: 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 <<< 9574 1726883260.13031: 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 <<< 9574 1726883260.13055: 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 # 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 <<< 9574 1726883260.13077: 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 <<< 9574 1726883260.13102: 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 <<< 9574 1726883260.13123: 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 <<< 9574 1726883260.13129: 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 <<< 9574 1726883260.13163: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.13166: 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 <<< 9574 1726883260.13356: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883260.13366: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883260.13374: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883260.13411: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883260.13414: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883260.13419: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883260.13442: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883260.13464: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883260.13576: 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 <<< 9574 1726883260.13582: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy functools # destroy ipaddress <<< 9574 1726883260.13602: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883260.13628: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883260.13716: 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 <<< 9574 1726883260.13739: 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 <<< 9574 1726883260.13763: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883260.13785: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883260.13790: stdout chunk (state=3): >>># destroy _operator # destroy _sre <<< 9574 1726883260.13809: stdout chunk (state=3): >>># destroy _string # destroy re <<< 9574 1726883260.13827: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883260.13844: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 9574 1726883260.13851: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883260.14403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883260.14437: stderr chunk (state=3): >>><<< 9574 1726883260.14442: stdout chunk (state=3): >>><<< 9574 1726883260.14526: _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 0x7f98a86103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a85dfa10> # /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 0x7f98a8612960> 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 0x7f98a83c0fe0> # /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 0x7f98a83c1f10> 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 0x7f98a83ffd40> # /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 0x7f98a83fff80> # /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 0x7f98a8437740> # /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 0x7f98a8437dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8417a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8415130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fcef0> # /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 0x7f98a845b680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a845a2a0> # /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 0x7f98a8416000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8458b30> # /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 0x7f98a848c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fc170> # /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 0x7f98a848cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848ca10> # 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 0x7f98a848ce00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a83fac90> # /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 0x7f98a848d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848d190> 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 0x7f98a848e3c0> 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 0x7f98a84a85f0> 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 0x7f98a84a9d30> # /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 0x7f98a84aabd0> # 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 0x7f98a84ab230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84aa120> # /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 0x7f98a84abcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a84ab3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848e420> # /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 0x7f98a81dfbf0> # /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 0x7f98a82086b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8208410> # 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 0x7f98a82086e0> # /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 0x7f98a8209010> # 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 0x7f98a82099d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82088c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a81ddd90> # /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 0x7f98a820ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8209880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a848eb10> # /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 0x7f98a82330b0> # /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 0x7f98a825b470> # /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 0x7f98a82b8290> # /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 0x7f98a82ba9f0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a82b83b0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a8285280> # /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 0x7f98a7b253a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a825a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a820bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f98a825a600> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_rx3mz3o9/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 0x7f98a7b7f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b5e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b5d190> # 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 0x7f98a7b7cfe0> # /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 0x7f98a7ba2ae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba2870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7ba2180> # /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 0x7f98a7ba2bd0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7b7fda0> 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 0x7f98a7ba3860> # 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 0x7f98a7ba3aa0> # /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 0x7f98a7ba3f50> 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 0x7f98a7a0dcd0> # 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 0x7f98a7a0f8f0> # /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 0x7f98a7a102f0> # /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 0x7f98a7a11490> # /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 0x7f98a7a13f50> # 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 0x7f98a84aab40> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a12210> # /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 0x7f98a7a1fe30> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1e900> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a1e660> # /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 0x7f98a7a1ebd0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a12720> # 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 0x7f98a7a63f80> # /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 0x7f98a7a64200> # /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 0x7f98a7a65d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a65b50> # /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 0x7f98a7a68320> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a66480> # /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 0x7f98a7a6baa0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a68470> # 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 0x7f98a7a6cb90> # 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 0x7f98a7a6c980> # 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 0x7f98a7a6cc20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a644a0> # /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 0x7f98a7af8380> # 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 0x7f98a7af9370> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a6eb10> # 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 0x7f98a7a6fec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7a6e780> # 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 0x7f98a7afd6a0> # /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 0x7f98a7afe540> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7af9610> 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 0x7f98a7afec00> # 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 0x7f98a7aff6b0> # 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 0x7f98a790a180> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7905970> 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 0x7f98a7bfeb10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7bde7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a790a300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7af96d0> # 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 0x7f98a799ca10> # /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 0x7f98a799c620> # /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 0x7f98a799cce0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799c8c0> # /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 0x7f98a799d970> # /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 0x7f98a7985a00> # /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 0x7f98a7984dd0> # /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 0x7f98a75f6690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799f0e0> # /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 0x7f98a7601130> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75f7ce0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75f7080> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799e540> # /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 0x7f98a76350a0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a76292b0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799eb10> # /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 0x7f98a7678e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7636e40> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7628c20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799e000> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799da00> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799d670> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a799c650> # /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 0x7f98a799da30> # /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 0x7f98a76794f0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a7679100> # /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 0x7f98a7679be0> # /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 0x7f98a767f7d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a767cdd0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a767a9c0> # /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 0x7f98a767c860> # /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 0x7f98a766aba0> # /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 0x7f98a766b830> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a766b2f0> # /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 0x7f98a766bd10> # /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 0x7f98a769b140> # /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 0x7f98a75278c0> # 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 0x7f98a7563320> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75625a0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f98a75623f0> /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": "f75b4383-97e3-4e06-8846-b5779b55c9d8", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47: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}], "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883260.15153: 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-1726883259.521298-10198-197264230262448/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883260.15157: _low_level_execute_command(): starting 9574 1726883260.15159: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883259.521298-10198-197264230262448/ > /dev/null 2>&1 && sleep 0' 9574 1726883260.15261: 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 <<< 9574 1726883260.15264: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.15266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883260.15268: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883260.15270: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.15308: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.15318: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.15379: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.17293: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.17319: stderr chunk (state=3): >>><<< 9574 1726883260.17324: stdout chunk (state=3): >>><<< 9574 1726883260.17375: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.17378: handler run complete 9574 1726883260.17430: attempt loop complete, returning result 9574 1726883260.17459: variable 'item' from source: unknown 9574 1726883260.17580: variable 'item' from source: unknown ok: [managed_node2] => (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:47:40 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": "f75b4383-97e3-4e06-8846-b5779b55c9d8", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883260.18704: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.18712: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.18715: variable 'omit' from source: magic vars 9574 1726883260.18717: 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) 9574 1726883260.18720: 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) 9574 1726883260.18722: 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) 9574 1726883260.18724: 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) 9574 1726883260.18726: 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) 9574 1726883260.18728: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883260.18730: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883260.18732: variable 'omit' from source: magic vars 9574 1726883260.18734: variable 'omit' from source: magic vars 9574 1726883260.18736: variable '_cp_url' from source: set_fact 9574 1726883260.18738: variable 'default_key' from source: set_fact 9574 1726883260.18742: variable 'item' from source: unknown 9574 1726883260.18860: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883260.18908: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883260.18930: variable 'omit' from source: magic vars 9574 1726883260.18946: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883260.18954: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883260.18960: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883260.18967: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883260.18978: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883260.18980: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.18982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.19043: Set connection var ansible_connection to ssh 9574 1726883260.19046: Set connection var ansible_shell_type to sh 9574 1726883260.19048: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883260.19055: Set connection var ansible_timeout to 10 9574 1726883260.19061: Set connection var ansible_shell_executable to /bin/sh 9574 1726883260.19066: Set connection var ansible_pipelining to False 9574 1726883260.19082: variable 'ansible_shell_executable' from source: unknown 9574 1726883260.19085: variable 'ansible_connection' from source: unknown 9574 1726883260.19087: variable 'ansible_module_compression' from source: unknown 9574 1726883260.19089: variable 'ansible_shell_type' from source: unknown 9574 1726883260.19092: variable 'ansible_shell_executable' from source: unknown 9574 1726883260.19094: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.19098: variable 'ansible_pipelining' from source: unknown 9574 1726883260.19100: variable 'ansible_timeout' from source: unknown 9574 1726883260.19105: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.19174: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883260.19183: variable 'omit' from source: magic vars 9574 1726883260.19186: starting attempt loop 9574 1726883260.19189: running the handler 9574 1726883260.19195: _low_level_execute_command(): starting 9574 1726883260.19198: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883260.19875: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.19917: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.19978: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.21687: stdout chunk (state=3): >>>/root <<< 9574 1726883260.21845: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.21849: stdout chunk (state=3): >>><<< 9574 1726883260.21852: stderr chunk (state=3): >>><<< 9574 1726883260.21954: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.21957: _low_level_execute_command(): starting 9574 1726883260.21960: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998 `" && echo ansible-tmp-1726883260.2187438-10198-167585994753998="` echo /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998 `" ) && sleep 0' 9574 1726883260.22483: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883260.22559: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.22598: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.22614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.22637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.22717: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.24701: stdout chunk (state=3): >>>ansible-tmp-1726883260.2187438-10198-167585994753998=/root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998 <<< 9574 1726883260.24853: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.24870: stderr chunk (state=3): >>><<< 9574 1726883260.24887: stdout chunk (state=3): >>><<< 9574 1726883260.25046: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883260.2187438-10198-167585994753998=/root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.25050: variable 'ansible_module_compression' from source: unknown 9574 1726883260.25052: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883260.25054: variable 'ansible_facts' from source: unknown 9574 1726883260.25126: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py 9574 1726883260.25260: Sending initial data 9574 1726883260.25284: Sent initial data (151 bytes) 9574 1726883260.25910: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883260.25946: 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 <<< 9574 1726883260.26057: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.26080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.26159: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.27767: 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 <<< 9574 1726883260.27810: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883260.27853: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpghz9x_ic /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py <<< 9574 1726883260.27861: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py" <<< 9574 1726883260.27896: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpghz9x_ic" to remote "/root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py" <<< 9574 1726883260.27899: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py" <<< 9574 1726883260.28646: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.28649: stdout chunk (state=3): >>><<< 9574 1726883260.28652: stderr chunk (state=3): >>><<< 9574 1726883260.28846: done transferring module to remote 9574 1726883260.28850: _low_level_execute_command(): starting 9574 1726883260.28852: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/ /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py && sleep 0' 9574 1726883260.29295: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883260.29303: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883260.29314: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883260.29329: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883260.29343: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883260.29351: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883260.29359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.29373: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883260.29380: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883260.29461: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.29472: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.29485: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.29494: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.29571: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.31572: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.31577: stdout chunk (state=3): >>><<< 9574 1726883260.31579: stderr chunk (state=3): >>><<< 9574 1726883260.31581: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.31583: _low_level_execute_command(): starting 9574 1726883260.31588: _low_level_execute_command(): using become for this command 9574 1726883260.31590: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-tdfoozfuveclkludrodputiknpwebwrb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883260.31871: Initial state: awaiting_escalation: BECOME-SUCCESS-tdfoozfuveclkludrodputiknpwebwrb 9574 1726883260.32155: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883260.32181: stderr chunk (state=1): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883260.32282: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.32306: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.32395: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.35363: stdout chunk (state=1): >>>BECOME-SUCCESS-tdfoozfuveclkludrodputiknpwebwrb <<< 9574 1726883260.35376: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-tdfoozfuveclkludrodputiknpwebwrb' 9574 1726883260.35686: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883260.35715: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883260.35749: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883260.35764: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883260.35822: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883260.35861: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883260.35898: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883260.35924: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883260.35936: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883260.35987: 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' <<< 9574 1726883260.36008: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883260.36034: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883260.36072: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883260.36104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883260.36117: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30248e03e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30248afa10> <<< 9574 1726883260.36151: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883260.36169: 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 0x7f30248e2960> <<< 9574 1726883260.36184: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883260.36209: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883260.36233: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883260.36247: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883260.36271: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883260.36356: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883260.36383: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883260.36425: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883260.36429: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883260.36463: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883260.36487: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883260.36515: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883260.36518: 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 <<< 9574 1726883260.36544: stdout chunk (state=3): >>># 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 0x7f3024690fe0> <<< 9574 1726883260.36614: 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 <<< 9574 1726883260.36625: 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 0x7f3024691f10> <<< 9574 1726883260.36655: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883260.36686: 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. <<< 9574 1726883260.36947: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883260.36977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883260.36979: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883260.37007: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.37061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883260.37071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883260.37107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883260.37123: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cfd40> <<< 9574 1726883260.37149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883260.37160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883260.37185: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cff80> <<< 9574 1726883260.37212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883260.37238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883260.37262: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883260.37320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.37335: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883260.37364: 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 0x7f3024707740> <<< 9574 1726883260.37396: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883260.37412: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024707dd0> <<< 9574 1726883260.37429: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883260.37475: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246e7a10> <<< 9574 1726883260.37495: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883260.37521: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246e5130> <<< 9574 1726883260.37615: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246ccef0> <<< 9574 1726883260.37653: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883260.37672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883260.37684: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883260.37705: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883260.37725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883260.37756: 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' <<< 9574 1726883260.37803: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302472b680> <<< 9574 1726883260.37814: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302472a2a0> <<< 9574 1726883260.37846: 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 0x7f30246e6000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024728b30> <<< 9574 1726883260.37909: 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 0x7f302475c6b0> <<< 9574 1726883260.37937: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cc170> # /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' <<< 9574 1726883260.37980: 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 0x7f302475cb60> <<< 9574 1726883260.37989: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475ca10> <<< 9574 1726883260.38026: 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 0x7f302475ce00> <<< 9574 1726883260.38071: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cac90> <<< 9574 1726883260.38075: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883260.38092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.38101: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883260.38139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883260.38163: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475d190> import 'importlib.machinery' # <<< 9574 1726883260.38197: 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' <<< 9574 1726883260.38229: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475e3c0> import 'importlib.util' # <<< 9574 1726883260.38245: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883260.38265: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883260.38305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883260.38319: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883260.38347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30247745f0> <<< 9574 1726883260.38374: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883260.38384: 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 0x7f3024775cd0> <<< 9574 1726883260.38416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883260.38429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883260.38453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883260.38478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024776b70> <<< 9574 1726883260.38517: 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 0x7f30247771d0> <<< 9574 1726883260.38525: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30247760c0> <<< 9574 1726883260.38557: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883260.38568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883260.38606: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.38625: 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 0x7f3024777c50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024777380> <<< 9574 1726883260.38691: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475e420> <<< 9574 1726883260.38704: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883260.38722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883260.38749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883260.38772: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883260.38816: 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 0x7f30244afb30> <<< 9574 1726883260.38828: 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' <<< 9574 1726883260.38866: 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 0x7f30244d8620> <<< 9574 1726883260.38886: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8380> <<< 9574 1726883260.38900: 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 0x7f30244d8650> <<< 9574 1726883260.38933: 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' <<< 9574 1726883260.39009: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.39142: 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 0x7f30244d8f80> <<< 9574 1726883260.39273: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.39276: 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 0x7f30244d9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8830> <<< 9574 1726883260.39320: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244adcd0> <<< 9574 1726883260.39324: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883260.39326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883260.39368: 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' <<< 9574 1726883260.39384: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244dac60> <<< 9574 1726883260.39397: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8e00> <<< 9574 1726883260.39418: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475eb10> <<< 9574 1726883260.39452: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883260.39511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.39528: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883260.39568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883260.39598: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024506ff0> <<< 9574 1726883260.39660: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883260.39678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.39706: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883260.39717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883260.39760: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302452b350> <<< 9574 1726883260.39780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883260.39829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883260.39884: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883260.39916: 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 0x7f3024588110> <<< 9574 1726883260.39931: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883260.39963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883260.39987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883260.40028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883260.40117: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302458a840> <<< 9574 1726883260.40195: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024588230> <<< 9574 1726883260.40230: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024555130> <<< 9574 1726883260.40268: 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 0x7f30243911f0> <<< 9574 1726883260.40291: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302452a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244dbbc0> <<< 9574 1726883260.40415: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883260.40429: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f302452a4e0> <<< 9574 1726883260.40624: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_4q3lydu0/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883260.40633: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.40763: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.40783: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883260.40807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883260.40848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883260.40924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883260.40969: 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' <<< 9574 1726883260.40973: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243e6f00> import '_typing' # <<< 9574 1726883260.41177: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243c5df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243c4f80> <<< 9574 1726883260.41189: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.41215: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883260.41254: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.41257: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883260.41278: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.42670: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.43819: 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 0x7f30243e4c50> <<< 9574 1726883260.43845: 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' <<< 9574 1726883260.43876: 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' <<< 9574 1726883260.43903: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883260.43906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883260.43926: 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 0x7f30244128a0> <<< 9574 1726883260.43955: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024412630> <<< 9574 1726883260.44004: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024411f40> <<< 9574 1726883260.44017: 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' <<< 9574 1726883260.44068: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024412990> <<< 9574 1726883260.44075: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243e7980> import 'atexit' # <<< 9574 1726883260.44112: 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 0x7f3024413620> <<< 9574 1726883260.44147: 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 0x7f3024413860> <<< 9574 1726883260.44150: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883260.44203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883260.44206: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883260.44268: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024413da0> <<< 9574 1726883260.44271: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883260.44285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883260.44310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883260.44351: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d11af0> <<< 9574 1726883260.44383: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.44405: 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 0x7f3023d13710> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883260.44420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883260.44467: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d14110> <<< 9574 1726883260.44478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883260.44515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883260.44523: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d152b0> <<< 9574 1726883260.44553: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883260.44585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883260.44612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883260.44619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883260.44671: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d17d40> <<< 9574 1726883260.44743: 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 0x7f3024557f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d16000> <<< 9574 1726883260.44757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883260.44819: 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' <<< 9574 1726883260.44822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883260.44892: 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 0x7f3023d23d40> <<< 9574 1726883260.44901: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883260.44993: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d22570> # /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' <<< 9574 1726883260.45073: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d22ae0> <<< 9574 1726883260.45098: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d16510> <<< 9574 1726883260.45131: 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 0x7f3023d67ec0> <<< 9574 1726883260.45167: 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 0x7f3023d68140> <<< 9574 1726883260.45192: 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 <<< 9574 1726883260.45212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883260.45227: 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' <<< 9574 1726883260.45264: 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 0x7f3023d69be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d699a0> <<< 9574 1726883260.45286: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883260.45391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883260.45474: 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 0x7f3023d6c140> <<< 9574 1726883260.45477: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d6a2d0> <<< 9574 1726883260.45510: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883260.45535: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.45557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9574 1726883260.45591: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d6f920> <<< 9574 1726883260.45713: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d6c2f0> <<< 9574 1726883260.45773: 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 0x7f3023d707a0> <<< 9574 1726883260.45806: 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 0x7f3023d70b60> <<< 9574 1726883260.45870: 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 0x7f3023d70c20> <<< 9574 1726883260.45874: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d68290> <<< 9574 1726883260.45900: 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 <<< 9574 1726883260.45926: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883260.46001: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.46012: 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 0x7f3023dfc320> <<< 9574 1726883260.46121: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.46149: 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 0x7f3023dfd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d72ab0> <<< 9574 1726883260.46187: 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 0x7f3023d73e30> <<< 9574 1726883260.46221: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d726c0> # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883260.46233: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883260.46316: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.46417: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.46420: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883260.46470: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883260.46474: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.46583: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.46736: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.47238: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.47771: 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' # <<< 9574 1726883260.47812: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883260.47816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.47864: 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 0x7f3023c01640> <<< 9574 1726883260.47947: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883260.47951: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883260.47969: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c02480> <<< 9574 1726883260.47972: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023dfd730> <<< 9574 1726883260.48017: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883260.48032: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.48053: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.48070: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883260.48079: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.48223: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.48383: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883260.48391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c02240> <<< 9574 1726883260.48398: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.48853: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49289: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49365: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49444: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883260.49460: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49488: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49522: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883260.49525: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49598: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49682: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883260.49709: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883260.49729: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883260.49743: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49777: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.49813: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883260.49824: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50048: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50274: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883260.50335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883260.50353: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883260.50416: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c035f0> <<< 9574 1726883260.50429: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50501: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50580: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883260.50591: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883260.50605: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883260.50618: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50663: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50712: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883260.50714: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50758: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50799: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50854: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.50927: 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 <<< 9574 1726883260.50967: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.51062: 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 0x7f3023c0dfa0> <<< 9574 1726883260.51090: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c0bdd0> <<< 9574 1726883260.51119: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883260.51138: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51258: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51290: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51329: 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' <<< 9574 1726883260.51354: 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 <<< 9574 1726883260.51375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883260.51397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883260.51457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883260.51478: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883260.51495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883260.51555: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d02a50> <<< 9574 1726883260.51595: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024446720> <<< 9574 1726883260.51675: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c0e180> <<< 9574 1726883260.51687: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023dfd6d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 9574 1726883260.51720: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51748: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883260.51807: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883260.51814: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51842: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.51858: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883260.51864: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.52114: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.52367: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883260.52378: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883260.52415: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.52456: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883260.52464: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.53184: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.53872: 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 0x7f3023ca0560> <<< 9574 1726883260.53892: 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 0x7f3023ca0740> <<< 9574 1726883260.53913: 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' <<< 9574 1726883260.53932: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 9574 1726883260.53957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 9574 1726883260.53967: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883260.53992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca0e60> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca0a40> <<< 9574 1726883260.54003: 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' <<< 9574 1726883260.54012: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883260.54026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883260.54063: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca1af0> <<< 9574 1726883260.54091: 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' <<< 9574 1726883260.54100: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883260.54118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883260.54133: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883260.54151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883260.54159: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883260.54181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883260.54206: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883260.54211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883260.54229: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c8cb60> <<< 9574 1726883260.54260: 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 0x7f3023c8d730> <<< 9574 1726883260.54285: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883260.54291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883260.54307: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238ca660> <<< 9574 1726883260.54353: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca3290> <<< 9574 1726883260.54381: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883260.54384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883260.54419: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883260.54424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883260.54455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883260.54525: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883260.54593: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238d5130> <<< 9574 1726883260.54597: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cbd10> <<< 9574 1726883260.54638: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cb0b0> <<< 9574 1726883260.54649: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca26f0> <<< 9574 1726883260.54672: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883260.54690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883260.54713: 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 <<< 9574 1726883260.54768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883260.54792: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883260.54796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883260.54819: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023909160> <<< 9574 1726883260.54949: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238fd370> <<< 9574 1726883260.55081: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cbb90> <<< 9574 1726883260.55095: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883260.55113: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883260.55124: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883260.55156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883260.55197: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 9574 1726883260.55204: 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 0x7f302394cf50> <<< 9574 1726883260.55220: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302390af00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238fcec0> <<< 9574 1726883260.55245: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca2180> <<< 9574 1726883260.55271: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca1b80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca17c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca07a0> <<< 9574 1726883260.55274: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 9574 1726883260.55297: 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 0x7f3023ca1a30> <<< 9574 1726883260.55305: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883260.55331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883260.55347: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883260.55353: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883260.55399: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394d550> <<< 9574 1726883260.55405: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394d130> <<< 9574 1726883260.55436: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883260.55439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.55505: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394dc40> <<< 9574 1726883260.55527: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883260.55559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883260.55613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883260.55652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883260.55723: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.55800: 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 0x7f3023953860> <<< 9574 1726883260.55987: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023950ec0> <<< 9574 1726883260.56011: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394eab0> <<< 9574 1726883260.56042: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883260.56054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883260.56088: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023950950> <<< 9574 1726883260.56097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883260.56117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883260.56122: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302393ebd0> <<< 9574 1726883260.56151: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883260.56166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883260.56183: 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' <<< 9574 1726883260.56196: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302393f860> <<< 9574 1726883260.56199: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302393f320> <<< 9574 1726883260.56227: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883260.56297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883260.56373: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302393fd40> <<< 9574 1726883260.56389: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883260.56433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883260.56652: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023973170> <<< 9574 1726883260.56668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883260.56686: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883260.56711: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30237fb950> <<< 9574 1726883260.56759: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.56861: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883260.56968: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.61330: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883260.61358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883260.61362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883260.61389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883260.61426: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.61443: 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 0x7f302353b380> <<< 9574 1726883260.61452: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302353a600> <<< 9574 1726883260.61501: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302353a390> <<< 9574 1726883260.63982: 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', <<< 9574 1726883260.71679: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d181c0543", "status": 200, "x_candlepin_request_uuid": "76c32932-35ab-42db-bf30-90eb6b80324d", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47: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}], "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__ <<< 9574 1726883260.72105: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883260.72109: stdout chunk (state=3): >>># clear sys.path_hooks<<< 9574 1726883260.72135: stdout chunk (state=3): >>> # clear builtins._ # clear sys.path # clear sys.argv <<< 9574 1726883260.72163: stdout chunk (state=3): >>># clear sys.ps1 <<< 9574 1726883260.72207: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.72247: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.72284: 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 # 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 <<< 9574 1726883260.72365: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.72394: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.72737: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883260.72776: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883260.72818: 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 <<< 9574 1726883260.72872: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.72885: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess <<< 9574 1726883260.72908: stdout chunk (state=3): >>># destroy syslog<<< 9574 1726883260.72911: stdout chunk (state=3): >>> # destroy uuid # destroy selectors # destroy array <<< 9574 1726883260.72938: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883260.72962: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883260.73005: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883260.73010: 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 <<< 9574 1726883260.73070: stdout chunk (state=3): >>># destroy random <<< 9574 1726883260.73074: stdout chunk (state=3): >>># destroy calendar # destroy locale <<< 9574 1726883260.73076: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883260.73103: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883260.73109: stdout chunk (state=3): >>># destroy email.errors <<< 9574 1726883260.73112: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar <<< 9574 1726883260.73135: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883260.73143: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883260.73172: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883260.73191: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883260.73209: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883260.73427: 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 <<< 9574 1726883260.73453: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc <<< 9574 1726883260.73462: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.73478: 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 <<< 9574 1726883260.73546: 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 <<< 9574 1726883260.73552: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 9574 1726883260.73564: 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 <<< 9574 1726883260.73567: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat <<< 9574 1726883260.73596: stdout chunk (state=3): >>># 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 <<< 9574 1726883260.73608: 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 <<< 9574 1726883260.73779: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883260.73788: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883260.73801: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883260.73823: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883260.73838: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883260.73862: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883260.73886: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883260.73984: 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 <<< 9574 1726883260.74009: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883260.74037: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883260.74123: 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 <<< 9574 1726883260.74130: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883260.74146: stdout chunk (state=3): >>># destroy time <<< 9574 1726883260.74164: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883260.74183: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883260.74205: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883260.74225: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883260.74244: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 9574 1726883260.74257: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883260.75057: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883260.75060: stdout chunk (state=3): >>><<< 9574 1726883260.75062: stderr chunk (state=3): >>><<< 9574 1726883260.75168: _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 0x7f30248e03e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30248afa10> # /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 0x7f30248e2960> 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 0x7f3024690fe0> # /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 0x7f3024691f10> 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 0x7f30246cfd40> # /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 0x7f30246cff80> # /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 0x7f3024707740> # /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 0x7f3024707dd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246e7a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246e5130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246ccef0> # /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 0x7f302472b680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302472a2a0> # /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 0x7f30246e6000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024728b30> # /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 0x7f302475c6b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cc170> # /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 0x7f302475cb60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475ca10> # 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 0x7f302475ce00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30246cac90> # /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 0x7f302475d4c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475d190> 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 0x7f302475e3c0> 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 0x7f30247745f0> 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 0x7f3024775cd0> # /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 0x7f3024776b70> # 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 0x7f30247771d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30247760c0> # /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 0x7f3024777c50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024777380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475e420> # /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 0x7f30244afb30> # /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 0x7f30244d8620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8380> # 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 0x7f30244d8650> # /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 0x7f30244d8f80> # 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 0x7f30244d9910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244adcd0> # /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 0x7f30244dac60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244d8e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302475eb10> # /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 0x7f3024506ff0> # /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 0x7f302452b350> # /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 0x7f3024588110> # /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 0x7f302458a840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024588230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024555130> # /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 0x7f30243911f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302452a180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30244dbbc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f302452a4e0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_4q3lydu0/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 0x7f30243e6f00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243c5df0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243c4f80> # 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 0x7f30243e4c50> # /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 0x7f30244128a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024412630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024411f40> # /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 0x7f3024412990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30243e7980> 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 0x7f3024413620> # 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 0x7f3024413860> # /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 0x7f3024413da0> 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 0x7f3023d11af0> # 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 0x7f3023d13710> # /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 0x7f3023d14110> # /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 0x7f3023d152b0> # /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 0x7f3023d17d40> # 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 0x7f3024557f50> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d16000> # /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 0x7f3023d23d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d22810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d22570> # /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 0x7f3023d22ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d16510> # 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 0x7f3023d67ec0> # /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 0x7f3023d68140> # /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 0x7f3023d69be0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d699a0> # /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 0x7f3023d6c140> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d6a2d0> # /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 0x7f3023d6f920> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d6c2f0> # 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 0x7f3023d707a0> # 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 0x7f3023d70b60> # 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 0x7f3023d70c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d68290> # /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 0x7f3023dfc320> # 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 0x7f3023dfd4f0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d72ab0> # 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 0x7f3023d73e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023d726c0> # 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 0x7f3023c01640> # /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 0x7f3023c02480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023dfd730> 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 0x7f3023c02240> # 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 0x7f3023c035f0> # 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 0x7f3023c0dfa0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c0bdd0> 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 0x7f3023d02a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3024446720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023c0e180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023dfd6d0> # 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 0x7f3023ca0560> # /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 0x7f3023ca0740> # /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 0x7f3023ca0e60> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca0a40> # /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 0x7f3023ca1af0> # /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 0x7f3023c8cb60> # /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 0x7f3023c8d730> # /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 0x7f30238ca660> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca3290> # /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 0x7f30238d5130> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cbd10> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cb0b0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca26f0> # /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 0x7f3023909160> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238fd370> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238cbb90> # /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 0x7f302394cf50> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302390af00> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f30238fcec0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca2180> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca1b80> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca17c0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023ca07a0> # /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 0x7f3023ca1a30> # /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 0x7f302394d550> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394d130> # /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 0x7f302394dc40> # /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 0x7f3023953860> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3023950ec0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302394eab0> # /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 0x7f3023950950> # /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 0x7f302393ebd0> # /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 0x7f302393f860> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302393f320> # /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 0x7f302393fd40> # /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 0x7f3023973170> # /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 0x7f30237fb950> # 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 0x7f302353b380> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302353a600> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f302353a390> /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": "76c32932-35ab-42db-bf30-90eb6b80324d", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47: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}], "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883260.76386: 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-1726883260.2187438-10198-167585994753998/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883260.76391: _low_level_execute_command(): starting 9574 1726883260.76394: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883260.2187438-10198-167585994753998/ > /dev/null 2>&1 && sleep 0' 9574 1726883260.76608: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883260.76615: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.76621: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883260.76623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883260.76627: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883260.76629: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.76688: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.76716: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.76738: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.76822: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.78711: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.78736: stderr chunk (state=3): >>><<< 9574 1726883260.78747: stdout chunk (state=3): >>><<< 9574 1726883260.78765: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.78771: handler run complete 9574 1726883260.78798: attempt loop complete, returning result 9574 1726883260.78814: variable 'item' from source: unknown 9574 1726883260.78876: variable 'item' from source: unknown ok: [managed_node2] => (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:47:40 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": "76c32932-35ab-42db-bf30-90eb6b80324d", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883260.79448: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.79451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.79454: variable 'omit' from source: magic vars 9574 1726883260.79456: 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) 9574 1726883260.79458: 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) 9574 1726883260.79460: 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) 9574 1726883260.79462: 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) 9574 1726883260.79463: 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) 9574 1726883260.79487: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883260.79494: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883260.79498: variable 'omit' from source: magic vars 9574 1726883260.79510: variable 'omit' from source: magic vars 9574 1726883260.79627: variable '_cp_url' from source: set_fact 9574 1726883260.79630: variable 'default_key' from source: set_fact 9574 1726883260.79642: variable 'item' from source: unknown 9574 1726883260.79701: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883260.79758: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883260.79775: variable 'omit' from source: magic vars 9574 1726883260.79791: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883260.79798: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883260.79805: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883260.79812: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883260.79821: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883260.79824: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.79826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.79880: Set connection var ansible_connection to ssh 9574 1726883260.79883: Set connection var ansible_shell_type to sh 9574 1726883260.79888: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883260.79896: Set connection var ansible_timeout to 10 9574 1726883260.79902: Set connection var ansible_shell_executable to /bin/sh 9574 1726883260.79906: Set connection var ansible_pipelining to False 9574 1726883260.79923: variable 'ansible_shell_executable' from source: unknown 9574 1726883260.79926: variable 'ansible_connection' from source: unknown 9574 1726883260.79928: variable 'ansible_module_compression' from source: unknown 9574 1726883260.79930: variable 'ansible_shell_type' from source: unknown 9574 1726883260.79935: variable 'ansible_shell_executable' from source: unknown 9574 1726883260.79937: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883260.79939: variable 'ansible_pipelining' from source: unknown 9574 1726883260.79943: variable 'ansible_timeout' from source: unknown 9574 1726883260.79946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883260.80009: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883260.80016: variable 'omit' from source: magic vars 9574 1726883260.80020: starting attempt loop 9574 1726883260.80024: running the handler 9574 1726883260.80028: _low_level_execute_command(): starting 9574 1726883260.80035: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883260.80493: 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 <<< 9574 1726883260.80496: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.80499: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883260.80501: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883260.80503: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.80546: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.80552: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.80568: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.80616: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.82310: stdout chunk (state=3): >>>/root <<< 9574 1726883260.82409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.82443: stderr chunk (state=3): >>><<< 9574 1726883260.82446: stdout chunk (state=3): >>><<< 9574 1726883260.82460: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.82470: _low_level_execute_command(): starting 9574 1726883260.82475: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949 `" && echo ansible-tmp-1726883260.8246207-10198-251358930107949="` echo /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949 `" ) && sleep 0' 9574 1726883260.83047: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883260.83051: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.83139: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.83186: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.85118: stdout chunk (state=3): >>>ansible-tmp-1726883260.8246207-10198-251358930107949=/root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949 <<< 9574 1726883260.85221: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.85255: stderr chunk (state=3): >>><<< 9574 1726883260.85258: stdout chunk (state=3): >>><<< 9574 1726883260.85273: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883260.8246207-10198-251358930107949=/root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.85297: variable 'ansible_module_compression' from source: unknown 9574 1726883260.85335: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883260.85352: variable 'ansible_facts' from source: unknown 9574 1726883260.85399: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py 9574 1726883260.85492: Sending initial data 9574 1726883260.85495: Sent initial data (151 bytes) 9574 1726883260.85924: 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 <<< 9574 1726883260.85958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883260.85961: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883260.85965: 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.40 is address debug1: re-parsing configuration <<< 9574 1726883260.85967: 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.40 originally 10.31.12.40 <<< 9574 1726883260.85969: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.86019: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.86022: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.86024: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.86071: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.87688: 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 <<< 9574 1726883260.87729: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883260.87773: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmphdtmgbrd /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py <<< 9574 1726883260.87780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py" <<< 9574 1726883260.87822: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmphdtmgbrd" to remote "/root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py" <<< 9574 1726883260.87825: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py" <<< 9574 1726883260.88462: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.88503: stderr chunk (state=3): >>><<< 9574 1726883260.88506: stdout chunk (state=3): >>><<< 9574 1726883260.88522: done transferring module to remote 9574 1726883260.88533: _low_level_execute_command(): starting 9574 1726883260.88539: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/ /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py && sleep 0' 9574 1726883260.88987: 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 <<< 9574 1726883260.88990: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.88997: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883260.89001: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883260.89004: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.89047: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.89056: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.89104: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.90931: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883260.90961: stderr chunk (state=3): >>><<< 9574 1726883260.90964: stdout chunk (state=3): >>><<< 9574 1726883260.90979: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883260.90983: _low_level_execute_command(): starting 9574 1726883260.90985: _low_level_execute_command(): using become for this command 9574 1726883260.90994: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-aimpgxlsfpklcsyuvexhcqtaggrskssm ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883260.91089: Initial state: awaiting_escalation: BECOME-SUCCESS-aimpgxlsfpklcsyuvexhcqtaggrskssm 9574 1726883260.91467: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883260.91470: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883260.91519: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883260.91526: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883260.91528: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883260.91583: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883260.94511: stdout chunk (state=1): >>>BECOME-SUCCESS-aimpgxlsfpklcsyuvexhcqtaggrskssm <<< 9574 1726883260.94515: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-aimpgxlsfpklcsyuvexhcqtaggrskssm' 9574 1726883260.94845: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883260.94877: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883260.94905: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883260.94911: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883260.94983: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883260.94988: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883260.95019: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883260.95057: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883260.95087: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883260.95146: 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' <<< 9574 1726883260.95174: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883260.95196: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883260.95237: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883260.95262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883260.95272: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b02e83e0> <<< 9574 1726883260.95277: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b02b7a10> <<< 9574 1726883260.95308: 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' <<< 9574 1726883260.95321: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b02ea960> <<< 9574 1726883260.95349: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883260.95374: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883260.95377: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883260.95402: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883260.95433: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883260.95521: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883260.95553: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883260.95559: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883260.95582: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883260.95602: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883260.95614: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883260.95634: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883260.95653: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883260.95656: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883260.95688: 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 <<< 9574 1726883260.95691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883260.95718: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0098fe0> <<< 9574 1726883260.95786: 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 <<< 9574 1726883260.95790: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.95801: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0099f10> <<< 9574 1726883260.95830: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883260.95860: 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. <<< 9574 1726883260.96114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883260.96124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883260.96158: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883260.96161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.96188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883260.96230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883260.96255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883260.96278: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883260.96294: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d7d40> <<< 9574 1726883260.96313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883260.96337: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883260.96365: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883260.96369: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d7f80> <<< 9574 1726883260.96389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883260.96420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883260.96444: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883260.96494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.96510: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883260.96544: 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 0x7f54b010f740> <<< 9574 1726883260.96571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883260.96583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883260.96592: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b010fdd0> <<< 9574 1726883260.96603: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883260.96661: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00efa10> <<< 9574 1726883260.96670: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883260.96705: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00ed130> <<< 9574 1726883260.96797: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d4ef0> <<< 9574 1726883260.96826: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883260.96847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883260.96865: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883260.96887: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883260.96912: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883260.96945: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883260.96949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883260.96976: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0133680> <<< 9574 1726883260.96994: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b01322a0> <<< 9574 1726883260.97028: 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' <<< 9574 1726883260.97033: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00ee000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0130b30> <<< 9574 1726883260.97092: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883260.97095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b01646b0> <<< 9574 1726883260.97099: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d4170> <<< 9574 1726883260.97127: 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' <<< 9574 1726883260.97164: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.97181: 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 0x7f54b0164b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0164a10> <<< 9574 1726883260.97213: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.97217: 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 0x7f54b0164e00> <<< 9574 1726883260.97231: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d2c90> <<< 9574 1726883260.97265: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883260.97270: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.97290: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883260.97322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883260.97342: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b01654c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0165190> <<< 9574 1726883260.97350: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 9574 1726883260.97378: 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' <<< 9574 1726883260.97401: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b01663c0> <<< 9574 1726883260.97412: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883260.97431: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883260.97455: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883260.97490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883260.97516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883260.97536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017c5f0> <<< 9574 1726883260.97543: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883260.97570: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.97574: 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 0x7f54b017dcd0> <<< 9574 1726883260.97603: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883260.97606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883260.97641: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883260.97644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883260.97663: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017eb70> <<< 9574 1726883260.97701: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.97704: 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 0x7f54b017f1d0> <<< 9574 1726883260.97718: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017e0c0> <<< 9574 1726883260.97749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883260.97761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883260.97789: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.97793: 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 0x7f54b017fc50> <<< 9574 1726883260.97813: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017f380> <<< 9574 1726883260.97857: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0166420> <<< 9574 1726883260.97882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883260.97906: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883260.97933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883260.97953: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883260.97987: 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 0x7f54afeb7b30> <<< 9574 1726883260.98014: 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' <<< 9574 1726883260.98054: 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 0x7f54afee0620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0380> <<< 9574 1726883260.98088: 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 0x7f54afee0650> <<< 9574 1726883260.98115: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883260.98120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883260.98195: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.98324: 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 0x7f54afee0f80> <<< 9574 1726883260.98456: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883260.98459: 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 0x7f54afee1910> <<< 9574 1726883260.98466: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0830> <<< 9574 1726883260.98501: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afeb5cd0> <<< 9574 1726883260.98514: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883260.98538: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883260.98558: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883260.98574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883260.98578: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee2c60> <<< 9574 1726883260.98607: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0e00> <<< 9574 1726883260.98623: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0166b10> <<< 9574 1726883260.98658: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883260.98728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.98746: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883260.98778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883260.98809: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff0eff0> <<< 9574 1726883260.98865: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883260.98882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883260.98901: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883260.98928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883260.98976: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff33350> <<< 9574 1726883260.99005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883260.99061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883260.99113: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883260.99129: 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 0x7f54aff90110> <<< 9574 1726883260.99189: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883260.99193: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883260.99215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883260.99254: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883260.99343: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff92840> <<< 9574 1726883260.99415: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff90230> <<< 9574 1726883260.99467: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff5d130> <<< 9574 1726883260.99498: 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' <<< 9574 1726883260.99520: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afd991f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff32180> <<< 9574 1726883260.99531: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee3bc0> <<< 9574 1726883260.99649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883260.99675: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f54aff324e0> <<< 9574 1726883260.99827: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_rmljat_8/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883260.99834: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.99959: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883260.99992: 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' <<< 9574 1726883261.00049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883261.00124: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883261.00162: 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 0x7f54afdeef00> import '_typing' # <<< 9574 1726883261.00365: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdcddf0> <<< 9574 1726883261.00405: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdccf80> # zipimport: zlib available <<< 9574 1726883261.00409: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883261.00435: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883261.00475: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883261.00495: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.01926: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.03123: 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 0x7f54afdecc50> <<< 9574 1726883261.03199: 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' <<< 9574 1726883261.03205: 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' <<< 9574 1726883261.03208: 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' <<< 9574 1726883261.03245: 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 0x7f54afe1a8a0> <<< 9574 1726883261.03280: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe1a630> <<< 9574 1726883261.03320: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe19f40> <<< 9574 1726883261.03353: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883261.03375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883261.03415: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe1a990> <<< 9574 1726883261.03421: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdef980> import 'atexit' # <<< 9574 1726883261.03454: 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 0x7f54afe1b620> <<< 9574 1726883261.03483: 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 0x7f54afe1b860> <<< 9574 1726883261.03496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883261.03564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883261.03568: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883261.03611: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe1bda0> import 'pwd' # <<< 9574 1726883261.03645: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883261.03671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883261.03719: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af715b50> <<< 9574 1726883261.03747: 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 0x7f54af717770> <<< 9574 1726883261.03787: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883261.03804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883261.03851: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af718170> <<< 9574 1726883261.03858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883261.03920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af719310> # /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883261.03977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883261.03983: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883261.04020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883261.04043: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af71bd70> <<< 9574 1726883261.04101: 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 0x7f54af71be90> <<< 9574 1726883261.04120: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af71a030> <<< 9574 1726883261.04167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883261.04223: 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' <<< 9574 1726883261.04289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883261.04297: 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 0x7f54af727ce0> import '_tokenize' # <<< 9574 1726883261.04362: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af7267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af726510> <<< 9574 1726883261.04384: 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' <<< 9574 1726883261.04464: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af726a80> <<< 9574 1726883261.04492: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af71a540> <<< 9574 1726883261.04536: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.04553: 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 0x7f54af76bfe0> <<< 9574 1726883261.04558: 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 0x7f54af76c530> <<< 9574 1726883261.04578: 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 <<< 9574 1726883261.04636: stdout chunk (state=3): >>># 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' <<< 9574 1726883261.04662: 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 0x7f54af76db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76d8e0> <<< 9574 1726883261.04689: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883261.04836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883261.04864: 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 0x7f54af7700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76e210> <<< 9574 1726883261.04894: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883261.04966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.04979: 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' <<< 9574 1726883261.04983: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883261.05052: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af7738c0> <<< 9574 1726883261.05180: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af770290> <<< 9574 1726883261.05283: 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 0x7f54af774650> <<< 9574 1726883261.05288: 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 0x7f54af7748c0> <<< 9574 1726883261.05331: 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 0x7f54af774a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76c260> <<< 9574 1726883261.05404: 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 <<< 9574 1726883261.05427: 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' <<< 9574 1726883261.05493: 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 0x7f54af600290> <<< 9574 1726883261.05605: 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 0x7f54af601670> <<< 9574 1726883261.05720: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af776a20> <<< 9574 1726883261.05723: 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 0x7f54af777da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af776600> <<< 9574 1726883261.05752: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.05764: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883261.05806: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.05957: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.05982: 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 <<< 9574 1726883261.06120: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.06205: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.06820: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.07339: 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' # <<< 9574 1726883261.07371: 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' <<< 9574 1726883261.07437: 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 0x7f54af605820> <<< 9574 1726883261.07536: 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' <<< 9574 1726883261.07564: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6066f0> <<< 9574 1726883261.07569: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af601af0> <<< 9574 1726883261.07623: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883261.07629: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.07664: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883261.07808: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.07976: 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' <<< 9574 1726883261.07983: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6065d0> <<< 9574 1726883261.08019: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.08495: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.08950: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09050: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09091: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883261.09103: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09182: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09191: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 9574 1726883261.09268: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09403: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883261.09407: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09410: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883261.09445: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09492: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883261.09497: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09728: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.09956: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883261.10053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883261.10068: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883261.10111: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af607890> <<< 9574 1726883261.10115: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10198: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10311: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883261.10322: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 9574 1726883261.10371: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10405: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883261.10415: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10483: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10519: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10576: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10666: 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 <<< 9574 1726883261.10705: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.10816: 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 0x7f54af612060> <<< 9574 1726883261.10838: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af60d220> <<< 9574 1726883261.10885: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883261.10916: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883261.10920: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10949: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.10998: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.11036: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.11075: 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' <<< 9574 1726883261.11109: 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 <<< 9574 1726883261.11175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883261.11190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883261.11239: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883261.11247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883261.11263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883261.11316: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af702a80> <<< 9574 1726883261.11390: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe4a780> <<< 9574 1726883261.11456: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6121e0> <<< 9574 1726883261.11460: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6048c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883261.11487: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.11490: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.11568: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883261.11612: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883261.11635: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 9574 1726883261.11917: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.12163: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883261.12191: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 9574 1726883261.12219: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.12230: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.12295: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # # zipimport: zlib available <<< 9574 1726883261.13029: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.13731: 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 0x7f54af6a4680> <<< 9574 1726883261.13757: 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 0x7f54af6a49b0> <<< 9574 1726883261.13837: 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 <<< 9574 1726883261.13860: 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 # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a50d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a4d70> # /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' <<< 9574 1726883261.13902: 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' <<< 9574 1726883261.13970: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a5d30> <<< 9574 1726883261.13983: 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' <<< 9574 1726883261.14022: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883261.14058: 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' <<< 9574 1726883261.14125: 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' <<< 9574 1726883261.14130: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af690050> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883261.14169: 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 0x7f54af6912b0> # /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 0x7f54af2ce750> <<< 9574 1726883261.14241: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a74d0> <<< 9574 1726883261.14272: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883261.14290: 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 <<< 9574 1726883261.14306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883261.14318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883261.14405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883261.14479: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af2d9220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af2cfdd0> <<< 9574 1726883261.14532: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af2cf170> <<< 9574 1726883261.14565: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a6930> <<< 9574 1726883261.14605: 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' <<< 9574 1726883261.14616: 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 <<< 9574 1726883261.14677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883261.14692: 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' <<< 9574 1726883261.14729: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af30d190> <<< 9574 1726883261.14850: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af3013a0> <<< 9574 1726883261.14985: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a6f00> <<< 9574 1726883261.15020: 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' <<< 9574 1726883261.15034: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883261.15083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883261.15113: 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 0x7f54af350f80> <<< 9574 1726883261.15150: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af30ef30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af300e90> <<< 9574 1726883261.15188: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a63c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a5dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a5a00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a4a40> <<< 9574 1726883261.15206: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 9574 1726883261.15223: 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 0x7f54af6a5c70> <<< 9574 1726883261.15258: 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' <<< 9574 1726883261.15289: 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' <<< 9574 1726883261.15318: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af351550> <<< 9574 1726883261.15363: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af350c50> <<< 9574 1726883261.15398: 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' <<< 9574 1726883261.15460: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af351c40> <<< 9574 1726883261.15483: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883261.15521: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883261.15573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883261.15603: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883261.15692: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.15786: 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 0x7f54af3576e0> <<< 9574 1726883261.15968: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af354d70> <<< 9574 1726883261.16004: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af352960> <<< 9574 1726883261.16037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883261.16043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883261.16069: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af354800> <<< 9574 1726883261.16123: 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' <<< 9574 1726883261.16130: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af342d20> <<< 9574 1726883261.16148: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883261.16153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883261.16199: 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' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af3439b0> <<< 9574 1726883261.16204: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af343470> <<< 9574 1726883261.16229: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883261.16299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883261.16402: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af343e90> <<< 9574 1726883261.16406: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883261.16457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883261.16671: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af3772c0> <<< 9574 1726883261.16699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883261.16757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af1ffa70> <<< 9574 1726883261.16807: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.16900: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883261.17011: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.21354: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883261.21369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883261.21398: 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' <<< 9574 1726883261.21421: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.21441: 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 0x7f54aef3f560> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aef3e810> <<< 9574 1726883261.21505: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aef3e5a0> <<< 9574 1726883261.24919: 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', <<< 9574 1726883261.30788: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d7", "status": 200, "x_candlepin_request_uuid": "f2d8ce8d-62e1-4792-83da-2bde29fb6de1", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:41 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__ <<< 9574 1726883261.31253: 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 <<< 9574 1726883261.31318: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.31333: 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 # 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 <<< 9574 1726883261.31405: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.31747: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883261.31798: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883261.31836: 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 <<< 9574 1726883261.31857: 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 # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 9574 1726883261.31899: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy array <<< 9574 1726883261.31934: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883261.31998: 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 # destroy random <<< 9574 1726883261.32026: stdout chunk (state=3): >>># destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883261.32077: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime <<< 9574 1726883261.32101: stdout chunk (state=3): >>># destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 9574 1726883261.32125: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883261.32169: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883261.32172: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883261.32193: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883261.32434: 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 <<< 9574 1726883261.32479: 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 # 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 <<< 9574 1726883261.32516: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.32553: 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 <<< 9574 1726883261.32574: 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 <<< 9574 1726883261.32613: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.32808: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 9574 1726883261.32830: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883261.32864: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883261.32894: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883261.32918: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883261.33046: 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 <<< 9574 1726883261.33071: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883261.33101: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883261.33225: 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 <<< 9574 1726883261.33252: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 9574 1726883261.33309: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883261.33331: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 9574 1726883261.33364: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883261.34047: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883261.34051: stdout chunk (state=3): >>><<< 9574 1726883261.34054: stderr chunk (state=3): >>><<< 9574 1726883261.34097: _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 0x7f54b02e83e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b02b7a10> # /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 0x7f54b02ea960> 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 0x7f54b0098fe0> # /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 0x7f54b0099f10> 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 0x7f54b00d7d40> # /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 0x7f54b00d7f80> # /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 0x7f54b010f740> # /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 0x7f54b010fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00efa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00ed130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d4ef0> # /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 0x7f54b0133680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b01322a0> # /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 0x7f54b00ee000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0130b30> # /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 0x7f54b01646b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d4170> # /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 0x7f54b0164b60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0164a10> # 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 0x7f54b0164e00> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b00d2c90> # /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 0x7f54b01654c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0165190> 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 0x7f54b01663c0> 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 0x7f54b017c5f0> 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 0x7f54b017dcd0> # /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 0x7f54b017eb70> # 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 0x7f54b017f1d0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017e0c0> # /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 0x7f54b017fc50> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b017f380> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0166420> # /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 0x7f54afeb7b30> # /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 0x7f54afee0620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0380> # 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 0x7f54afee0650> # /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 0x7f54afee0f80> # 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 0x7f54afee1910> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0830> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afeb5cd0> # /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 0x7f54afee2c60> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee0e00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54b0166b10> # /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 0x7f54aff0eff0> # /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 0x7f54aff33350> # /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 0x7f54aff90110> # /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 0x7f54aff92840> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff90230> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff5d130> # /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 0x7f54afd991f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aff32180> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afee3bc0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f54aff324e0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_rmljat_8/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 0x7f54afdeef00> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdcddf0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdccf80> # 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 0x7f54afdecc50> # /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 0x7f54afe1a8a0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe1a630> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe19f40> # /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 0x7f54afe1a990> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afdef980> 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 0x7f54afe1b620> # 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 0x7f54afe1b860> # /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 0x7f54afe1bda0> 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 0x7f54af715b50> # 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 0x7f54af717770> # /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 0x7f54af718170> # /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 0x7f54af719310> # /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 0x7f54af71bd70> # 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 0x7f54af71be90> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af71a030> # /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 0x7f54af727ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af7267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af726510> # /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 0x7f54af726a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af71a540> # 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 0x7f54af76bfe0> # /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 0x7f54af76c530> # /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 0x7f54af76db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76d8e0> # /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 0x7f54af7700e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76e210> # /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 0x7f54af7738c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af770290> # 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 0x7f54af774650> # 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 0x7f54af7748c0> # 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 0x7f54af774a40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af76c260> # /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 0x7f54af600290> # 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 0x7f54af601670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af776a20> # 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 0x7f54af777da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af776600> # 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 0x7f54af605820> # /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 0x7f54af6066f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af601af0> 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 0x7f54af6065d0> # 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 0x7f54af607890> # 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 0x7f54af612060> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af60d220> 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 0x7f54af702a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54afe4a780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6121e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6048c0> # 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 0x7f54af6a4680> # /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 0x7f54af6a49b0> # /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 0x7f54af6a50d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a4d70> # /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 0x7f54af6a5d30> # /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 0x7f54af690050> # /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 0x7f54af6912b0> # /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 0x7f54af2ce750> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a74d0> # /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 0x7f54af2d9220> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af2cfdd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af2cf170> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a6930> # /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 0x7f54af30d190> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af3013a0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a6f00> # /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 0x7f54af350f80> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af30ef30> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af300e90> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a63c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a5dc0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a5a00> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af6a4a40> # /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 0x7f54af6a5c70> # /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 0x7f54af351550> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af350c50> # /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 0x7f54af351c40> # /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 0x7f54af3576e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af354d70> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af352960> # /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 0x7f54af354800> # /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 0x7f54af342d20> # /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 0x7f54af3439b0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54af343470> # /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 0x7f54af343e90> # /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 0x7f54af3772c0> # /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 0x7f54af1ffa70> # 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 0x7f54aef3f560> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aef3e810> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f54aef3e5a0> /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": "f2d8ce8d-62e1-4792-83da-2bde29fb6de1", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:41 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883261.35189: 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-1726883260.8246207-10198-251358930107949/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883261.35193: _low_level_execute_command(): starting 9574 1726883261.35195: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883260.8246207-10198-251358930107949/ > /dev/null 2>&1 && sleep 0' 9574 1726883261.35433: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.35450: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883261.35467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883261.35485: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883261.35554: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883261.35595: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.35614: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.35637: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.35718: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.37660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883261.37675: stdout chunk (state=3): >>><<< 9574 1726883261.37747: stderr chunk (state=3): >>><<< 9574 1726883261.37751: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883261.37754: handler run complete 9574 1726883261.37779: attempt loop complete, returning result 9574 1726883261.37803: variable 'item' from source: unknown 9574 1726883261.37896: variable 'item' from source: unknown ok: [managed_node2] => (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:47:41 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": "f2d8ce8d-62e1-4792-83da-2bde29fb6de1", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883261.39015: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883261.39019: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883261.39021: variable 'omit' from source: magic vars 9574 1726883261.39023: 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) 9574 1726883261.39026: 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) 9574 1726883261.39028: 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) 9574 1726883261.39030: 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) 9574 1726883261.39035: 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) 9574 1726883261.39147: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883261.39151: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883261.39153: variable 'omit' from source: magic vars 9574 1726883261.39156: variable 'omit' from source: magic vars 9574 1726883261.39287: variable '_cp_url' from source: set_fact 9574 1726883261.39296: variable 'default_key' from source: set_fact 9574 1726883261.39310: variable 'item' from source: unknown 9574 1726883261.39408: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883261.39498: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883261.39525: variable 'omit' from source: magic vars 9574 1726883261.39552: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883261.39564: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883261.39575: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883261.39589: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883261.39603: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883261.39609: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883261.39615: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883261.39701: Set connection var ansible_connection to ssh 9574 1726883261.39707: Set connection var ansible_shell_type to sh 9574 1726883261.39716: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883261.39728: Set connection var ansible_timeout to 10 9574 1726883261.39795: Set connection var ansible_shell_executable to /bin/sh 9574 1726883261.39802: Set connection var ansible_pipelining to False 9574 1726883261.39804: variable 'ansible_shell_executable' from source: unknown 9574 1726883261.39806: variable 'ansible_connection' from source: unknown 9574 1726883261.39807: variable 'ansible_module_compression' from source: unknown 9574 1726883261.39809: variable 'ansible_shell_type' from source: unknown 9574 1726883261.39811: variable 'ansible_shell_executable' from source: unknown 9574 1726883261.39813: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883261.39814: variable 'ansible_pipelining' from source: unknown 9574 1726883261.39816: variable 'ansible_timeout' from source: unknown 9574 1726883261.39818: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883261.39904: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883261.39922: variable 'omit' from source: magic vars 9574 1726883261.39929: starting attempt loop 9574 1726883261.39937: running the handler 9574 1726883261.39948: _low_level_execute_command(): starting 9574 1726883261.39955: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883261.40577: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.40591: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883261.40606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883261.40623: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883261.40654: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883261.40756: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883261.40759: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.40777: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.40801: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.40884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.42579: stdout chunk (state=3): >>>/root <<< 9574 1726883261.42718: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883261.42728: stdout chunk (state=3): >>><<< 9574 1726883261.42750: stderr chunk (state=3): >>><<< 9574 1726883261.42773: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883261.42865: _low_level_execute_command(): starting 9574 1726883261.42873: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139 `" && echo ansible-tmp-1726883261.4277956-10198-170261481750139="` echo /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139 `" ) && sleep 0' 9574 1726883261.43444: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.43458: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883261.43505: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883261.43579: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.43600: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.43627: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.43706: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.45636: stdout chunk (state=3): >>>ansible-tmp-1726883261.4277956-10198-170261481750139=/root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139 <<< 9574 1726883261.45802: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883261.45806: stdout chunk (state=3): >>><<< 9574 1726883261.45809: stderr chunk (state=3): >>><<< 9574 1726883261.45825: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883261.4277956-10198-170261481750139=/root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883261.45866: variable 'ansible_module_compression' from source: unknown 9574 1726883261.46018: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883261.46021: variable 'ansible_facts' from source: unknown 9574 1726883261.46037: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py 9574 1726883261.46154: Sending initial data 9574 1726883261.46278: Sent initial data (151 bytes) 9574 1726883261.46863: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.46979: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.47003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.47076: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.48670: 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 <<< 9574 1726883261.48710: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883261.48766: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp5j599wra /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py <<< 9574 1726883261.48780: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py" <<< 9574 1726883261.48815: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 9574 1726883261.48828: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp5j599wra" to remote "/root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py" <<< 9574 1726883261.49735: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883261.49848: stderr chunk (state=3): >>><<< 9574 1726883261.49852: stdout chunk (state=3): >>><<< 9574 1726883261.49854: done transferring module to remote 9574 1726883261.49856: _low_level_execute_command(): starting 9574 1726883261.49858: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/ /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py && sleep 0' 9574 1726883261.50453: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.50520: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883261.50582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.50602: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.50630: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.50711: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.52573: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883261.52589: stdout chunk (state=3): >>><<< 9574 1726883261.52601: stderr chunk (state=3): >>><<< 9574 1726883261.52622: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883261.52631: _low_level_execute_command(): starting 9574 1726883261.52723: _low_level_execute_command(): using become for this command 9574 1726883261.52727: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dddcidziabrgfpmzzpagluivnasdeoox ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883261.52966: Initial state: awaiting_escalation: BECOME-SUCCESS-dddcidziabrgfpmzzpagluivnasdeoox 9574 1726883261.53346: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.53410: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883261.53474: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.53495: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883261.53524: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.53621: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883261.56618: stdout chunk (state=1): >>>BECOME-SUCCESS-dddcidziabrgfpmzzpagluivnasdeoox <<< 9574 1726883261.56623: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dddcidziabrgfpmzzpagluivnasdeoox' 9574 1726883261.56965: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883261.57010: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883261.57024: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883261.57089: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883261.57123: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883261.57161: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883261.57190: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883261.57251: 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' <<< 9574 1726883261.57285: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883261.57297: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883261.57343: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883261.57373: 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 0x7f48abe183e0> <<< 9574 1726883261.57384: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abde7a10> <<< 9574 1726883261.57420: 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' <<< 9574 1726883261.57444: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abe1a960> <<< 9574 1726883261.57474: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883261.57477: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9574 1726883261.57500: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883261.57547: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883261.57550: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883261.57623: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883261.57660: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883261.57711: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883261.57716: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883261.57726: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883261.57756: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883261.57789: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883261.57809: 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' <<< 9574 1726883261.57819: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc2cfe0> <<< 9574 1726883261.57876: 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 <<< 9574 1726883261.57901: 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 0x7f48abc2df10> <<< 9574 1726883261.57920: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883261.57956: 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. <<< 9574 1726883261.58211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883261.58253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883261.58280: 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' <<< 9574 1726883261.58283: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883261.58323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883261.58354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883261.58383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc6bd40> <<< 9574 1726883261.58409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883261.58426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883261.58462: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc6bf80> <<< 9574 1726883261.58482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883261.58509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883261.58537: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883261.58593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.58606: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883261.58625: 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' <<< 9574 1726883261.58670: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abca3770> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883261.58675: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883261.58699: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abca3e00> import '_collections' # <<< 9574 1726883261.58744: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc83a10> <<< 9574 1726883261.58755: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883261.58780: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc81130> <<< 9574 1726883261.58870: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc68ef0> <<< 9574 1726883261.58910: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883261.58923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 9574 1726883261.58956: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883261.58974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883261.59002: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883261.59013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883261.59047: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcc7770> <<< 9574 1726883261.59073: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcc6390> <<< 9574 1726883261.59089: 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 0x7f48abc82120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcc4b60> <<< 9574 1726883261.59149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883261.59180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc68170> <<< 9574 1726883261.59183: 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' <<< 9574 1726883261.59217: 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 0x7f48abcf8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf8b00> <<< 9574 1726883261.59284: 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 0x7f48abcf8ec0> <<< 9574 1726883261.59294: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc66c90> <<< 9574 1726883261.59319: 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 <<< 9574 1726883261.59364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883261.59388: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf9220> import 'importlib.machinery' # <<< 9574 1726883261.59408: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883261.59450: 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 0x7f48abcfa420> <<< 9574 1726883261.59468: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883261.59471: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883261.59489: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883261.59515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883261.59532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883261.59558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd14650> import 'errno' # <<< 9574 1726883261.59593: 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 0x7f48abd15d90> <<< 9574 1726883261.59622: 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' <<< 9574 1726883261.59668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883261.59678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd16c30> <<< 9574 1726883261.59730: 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 0x7f48abd17290> <<< 9574 1726883261.59734: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd16180> <<< 9574 1726883261.59757: 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' <<< 9574 1726883261.59788: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.59811: 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 0x7f48abd17d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd17440> <<< 9574 1726883261.59855: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcfa480> <<< 9574 1726883261.59879: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883261.59901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883261.59926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883261.59949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883261.59984: 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' <<< 9574 1726883261.60006: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f48aba9fc50> # /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' <<< 9574 1726883261.60034: 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 0x7f48abac8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac84a0> <<< 9574 1726883261.60061: 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 0x7f48abac8680> <<< 9574 1726883261.60096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883261.60108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883261.60171: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.60295: 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 0x7f48abac9010> <<< 9574 1726883261.60433: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.60437: 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 0x7f48abac99d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac88c0> <<< 9574 1726883261.60462: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba9ddf0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883261.60497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883261.60524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883261.60536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abacad80> <<< 9574 1726883261.60571: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac9880> <<< 9574 1726883261.60583: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcfab70> <<< 9574 1726883261.60611: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883261.60670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.60699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883261.60726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883261.60760: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abaf70b0> <<< 9574 1726883261.60820: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883261.60838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.60857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883261.60877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883261.60913: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb1b470> <<< 9574 1726883261.60945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883261.60984: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883261.61039: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883261.61066: 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' <<< 9574 1726883261.61090: stdout chunk (state=3): >>>import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb78200> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883261.61123: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883261.61151: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883261.61194: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883261.61283: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb7a960> <<< 9574 1726883261.61363: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb78320> <<< 9574 1726883261.61400: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb45220> <<< 9574 1726883261.61429: 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 0x7f48ab981340> <<< 9574 1726883261.61457: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb1a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abacbcb0> <<< 9574 1726883261.61596: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883261.61613: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f48abb1a5d0> <<< 9574 1726883261.61786: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_73002n4n/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883261.61797: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.61924: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.61965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883261.61977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883261.62010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883261.62093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883261.62135: 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 0x7f48ab9db0b0> <<< 9574 1726883261.62139: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883261.62332: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9b9fa0> <<< 9574 1726883261.62336: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9b9130> # zipimport: zlib available <<< 9574 1726883261.62384: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883261.62391: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.62427: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883261.62430: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883261.62448: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.63899: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.65087: 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 0x7f48ab9d93a0> <<< 9574 1726883261.65102: 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' <<< 9574 1726883261.65152: 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' <<< 9574 1726883261.65155: 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' <<< 9574 1726883261.65189: 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 0x7f48aba02a20> <<< 9574 1726883261.65230: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba027b0> <<< 9574 1726883261.65269: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba020c0> <<< 9574 1726883261.65290: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883261.65301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883261.65346: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba02ae0> <<< 9574 1726883261.65356: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9dbd40> import 'atexit' # <<< 9574 1726883261.65388: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.65407: 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 0x7f48aba03740> <<< 9574 1726883261.65429: 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 0x7f48aba03890> <<< 9574 1726883261.65448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883261.65501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883261.65512: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883261.65567: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba03dd0> <<< 9574 1726883261.65581: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883261.65612: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883261.65616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883261.65665: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab311ac0> <<< 9574 1726883261.65696: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.65712: 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 0x7f48ab3136e0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883261.65741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883261.65783: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab313f80> <<< 9574 1726883261.65803: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883261.65832: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883261.65856: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3151f0> <<< 9574 1726883261.65874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883261.65916: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883261.65949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883261.65960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883261.66013: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab317bf0> <<< 9574 1726883261.66056: 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 0x7f48abacacf0> <<< 9574 1726883261.66077: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab315ee0> <<< 9574 1726883261.66103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883261.66129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883261.66161: 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' <<< 9574 1726883261.66188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883261.66220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883261.66256: 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' <<< 9574 1726883261.66274: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab323a40> <<< 9574 1726883261.66285: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883261.66352: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab322510> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab322270> <<< 9574 1726883261.66382: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883261.66385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883261.66459: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3227e0> <<< 9574 1726883261.66491: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3163f0> <<< 9574 1726883261.66534: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.66543: 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 0x7f48ab367c80> <<< 9574 1726883261.66581: 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 0x7f48ab367ce0> <<< 9574 1726883261.66584: 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 <<< 9574 1726883261.66611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883261.66625: 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' <<< 9574 1726883261.66682: 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 0x7f48ab369820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3695e0> <<< 9574 1726883261.66697: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883261.66831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883261.66891: 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 0x7f48ab36bd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab369f10> <<< 9574 1726883261.66915: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883261.66971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.66998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883261.67011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 9574 1726883261.67061: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab36f410> <<< 9574 1726883261.67186: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab36bdd0> <<< 9574 1726883261.67255: 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 0x7f48ab3703e0> <<< 9574 1726883261.67286: 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 0x7f48ab3703b0> <<< 9574 1726883261.67345: 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 0x7f48ab370500> <<< 9574 1726883261.67370: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3676b0> <<< 9574 1726883261.67387: 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' <<< 9574 1726883261.67416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883261.67428: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883261.67468: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.67484: 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 0x7f48ab373d40> <<< 9574 1726883261.67645: 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 0x7f48ab3fcbc0> <<< 9574 1726883261.67681: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3724e0> <<< 9574 1726883261.67711: 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 0x7f48ab373860> <<< 9574 1726883261.67754: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3720c0> # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883261.67758: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883261.67773: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.67854: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.67979: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.67983: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883261.68017: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883261.68149: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.68267: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.68846: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.69426: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883261.69432: 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' # <<< 9574 1726883261.69435: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883261.69459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.69510: 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 0x7f48ab200ec0> <<< 9574 1726883261.69592: 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' <<< 9574 1726883261.69620: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab201d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3fcce0> <<< 9574 1726883261.69689: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883261.69711: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.69728: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.69751: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883261.69899: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.70061: 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' <<< 9574 1726883261.70081: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab200a70> <<< 9574 1726883261.70093: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.70560: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71010: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71088: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71181: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883261.71184: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71220: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71256: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 9574 1726883261.71333: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71419: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883261.71437: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71472: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883261.71475: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71511: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71569: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883261.71572: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.71803: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883261.72118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883261.72121: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883261.72214: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab202c90> <<< 9574 1726883261.72217: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72293: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72378: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883261.72392: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883261.72409: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72460: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72507: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883261.72510: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72560: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72604: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72665: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.72737: 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 <<< 9574 1726883261.72788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883261.72881: 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 0x7f48ab20d910> <<< 9574 1726883261.72919: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20a900> <<< 9574 1726883261.72963: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 9574 1726883261.72966: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 9574 1726883261.72982: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73039: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73101: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73132: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73176: 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' <<< 9574 1726883261.73202: 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 <<< 9574 1726883261.73227: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883261.73251: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883261.73314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883261.73348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883261.73358: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883261.73419: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba523c0> <<< 9574 1726883261.73464: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba3a090> <<< 9574 1726883261.73570: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20dbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20d9a0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883261.73573: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73595: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.73626: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883261.73693: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883261.73734: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883261.73737: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 9574 1726883261.73755: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.74026: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.74295: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883261.74299: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # <<< 9574 1726883261.74315: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.74345: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.74387: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883261.74390: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.75146: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.75889: 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 0x7f48ab2a3380> <<< 9574 1726883261.75933: 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 0x7f48ab2a35f0> <<< 9574 1726883261.75937: 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' <<< 9574 1726883261.75956: 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' <<< 9574 1726883261.75979: 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 0x7f48ab2a0110> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a3a40> <<< 9574 1726883261.76014: 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' <<< 9574 1726883261.76032: 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' <<< 9574 1726883261.76079: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0d70> <<< 9574 1726883261.76113: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883261.76126: 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 <<< 9574 1726883261.76155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883261.76176: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883261.76198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883261.76213: 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' <<< 9574 1726883261.76244: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883261.76267: 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 0x7f48ab2893a0> <<< 9574 1726883261.76291: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883261.76311: 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 0x7f48ab2892b0> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883261.76335: 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 0x7f48aaebdfd0> <<< 9574 1726883261.76397: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a2510> <<< 9574 1726883261.76414: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883261.76436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883261.76476: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883261.76480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883261.76496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883261.76595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883261.76678: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaec0920> <<< 9574 1726883261.76681: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebf620> <<< 9574 1726883261.76707: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebe9f0> <<< 9574 1726883261.76727: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a1970> <<< 9574 1726883261.76787: 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' <<< 9574 1726883261.76799: 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 <<< 9574 1726883261.76862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883261.76893: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883261.76920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883261.76923: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaef4b90> <<< 9574 1726883261.77184: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaeb4da0> <<< 9574 1726883261.77484: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebf440> # /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 0x7f48aaf389b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaef6960> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaeb48c0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a1400> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0dd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0aa0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a36e0> # /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 0x7f48ab2a0bc0> # /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 <<< 9574 1726883261.77497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883261.77546: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf38f80> <<< 9574 1726883261.77575: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0e90> <<< 9574 1726883261.77586: 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' <<< 9574 1726883261.77666: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf39670> <<< 9574 1726883261.77685: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883261.77720: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883261.77782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883261.77825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883261.77899: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883261.77986: 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 0x7f48aaf3f350> <<< 9574 1726883261.78176: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf3c950> <<< 9574 1726883261.78225: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf3a540> <<< 9574 1726883261.78228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883261.78250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883261.78278: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf3c350> <<< 9574 1726883261.78334: 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' <<< 9574 1726883261.78462: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf2a8a0> # /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' <<< 9574 1726883261.78466: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 9574 1726883261.78468: 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 0x7f48aaf2b530> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf2aff0> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883261.78509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883261.78588: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf2ba10> <<< 9574 1726883261.78605: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883261.78654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883261.78870: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf5ee40> <<< 9574 1726883261.78893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883261.78996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aadef6e0> # zipimport: zlib available <<< 9574 1726883261.79096: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883261.79206: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883261.83545: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883261.83584: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.83601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883261.83634: 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 0x7f48aab2b1d0> <<< 9574 1726883261.83659: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aab2a450> <<< 9574 1726883261.83708: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aab2a120> <<< 9574 1726883261.87057: 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', <<< 9574 1726883261.93749: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d183705d9", "status": 200, "x_candlepin_request_uuid": "c3ab3c69-7ea8-47fd-9f30-eab7c40cdd95", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:41 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": "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/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__ <<< 9574 1726883261.94412: 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<<< 9574 1726883261.94434: 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 # 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 <<< 9574 1726883261.94747: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883261.94754: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883261.94815: stdout chunk (state=3): >>># 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 <<< 9574 1726883261.94819: 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 <<< 9574 1726883261.94824: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 9574 1726883261.94880: 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 <<< 9574 1726883261.94895: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883261.94901: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883261.94920: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883261.94957: 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 <<< 9574 1726883261.94970: stdout chunk (state=3): >>># destroy email.message # destroy email.header # destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883261.95004: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime <<< 9574 1726883261.95044: stdout chunk (state=3): >>># destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 9574 1726883261.95048: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883261.95085: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883261.95088: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883261.95113: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883261.95335: 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 <<< 9574 1726883261.95387: 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 <<< 9574 1726883261.95390: 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 <<< 9574 1726883261.95419: 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 # 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 <<< 9574 1726883261.95476: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 9574 1726883261.95486: 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 <<< 9574 1726883261.95656: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883261.95681: stdout chunk (state=3): >>># destroy _socket # destroy _collections <<< 9574 1726883261.95718: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883261.95721: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883261.95754: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883261.95854: stdout chunk (state=3): >>># destroy _tokenize <<< 9574 1726883261.95872: 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 # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883261.95908: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883261.96010: 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 <<< 9574 1726883261.96024: 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 <<< 9574 1726883261.96059: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883261.96095: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883261.96114: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883261.96723: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883261.96727: stdout chunk (state=3): >>><<< 9574 1726883261.96729: stderr chunk (state=3): >>><<< 9574 1726883261.96851: _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 0x7f48abe183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abde7a10> # /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 0x7f48abe1a960> 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 0x7f48abc2cfe0> # /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 0x7f48abc2df10> 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 0x7f48abc6bd40> # /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 0x7f48abc6bf80> # /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 0x7f48abca3770> # /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 0x7f48abca3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc83a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc81130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc68ef0> # /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 0x7f48abcc7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcc6390> # /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 0x7f48abc82120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcc4b60> # /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 0x7f48abcf87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc68170> # /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 0x7f48abcf8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf8b00> # 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 0x7f48abcf8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abc66c90> # /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 0x7f48abcf9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcf9220> 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 0x7f48abcfa420> 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 0x7f48abd14650> 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 0x7f48abd15d90> # /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 0x7f48abd16c30> # 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 0x7f48abd17290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd16180> # /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 0x7f48abd17d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abd17440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcfa480> # /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 0x7f48aba9fc50> # /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 0x7f48abac8740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac84a0> # 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 0x7f48abac8680> # /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 0x7f48abac9010> # 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 0x7f48abac99d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac88c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba9ddf0> # /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 0x7f48abacad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abac9880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abcfab70> # /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 0x7f48abaf70b0> # /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 0x7f48abb1b470> # /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 0x7f48abb78200> # /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 0x7f48abb7a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb78320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb45220> # /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 0x7f48ab981340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abb1a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48abacbcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f48abb1a5d0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_73002n4n/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 0x7f48ab9db0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9b9fa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9b9130> # 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 0x7f48ab9d93a0> # /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 0x7f48aba02a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba027b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba020c0> # /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 0x7f48aba02ae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab9dbd40> 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 0x7f48aba03740> # 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 0x7f48aba03890> # /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 0x7f48aba03dd0> 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 0x7f48ab311ac0> # 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 0x7f48ab3136e0> # /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 0x7f48ab313f80> # /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 0x7f48ab3151f0> # /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 0x7f48ab317bf0> # 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 0x7f48abacacf0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab315ee0> # /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 0x7f48ab323a40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab322510> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab322270> # /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 0x7f48ab3227e0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3163f0> # 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 0x7f48ab367c80> # /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 0x7f48ab367ce0> # /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 0x7f48ab369820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3695e0> # /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 0x7f48ab36bd40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab369f10> # /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 0x7f48ab36f410> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab36bdd0> # 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 0x7f48ab3703e0> # 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 0x7f48ab3703b0> # 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 0x7f48ab370500> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3676b0> # /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 0x7f48ab373d40> # 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 0x7f48ab3fcbc0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3724e0> # 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 0x7f48ab373860> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3720c0> # 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 0x7f48ab200ec0> # /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 0x7f48ab201d60> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab3fcce0> 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 0x7f48ab200a70> # 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 0x7f48ab202c90> # 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 0x7f48ab20d910> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20a900> 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 0x7f48aba523c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aba3a090> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20dbb0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab20d9a0> # 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 0x7f48ab2a3380> # /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 0x7f48ab2a35f0> # /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 0x7f48ab2a0110> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a3a40> # /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 0x7f48ab2a0d70> # /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 0x7f48ab2893a0> # /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 0x7f48ab2892b0> # /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 0x7f48aaebdfd0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a2510> # /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 0x7f48aaec0920> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebf620> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebe9f0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a1970> # /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 0x7f48aaef4b90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaeb4da0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaebf440> # /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 0x7f48aaf389b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaef6960> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaeb48c0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a1400> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0dd0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0aa0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a36e0> # /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 0x7f48ab2a0bc0> # /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 0x7f48aaf38f80> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48ab2a0e90> # /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 0x7f48aaf39670> # /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 0x7f48aaf3f350> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf3c950> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf3a540> # /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 0x7f48aaf3c350> # /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 0x7f48aaf2a8a0> # /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 0x7f48aaf2b530> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aaf2aff0> # /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 0x7f48aaf2ba10> # /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 0x7f48aaf5ee40> # /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 0x7f48aadef6e0> # 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 0x7f48aab2b1d0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aab2a450> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f48aab2a120> /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": "c3ab3c69-7ea8-47fd-9f30-eab7c40cdd95", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:41 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": "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/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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883261.98018: 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-1726883261.4277956-10198-170261481750139/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883261.98022: _low_level_execute_command(): starting 9574 1726883261.98025: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883261.4277956-10198-170261481750139/ > /dev/null 2>&1 && sleep 0' 9574 1726883261.98259: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883261.98280: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883261.98297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883261.98315: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883261.98446: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883261.98450: 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883261.98478: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883261.98562: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.00494: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.00522: stdout chunk (state=3): >>><<< 9574 1726883262.00525: stderr chunk (state=3): >>><<< 9574 1726883262.00748: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.00751: handler run complete 9574 1726883262.00754: attempt loop complete, returning result 9574 1726883262.00756: variable 'item' from source: unknown 9574 1726883262.00758: variable 'item' from source: unknown ok: [managed_node2] => (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:47:41 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": "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/8a8082e4920b0ce701920b0d183705d9", "vary": "accept-encoding", "x_candlepin_request_uuid": "c3ab3c69-7ea8-47fd-9f30-eab7c40cdd95", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883262.01916: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.01920: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.01922: variable 'omit' from source: magic vars 9574 1726883262.01924: 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) 9574 1726883262.01926: 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) 9574 1726883262.01928: 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) 9574 1726883262.01950: 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) 9574 1726883262.01970: 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) 9574 1726883262.02070: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883262.02086: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883262.02096: variable 'omit' from source: magic vars 9574 1726883262.02122: variable 'omit' from source: magic vars 9574 1726883262.02331: variable '_cp_url' from source: set_fact 9574 1726883262.02348: variable 'default_key' from source: set_fact 9574 1726883262.02364: variable 'item' from source: unknown 9574 1726883262.02470: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883262.02656: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883262.02659: variable 'omit' from source: magic vars 9574 1726883262.02661: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883262.02663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883262.02665: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883262.02671: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883262.02674: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883262.02676: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.02677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.02765: Set connection var ansible_connection to ssh 9574 1726883262.02773: Set connection var ansible_shell_type to sh 9574 1726883262.02786: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883262.02802: Set connection var ansible_timeout to 10 9574 1726883262.02814: Set connection var ansible_shell_executable to /bin/sh 9574 1726883262.02823: Set connection var ansible_pipelining to False 9574 1726883262.02855: variable 'ansible_shell_executable' from source: unknown 9574 1726883262.02863: variable 'ansible_connection' from source: unknown 9574 1726883262.02874: variable 'ansible_module_compression' from source: unknown 9574 1726883262.02880: variable 'ansible_shell_type' from source: unknown 9574 1726883262.02889: variable 'ansible_shell_executable' from source: unknown 9574 1726883262.02895: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.02902: variable 'ansible_pipelining' from source: unknown 9574 1726883262.02907: variable 'ansible_timeout' from source: unknown 9574 1726883262.02914: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.03021: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883262.03037: variable 'omit' from source: magic vars 9574 1726883262.03048: starting attempt loop 9574 1726883262.03090: running the handler 9574 1726883262.03093: _low_level_execute_command(): starting 9574 1726883262.03095: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883262.03753: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.03873: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883262.03890: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.03914: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.03995: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.05744: stdout chunk (state=3): >>>/root <<< 9574 1726883262.05876: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.05894: stdout chunk (state=3): >>><<< 9574 1726883262.05909: stderr chunk (state=3): >>><<< 9574 1726883262.05935: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.05957: _low_level_execute_command(): starting 9574 1726883262.06049: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364 `" && echo ansible-tmp-1726883262.059457-10198-182856066970364="` echo /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364 `" ) && sleep 0' 9574 1726883262.06608: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.06623: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.06643: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883262.06660: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883262.06694: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883262.06778: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.06807: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.06884: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.08864: stdout chunk (state=3): >>>ansible-tmp-1726883262.059457-10198-182856066970364=/root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364 <<< 9574 1726883262.09022: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.09026: stdout chunk (state=3): >>><<< 9574 1726883262.09028: stderr chunk (state=3): >>><<< 9574 1726883262.09053: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883262.059457-10198-182856066970364=/root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.09146: variable 'ansible_module_compression' from source: unknown 9574 1726883262.09158: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883262.09186: variable 'ansible_facts' from source: unknown 9574 1726883262.09265: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py 9574 1726883262.09510: Sending initial data 9574 1726883262.09513: Sent initial data (150 bytes) 9574 1726883262.10159: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.10196: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883262.10212: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.10237: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.10313: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.11998: 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 <<< 9574 1726883262.12003: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883262.12049: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpvlqdvgm2 /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py <<< 9574 1726883262.12052: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py" <<< 9574 1726883262.12111: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpvlqdvgm2" to remote "/root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py" <<< 9574 1726883262.12942: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.13024: stderr chunk (state=3): >>><<< 9574 1726883262.13036: stdout chunk (state=3): >>><<< 9574 1726883262.13064: done transferring module to remote 9574 1726883262.13081: _low_level_execute_command(): starting 9574 1726883262.13160: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/ /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py && sleep 0' 9574 1726883262.13745: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.13760: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.13774: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883262.13790: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883262.13805: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883262.13849: 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.40 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883262.13861: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.13950: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.13973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.14063: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.15957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.15968: stdout chunk (state=3): >>><<< 9574 1726883262.15980: stderr chunk (state=3): >>><<< 9574 1726883262.15999: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.16007: _low_level_execute_command(): starting 9574 1726883262.16014: _low_level_execute_command(): using become for this command 9574 1726883262.16027: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-lpagxisywboiiyvbmswqcxxhlvsjsusb ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883262.16242: Initial state: awaiting_escalation: BECOME-SUCCESS-lpagxisywboiiyvbmswqcxxhlvsjsusb 9574 1726883262.16795: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.16856: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.16952: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.19928: stdout chunk (state=1): >>>BECOME-SUCCESS-lpagxisywboiiyvbmswqcxxhlvsjsusb <<< 9574 1726883262.19935: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-lpagxisywboiiyvbmswqcxxhlvsjsusb' 9574 1726883262.20298: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883262.20308: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 9574 1726883262.20320: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883262.20377: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883262.20387: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883262.20417: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883262.20518: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883262.20522: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 9574 1726883262.20548: 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' import '_codecs' # <<< 9574 1726883262.20571: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883262.20614: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883262.20653: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883262.20678: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31f103e0> <<< 9574 1726883262.20681: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31edfa10> <<< 9574 1726883262.20698: 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 0x7faf31f12960> import '_signal' # <<< 9574 1726883262.20743: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883262.20762: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 9574 1726883262.20793: stdout chunk (state=3): >>>import '_stat' # <<< 9574 1726883262.20803: stdout chunk (state=3): >>>import 'stat' # <<< 9574 1726883262.20877: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883262.20908: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883262.20919: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883262.20978: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 9574 1726883262.20982: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883262.21002: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883262.21020: 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 <<< 9574 1726883262.21052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883262.21055: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31ce4fe0> <<< 9574 1726883262.21119: 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 <<< 9574 1726883262.21122: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.21146: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31ce5f10> <<< 9574 1726883262.21158: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883262.21192: 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. <<< 9574 1726883262.21447: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883262.21469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883262.21500: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883262.21504: stdout chunk (state=3): >>># 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 <<< 9574 1726883262.21564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883262.21567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883262.21602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883262.21605: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d23d40> <<< 9574 1726883262.21648: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883262.21678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883262.21681: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883262.21702: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d23f80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883262.21728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883262.21758: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883262.21803: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.21821: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883262.21878: 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 0x7faf31d5b770> <<< 9574 1726883262.21883: 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' <<< 9574 1726883262.21900: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d5be00> import '_collections' # <<< 9574 1726883262.21964: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d3ba10> <<< 9574 1726883262.21990: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883262.21993: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d39130> <<< 9574 1726883262.22090: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d20ef0> <<< 9574 1726883262.22109: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883262.22142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883262.22147: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883262.22165: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883262.22195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883262.22216: 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' <<< 9574 1726883262.22261: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d7f770> <<< 9574 1726883262.22271: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d7e390> <<< 9574 1726883262.22304: 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' <<< 9574 1726883262.22315: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d3a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d7cb60> <<< 9574 1726883262.22360: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883262.22377: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d20170> <<< 9574 1726883262.22389: 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' <<< 9574 1726883262.22426: 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 0x7faf31db0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db0b00> <<< 9574 1726883262.22470: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.22480: 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 0x7faf31db0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d1ec90> <<< 9574 1726883262.22511: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883262.22534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.22567: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883262.22571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883262.22590: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db1220> import 'importlib.machinery' # <<< 9574 1726883262.22614: 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' <<< 9574 1726883262.22654: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db2420> <<< 9574 1726883262.22669: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 9574 1726883262.22684: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883262.22715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883262.22756: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883262.22759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dcc650> <<< 9574 1726883262.22798: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.22816: 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 0x7faf31dcdd90> <<< 9574 1726883262.22831: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883262.22838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883262.22874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883262.22877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883262.22906: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dcec30> # extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.22928: 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 0x7faf31dcf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dce180> <<< 9574 1726883262.22960: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883262.22963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883262.22999: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.23017: 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 0x7faf31dcfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dcf440> <<< 9574 1726883262.23064: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db2480> <<< 9574 1726883262.23074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883262.23105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883262.23128: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883262.23150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883262.23178: 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 0x7faf31b0fc50> <<< 9574 1726883262.23203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883262.23235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883262.23240: 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 0x7faf31b38740> <<< 9574 1726883262.23268: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b384a0> # 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 0x7faf31b38680> <<< 9574 1726883262.23298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883262.23312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883262.23377: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.23498: 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 0x7faf31b39010> <<< 9574 1726883262.23625: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.23628: 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 0x7faf31b399d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b388c0> <<< 9574 1726883262.23661: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b0ddf0> <<< 9574 1726883262.23666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883262.23706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883262.23712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883262.23731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b3ad80> <<< 9574 1726883262.23758: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b39880> <<< 9574 1726883262.23776: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db2b70> <<< 9574 1726883262.23803: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883262.23871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.23882: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883262.23924: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883262.23950: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b630b0> <<< 9574 1726883262.24011: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883262.24014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.24058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883262.24061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883262.24099: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b8b470> <<< 9574 1726883262.24119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883262.24167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883262.24218: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883262.24266: 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 0x7faf31be8200> <<< 9574 1726883262.24269: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883262.24294: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883262.24318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883262.24366: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883262.24450: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31bea960> <<< 9574 1726883262.24520: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31be8320> <<< 9574 1726883262.24558: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31bb5220> <<< 9574 1726883262.24596: 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' <<< 9574 1726883262.24612: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31525340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b8a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b3bcb0> <<< 9574 1726883262.24725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883262.24753: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faf31b8a5d0> <<< 9574 1726883262.24966: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_odzx6l5w/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883262.24969: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.25085: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.25125: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883262.25129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883262.25170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883262.25252: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883262.25277: 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 0x7faf3157f0e0> import '_typing' # <<< 9574 1726883262.25466: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3155dfd0> <<< 9574 1726883262.25501: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3155d160> # zipimport: zlib available import 'ansible' # <<< 9574 1726883262.25529: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883262.25567: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 9574 1726883262.25570: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.26984: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.28144: 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 0x7faf3157d3d0> <<< 9574 1726883262.28149: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883262.28193: 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' <<< 9574 1726883262.28206: 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' <<< 9574 1726883262.28238: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.28251: 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 0x7faf315a6ab0> <<< 9574 1726883262.28280: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a6840> <<< 9574 1726883262.28313: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a6150> <<< 9574 1726883262.28334: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883262.28346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883262.28383: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a6c00> <<< 9574 1726883262.28406: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3157fd70> import 'atexit' # <<< 9574 1726883262.28420: 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 0x7faf315a7800> <<< 9574 1726883262.28456: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.28467: 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 0x7faf315a7a10> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883262.28520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883262.28536: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883262.28578: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a7f20> <<< 9574 1726883262.28598: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883262.28617: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883262.28639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883262.28669: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3140dc10> <<< 9574 1726883262.28711: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.28714: 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 0x7faf3140f830> <<< 9574 1726883262.28743: 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' <<< 9574 1726883262.28779: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31410230> <<< 9574 1726883262.28797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883262.28836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883262.28868: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314113d0> <<< 9574 1726883262.28871: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883262.28921: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883262.28924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883262.28939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883262.28986: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31413e60> <<< 9574 1726883262.29019: 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 0x7faf31b63020> <<< 9574 1726883262.29053: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31412120> <<< 9574 1726883262.29067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883262.29101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883262.29117: 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' <<< 9574 1726883262.29139: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883262.29178: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883262.29215: 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 0x7faf3141fd40> <<< 9574 1726883262.29227: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883262.29290: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3141e810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3141e570> <<< 9574 1726883262.29309: 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' <<< 9574 1726883262.29385: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3141eae0> <<< 9574 1726883262.29415: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31412630> <<< 9574 1726883262.29448: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.29471: 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 0x7faf31463ef0> <<< 9574 1726883262.29490: 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 0x7faf31464080> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 9574 1726883262.29519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883262.29541: 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' <<< 9574 1726883262.29585: 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 0x7faf31465b80> <<< 9574 1726883262.29588: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31465940> <<< 9574 1726883262.29606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883262.29715: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883262.29773: 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 0x7faf314680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31466270> <<< 9574 1726883262.29792: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883262.29837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.29869: 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' <<< 9574 1726883262.29889: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883262.29921: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3146b7a0> <<< 9574 1726883262.30050: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31468260> <<< 9574 1726883262.30107: 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 0x7faf3146c6b0> <<< 9574 1726883262.30144: 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 0x7faf3146c6e0> <<< 9574 1726883262.30189: 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 0x7faf3146cb30> <<< 9574 1726883262.30214: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31464290> <<< 9574 1726883262.30239: 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' <<< 9574 1726883262.30261: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883262.30276: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883262.30293: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.30320: 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 0x7faf314f8320> <<< 9574 1726883262.30475: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.30485: 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 0x7faf314f9460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3146eab0> <<< 9574 1726883262.30525: 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 0x7faf3146fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3146e6c0> <<< 9574 1726883262.30577: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 9574 1726883262.30580: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.30667: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.30768: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.30796: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available <<< 9574 1726883262.30816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883262.30935: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.31056: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.31611: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.32169: 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' # <<< 9574 1726883262.32202: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883262.32205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.32267: 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 0x7faf314fd640> <<< 9574 1726883262.32359: 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' <<< 9574 1726883262.32384: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314fe450> <<< 9574 1726883262.32387: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314f9700> <<< 9574 1726883262.32443: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883262.32454: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.32489: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.32493: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 9574 1726883262.32645: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.32806: 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' <<< 9574 1726883262.32830: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314fe210> # zipimport: zlib available <<< 9574 1726883262.33287: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.33736: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.33811: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.33893: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883262.33897: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.33929: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.33975: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883262.33978: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.34050: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.34147: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883262.34150: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.34174: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883262.34210: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.34262: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 9574 1726883262.34484: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.34713: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883262.34786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883262.34790: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883262.34863: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314ff5f0> # zipimport: zlib available <<< 9574 1726883262.34944: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35038: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883262.35051: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883262.35061: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35091: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35144: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883262.35157: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35190: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35235: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35291: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35366: 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 <<< 9574 1726883262.35403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.35490: 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 0x7faf3130a150> <<< 9574 1726883262.35526: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf313058b0> <<< 9574 1726883262.35570: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883262.35574: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35630: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35699: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35721: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.35765: 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' <<< 9574 1726883262.35786: 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 <<< 9574 1726883262.35817: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883262.35834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883262.35897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883262.35911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883262.35937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883262.35986: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315faab0> <<< 9574 1726883262.36028: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315ee780> <<< 9574 1726883262.36123: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3130a2a0> <<< 9574 1726883262.36127: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314f96d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 9574 1726883262.36165: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.36180: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883262.36250: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883262.36288: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883262.36300: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.36557: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.36822: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # <<< 9574 1726883262.36825: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib.parse' # # zipimport: zlib available <<< 9574 1726883262.36861: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.36897: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883262.36908: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.37646: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.38350: 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 0x7faf3139c5c0> <<< 9574 1726883262.38384: 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 0x7faf3139c770> # /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' <<< 9574 1726883262.38413: 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' <<< 9574 1726883262.38456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883262.38463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139cef0> <<< 9574 1726883262.38484: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139cad0> # /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 <<< 9574 1726883262.38512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883262.38537: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139db50> <<< 9574 1726883262.38573: 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' <<< 9574 1726883262.38576: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883262.38619: 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 <<< 9574 1726883262.38622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883262.38668: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883262.38671: 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 <<< 9574 1726883262.38694: 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 0x7faf31389850> <<< 9574 1726883262.38727: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883262.38753: 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 0x7faf31389790> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883262.38775: 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 0x7faf30f226c0> <<< 9574 1726883262.38814: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139f2f0> <<< 9574 1726883262.38843: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883262.38870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883262.38887: 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' <<< 9574 1726883262.38904: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883262.38981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883262.39056: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f2d1c0> <<< 9574 1726883262.39068: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23d70> <<< 9574 1726883262.39107: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23110> <<< 9574 1726883262.39110: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139e750> <<< 9574 1726883262.39143: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883262.39148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883262.39171: 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 <<< 9574 1726883262.39235: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883262.39252: 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' <<< 9574 1726883262.39277: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f61220> <<< 9574 1726883262.39401: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f55460> <<< 9574 1726883262.39544: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23b90> <<< 9574 1726883262.39573: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883262.39583: 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 <<< 9574 1726883262.39615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883262.39670: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 9574 1726883262.39674: 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 0x7faf30fa4fe0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f62fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f54f80> <<< 9574 1726883262.39722: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139e1e0> <<< 9574 1726883262.39726: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139dbe0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139d850> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139c860> <<< 9574 1726883262.39778: 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 0x7faf3139da90> <<< 9574 1726883262.39783: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883262.39805: 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 <<< 9574 1726883262.39823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883262.39863: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa5640> <<< 9574 1726883262.39881: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139dca0> # /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883262.39900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.39964: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa5ee0> <<< 9574 1726883262.39985: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883262.40012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883262.40072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883262.40109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883262.40186: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.40264: 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 0x7faf30fab9b0> <<< 9574 1726883262.40452: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa8f80> <<< 9574 1726883262.40475: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa6b70> <<< 9574 1726883262.40498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883262.40515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883262.40555: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa8a10> <<< 9574 1726883262.40580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883262.40600: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f96db0> # /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883262.40638: 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 <<< 9574 1726883262.40661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 9574 1726883262.40688: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f97a10> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f97500> <<< 9574 1726883262.40691: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883262.40761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883262.40845: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f97ef0> <<< 9574 1726883262.40856: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883262.40888: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883262.41108: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fc7320> <<< 9574 1726883262.41137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883262.41156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883262.41174: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30e53a40> <<< 9574 1726883262.41215: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.41313: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883262.41416: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.45718: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883262.45757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883262.45775: 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' <<< 9574 1726883262.45815: 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 0x7faf30e8f560> <<< 9574 1726883262.45819: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30e8e7e0> <<< 9574 1726883262.45873: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30e8e450> <<< 9574 1726883262.48254: 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', <<< 9574 1726883262.54821: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066b", "status": 200, "x_candlepin_request_uuid": "c9078597-6847-4fcb-8d90-98fa0a728e8f", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:42 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": "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__ <<< 9574 1726883262.55353: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883262.55391: 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 <<< 9574 1726883262.55514: 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 # 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<<< 9574 1726883262.55529: stdout chunk (state=3): >>> # 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 <<< 9574 1726883262.55915: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883262.55926: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883262.55986: 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 <<< 9574 1726883262.55990: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883262.56036: 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 # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 9574 1726883262.56043: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883262.56090: stdout chunk (state=3): >>># destroy selectors # destroy array # destroy selinux # destroy shutil <<< 9574 1726883262.56093: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex <<< 9574 1726883262.56121: stdout chunk (state=3): >>># destroy subprocess <<< 9574 1726883262.56158: 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 <<< 9574 1726883262.56171: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale # destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883262.56213: stdout chunk (state=3): >>># destroy unicodedata <<< 9574 1726883262.56243: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset # destroy email.errors # destroy http.client # destroy http.cookiejar # destroy errno <<< 9574 1726883262.56281: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883262.56299: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883262.56318: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 9574 1726883262.56578: 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 <<< 9574 1726883262.56592: 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 <<< 9574 1726883262.56623: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 9574 1726883262.56659: 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 # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 9574 1726883262.56678: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 9574 1726883262.56714: 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 # 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 <<< 9574 1726883262.56741: 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 <<< 9574 1726883262.56957: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883262.56960: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883262.56998: stdout chunk (state=3): >>># destroy _collections # destroy platform # destroy _uuid <<< 9574 1726883262.57023: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883262.57054: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883262.57170: 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 <<< 9574 1726883262.57190: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883262.57219: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883262.57320: 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 <<< 9574 1726883262.57335: 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 <<< 9574 1726883262.57368: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib <<< 9574 1726883262.57431: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883262.57437: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 9574 1726883262.57448: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 9574 1726883262.58075: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883262.58079: stdout chunk (state=3): >>><<< 9574 1726883262.58081: stderr chunk (state=3): >>><<< 9574 1726883262.58207: _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 0x7faf31f103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31edfa10> # /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 0x7faf31f12960> 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 0x7faf31ce4fe0> # /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 0x7faf31ce5f10> 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 0x7faf31d23d40> # /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 0x7faf31d23f80> # /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 0x7faf31d5b770> # /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 0x7faf31d5be00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d3ba10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d39130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d20ef0> # /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 0x7faf31d7f770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d7e390> # /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 0x7faf31d3a120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d7cb60> # /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 0x7faf31db07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d20170> # /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 0x7faf31db0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db0b00> # 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 0x7faf31db0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31d1ec90> # /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 0x7faf31db1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db1220> 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 0x7faf31db2420> 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 0x7faf31dcc650> 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 0x7faf31dcdd90> # /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 0x7faf31dcec30> # 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 0x7faf31dcf290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dce180> # /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 0x7faf31dcfd10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31dcf440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db2480> # /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 0x7faf31b0fc50> # /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 0x7faf31b38740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b384a0> # 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 0x7faf31b38680> # /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 0x7faf31b39010> # 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 0x7faf31b399d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b388c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b0ddf0> # /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 0x7faf31b3ad80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b39880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31db2b70> # /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 0x7faf31b630b0> # /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 0x7faf31b8b470> # /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 0x7faf31be8200> # /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 0x7faf31bea960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31be8320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31bb5220> # /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 0x7faf31525340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b8a2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31b3bcb0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7faf31b8a5d0> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_odzx6l5w/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 0x7faf3157f0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3155dfd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3155d160> # 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 0x7faf3157d3d0> # /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 0x7faf315a6ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a6840> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315a6150> # /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 0x7faf315a6c00> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3157fd70> 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 0x7faf315a7800> # 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 0x7faf315a7a10> # /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 0x7faf315a7f20> 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 0x7faf3140dc10> # 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 0x7faf3140f830> # /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 0x7faf31410230> # /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 0x7faf314113d0> # /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 0x7faf31413e60> # 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 0x7faf31b63020> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31412120> # /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 0x7faf3141fd40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3141e810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3141e570> # /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 0x7faf3141eae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31412630> # 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 0x7faf31463ef0> # /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 0x7faf31464080> # /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 0x7faf31465b80> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31465940> # /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 0x7faf314680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31466270> # /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 0x7faf3146b7a0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31468260> # 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 0x7faf3146c6b0> # 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 0x7faf3146c6e0> # 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 0x7faf3146cb30> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf31464290> # /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 0x7faf314f8320> # 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 0x7faf314f9460> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3146eab0> # 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 0x7faf3146fe60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3146e6c0> # 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 0x7faf314fd640> # /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 0x7faf314fe450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314f9700> 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 0x7faf314fe210> # 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 0x7faf314ff5f0> # 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 0x7faf3130a150> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf313058b0> 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 0x7faf315faab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf315ee780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3130a2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf314f96d0> # 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 0x7faf3139c5c0> # /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 0x7faf3139c770> # /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 0x7faf3139cef0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139cad0> # /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 0x7faf3139db50> # /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 0x7faf31389850> # /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 0x7faf31389790> # /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 0x7faf30f226c0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139f2f0> # /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 0x7faf30f2d1c0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23110> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139e750> # /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 0x7faf30f61220> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f55460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f23b90> # /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 0x7faf30fa4fe0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f62fc0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f54f80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139e1e0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139dbe0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139d850> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139c860> # /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 0x7faf3139da90> # /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 0x7faf30fa5640> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf3139dca0> # /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 0x7faf30fa5ee0> # /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 0x7faf30fab9b0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa8f80> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30fa6b70> # /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 0x7faf30fa8a10> # /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 0x7faf30f96db0> # /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 0x7faf30f97a10> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30f97500> # /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 0x7faf30f97ef0> # /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 0x7faf30fc7320> # /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 0x7faf30e53a40> # 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 0x7faf30e8f560> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30e8e7e0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7faf30e8e450> /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": "c9078597-6847-4fcb-8d90-98fa0a728e8f", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:42 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": "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883262.59522: 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-1726883262.059457-10198-182856066970364/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883262.59526: _low_level_execute_command(): starting 9574 1726883262.59529: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883262.059457-10198-182856066970364/ > /dev/null 2>&1 && sleep 0' 9574 1726883262.59659: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.59672: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.59751: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.59795: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883262.59819: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.59844: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.59927: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.61863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.61926: stderr chunk (state=3): >>><<< 9574 1726883262.61929: stdout chunk (state=3): >>><<< 9574 1726883262.62146: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.62149: handler run complete 9574 1726883262.62152: attempt loop complete, returning result 9574 1726883262.62154: variable 'item' from source: unknown 9574 1726883262.62156: variable 'item' from source: unknown ok: [managed_node2] => (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:47:42 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": "8a8082e4920b0ce701920b0d181c0543", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d184c066b", "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/8a8082e4920b0ce701920b0d184c066b", "vary": "accept-encoding", "x_candlepin_request_uuid": "c9078597-6847-4fcb-8d90-98fa0a728e8f", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883262.63249: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.63252: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.63255: variable 'omit' from source: magic vars 9574 1726883262.63257: 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) 9574 1726883262.63357: 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) 9574 1726883262.63360: 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) 9574 1726883262.63366: 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) 9574 1726883262.63389: 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) 9574 1726883262.63490: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883262.63504: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883262.63512: variable 'omit' from source: magic vars 9574 1726883262.63531: variable 'omit' from source: magic vars 9574 1726883262.63743: variable '_cp_url' from source: set_fact 9574 1726883262.63753: variable 'default_key' from source: set_fact 9574 1726883262.63768: variable 'item' from source: unknown 9574 1726883262.63872: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883262.63970: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883262.63999: variable 'omit' from source: magic vars 9574 1726883262.64031: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883262.64049: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883262.64059: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883262.64071: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883262.64143: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883262.64146: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.64148: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.64192: Set connection var ansible_connection to ssh 9574 1726883262.64199: Set connection var ansible_shell_type to sh 9574 1726883262.64208: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883262.64221: Set connection var ansible_timeout to 10 9574 1726883262.64232: Set connection var ansible_shell_executable to /bin/sh 9574 1726883262.64251: Set connection var ansible_pipelining to False 9574 1726883262.64275: variable 'ansible_shell_executable' from source: unknown 9574 1726883262.64282: variable 'ansible_connection' from source: unknown 9574 1726883262.64288: variable 'ansible_module_compression' from source: unknown 9574 1726883262.64294: variable 'ansible_shell_type' from source: unknown 9574 1726883262.64300: variable 'ansible_shell_executable' from source: unknown 9574 1726883262.64357: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883262.64360: variable 'ansible_pipelining' from source: unknown 9574 1726883262.64363: variable 'ansible_timeout' from source: unknown 9574 1726883262.64365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883262.64428: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883262.64446: variable 'omit' from source: magic vars 9574 1726883262.64455: starting attempt loop 9574 1726883262.64467: running the handler 9574 1726883262.64476: _low_level_execute_command(): starting 9574 1726883262.64483: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883262.65146: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.65160: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.65174: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883262.65191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883262.65206: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883262.65235: 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 <<< 9574 1726883262.65325: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.65360: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.65452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.67180: stdout chunk (state=3): >>>/root <<< 9574 1726883262.67335: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.67338: stdout chunk (state=3): >>><<< 9574 1726883262.67343: stderr chunk (state=3): >>><<< 9574 1726883262.67360: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.67452: _low_level_execute_command(): starting 9574 1726883262.67456: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612 `" && echo ansible-tmp-1726883262.6736624-10198-107862906208612="` echo /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612 `" ) && sleep 0' 9574 1726883262.68149: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.68177: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.68264: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.70245: stdout chunk (state=3): >>>ansible-tmp-1726883262.6736624-10198-107862906208612=/root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612 <<< 9574 1726883262.70387: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.70399: stderr chunk (state=3): >>><<< 9574 1726883262.70407: stdout chunk (state=3): >>><<< 9574 1726883262.70435: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883262.6736624-10198-107862906208612=/root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.70546: variable 'ansible_module_compression' from source: unknown 9574 1726883262.70551: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883262.70560: variable 'ansible_facts' from source: unknown 9574 1726883262.70655: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py 9574 1726883262.70791: Sending initial data 9574 1726883262.70908: Sent initial data (151 bytes) 9574 1726883262.71477: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.71491: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.71556: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.71616: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883262.71635: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.71660: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.71744: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.73349: 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 <<< 9574 1726883262.73404: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883262.73452: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmplhnw8fqh /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py <<< 9574 1726883262.73458: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py" <<< 9574 1726883262.73489: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmplhnw8fqh" to remote "/root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py" <<< 9574 1726883262.74355: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.74497: stderr chunk (state=3): >>><<< 9574 1726883262.74501: stdout chunk (state=3): >>><<< 9574 1726883262.74503: done transferring module to remote 9574 1726883262.74505: _low_level_execute_command(): starting 9574 1726883262.74508: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/ /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py && sleep 0' 9574 1726883262.75099: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.75111: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883262.75125: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883262.75191: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883262.75258: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883262.75276: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.75300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.75378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.77279: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883262.77297: stdout chunk (state=3): >>><<< 9574 1726883262.77313: stderr chunk (state=3): >>><<< 9574 1726883262.77420: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883262.77423: _low_level_execute_command(): starting 9574 1726883262.77425: _low_level_execute_command(): using become for this command 9574 1726883262.77427: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-ggmdlkkeknhmizhohntwtvlabnohxoxj ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883262.77667: Initial state: awaiting_escalation: BECOME-SUCCESS-ggmdlkkeknhmizhohntwtvlabnohxoxj 9574 1726883262.78058: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883262.78178: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883262.78211: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883262.78288: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883262.81388: stdout chunk (state=1): >>>BECOME-SUCCESS-ggmdlkkeknhmizhohntwtvlabnohxoxj <<< 9574 1726883262.81393: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-ggmdlkkeknhmizhohntwtvlabnohxoxj' 9574 1726883262.81628: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883262.81666: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883262.81697: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883262.81770: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883262.81790: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883262.81809: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883262.81859: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883262.81922: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883262.81928: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883262.82056: 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' import '_codecs' # <<< 9574 1726883262.82062: 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 0x7f7cbc6183e0> <<< 9574 1726883262.82067: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc5e7a10> <<< 9574 1726883262.82092: 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' <<< 9574 1726883262.82115: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc61a960> <<< 9574 1726883262.82216: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 9574 1726883262.82239: stdout chunk (state=3): >>>import 'abc' # import 'io' # import '_stat' # import 'stat' # <<< 9574 1726883262.82302: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883262.82335: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883262.82382: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 9574 1726883262.82485: stdout chunk (state=3): >>>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' <<< 9574 1726883262.82498: 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' <<< 9574 1726883262.82546: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc42cfe0> <<< 9574 1726883262.82621: 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 0x7f7cbc42df10> <<< 9574 1726883262.82624: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883262.82819: 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. <<< 9574 1726883262.82897: 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' <<< 9574 1726883262.82961: 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' <<< 9574 1726883262.83039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883262.83060: stdout chunk (state=3): >>># 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 0x7f7cbc46bd40> <<< 9574 1726883262.83082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883262.83105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883262.83130: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883262.83152: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc46bf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883262.83187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883262.83203: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883262.83261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.83276: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883262.83306: 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 0x7f7cbc4a3770> <<< 9574 1726883262.83333: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883262.83360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4a3e00> import '_collections' # <<< 9574 1726883262.83414: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc483a10> <<< 9574 1726883262.83429: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883262.83460: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc481130> <<< 9574 1726883262.83548: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc468ef0> <<< 9574 1726883262.83582: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883262.83607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883262.83623: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883262.83643: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883262.83668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883262.83690: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883262.83702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883262.83723: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4c7770> <<< 9574 1726883262.83750: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4c6390> <<< 9574 1726883262.83780: 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 0x7f7cbc482120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4c4b60> <<< 9574 1726883262.83836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883262.83856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc468170> <<< 9574 1726883262.83875: 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' <<< 9574 1726883262.83900: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.83924: 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 0x7f7cbc4f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f8b00> <<< 9574 1726883262.83964: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.84010: 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 0x7f7cbc4f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc466c90> <<< 9574 1726883262.84013: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883262.84022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.84039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883262.84071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883262.84097: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f9220> import 'importlib.machinery' # <<< 9574 1726883262.84130: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883262.84176: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883262.84180: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4fa420> <<< 9574 1726883262.84195: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 9574 1726883262.84211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883262.84242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883262.84273: 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 0x7f7cbc514650> <<< 9574 1726883262.84307: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883262.84320: 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 0x7f7cbc515d90> <<< 9574 1726883262.84354: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883262.84383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883262.84400: 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' <<< 9574 1726883262.84422: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc516c30> <<< 9574 1726883262.84443: 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 0x7f7cbc517290> <<< 9574 1726883262.84487: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc516180> <<< 9574 1726883262.84491: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883262.84503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883262.84539: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.84556: 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 0x7f7cbc517d10> <<< 9574 1726883262.84565: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc517440> <<< 9574 1726883262.84604: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4fa480> <<< 9574 1726883262.84622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883262.84649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883262.84666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883262.84690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883262.84720: 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 0x7f7cbc25bc50> <<< 9574 1726883262.84751: 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' <<< 9574 1726883262.84783: 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 0x7f7cbc284680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2843e0> <<< 9574 1726883262.84813: 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 0x7f7cbc2846b0> <<< 9574 1726883262.84853: 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' <<< 9574 1726883262.84920: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.85054: 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 0x7f7cbc284fe0> <<< 9574 1726883262.85180: 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 0x7f7cbc2859d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc284890> <<< 9574 1726883262.85216: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc259df0> <<< 9574 1726883262.85220: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883262.85262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883262.85277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883262.85297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc286db0> <<< 9574 1726883262.85328: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc285af0> <<< 9574 1726883262.85339: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4fab70> <<< 9574 1726883262.85369: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883262.85426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.85452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883262.85483: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883262.85520: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2b3140> <<< 9574 1726883262.85577: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883262.85592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.85605: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883262.85636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883262.85674: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2d7530> <<< 9574 1726883262.85698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883262.85749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883262.85800: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883262.85819: 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 0x7f7cbc3342f0> <<< 9574 1726883262.85851: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883262.85873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883262.85902: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883262.85943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883262.86028: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc336a50> <<< 9574 1726883262.86272: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc334410> <<< 9574 1726883262.86276: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2fd2e0> # /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 0x7f7cbc135430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2d6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc287d10> <<< 9574 1726883262.86314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883262.86334: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7cbc2d6930> <<< 9574 1726883262.86502: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_t0v85dz7/ansible_ansible.legacy.uri_payload.zip' <<< 9574 1726883262.86559: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.86667: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.86682: 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' <<< 9574 1726883262.86727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883262.86814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883262.86845: 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' <<< 9574 1726883262.86858: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc18f110> import '_typing' # <<< 9574 1726883262.87040: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc16e000> <<< 9574 1726883262.87059: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc16d190> # zipimport: zlib available <<< 9574 1726883262.87085: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883262.87111: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.87137: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883262.87158: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883262.87173: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.88588: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.89763: 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 0x7f7cbc18ce60> <<< 9574 1726883262.89772: 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' <<< 9574 1726883262.89812: 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' <<< 9574 1726883262.89830: 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' <<< 9574 1726883262.89856: 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 0x7f7cbc1b2ab0> <<< 9574 1726883262.89900: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b2870> <<< 9574 1726883262.89938: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b21e0> <<< 9574 1726883262.89958: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883262.89971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883262.90011: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b2b70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc18fda0> <<< 9574 1726883262.90037: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883262.90077: 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 0x7f7cbc1b3740> <<< 9574 1726883262.90102: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.90105: 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 0x7f7cbc1b38c0> <<< 9574 1726883262.90117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883262.90168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883262.90179: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883262.90223: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b3da0> <<< 9574 1726883262.90255: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883262.90284: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883262.90287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883262.90320: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb0dbe0> <<< 9574 1726883262.90365: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.90387: 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 0x7f7cbbb0f800> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883262.90408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883262.90449: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb101d0> <<< 9574 1726883262.90461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883262.90503: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883262.90524: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb11340> <<< 9574 1726883262.90541: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883262.90579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883262.90600: 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' <<< 9574 1726883262.90657: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb13e30> <<< 9574 1726883262.90698: 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 0x7f7cbbb10f20> <<< 9574 1726883262.90731: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb12120> <<< 9574 1726883262.90752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883262.90773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883262.90812: 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' <<< 9574 1726883262.90816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883262.90859: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883262.90890: 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 0x7f7cbbb1fe00> <<< 9574 1726883262.90911: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883262.90977: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb1e630> <<< 9574 1726883262.91040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883262.91045: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883262.91097: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb1eba0> <<< 9574 1726883262.91125: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb12630> <<< 9574 1726883262.91161: 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 0x7f7cbbb63a40> <<< 9574 1726883262.91192: 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 0x7f7cbbb64140> <<< 9574 1726883262.91212: 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 <<< 9574 1726883262.91234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883262.91256: 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' <<< 9574 1726883262.91303: 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 0x7f7cbbb65c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb659d0> <<< 9574 1726883262.91321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883262.91453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883262.91506: 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 0x7f7cbbb681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb66300> <<< 9574 1726883262.91537: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883262.91582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.91623: 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' <<< 9574 1726883262.91642: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883262.91679: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6b950> <<< 9574 1726883262.91805: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb68350> <<< 9574 1726883262.91869: 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 0x7f7cbbb6c710> <<< 9574 1726883262.91903: 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 0x7f7cbbb6c9b0> <<< 9574 1726883262.91973: 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 0x7f7cbbb6caa0> <<< 9574 1726883262.91977: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb642f0> <<< 9574 1726883262.92009: 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' <<< 9574 1726883262.92013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883262.92042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883262.92067: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.92095: 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 0x7f7cbbbf82f0> <<< 9574 1726883262.92248: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883262.92282: 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 0x7f7cbbbf9670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6ea80> <<< 9574 1726883262.92315: 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 0x7f7cbbb6fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6e6c0> <<< 9574 1726883262.92337: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883262.92364: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 9574 1726883262.92452: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.92555: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.92574: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 9574 1726883262.92614: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883262.92617: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.92736: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.92859: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.93412: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.93952: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883262.93967: 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' # <<< 9574 1726883262.93995: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883262.94008: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.94066: 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 0x7f7cbbbfda60> <<< 9574 1726883262.94147: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883262.94153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883262.94178: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbbfe840> <<< 9574 1726883262.94185: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbbf98e0> <<< 9574 1726883262.94232: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883262.94249: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.94259: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.94282: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883262.94289: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.94439: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.94591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883262.94598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883262.94601: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbbfe5a0> <<< 9574 1726883262.94623: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95085: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95548: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95611: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95697: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 9574 1726883262.95748: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95779: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883262.95793: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95861: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.95964: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883262.95967: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96007: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883262.96044: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96077: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883262.96093: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96314: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883262.96626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883262.96649: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883262.96719: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbbff980> <<< 9574 1726883262.96726: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96799: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96869: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883262.96893: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883262.96899: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883262.96915: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.96966: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97005: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883262.97019: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97063: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97112: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97169: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97244: 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 <<< 9574 1726883262.97284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883262.97380: 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 0x7f7cbba0a240> <<< 9574 1726883262.97415: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba07ec0> <<< 9574 1726883262.97452: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883262.97464: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97530: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97590: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97621: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.97666: 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' <<< 9574 1726883262.97689: 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 <<< 9574 1726883262.97713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883262.97738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883262.97797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883262.97822: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883262.97843: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883262.97899: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc20aa80> <<< 9574 1726883262.97944: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1fe750> <<< 9574 1726883262.98027: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba0a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6da90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883262.98043: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98077: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98106: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883262.98204: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883262.98207: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98209: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883262.98229: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98487: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98762: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # <<< 9574 1726883262.98766: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98801: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.98846: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883262.98849: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883262.99571: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.00278: 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 0x7f7cbba9c710> <<< 9574 1726883263.00303: 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 0x7f7cbba9ca40> <<< 9574 1726883263.00341: 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' <<< 9574 1726883263.00367: 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 <<< 9574 1726883263.00383: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9d160> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9cd40> <<< 9574 1726883263.00421: 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' <<< 9574 1726883263.00424: 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' <<< 9574 1726883263.00488: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9ddc0> <<< 9574 1726883263.00520: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883263.00526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 9574 1726883263.00564: 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 <<< 9574 1726883263.00578: 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 <<< 9574 1726883263.00617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883263.00652: 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' <<< 9574 1726883263.00660: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba89a90> <<< 9574 1726883263.00693: 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 0x7f7cbba89940> <<< 9574 1726883263.00716: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883263.00729: 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 0x7f7cbb6666f0> <<< 9574 1726883263.00770: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9f500> <<< 9574 1726883263.00804: 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' <<< 9574 1726883263.00831: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883263.00854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883263.00870: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883263.00944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883263.01014: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6751f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb667da0> <<< 9574 1726883263.01068: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb666540> <<< 9574 1726883263.01072: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9e960> <<< 9574 1726883263.01121: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883263.01125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883263.01145: 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 <<< 9574 1726883263.01189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883263.01212: 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' <<< 9574 1726883263.01248: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6a9130> <<< 9574 1726883263.01375: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb69d340> <<< 9574 1726883263.01500: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9ef30> <<< 9574 1726883263.01530: 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' <<< 9574 1726883263.01563: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883263.01591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883263.01631: 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 0x7f7cbb6ecf20> <<< 9574 1726883263.01658: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6aaed0> <<< 9574 1726883263.01699: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb69ce30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9e0f0> <<< 9574 1726883263.01725: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9de20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9da90> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9cad0> <<< 9574 1726883263.01756: 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 0x7f7cbba9dd00> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883263.01787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883263.01801: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883263.01804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883263.01851: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6ed5b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6ed1c0> <<< 9574 1726883263.01884: 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' <<< 9574 1726883263.01959: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6edc70> <<< 9574 1726883263.01979: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883263.02009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883263.02067: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883263.02106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883263.02187: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.02265: 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 0x7f7cbb6f3a70> <<< 9574 1726883263.02449: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6f1040> <<< 9574 1726883263.02481: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6eec30> <<< 9574 1726883263.02507: 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' <<< 9574 1726883263.02557: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6f0ad0> <<< 9574 1726883263.02588: 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' <<< 9574 1726883263.02616: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6deed0> # /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' <<< 9574 1726883263.02650: 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' <<< 9574 1726883263.02674: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6dfb60> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6df620> <<< 9574 1726883263.02707: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883263.02773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883263.02852: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6df9b0> <<< 9574 1726883263.02868: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883263.02913: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883263.03128: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb713470> <<< 9574 1726883263.03160: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883263.03175: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883263.03194: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb593bf0> <<< 9574 1726883263.03245: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.03349: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883263.03454: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.07748: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883263.07783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883263.07789: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883263.07811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883263.07859: 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 0x7f7cbb5d7710> <<< 9574 1726883263.07873: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb5d6990> <<< 9574 1726883263.07925: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb5d66c0> <<< 9574 1726883263.10713: 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', <<< 9574 1726883263.15492: stdout chunk (state=3): >>> {"redirected": false, "url": "https://candlepin.local:8443/candlepin/activation_keys/8a8082e4920b0ce701920b0e0ba80984/pools/8a8082e4920b0ce701920b0d184c066d", "status": 200, "x_candlepin_request_uuid": "d4ed7aa0-c4b7-43ea-b47a-2a5d17fc1f29", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:42 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": "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}}} <<< 9574 1726883263.15497: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883263.16007: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883263.16072: 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__ <<< 9574 1726883263.16080: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.16193: stdout chunk (state=3): >>># 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.modu<<< 9574 1726883263.16200: stdout chunk (state=3): >>>le_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 <<< 9574 1726883263.16554: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883263.16565: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883263.16576: stdout chunk (state=3): >>># destroy _bz2 <<< 9574 1726883263.16613: stdout chunk (state=3): >>># destroy _lzma # destroy _blake2 # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883263.16630: 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 <<< 9574 1726883263.16667: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883263.16674: 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 <<< 9574 1726883263.16677: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings <<< 9574 1726883263.16711: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog <<< 9574 1726883263.16718: stdout chunk (state=3): >>># destroy uuid # destroy selectors <<< 9574 1726883263.16744: stdout chunk (state=3): >>># destroy array <<< 9574 1726883263.16777: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883263.16783: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883263.16827: 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 <<< 9574 1726883263.16876: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.16880: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale <<< 9574 1726883263.16903: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883263.16920: stdout chunk (state=3): >>># destroy unicodedata # destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883263.16951: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar <<< 9574 1726883263.16970: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883263.17003: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883263.17006: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883263.17030: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http # destroy struct # destroy zlib # destroy _compression <<< 9574 1726883263.17282: 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 <<< 9574 1726883263.17322: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 9574 1726883263.17325: stdout chunk (state=3): >>># cleanup[3] wiping atexit <<< 9574 1726883263.17382: 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 # 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 <<< 9574 1726883263.17386: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 9574 1726883263.17392: 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 <<< 9574 1726883263.17409: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 9574 1726883263.17425: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat <<< 9574 1726883263.17462: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.17467: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 9574 1726883263.17488: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883263.17697: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 9574 1726883263.17717: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883263.17743: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 9574 1726883263.17784: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883263.17807: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883263.17908: 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 <<< 9574 1726883263.17930: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883263.17961: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883263.18073: 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 <<< 9574 1726883263.18103: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 9574 1726883263.18138: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883263.18190: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883263.18193: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 9574 1726883263.18720: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883263.18753: stderr chunk (state=3): >>><<< 9574 1726883263.18756: stdout chunk (state=3): >>><<< 9574 1726883263.18833: _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 0x7f7cbc6183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc5e7a10> # /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 0x7f7cbc61a960> 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 0x7f7cbc42cfe0> # /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 0x7f7cbc42df10> 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 0x7f7cbc46bd40> # /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 0x7f7cbc46bf80> # /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 0x7f7cbc4a3770> # /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 0x7f7cbc4a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc483a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc481130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc468ef0> # /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 0x7f7cbc4c7770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4c6390> # /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 0x7f7cbc482120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4c4b60> # /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 0x7f7cbc4f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc468170> # /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 0x7f7cbc4f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f8b00> # 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 0x7f7cbc4f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc466c90> # /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 0x7f7cbc4f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4f9220> 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 0x7f7cbc4fa420> 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 0x7f7cbc514650> 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 0x7f7cbc515d90> # /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 0x7f7cbc516c30> # 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 0x7f7cbc517290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc516180> # /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 0x7f7cbc517d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc517440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4fa480> # /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 0x7f7cbc25bc50> # /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 0x7f7cbc284680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2843e0> # 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 0x7f7cbc2846b0> # /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 0x7f7cbc284fe0> # 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 0x7f7cbc2859d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc284890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc259df0> # /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 0x7f7cbc286db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc285af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc4fab70> # /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 0x7f7cbc2b3140> # /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 0x7f7cbc2d7530> # /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 0x7f7cbc3342f0> # /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 0x7f7cbc336a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc334410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2fd2e0> # /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 0x7f7cbc135430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc2d6330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc287d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7cbc2d6930> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_t0v85dz7/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 0x7f7cbc18f110> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc16e000> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc16d190> # 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 0x7f7cbc18ce60> # /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 0x7f7cbc1b2ab0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b2870> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1b21e0> # /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 0x7f7cbc1b2b70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc18fda0> 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 0x7f7cbc1b3740> # 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 0x7f7cbc1b38c0> # /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 0x7f7cbc1b3da0> 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 0x7f7cbbb0dbe0> # 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 0x7f7cbbb0f800> # /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 0x7f7cbbb101d0> # /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 0x7f7cbbb11340> # /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 0x7f7cbbb13e30> # 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 0x7f7cbbb10f20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb12120> # /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 0x7f7cbbb1fe00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb1e8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb1e630> # /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 0x7f7cbbb1eba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb12630> # 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 0x7f7cbbb63a40> # /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 0x7f7cbbb64140> # /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 0x7f7cbbb65c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb659d0> # /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 0x7f7cbbb681a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb66300> # /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 0x7f7cbbb6b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb68350> # 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 0x7f7cbbb6c710> # 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 0x7f7cbbb6c9b0> # 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 0x7f7cbbb6caa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb642f0> # /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 0x7f7cbbbf82f0> # 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 0x7f7cbbbf9670> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6ea80> # 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 0x7f7cbbb6fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6e6c0> # 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 0x7f7cbbbfda60> # /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 0x7f7cbbbfe840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbbf98e0> 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 0x7f7cbbbfe5a0> # 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 0x7f7cbbbff980> # 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 0x7f7cbba0a240> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba07ec0> 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 0x7f7cbc20aa80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbc1fe750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba0a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbbb6da90> # 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 0x7f7cbba9c710> # /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 0x7f7cbba9ca40> # /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 0x7f7cbba9d160> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9cd40> # /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 0x7f7cbba9ddc0> # /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 0x7f7cbba89a90> # /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 0x7f7cbba89940> # /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 0x7f7cbb6666f0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9f500> # /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 0x7f7cbb6751f0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb667da0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb666540> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9e960> # /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 0x7f7cbb6a9130> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb69d340> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9ef30> # /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 0x7f7cbb6ecf20> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6aaed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb69ce30> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9e0f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9de20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9da90> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbba9cad0> # /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 0x7f7cbba9dd00> # /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 0x7f7cbb6ed5b0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6ed1c0> # /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 0x7f7cbb6edc70> # /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 0x7f7cbb6f3a70> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6f1040> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6eec30> # /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 0x7f7cbb6f0ad0> # /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 0x7f7cbb6deed0> # /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 0x7f7cbb6dfb60> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb6df620> # /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 0x7f7cbb6df9b0> # /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 0x7f7cbb713470> # /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 0x7f7cbb593bf0> # 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 0x7f7cbb5d7710> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb5d6990> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7cbb5d66c0> /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": "d4ed7aa0-c4b7-43ea-b47a-2a5d17fc1f29", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:42 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": "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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883263.19424: 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-1726883262.6736624-10198-107862906208612/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883263.19427: _low_level_execute_command(): starting 9574 1726883263.19429: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883262.6736624-10198-107862906208612/ > /dev/null 2>&1 && sleep 0' 9574 1726883263.19532: 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 <<< 9574 1726883263.19536: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883263.19550: 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.19608: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.19612: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.19614: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.19665: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.21537: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.21565: stderr chunk (state=3): >>><<< 9574 1726883263.21568: stdout chunk (state=3): >>><<< 9574 1726883263.21588: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883263.21591: handler run complete 9574 1726883263.21619: attempt loop complete, returning result 9574 1726883263.21634: variable 'item' from source: unknown 9574 1726883263.21700: variable 'item' from source: unknown ok: [managed_node2] => (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:47:42 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": "8a8082e4920b0ce701920b0d184c066b", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d183705d9", "quantity": null }, { "poolId": "8a8082e4920b0ce701920b0d181c0543", "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": "d4ed7aa0-c4b7-43ea-b47a-2a5d17fc1f29", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883263.22292: dumping result to json 9574 1726883263.22295: done dumping result, returning 9574 1726883263.22297: done running TaskExecutor() for managed_node2/TASK: Add pools for product 7050 to default_key activation key [0affc0aa-4893-214d-52b4-000000000026] 9574 1726883263.22299: sending task result for task 0affc0aa-4893-214d-52b4-000000000026 9574 1726883263.23193: no more pending results, returning what we have 9574 1726883263.23196: results queue empty 9574 1726883263.23197: checking for any_errors_fatal 9574 1726883263.23207: done checking for any_errors_fatal 9574 1726883263.23208: checking for max_fail_percentage 9574 1726883263.23209: done checking for max_fail_percentage 9574 1726883263.23209: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.23209: done checking to see if all hosts have failed 9574 1726883263.23210: getting the remaining hosts for this loop 9574 1726883263.23211: done getting the remaining hosts for this loop 9574 1726883263.23213: getting the next task for host managed_node2 9574 1726883263.23218: done getting next task for host managed_node2 9574 1726883263.23219: ^ task is: TASK: Add environments 9574 1726883263.23222: ^ 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 9574 1726883263.23224: getting variables 9574 1726883263.23225: in VariableManager get_vars() 9574 1726883263.23246: Calling all_inventory to load vars for managed_node2 9574 1726883263.23248: Calling groups_inventory to load vars for managed_node2 9574 1726883263.23250: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.23258: done sending task result for task 0affc0aa-4893-214d-52b4-000000000026 9574 1726883263.23262: WORKER PROCESS EXITING 9574 1726883263.23270: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.23272: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.23274: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.23308: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.23330: done with get_vars() 9574 1726883263.23339: done getting variables 9574 1726883263.23385: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:43 -0400 (0:00:03.782) 0:00:42.634 ****** 9574 1726883263.23406: entering _queue_task() for managed_node2/uri 9574 1726883263.23631: worker is 1 (out of 1 available) 9574 1726883263.23650: exiting _queue_task() for managed_node2/uri 9574 1726883263.23660: done queuing things up, now waiting for results queue to drain 9574 1726883263.23662: waiting for pending results... 9574 1726883263.23802: running TaskExecutor() for managed_node2/TASK: Add environments 9574 1726883263.23875: in run() - task 0affc0aa-4893-214d-52b4-000000000028 9574 1726883263.23890: variable 'ansible_search_path' from source: unknown 9574 1726883263.23893: variable 'ansible_search_path' from source: unknown 9574 1726883263.23949: variable 'omit' from source: magic vars 9574 1726883263.24034: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.24038: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.24049: variable 'omit' from source: magic vars 9574 1726883263.24371: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883263.25936: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883263.25984: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883263.26011: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883263.26038: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883263.26070: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883263.26130: 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) 9574 1726883263.26154: 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) 9574 1726883263.26173: 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) 9574 1726883263.26199: 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) 9574 1726883263.26209: 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) 9574 1726883263.26294: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883263.26315: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883263.26397: 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) 9574 1726883263.26414: 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) 9574 1726883263.26431: 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) 9574 1726883263.26459: 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) 9574 1726883263.26469: 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) 9574 1726883263.26531: Evaluated conditional (environments | d(false)): False 9574 1726883263.26537: when evaluation is False, skipping this task 9574 1726883263.26563: variable 'item' from source: unknown 9574 1726883263.26619: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 9574 1726883263.26828: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.26831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.26836: variable 'omit' from source: magic vars 9574 1726883263.26882: 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) 9574 1726883263.26899: 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) 9574 1726883263.26915: 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) 9574 1726883263.26943: 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) 9574 1726883263.26956: 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) 9574 1726883263.27014: variable 'lsr_rhc_test_data_file' from source: set_fact 9574 1726883263.27021: Evaluated conditional (lsr_rhc_test_data_file | length == 0): True 9574 1726883263.27094: 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) 9574 1726883263.27110: 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) 9574 1726883263.27127: 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) 9574 1726883263.27155: 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) 9574 1726883263.27167: 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) 9574 1726883263.27215: Evaluated conditional (environments | d(false)): False 9574 1726883263.27218: when evaluation is False, skipping this task 9574 1726883263.27239: variable 'item' from source: unknown 9574 1726883263.27284: variable 'item' from source: unknown skipping: [managed_node2] => (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" } 9574 1726883263.27395: dumping result to json 9574 1726883263.27404: done dumping result, returning 9574 1726883263.27406: done running TaskExecutor() for managed_node2/TASK: Add environments [0affc0aa-4893-214d-52b4-000000000028] 9574 1726883263.27408: sending task result for task 0affc0aa-4893-214d-52b4-000000000028 9574 1726883263.27454: done sending task result for task 0affc0aa-4893-214d-52b4-000000000028 9574 1726883263.27456: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false } MSG: All items skipped 9574 1726883263.27490: no more pending results, returning what we have 9574 1726883263.27493: results queue empty 9574 1726883263.27493: checking for any_errors_fatal 9574 1726883263.27563: done checking for any_errors_fatal 9574 1726883263.27565: checking for max_fail_percentage 9574 1726883263.27566: done checking for max_fail_percentage 9574 1726883263.27567: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.27567: done checking to see if all hosts have failed 9574 1726883263.27568: getting the remaining hosts for this loop 9574 1726883263.27569: done getting the remaining hosts for this loop 9574 1726883263.27573: getting the next task for host managed_node2 9574 1726883263.27582: done getting next task for host managed_node2 9574 1726883263.27584: ^ task is: TASK: Check Candlepin works 9574 1726883263.27587: ^ 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 9574 1726883263.27590: getting variables 9574 1726883263.27591: in VariableManager get_vars() 9574 1726883263.27616: Calling all_inventory to load vars for managed_node2 9574 1726883263.27618: Calling groups_inventory to load vars for managed_node2 9574 1726883263.27621: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.27630: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.27634: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.27638: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.27683: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.27707: done with get_vars() 9574 1726883263.27713: done getting variables 9574 1726883263.27762: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:43 -0400 (0:00:00.043) 0:00:42.677 ****** 9574 1726883263.27784: entering _queue_task() for managed_node2/uri 9574 1726883263.27998: worker is 1 (out of 1 available) 9574 1726883263.28011: exiting _queue_task() for managed_node2/uri 9574 1726883263.28023: done queuing things up, now waiting for results queue to drain 9574 1726883263.28025: waiting for pending results... 9574 1726883263.28177: running TaskExecutor() for managed_node2/TASK: Check Candlepin works 9574 1726883263.28257: in run() - task 0affc0aa-4893-214d-52b4-00000000002d 9574 1726883263.28269: variable 'ansible_search_path' from source: unknown 9574 1726883263.28273: variable 'ansible_search_path' from source: unknown 9574 1726883263.28300: calling self._execute() 9574 1726883263.28354: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.28360: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.28369: variable 'omit' from source: magic vars 9574 1726883263.28444: variable 'omit' from source: magic vars 9574 1726883263.28485: variable 'omit' from source: magic vars 9574 1726883263.28766: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883263.28807: variable 'omit' from source: magic vars 9574 1726883263.28843: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883263.28871: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883263.28888: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883263.28901: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883263.28912: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883263.28926: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883263.28942: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883263.28965: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883263.28968: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.28970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.29050: Set connection var ansible_connection to ssh 9574 1726883263.29053: Set connection var ansible_shell_type to sh 9574 1726883263.29059: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883263.29066: Set connection var ansible_timeout to 10 9574 1726883263.29073: Set connection var ansible_shell_executable to /bin/sh 9574 1726883263.29077: Set connection var ansible_pipelining to False 9574 1726883263.29096: variable 'ansible_shell_executable' from source: unknown 9574 1726883263.29099: variable 'ansible_connection' from source: unknown 9574 1726883263.29102: variable 'ansible_module_compression' from source: unknown 9574 1726883263.29104: variable 'ansible_shell_type' from source: unknown 9574 1726883263.29106: variable 'ansible_shell_executable' from source: unknown 9574 1726883263.29108: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.29113: variable 'ansible_pipelining' from source: unknown 9574 1726883263.29115: variable 'ansible_timeout' from source: unknown 9574 1726883263.29119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.29222: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883263.29232: variable 'omit' from source: magic vars 9574 1726883263.29241: starting attempt loop 9574 1726883263.29245: running the handler 9574 1726883263.29254: _low_level_execute_command(): starting 9574 1726883263.29261: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883263.29770: 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 <<< 9574 1726883263.29774: 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.40 originally 10.31.12.40 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.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883263.29779: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.29836: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.29839: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.29848: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.29897: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.31632: stdout chunk (state=3): >>>/root <<< 9574 1726883263.31732: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.31764: stderr chunk (state=3): >>><<< 9574 1726883263.31768: stdout chunk (state=3): >>><<< 9574 1726883263.31789: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883263.31801: _low_level_execute_command(): starting 9574 1726883263.31808: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418 `" && echo ansible-tmp-1726883263.3179016-10300-129515868612418="` echo /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418 `" ) && sleep 0' 9574 1726883263.32246: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883263.32284: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883263.32287: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.32297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883263.32299: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883263.32301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.32337: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.32342: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.32353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.32405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.34371: stdout chunk (state=3): >>>ansible-tmp-1726883263.3179016-10300-129515868612418=/root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418 <<< 9574 1726883263.34506: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.34510: stdout chunk (state=3): >>><<< 9574 1726883263.34515: stderr chunk (state=3): >>><<< 9574 1726883263.34535: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883263.3179016-10300-129515868612418=/root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883263.34570: variable 'ansible_module_compression' from source: unknown 9574 1726883263.34617: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.uri-ZIP_DEFLATED 9574 1726883263.34653: variable 'ansible_facts' from source: unknown 9574 1726883263.34725: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py 9574 1726883263.34829: Sending initial data 9574 1726883263.34832: Sent initial data (151 bytes) 9574 1726883263.35291: 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 <<< 9574 1726883263.35294: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.35297: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883263.35299: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.35354: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.35358: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.35363: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.35406: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.37039: 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 <<< 9574 1726883263.37078: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883263.37127: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp0j53hglj /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py <<< 9574 1726883263.37130: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py" <<< 9574 1726883263.37171: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp0j53hglj" to remote "/root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py" <<< 9574 1726883263.37174: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py" <<< 9574 1726883263.37801: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.37850: stderr chunk (state=3): >>><<< 9574 1726883263.37853: stdout chunk (state=3): >>><<< 9574 1726883263.37874: done transferring module to remote 9574 1726883263.37885: _low_level_execute_command(): starting 9574 1726883263.37888: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/ /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py && sleep 0' 9574 1726883263.38322: 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 <<< 9574 1726883263.38329: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.38347: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration <<< 9574 1726883263.38360: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883263.38368: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.38418: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.38421: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.38427: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.38470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.40331: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.40339: stdout chunk (state=3): >>><<< 9574 1726883263.40347: stderr chunk (state=3): >>><<< 9574 1726883263.40356: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883263.40359: _low_level_execute_command(): starting 9574 1726883263.40365: _low_level_execute_command(): using become for this command 9574 1726883263.40376: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-leiztcshvzdtqqhpxlhndjtotdlffpka ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/AnsiballZ_uri.py'"'"' && sleep 0' 9574 1726883263.40464: Initial state: awaiting_escalation: BECOME-SUCCESS-leiztcshvzdtqqhpxlhndjtotdlffpka 9574 1726883263.40861: 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 <<< 9574 1726883263.40865: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.40899: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.40902: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883263.40908: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.40965: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.44007: stdout chunk (state=1): >>>BECOME-SUCCESS-leiztcshvzdtqqhpxlhndjtotdlffpka <<< 9574 1726883263.44012: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-leiztcshvzdtqqhpxlhndjtotdlffpka' 9574 1726883263.44344: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883263.44390: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883263.44423: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 9574 1726883263.44483: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883263.44519: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883263.44567: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883263.44588: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883263.44601: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883263.44657: 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' <<< 9574 1726883263.44671: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883263.44695: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883263.44733: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883263.44780: 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 0x7fb489b083e0> <<< 9574 1726883263.44785: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489ad7a10> <<< 9574 1726883263.44837: 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' <<< 9574 1726883263.44843: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489b0a960> <<< 9574 1726883263.44870: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883263.44887: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 9574 1726883263.44910: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883263.44938: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883263.45034: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883263.45062: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883263.45096: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883263.45102: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 9574 1726883263.45138: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883263.45161: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883263.45190: 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 <<< 9574 1726883263.45206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883263.45217: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898bcfe0> <<< 9574 1726883263.45276: 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' <<< 9574 1726883263.45300: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898bdf10> <<< 9574 1726883263.45322: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883263.45358: 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. <<< 9574 1726883263.45615: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883263.45644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883263.45667: 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' <<< 9574 1726883263.45687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883263.45730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883263.45751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883263.45791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883263.45794: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898fbd40> <<< 9574 1726883263.45821: stdout chunk (state=3): >>># /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' <<< 9574 1726883263.45871: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883263.45885: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898fbf80> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883263.45922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883263.45938: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883263.45991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.46002: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883263.46068: 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' <<< 9574 1726883263.46071: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489933770> <<< 9574 1726883263.46088: 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 0x7fb489933e00> <<< 9574 1726883263.46109: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883263.46163: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489913a10> import '_functools' # <<< 9574 1726883263.46197: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489911130> <<< 9574 1726883263.46292: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8ef0> <<< 9574 1726883263.46317: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883263.46347: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883263.46374: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883263.46395: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883263.46417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883263.46441: 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' <<< 9574 1726883263.46478: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489957770> <<< 9574 1726883263.46502: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489956390> <<< 9574 1726883263.46530: 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 0x7fb489912120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489954b60> <<< 9574 1726883263.46572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883263.46615: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899887a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8170> # /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' <<< 9574 1726883263.46666: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.46681: 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 0x7fb489988c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489988b00> <<< 9574 1726883263.46724: 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 0x7fb489988ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f6c90> <<< 9574 1726883263.46760: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883263.46784: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.46825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883263.46855: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489989550> <<< 9574 1726883263.46873: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489989220> import 'importlib.machinery' # <<< 9574 1726883263.46888: 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' <<< 9574 1726883263.46912: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48998a420> <<< 9574 1726883263.46935: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883263.46963: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883263.46970: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883263.47002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883263.47027: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883263.47053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a4650> <<< 9574 1726883263.47089: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883263.47095: 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 0x7fb4899a5d90> <<< 9574 1726883263.47118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883263.47131: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883263.47165: 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' <<< 9574 1726883263.47187: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a6c30> <<< 9574 1726883263.47224: 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 0x7fb4899a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a6180> <<< 9574 1726883263.47264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883263.47280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883263.47317: 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 0x7fb4899a7d10> <<< 9574 1726883263.47339: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a7440> <<< 9574 1726883263.47394: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48998a480> <<< 9574 1726883263.47409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883263.47436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883263.47459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883263.47475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883263.47516: 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 0x7fb4896dbc50> <<< 9574 1726883263.47552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883263.47575: stdout chunk (state=3): >>># 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 0x7fb489704680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4897043e0> <<< 9574 1726883263.47608: 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 0x7fb4897046b0> <<< 9574 1726883263.47642: 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' <<< 9574 1726883263.47725: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.47852: 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 0x7fb489704fe0> <<< 9574 1726883263.47995: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.48018: 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 0x7fb4897059d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489704890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4896d9df0> <<< 9574 1726883263.48056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883263.48085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883263.48110: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883263.48134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489706db0> <<< 9574 1726883263.48158: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489705af0> <<< 9574 1726883263.48179: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48998ab70> <<< 9574 1726883263.48201: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883263.48267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.48277: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883263.48318: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883263.48349: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489733140> <<< 9574 1726883263.48411: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883263.48435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.48459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883263.48469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883263.48515: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489757530> <<< 9574 1726883263.48530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883263.48581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883263.48641: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883263.48680: 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 0x7fb4897b42f0> <<< 9574 1726883263.48683: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883263.48713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883263.48747: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883263.48783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883263.48872: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4897b6a50> <<< 9574 1726883263.48954: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4897b4410> <<< 9574 1726883263.48989: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48977d2e0> <<< 9574 1726883263.49019: 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' <<< 9574 1726883263.49049: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4895c1400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489756330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489707d10> <<< 9574 1726883263.49186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883263.49196: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb489756930> <<< 9574 1726883263.49375: stdout chunk (state=3): >>># zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_y3hk1xyy/ansible_ansible.legacy.uri_payload.zip' # zipimport: zlib available <<< 9574 1726883263.49521: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.49562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883263.49566: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883263.49604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883263.49685: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883263.49727: 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' <<< 9574 1726883263.49732: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48961b0e0> import '_typing' # <<< 9574 1726883263.49931: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4895f9fd0> <<< 9574 1726883263.49937: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4895f9160> # zipimport: zlib available <<< 9574 1726883263.49973: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883263.49997: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.50022: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.50042: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883263.50054: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.51463: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.52621: 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 0x7fb489618e60> <<< 9574 1726883263.52661: 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' <<< 9574 1726883263.52698: 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 <<< 9574 1726883263.52722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883263.52735: 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 0x7fb489642a50> <<< 9574 1726883263.52772: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4896427e0> <<< 9574 1726883263.52827: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489642120> <<< 9574 1726883263.52834: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883263.52850: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883263.52884: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489642ab0> <<< 9574 1726883263.52895: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48961bb00> import 'atexit' # <<< 9574 1726883263.52925: 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 0x7fb489643740> <<< 9574 1726883263.52956: 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 0x7fb4896438c0> <<< 9574 1726883263.52978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883263.53034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883263.53057: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883263.53096: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489643d70> <<< 9574 1726883263.53117: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883263.53130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883263.53161: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883263.53193: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f15bb0> <<< 9574 1726883263.53229: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.53251: 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 0x7fb488f177d0> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883263.53277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883263.53308: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f181d0> <<< 9574 1726883263.53329: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883263.53363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883263.53396: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f19340> <<< 9574 1726883263.53408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883263.53456: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883263.53477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883263.53489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883263.53528: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f1be60> <<< 9574 1726883263.53570: 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 0x7fb488f18f20> <<< 9574 1726883263.53595: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f1a120> <<< 9574 1726883263.53620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883263.53652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883263.53677: 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' <<< 9574 1726883263.53693: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883263.53739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883263.53763: 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 0x7fb488f27d10> <<< 9574 1726883263.53790: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883263.53872: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f26540> <<< 9574 1726883263.53893: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883263.53911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883263.53974: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f26ab0> <<< 9574 1726883263.54003: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f1a5a0> <<< 9574 1726883263.54046: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.54072: 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 0x7fb488f6bf20> <<< 9574 1726883263.54097: 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 0x7fb488f6bf50> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 9574 1726883263.54125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883263.54143: 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' <<< 9574 1726883263.54192: 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 0x7fb488f6daf0> <<< 9574 1726883263.54203: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6d8b0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883263.54328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883263.54388: 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 0x7fb488f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6e1b0> <<< 9574 1726883263.54411: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883263.54463: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.54482: 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' <<< 9574 1726883263.54508: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883263.54545: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f73800> <<< 9574 1726883263.54668: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f701d0> <<< 9574 1726883263.54735: 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 0x7fb488f74650> <<< 9574 1726883263.54765: 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 0x7fb488f74680> <<< 9574 1726883263.54813: 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 0x7fb488f74c50> <<< 9574 1726883263.54837: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6c170> <<< 9574 1726883263.54864: 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' <<< 9574 1726883263.54878: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883263.54897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883263.54926: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.54958: 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 0x7fb488e002c0> <<< 9574 1726883263.55114: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.55125: 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 0x7fb488e013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f76a50> <<< 9574 1726883263.55168: 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 0x7fb488f77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f76660> <<< 9574 1726883263.55210: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883263.55213: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883263.55227: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.55317: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.55430: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.55435: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883263.55486: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883263.55492: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.55609: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.55731: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.56288: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.56862: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 9574 1726883263.56881: stdout chunk (state=3): >>>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 <<< 9574 1726883263.56905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.56955: 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 0x7fb488e056a0> <<< 9574 1726883263.57050: 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' <<< 9574 1726883263.57060: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e06480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e016a0> <<< 9574 1726883263.57112: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883263.57121: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.57164: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.57171: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883263.57191: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.57322: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.57492: 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' <<< 9574 1726883263.57495: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e06240> <<< 9574 1726883263.57510: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.57973: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58426: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58507: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58589: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883263.58595: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58634: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58679: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883263.58692: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58761: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58836: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883263.58888: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58892: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883263.58894: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58937: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.58975: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883263.58996: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59220: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883263.59519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883263.59530: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883263.59594: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e07650> <<< 9574 1726883263.59618: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59692: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59769: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883263.59799: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883263.59811: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59851: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59893: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883263.59910: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59948: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.59991: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60059: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60143: 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 <<< 9574 1726883263.60167: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.60260: 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 0x7fb488e121e0> <<< 9574 1726883263.60290: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e0f4d0> <<< 9574 1726883263.60323: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883263.60335: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60400: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60466: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60495: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60545: 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 <<< 9574 1726883263.60557: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.60567: 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 <<< 9574 1726883263.60591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883263.60608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883263.60674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883263.60692: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883263.60714: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883263.60772: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f029c0> <<< 9574 1726883263.60816: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489672690> <<< 9574 1726883263.60898: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e11f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8c80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883263.60916: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60946: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.60972: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883263.61036: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883263.61051: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.61068: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883263.61089: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.61348: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.61603: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.urllib' # import 'ansible.module_utils.six.moves.urllib.parse' # <<< 9574 1726883263.61620: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.61661: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.61697: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883263.61703: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.62446: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.63112: 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 0x7fb488ea42f0> <<< 9574 1726883263.63141: 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 0x7fb488ea4530> <<< 9574 1726883263.63164: 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' <<< 9574 1726883263.63183: 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' <<< 9574 1726883263.63213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883263.63218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea4cb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea4890> <<< 9574 1726883263.63250: 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' <<< 9574 1726883263.63270: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 9574 1726883263.63280: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 9574 1726883263.63315: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea5940> <<< 9574 1726883263.63343: 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' <<< 9574 1726883263.63369: 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' <<< 9574 1726883263.63399: 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' <<< 9574 1726883263.63429: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883263.63445: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883263.63472: 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' <<< 9574 1726883263.63497: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e8da00> <<< 9574 1726883263.63522: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 9574 1726883263.63527: 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 0x7fb488e8cdd0> <<< 9574 1726883263.63555: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883263.63564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883263.63567: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af2690> <<< 9574 1726883263.63618: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea70e0> <<< 9574 1726883263.63636: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883263.63657: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883263.63674: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883263.63695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883263.63712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883263.63800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883263.63872: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b01160> <<< 9574 1726883263.63877: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af3d10> <<< 9574 1726883263.63908: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af30b0> <<< 9574 1726883263.63931: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea6540> <<< 9574 1726883263.63953: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883263.63973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883263.63995: 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 <<< 9574 1726883263.64057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883263.64079: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 9574 1726883263.64087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 9574 1726883263.64105: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b35130> <<< 9574 1726883263.64238: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b29340> <<< 9574 1726883263.64373: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af3b90> <<< 9574 1726883263.64396: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883263.64399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883263.64426: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883263.64453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883263.64494: 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 0x7fb488b78ef0> <<< 9574 1726883263.64501: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b36ed0> <<< 9574 1726883263.64516: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b28e60> <<< 9574 1726883263.64564: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea5fd0> <<< 9574 1726883263.64568: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea59d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea5640> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea45f0> <<< 9574 1726883263.64578: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 9574 1726883263.64596: 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 0x7fb488ea5a00> <<< 9574 1726883263.64614: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 9574 1726883263.64622: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 9574 1726883263.64643: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883263.64661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883263.64703: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b79580> <<< 9574 1726883263.64708: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b79190> <<< 9574 1726883263.64743: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883263.64749: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883263.64814: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b79c70> <<< 9574 1726883263.64842: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883263.64873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883263.64931: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883263.64970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883263.65050: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883263.65128: 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 0x7fb488b7f9e0> <<< 9574 1726883263.65312: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b7cfe0> <<< 9574 1726883263.65343: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b7abd0> <<< 9574 1726883263.65367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883263.65379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883263.65417: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b7c9e0> <<< 9574 1726883263.65444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883263.65448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883263.65457: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b6acf0> <<< 9574 1726883263.65483: 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' <<< 9574 1726883263.65511: 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' <<< 9574 1726883263.65539: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b6b980> <<< 9574 1726883263.65544: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b6b440> <<< 9574 1726883263.65572: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883263.65644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883263.65718: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b6be30> <<< 9574 1726883263.65744: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883263.65784: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883263.65998: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b9f260> <<< 9574 1726883263.66020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883263.66049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883263.66070: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488a279b0> <<< 9574 1726883263.66117: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.66221: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883263.66318: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883263.67319: 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' <<< 9574 1726883263.67367: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883263.67379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883263.67415: 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 0x7fb4887633b0> <<< 9574 1726883263.67439: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488762030> <<< 9574 1726883263.67485: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488761c70> <<< 9574 1726883263.73045: stdout chunk (state=3): >>> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "1a68bac8-beeb-4d55-b7ed-1a6ff5906504", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:43 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__<<< 9574 1726883263.73258: stdout chunk (state=3): >>> <<< 9574 1726883263.73735: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 9574 1726883263.73739: stdout chunk (state=3): >>> <<< 9574 1726883263.73772: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._<<< 9574 1726883263.73776: stdout chunk (state=3): >>> <<< 9574 1726883263.73808: stdout chunk (state=3): >>># clear sys.path<<< 9574 1726883263.73812: stdout chunk (state=3): >>> # clear sys.argv <<< 9574 1726883263.73849: stdout chunk (state=3): >>># clear sys.ps1<<< 9574 1726883263.73853: stdout chunk (state=3): >>> <<< 9574 1726883263.73855: stdout chunk (state=3): >>># clear sys.ps2 <<< 9574 1726883263.73886: stdout chunk (state=3): >>># clear sys.last_exc <<< 9574 1726883263.73906: stdout chunk (state=3): >>># clear sys.last_type <<< 9574 1726883263.73909: stdout chunk (state=3): >>># clear sys.last_value<<< 9574 1726883263.73919: stdout chunk (state=3): >>> <<< 9574 1726883263.73943: stdout chunk (state=3): >>># clear sys.last_traceback <<< 9574 1726883263.73961: stdout chunk (state=3): >>># clear sys.__interactivehook__ <<< 9574 1726883263.73981: stdout chunk (state=3): >>># clear sys.meta_path <<< 9574 1726883263.73984: stdout chunk (state=3): >>># restore sys.stdin<<< 9574 1726883263.73999: stdout chunk (state=3): >>> <<< 9574 1726883263.74018: stdout chunk (state=3): >>># restore sys.stdout <<< 9574 1726883263.74021: stdout chunk (state=3): >>># restore sys.stderr <<< 9574 1726883263.74061: stdout chunk (state=3): >>># cleanup[2] removing sys <<< 9574 1726883263.74064: stdout chunk (state=3): >>># cleanup[2] removing builtins<<< 9574 1726883263.74067: stdout chunk (state=3): >>> # cleanup[2] removing _frozen_importlib<<< 9574 1726883263.74086: stdout chunk (state=3): >>> # cleanup[2] removing _imp<<< 9574 1726883263.74103: stdout chunk (state=3): >>> # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io<<< 9574 1726883263.74139: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74174: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74206: 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<<< 9574 1726883263.74241: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74265: stdout chunk (state=3): >>> # 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 <<< 9574 1726883263.74299: 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<<< 9574 1726883263.74337: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74360: stdout chunk (state=3): >>> # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile<<< 9574 1726883263.74393: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74416: stdout chunk (state=3): >>> # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing<<< 9574 1726883263.74445: stdout chunk (state=3): >>> # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible<<< 9574 1726883263.74448: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__<<< 9574 1726883263.74453: 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<<< 9574 1726883263.74483: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74497: stdout chunk (state=3): >>> # 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<<< 9574 1726883263.74500: stdout chunk (state=3): >>> # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd<<< 9574 1726883263.74520: stdout chunk (state=3): >>> # 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 <<< 9574 1726883263.74587: 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 # 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 <<< 9574 1726883263.74603: 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.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 <<< 9574 1726883263.74612: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.74996: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883263.75019: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883263.75023: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 9574 1726883263.75043: stdout chunk (state=3): >>># destroy _blake2 # destroy bz2 # destroy lzma <<< 9574 1726883263.75063: stdout chunk (state=3): >>># 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 <<< 9574 1726883263.75067: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883263.75091: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 9574 1726883263.75094: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 9574 1726883263.75122: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 9574 1726883263.75126: stdout chunk (state=3): >>># destroy signal # destroy fcntl # destroy select # destroy _signal <<< 9574 1726883263.75146: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883263.75152: stdout chunk (state=3): >>># destroy selectors # destroy array <<< 9574 1726883263.75179: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883263.75188: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883263.75228: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc # destroy gzip <<< 9574 1726883263.75257: 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 <<< 9574 1726883263.75267: stdout chunk (state=3): >>># destroy random # destroy calendar # destroy locale <<< 9574 1726883263.75274: stdout chunk (state=3): >>># destroy email._header_value_parser # destroy email._encoded_words <<< 9574 1726883263.75310: stdout chunk (state=3): >>># destroy unicodedata <<< 9574 1726883263.75314: stdout chunk (state=3): >>># destroy email.quoprimime # destroy binascii # destroy quopri # destroy email.utils # destroy email.charset <<< 9574 1726883263.75337: stdout chunk (state=3): >>># destroy email.errors # destroy http.client # destroy http.cookiejar <<< 9574 1726883263.75355: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883263.75361: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883263.75388: stdout chunk (state=3): >>># destroy base64 # destroy bisect # destroy email # destroy hashlib # destroy socket # destroy string # destroy tempfile # destroy ssl <<< 9574 1726883263.75413: stdout chunk (state=3): >>># destroy copy # destroy datetime # destroy urllib # destroy http <<< 9574 1726883263.75423: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy _compression <<< 9574 1726883263.75572: 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 <<< 9574 1726883263.75576: 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 <<< 9574 1726883263.75606: 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 # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 9574 1726883263.75622: 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 <<< 9574 1726883263.75652: 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 <<< 9574 1726883263.75661: stdout chunk (state=3): >>># destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 9574 1726883263.75682: 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 <<< 9574 1726883263.75703: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 9574 1726883263.75729: 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 <<< 9574 1726883263.75737: 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 <<< 9574 1726883263.75754: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 9574 1726883263.75761: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 9574 1726883263.75946: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883263.75955: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883263.75970: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883263.76001: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883263.76004: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883263.76037: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883263.76072: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883263.76076: 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 <<< 9574 1726883263.76108: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883263.76134: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883263.76224: 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 <<< 9574 1726883263.76239: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 9574 1726883263.76246: stdout chunk (state=3): >>># destroy time <<< 9574 1726883263.76272: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883263.76290: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883263.76315: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883263.76321: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883263.76356: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 9574 1726883263.76362: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 9574 1726883263.76914: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883263.76951: stderr chunk (state=3): >>><<< 9574 1726883263.76954: stdout chunk (state=3): >>><<< 9574 1726883263.77043: _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 0x7fb489b083e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489ad7a10> # /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 0x7fb489b0a960> 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 0x7fb4898bcfe0> # /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 0x7fb4898bdf10> 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 0x7fb4898fbd40> # /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 0x7fb4898fbf80> # /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 0x7fb489933770> # /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 0x7fb489933e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489913a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489911130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8ef0> # /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 0x7fb489957770> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489956390> # /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 0x7fb489912120> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489954b60> # /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 0x7fb4899887a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8170> # /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 0x7fb489988c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489988b00> # 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 0x7fb489988ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f6c90> # /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 0x7fb489989550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489989220> 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 0x7fb48998a420> 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 0x7fb4899a4650> 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 0x7fb4899a5d90> # /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 0x7fb4899a6c30> # 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 0x7fb4899a7290> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a6180> # /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 0x7fb4899a7d10> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4899a7440> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48998a480> # /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 0x7fb4896dbc50> # /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 0x7fb489704680> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4897043e0> # 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 0x7fb4897046b0> # /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 0x7fb489704fe0> # 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 0x7fb4897059d0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489704890> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4896d9df0> # /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 0x7fb489706db0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489705af0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48998ab70> # /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 0x7fb489733140> # /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 0x7fb489757530> # /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 0x7fb4897b42f0> # /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 0x7fb4897b6a50> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4897b4410> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48977d2e0> # /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 0x7fb4895c1400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489756330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489707d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb489756930> # zipimport: found 32 names in '/tmp/ansible_ansible.legacy.uri_payload_y3hk1xyy/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 0x7fb48961b0e0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4895f9fd0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4895f9160> # 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 0x7fb489618e60> # /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 0x7fb489642a50> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4896427e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489642120> # /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 0x7fb489642ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb48961bb00> 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 0x7fb489643740> # 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 0x7fb4896438c0> # /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 0x7fb489643d70> 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 0x7fb488f15bb0> # 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 0x7fb488f177d0> # /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 0x7fb488f181d0> # /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 0x7fb488f19340> # /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 0x7fb488f1be60> # 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 0x7fb488f18f20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f1a120> # /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 0x7fb488f27d10> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f267e0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f26540> # /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 0x7fb488f26ab0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f1a5a0> # 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 0x7fb488f6bf20> # /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 0x7fb488f6bf50> # /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 0x7fb488f6daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6d8b0> # /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 0x7fb488f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6e1b0> # /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 0x7fb488f73800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f701d0> # 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 0x7fb488f74650> # 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 0x7fb488f74680> # 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 0x7fb488f74c50> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f6c170> # /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 0x7fb488e002c0> # 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 0x7fb488e013d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f76a50> # 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 0x7fb488f77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488f76660> # 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 0x7fb488e056a0> # /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 0x7fb488e06480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e016a0> 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 0x7fb488e06240> # 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 0x7fb488e07650> # 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 0x7fb488e121e0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e0f4d0> 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 0x7fb488f029c0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb489672690> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488e11f40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb4898f8c80> # 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 0x7fb488ea42f0> # /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 0x7fb488ea4530> # /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 0x7fb488ea4cb0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea4890> # /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 0x7fb488ea5940> # /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 0x7fb488e8da00> # /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 0x7fb488e8cdd0> # /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 0x7fb488af2690> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea70e0> # /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 0x7fb488b01160> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af3d10> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af30b0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea6540> # /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 0x7fb488b35130> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b29340> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488af3b90> # /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 0x7fb488b78ef0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b36ed0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b28e60> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea5fd0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea59d0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea5640> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488ea45f0> # /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 0x7fb488ea5a00> # /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 0x7fb488b79580> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b79190> # /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 0x7fb488b79c70> # /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 0x7fb488b7f9e0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b7cfe0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b7abd0> # /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 0x7fb488b7c9e0> # /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 0x7fb488b6acf0> # /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 0x7fb488b6b980> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488b6b440> # /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 0x7fb488b6be30> # /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 0x7fb488b9f260> # /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 0x7fb488a279b0> # 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 0x7fb4887633b0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488762030> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb488761c70> {"redirected": true, "url": "https://candlepin.local:8443/candlepin/", "status": 200, "x_candlepin_request_uuid": "1a68bac8-beeb-4d55-b7ed-1a6ff5906504", "x_version": "4.4.16-1", "vary": "accept-encoding", "content_type": "application/json", "transfer_encoding": "chunked", "date": "Sat, 21 Sep 2024 01:47:43 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883263.77665: 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-1726883263.3179016-10300-129515868612418/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883263.77669: _low_level_execute_command(): starting 9574 1726883263.77672: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883263.3179016-10300-129515868612418/ > /dev/null 2>&1 && sleep 0' 9574 1726883263.77769: 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 <<< 9574 1726883263.77776: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.77778: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883263.77781: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883263.77819: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883263.77831: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883263.77890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883263.79787: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883263.79814: stderr chunk (state=3): >>><<< 9574 1726883263.79818: stdout chunk (state=3): >>><<< 9574 1726883263.79836: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883263.79842: handler run complete 9574 1726883263.79866: attempt loop complete, returning result 9574 1726883263.79869: _execute() done 9574 1726883263.79871: dumping result to json 9574 1726883263.79877: done dumping result, returning 9574 1726883263.79885: done running TaskExecutor() for managed_node2/TASK: Check Candlepin works [0affc0aa-4893-214d-52b4-00000000002d] 9574 1726883263.79890: sending task result for task 0affc0aa-4893-214d-52b4-00000000002d 9574 1726883263.79991: done sending task result for task 0affc0aa-4893-214d-52b4-00000000002d 9574 1726883263.79994: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "connection": "close", "content_type": "application/json", "cookies": {}, "cookies_string": "", "date": "Sat, 21 Sep 2024 01:47:43 GMT", "elapsed": 0, "redirected": true, "status": 200, "transfer_encoding": "chunked", "url": "https://candlepin.local:8443/candlepin/", "vary": "accept-encoding", "x_candlepin_request_uuid": "1a68bac8-beeb-4d55-b7ed-1a6ff5906504", "x_version": "4.4.16-1" } MSG: OK (unknown bytes) 9574 1726883263.80098: no more pending results, returning what we have 9574 1726883263.80101: results queue empty 9574 1726883263.80102: checking for any_errors_fatal 9574 1726883263.80111: done checking for any_errors_fatal 9574 1726883263.80115: checking for max_fail_percentage 9574 1726883263.80119: done checking for max_fail_percentage 9574 1726883263.80119: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.80120: done checking to see if all hosts have failed 9574 1726883263.80121: getting the remaining hosts for this loop 9574 1726883263.80122: done getting the remaining hosts for this loop 9574 1726883263.80125: getting the next task for host managed_node2 9574 1726883263.80135: done getting next task for host managed_node2 9574 1726883263.80138: ^ task is: TASK: Register 9574 1726883263.80141: ^ 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 9574 1726883263.80145: getting variables 9574 1726883263.80146: in VariableManager get_vars() 9574 1726883263.80171: Calling all_inventory to load vars for managed_node2 9574 1726883263.80173: Calling groups_inventory to load vars for managed_node2 9574 1726883263.80176: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.80185: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.80187: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.80190: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.80253: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.80283: done with get_vars() 9574 1726883263.80291: done getting variables TASK [Register] **************************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_repositories.yml:17 Friday 20 September 2024 21:47:43 -0400 (0:00:00.525) 0:00:43.203 ****** 9574 1726883263.80384: entering _queue_task() for managed_node2/include_role 9574 1726883263.80386: Creating lock for include_role 9574 1726883263.80672: worker is 1 (out of 1 available) 9574 1726883263.80683: exiting _queue_task() for managed_node2/include_role 9574 1726883263.80694: done queuing things up, now waiting for results queue to drain 9574 1726883263.80696: waiting for pending results... 9574 1726883263.81128: running TaskExecutor() for managed_node2/TASK: Register 9574 1726883263.81136: in run() - task 0affc0aa-4893-214d-52b4-00000000002f 9574 1726883263.81148: variable 'ansible_search_path' from source: unknown 9574 1726883263.81151: calling self._execute() 9574 1726883263.81154: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.81156: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.81158: variable 'omit' from source: magic vars 9574 1726883263.81277: _execute() done 9574 1726883263.81281: dumping result to json 9574 1726883263.81283: done dumping result, returning 9574 1726883263.81291: done running TaskExecutor() for managed_node2/TASK: Register [0affc0aa-4893-214d-52b4-00000000002f] 9574 1726883263.81296: sending task result for task 0affc0aa-4893-214d-52b4-00000000002f 9574 1726883263.81419: done sending task result for task 0affc0aa-4893-214d-52b4-00000000002f 9574 1726883263.81422: WORKER PROCESS EXITING 9574 1726883263.81450: no more pending results, returning what we have 9574 1726883263.81455: in VariableManager get_vars() 9574 1726883263.81486: Calling all_inventory to load vars for managed_node2 9574 1726883263.81489: Calling groups_inventory to load vars for managed_node2 9574 1726883263.81492: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.81502: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.81504: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.81507: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.81557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.81582: done with get_vars() 9574 1726883263.81587: variable 'ansible_search_path' from source: unknown 9574 1726883263.81745: variable 'omit' from source: magic vars 9574 1726883263.81762: variable 'omit' from source: magic vars 9574 1726883263.81770: variable 'omit' from source: magic vars 9574 1726883263.81773: we have included files to process 9574 1726883263.81774: generating all_blocks data 9574 1726883263.81775: done generating all_blocks data 9574 1726883263.81776: processing included file: fedora.linux_system_roles.rhc 9574 1726883263.81789: in VariableManager get_vars() 9574 1726883263.81797: done with get_vars() 9574 1726883263.81849: in VariableManager get_vars() 9574 1726883263.81859: done with get_vars() 9574 1726883263.81888: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/vars/main.yml 9574 1726883263.81989: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/defaults/main.yml 9574 1726883263.82045: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/meta/main.yml 9574 1726883263.82115: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml 9574 1726883263.82203: in VariableManager get_vars() 9574 1726883263.82216: done with get_vars() 9574 1726883263.82242: in VariableManager get_vars() 9574 1726883263.82255: done with get_vars() 9574 1726883263.82278: in VariableManager get_vars() 9574 1726883263.82288: done with get_vars() 9574 1726883263.82309: in VariableManager get_vars() 9574 1726883263.82326: done with get_vars() 9574 1726883263.82345: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/handlers/main.yml 9574 1726883263.82411: iterating over new_blocks loaded from include file 9574 1726883263.82412: in VariableManager get_vars() 9574 1726883263.82420: done with get_vars() 9574 1726883263.82422: filtering new block on tags 9574 1726883263.82450: done filtering new block on tags 9574 1726883263.82453: in VariableManager get_vars() 9574 1726883263.82460: done with get_vars() 9574 1726883263.82460: filtering new block on tags 9574 1726883263.82471: done filtering new block on tags 9574 1726883263.82473: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.rhc for managed_node2 9574 1726883263.82477: extending task lists for all hosts with included blocks 9574 1726883263.82602: done extending task lists 9574 1726883263.82603: done processing included files 9574 1726883263.82603: results queue empty 9574 1726883263.82604: checking for any_errors_fatal 9574 1726883263.82607: done checking for any_errors_fatal 9574 1726883263.82607: checking for max_fail_percentage 9574 1726883263.82608: done checking for max_fail_percentage 9574 1726883263.82608: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.82609: done checking to see if all hosts have failed 9574 1726883263.82609: getting the remaining hosts for this loop 9574 1726883263.82610: done getting the remaining hosts for this loop 9574 1726883263.82612: getting the next task for host managed_node2 9574 1726883263.82614: done getting next task for host managed_node2 9574 1726883263.82616: ^ task is: TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 9574 1726883263.82618: ^ 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 9574 1726883263.82623: getting variables 9574 1726883263.82624: in VariableManager get_vars() 9574 1726883263.82631: Calling all_inventory to load vars for managed_node2 9574 1726883263.82635: Calling groups_inventory to load vars for managed_node2 9574 1726883263.82636: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.82642: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.82643: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.82645: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.82668: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.82690: done with get_vars() 9574 1726883263.82694: 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:47:43 -0400 (0:00:00.023) 0:00:43.227 ****** 9574 1726883263.82751: entering _queue_task() for managed_node2/include_tasks 9574 1726883263.82752: Creating lock for include_tasks 9574 1726883263.82991: worker is 1 (out of 1 available) 9574 1726883263.83003: exiting _queue_task() for managed_node2/include_tasks 9574 1726883263.83015: done queuing things up, now waiting for results queue to drain 9574 1726883263.83017: waiting for pending results... 9574 1726883263.83313: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 9574 1726883263.83318: in run() - task 0affc0aa-4893-214d-52b4-0000000000d7 9574 1726883263.83322: variable 'ansible_search_path' from source: unknown 9574 1726883263.83324: variable 'ansible_search_path' from source: unknown 9574 1726883263.83411: calling self._execute() 9574 1726883263.83414: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.83417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.83420: variable 'omit' from source: magic vars 9574 1726883263.83692: _execute() done 9574 1726883263.83695: dumping result to json 9574 1726883263.83697: done dumping result, returning 9574 1726883263.83700: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role [0affc0aa-4893-214d-52b4-0000000000d7] 9574 1726883263.83701: sending task result for task 0affc0aa-4893-214d-52b4-0000000000d7 9574 1726883263.83768: done sending task result for task 0affc0aa-4893-214d-52b4-0000000000d7 9574 1726883263.83772: WORKER PROCESS EXITING 9574 1726883263.83807: no more pending results, returning what we have 9574 1726883263.83811: in VariableManager get_vars() 9574 1726883263.83855: Calling all_inventory to load vars for managed_node2 9574 1726883263.83858: Calling groups_inventory to load vars for managed_node2 9574 1726883263.83860: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.83871: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.83873: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.83876: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.83926: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.84472: done with get_vars() 9574 1726883263.84480: variable 'ansible_search_path' from source: unknown 9574 1726883263.84482: variable 'ansible_search_path' from source: unknown 9574 1726883263.84519: we have included files to process 9574 1726883263.84520: generating all_blocks data 9574 1726883263.84522: done generating all_blocks data 9574 1726883263.84525: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883263.84527: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883263.84529: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883263.85827: done processing included file 9574 1726883263.85831: iterating over new_blocks loaded from include file 9574 1726883263.85832: in VariableManager get_vars() 9574 1726883263.85858: done with get_vars() 9574 1726883263.85860: filtering new block on tags 9574 1726883263.85886: done filtering new block on tags 9574 1726883263.85889: in VariableManager get_vars() 9574 1726883263.85907: done with get_vars() 9574 1726883263.85909: filtering new block on tags 9574 1726883263.85957: done filtering new block on tags 9574 1726883263.85960: in VariableManager get_vars() 9574 1726883263.85979: done with get_vars() 9574 1726883263.85981: filtering new block on tags 9574 1726883263.86004: done filtering new block on tags 9574 1726883263.86006: 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_node2 9574 1726883263.86012: extending task lists for all hosts with included blocks 9574 1726883263.86190: done extending task lists 9574 1726883263.86192: done processing included files 9574 1726883263.86193: results queue empty 9574 1726883263.86194: checking for any_errors_fatal 9574 1726883263.86196: done checking for any_errors_fatal 9574 1726883263.86197: checking for max_fail_percentage 9574 1726883263.86198: done checking for max_fail_percentage 9574 1726883263.86199: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.86200: done checking to see if all hosts have failed 9574 1726883263.86200: getting the remaining hosts for this loop 9574 1726883263.86202: done getting the remaining hosts for this loop 9574 1726883263.86204: getting the next task for host managed_node2 9574 1726883263.86208: done getting next task for host managed_node2 9574 1726883263.86211: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 9574 1726883263.86214: ^ 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 9574 1726883263.86224: getting variables 9574 1726883263.86225: in VariableManager get_vars() 9574 1726883263.86237: Calling all_inventory to load vars for managed_node2 9574 1726883263.86239: Calling groups_inventory to load vars for managed_node2 9574 1726883263.86243: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.86249: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.86252: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.86255: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.86289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.86324: done with get_vars() 9574 1726883263.86331: 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:47:43 -0400 (0:00:00.036) 0:00:43.264 ****** 9574 1726883263.86406: entering _queue_task() for managed_node2/setup 9574 1726883263.86726: worker is 1 (out of 1 available) 9574 1726883263.86739: exiting _queue_task() for managed_node2/setup 9574 1726883263.86856: done queuing things up, now waiting for results queue to drain 9574 1726883263.86858: waiting for pending results... 9574 1726883263.87152: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 9574 1726883263.87158: in run() - task 0affc0aa-4893-214d-52b4-000000000106 9574 1726883263.87161: variable 'ansible_search_path' from source: unknown 9574 1726883263.87165: variable 'ansible_search_path' from source: unknown 9574 1726883263.87201: calling self._execute() 9574 1726883263.87271: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.87275: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.87286: variable 'omit' from source: magic vars 9574 1726883263.87798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883263.89245: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883263.89290: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883263.89328: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883263.89355: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883263.89382: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883263.89472: 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) 9574 1726883263.89554: 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) 9574 1726883263.89558: 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) 9574 1726883263.89561: 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) 9574 1726883263.89564: 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) 9574 1726883263.89678: 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) 9574 1726883263.89682: 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) 9574 1726883263.89684: 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) 9574 1726883263.89687: 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) 9574 1726883263.89704: 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) 9574 1726883263.89910: variable '__rhc_required_facts' from source: role '' all vars 9574 1726883263.89913: variable 'ansible_facts' from source: unknown 9574 1726883263.89918: Evaluated conditional (__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 9574 1726883263.89921: when evaluation is False, skipping this task 9574 1726883263.89926: _execute() done 9574 1726883263.89929: dumping result to json 9574 1726883263.89936: done dumping result, returning 9574 1726883263.89943: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role [0affc0aa-4893-214d-52b4-000000000106] 9574 1726883263.90145: sending task result for task 0affc0aa-4893-214d-52b4-000000000106 9574 1726883263.90207: done sending task result for task 0affc0aa-4893-214d-52b4-000000000106 9574 1726883263.90210: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 9574 1726883263.90254: no more pending results, returning what we have 9574 1726883263.90258: results queue empty 9574 1726883263.90259: checking for any_errors_fatal 9574 1726883263.90260: done checking for any_errors_fatal 9574 1726883263.90261: checking for max_fail_percentage 9574 1726883263.90262: done checking for max_fail_percentage 9574 1726883263.90263: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.90263: done checking to see if all hosts have failed 9574 1726883263.90264: getting the remaining hosts for this loop 9574 1726883263.90265: done getting the remaining hosts for this loop 9574 1726883263.90269: getting the next task for host managed_node2 9574 1726883263.90277: done getting next task for host managed_node2 9574 1726883263.90281: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if system is ostree 9574 1726883263.90284: ^ 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 9574 1726883263.90296: getting variables 9574 1726883263.90298: in VariableManager get_vars() 9574 1726883263.90336: Calling all_inventory to load vars for managed_node2 9574 1726883263.90339: Calling groups_inventory to load vars for managed_node2 9574 1726883263.90343: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.90353: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.90355: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.90358: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.90409: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.90462: done with get_vars() 9574 1726883263.90470: 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:47:43 -0400 (0:00:00.041) 0:00:43.305 ****** 9574 1726883263.90577: entering _queue_task() for managed_node2/stat 9574 1726883263.90795: worker is 1 (out of 1 available) 9574 1726883263.90808: exiting _queue_task() for managed_node2/stat 9574 1726883263.90820: done queuing things up, now waiting for results queue to drain 9574 1726883263.90822: waiting for pending results... 9574 1726883263.90977: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if system is ostree 9574 1726883263.91065: in run() - task 0affc0aa-4893-214d-52b4-000000000108 9574 1726883263.91076: variable 'ansible_search_path' from source: unknown 9574 1726883263.91080: variable 'ansible_search_path' from source: unknown 9574 1726883263.91106: calling self._execute() 9574 1726883263.91163: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.91167: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.91178: variable 'omit' from source: magic vars 9574 1726883263.91557: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883263.91729: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883263.91763: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883263.91787: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883263.91813: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883263.91878: 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) 9574 1726883263.91896: 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) 9574 1726883263.91916: 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) 9574 1726883263.91936: 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) 9574 1726883263.92017: variable '__rhc_is_ostree' from source: set_fact 9574 1726883263.92026: Evaluated conditional (not __rhc_is_ostree is defined): False 9574 1726883263.92029: when evaluation is False, skipping this task 9574 1726883263.92035: _execute() done 9574 1726883263.92038: dumping result to json 9574 1726883263.92043: done dumping result, returning 9574 1726883263.92049: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if system is ostree [0affc0aa-4893-214d-52b4-000000000108] 9574 1726883263.92053: sending task result for task 0affc0aa-4893-214d-52b4-000000000108 9574 1726883263.92139: done sending task result for task 0affc0aa-4893-214d-52b4-000000000108 9574 1726883263.92144: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 9574 1726883263.92192: no more pending results, returning what we have 9574 1726883263.92195: results queue empty 9574 1726883263.92196: checking for any_errors_fatal 9574 1726883263.92201: done checking for any_errors_fatal 9574 1726883263.92201: checking for max_fail_percentage 9574 1726883263.92203: done checking for max_fail_percentage 9574 1726883263.92204: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.92204: done checking to see if all hosts have failed 9574 1726883263.92205: getting the remaining hosts for this loop 9574 1726883263.92206: done getting the remaining hosts for this loop 9574 1726883263.92210: getting the next task for host managed_node2 9574 1726883263.92217: done getting next task for host managed_node2 9574 1726883263.92220: ^ task is: TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 9574 1726883263.92224: ^ 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 9574 1726883263.92238: getting variables 9574 1726883263.92243: in VariableManager get_vars() 9574 1726883263.92277: Calling all_inventory to load vars for managed_node2 9574 1726883263.92279: Calling groups_inventory to load vars for managed_node2 9574 1726883263.92281: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.92291: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.92293: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.92295: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.92343: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.92386: done with get_vars() 9574 1726883263.92392: done getting variables 9574 1726883263.92432: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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:47:43 -0400 (0:00:00.018) 0:00:43.324 ****** 9574 1726883263.92459: entering _queue_task() for managed_node2/set_fact 9574 1726883263.92772: worker is 1 (out of 1 available) 9574 1726883263.92785: exiting _queue_task() for managed_node2/set_fact 9574 1726883263.92798: done queuing things up, now waiting for results queue to drain 9574 1726883263.92799: waiting for pending results... 9574 1726883263.93259: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 9574 1726883263.93264: in run() - task 0affc0aa-4893-214d-52b4-000000000109 9574 1726883263.93267: variable 'ansible_search_path' from source: unknown 9574 1726883263.93270: variable 'ansible_search_path' from source: unknown 9574 1726883263.93273: calling self._execute() 9574 1726883263.93355: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.93369: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.93389: variable 'omit' from source: magic vars 9574 1726883263.93891: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883263.94175: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883263.94228: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883263.94277: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883263.94318: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883263.94417: 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) 9574 1726883263.94456: 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) 9574 1726883263.94492: 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) 9574 1726883263.94523: 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) 9574 1726883263.94657: variable '__rhc_is_ostree' from source: set_fact 9574 1726883263.94688: Evaluated conditional (not __rhc_is_ostree is defined): False 9574 1726883263.94691: when evaluation is False, skipping this task 9574 1726883263.94693: _execute() done 9574 1726883263.94695: dumping result to json 9574 1726883263.94697: done dumping result, returning 9574 1726883263.94797: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree [0affc0aa-4893-214d-52b4-000000000109] 9574 1726883263.94800: sending task result for task 0affc0aa-4893-214d-52b4-000000000109 9574 1726883263.94874: done sending task result for task 0affc0aa-4893-214d-52b4-000000000109 9574 1726883263.94877: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 9574 1726883263.94952: no more pending results, returning what we have 9574 1726883263.94955: results queue empty 9574 1726883263.94956: checking for any_errors_fatal 9574 1726883263.94961: done checking for any_errors_fatal 9574 1726883263.94961: checking for max_fail_percentage 9574 1726883263.94963: done checking for max_fail_percentage 9574 1726883263.94964: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.94964: done checking to see if all hosts have failed 9574 1726883263.94965: getting the remaining hosts for this loop 9574 1726883263.94967: done getting the remaining hosts for this loop 9574 1726883263.94971: getting the next task for host managed_node2 9574 1726883263.94979: done getting next task for host managed_node2 9574 1726883263.94983: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 9574 1726883263.94987: ^ 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 9574 1726883263.95000: getting variables 9574 1726883263.95003: in VariableManager get_vars() 9574 1726883263.95043: Calling all_inventory to load vars for managed_node2 9574 1726883263.95046: Calling groups_inventory to load vars for managed_node2 9574 1726883263.95049: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.95060: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.95062: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.95065: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.95120: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.95399: done with get_vars() 9574 1726883263.95408: 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:47:43 -0400 (0:00:00.030) 0:00:43.355 ****** 9574 1726883263.95504: entering _queue_task() for managed_node2/package_facts 9574 1726883263.95506: Creating lock for package_facts 9574 1726883263.95799: worker is 1 (out of 1 available) 9574 1726883263.95811: exiting _queue_task() for managed_node2/package_facts 9574 1726883263.95822: done queuing things up, now waiting for results queue to drain 9574 1726883263.95823: waiting for pending results... 9574 1726883263.96260: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 9574 1726883263.96265: in run() - task 0affc0aa-4893-214d-52b4-00000000010b 9574 1726883263.96268: variable 'ansible_search_path' from source: unknown 9574 1726883263.96270: variable 'ansible_search_path' from source: unknown 9574 1726883263.96279: calling self._execute() 9574 1726883263.96364: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.96377: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.96395: variable 'omit' from source: magic vars 9574 1726883263.96931: variable 'ansible_distribution' from source: facts 9574 1726883263.96938: Evaluated conditional (ansible_distribution == "RedHat"): False 9574 1726883263.96942: when evaluation is False, skipping this task 9574 1726883263.96945: _execute() done 9574 1726883263.96953: dumping result to json 9574 1726883263.96961: done dumping result, returning 9574 1726883263.96973: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed [0affc0aa-4893-214d-52b4-00000000010b] 9574 1726883263.97043: sending task result for task 0affc0aa-4893-214d-52b4-00000000010b 9574 1726883263.97114: done sending task result for task 0affc0aa-4893-214d-52b4-00000000010b 9574 1726883263.97117: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 9574 1726883263.97192: no more pending results, returning what we have 9574 1726883263.97196: results queue empty 9574 1726883263.97197: checking for any_errors_fatal 9574 1726883263.97206: done checking for any_errors_fatal 9574 1726883263.97207: checking for max_fail_percentage 9574 1726883263.97209: done checking for max_fail_percentage 9574 1726883263.97210: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.97210: done checking to see if all hosts have failed 9574 1726883263.97211: getting the remaining hosts for this loop 9574 1726883263.97213: done getting the remaining hosts for this loop 9574 1726883263.97217: getting the next task for host managed_node2 9574 1726883263.97225: done getting next task for host managed_node2 9574 1726883263.97229: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 9574 1726883263.97236: ^ 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 9574 1726883263.97253: getting variables 9574 1726883263.97256: in VariableManager get_vars() 9574 1726883263.97293: Calling all_inventory to load vars for managed_node2 9574 1726883263.97296: Calling groups_inventory to load vars for managed_node2 9574 1726883263.97298: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.97311: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.97314: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.97317: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.97485: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.97530: done with get_vars() 9574 1726883263.97543: 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:47:43 -0400 (0:00:00.023) 0:00:43.378 ****** 9574 1726883263.97807: entering _queue_task() for managed_node2/include_tasks 9574 1726883263.98074: worker is 1 (out of 1 available) 9574 1726883263.98085: exiting _queue_task() for managed_node2/include_tasks 9574 1726883263.98097: done queuing things up, now waiting for results queue to drain 9574 1726883263.98099: waiting for pending results... 9574 1726883263.98560: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 9574 1726883263.98565: in run() - task 0affc0aa-4893-214d-52b4-0000000000d8 9574 1726883263.98568: variable 'ansible_search_path' from source: unknown 9574 1726883263.98571: variable 'ansible_search_path' from source: unknown 9574 1726883263.98574: calling self._execute() 9574 1726883263.98614: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883263.98625: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883263.98644: variable 'omit' from source: magic vars 9574 1726883263.99143: variable 'ansible_distribution' from source: facts 9574 1726883263.99172: Evaluated conditional (ansible_distribution == "RedHat"): False 9574 1726883263.99181: when evaluation is False, skipping this task 9574 1726883263.99190: _execute() done 9574 1726883263.99197: dumping result to json 9574 1726883263.99204: done dumping result, returning 9574 1726883263.99216: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration [0affc0aa-4893-214d-52b4-0000000000d8] 9574 1726883263.99225: sending task result for task 0affc0aa-4893-214d-52b4-0000000000d8 skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 9574 1726883263.99501: no more pending results, returning what we have 9574 1726883263.99504: results queue empty 9574 1726883263.99505: checking for any_errors_fatal 9574 1726883263.99511: done checking for any_errors_fatal 9574 1726883263.99512: checking for max_fail_percentage 9574 1726883263.99513: done checking for max_fail_percentage 9574 1726883263.99514: checking to see if all hosts have failed and the running result is not ok 9574 1726883263.99515: done checking to see if all hosts have failed 9574 1726883263.99516: getting the remaining hosts for this loop 9574 1726883263.99517: done getting the remaining hosts for this loop 9574 1726883263.99521: getting the next task for host managed_node2 9574 1726883263.99528: done getting next task for host managed_node2 9574 1726883263.99534: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle system subscription 9574 1726883263.99538: ^ 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 9574 1726883263.99555: getting variables 9574 1726883263.99558: in VariableManager get_vars() 9574 1726883263.99594: Calling all_inventory to load vars for managed_node2 9574 1726883263.99597: Calling groups_inventory to load vars for managed_node2 9574 1726883263.99600: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883263.99613: Calling all_plugins_play to load vars for managed_node2 9574 1726883263.99617: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883263.99621: Calling groups_plugins_play to load vars for managed_node2 9574 1726883263.99845: done sending task result for task 0affc0aa-4893-214d-52b4-0000000000d8 9574 1726883263.99848: WORKER PROCESS EXITING 9574 1726883263.99872: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883263.99914: done with get_vars() 9574 1726883263.99922: 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:47:43 -0400 (0:00:00.022) 0:00:43.400 ****** 9574 1726883264.00018: entering _queue_task() for managed_node2/include_tasks 9574 1726883264.00282: worker is 1 (out of 1 available) 9574 1726883264.00293: exiting _queue_task() for managed_node2/include_tasks 9574 1726883264.00305: done queuing things up, now waiting for results queue to drain 9574 1726883264.00306: waiting for pending results... 9574 1726883264.00570: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle system subscription 9574 1726883264.00685: in run() - task 0affc0aa-4893-214d-52b4-0000000000d9 9574 1726883264.00706: variable 'ansible_search_path' from source: unknown 9574 1726883264.00713: variable 'ansible_search_path' from source: unknown 9574 1726883264.00759: calling self._execute() 9574 1726883264.00844: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883264.00857: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883264.00876: variable 'omit' from source: magic vars 9574 1726883264.00992: _execute() done 9574 1726883264.01001: dumping result to json 9574 1726883264.01145: done dumping result, returning 9574 1726883264.01149: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle system subscription [0affc0aa-4893-214d-52b4-0000000000d9] 9574 1726883264.01152: sending task result for task 0affc0aa-4893-214d-52b4-0000000000d9 9574 1726883264.01220: done sending task result for task 0affc0aa-4893-214d-52b4-0000000000d9 9574 1726883264.01223: WORKER PROCESS EXITING 9574 1726883264.01265: no more pending results, returning what we have 9574 1726883264.01270: in VariableManager get_vars() 9574 1726883264.01312: Calling all_inventory to load vars for managed_node2 9574 1726883264.01315: Calling groups_inventory to load vars for managed_node2 9574 1726883264.01317: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883264.01331: Calling all_plugins_play to load vars for managed_node2 9574 1726883264.01337: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883264.01342: Calling groups_plugins_play to load vars for managed_node2 9574 1726883264.01403: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883264.01622: done with get_vars() 9574 1726883264.01628: variable 'ansible_search_path' from source: unknown 9574 1726883264.01629: variable 'ansible_search_path' from source: unknown 9574 1726883264.01663: we have included files to process 9574 1726883264.01664: generating all_blocks data 9574 1726883264.01666: done generating all_blocks data 9574 1726883264.01669: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883264.01671: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883264.01673: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883264.03905: done processing included file 9574 1726883264.03908: iterating over new_blocks loaded from include file 9574 1726883264.03909: in VariableManager get_vars() 9574 1726883264.03932: done with get_vars() 9574 1726883264.03936: filtering new block on tags 9574 1726883264.03985: done filtering new block on tags 9574 1726883264.03988: in VariableManager get_vars() 9574 1726883264.04006: done with get_vars() 9574 1726883264.04008: filtering new block on tags 9574 1726883264.04048: done filtering new block on tags 9574 1726883264.04050: 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_node2 9574 1726883264.04056: extending task lists for all hosts with included blocks 9574 1726883264.04568: done extending task lists 9574 1726883264.04570: done processing included files 9574 1726883264.04571: results queue empty 9574 1726883264.04572: checking for any_errors_fatal 9574 1726883264.04575: done checking for any_errors_fatal 9574 1726883264.04576: checking for max_fail_percentage 9574 1726883264.04577: done checking for max_fail_percentage 9574 1726883264.04578: checking to see if all hosts have failed and the running result is not ok 9574 1726883264.04579: done checking to see if all hosts have failed 9574 1726883264.04579: getting the remaining hosts for this loop 9574 1726883264.04581: done getting the remaining hosts for this loop 9574 1726883264.04583: getting the next task for host managed_node2 9574 1726883264.04587: done getting next task for host managed_node2 9574 1726883264.04589: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 9574 1726883264.04592: ^ 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 9574 1726883264.04602: getting variables 9574 1726883264.04603: in VariableManager get_vars() 9574 1726883264.04616: Calling all_inventory to load vars for managed_node2 9574 1726883264.04619: Calling groups_inventory to load vars for managed_node2 9574 1726883264.04620: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883264.04626: Calling all_plugins_play to load vars for managed_node2 9574 1726883264.04629: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883264.04631: Calling groups_plugins_play to load vars for managed_node2 9574 1726883264.04672: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883264.04707: done with get_vars() 9574 1726883264.04714: done getting variables 9574 1726883264.04761: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:44 -0400 (0:00:00.047) 0:00:43.448 ****** 9574 1726883264.04793: entering _queue_task() for managed_node2/package 9574 1726883264.05117: worker is 1 (out of 1 available) 9574 1726883264.05129: exiting _queue_task() for managed_node2/package 9574 1726883264.05147: done queuing things up, now waiting for results queue to drain 9574 1726883264.05149: waiting for pending results... 9574 1726883264.05561: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 9574 1726883264.05567: in run() - task 0affc0aa-4893-214d-52b4-000000000136 9574 1726883264.05571: variable 'ansible_search_path' from source: unknown 9574 1726883264.05573: variable 'ansible_search_path' from source: unknown 9574 1726883264.05606: calling self._execute() 9574 1726883264.05686: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883264.05699: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883264.05713: variable 'omit' from source: magic vars 9574 1726883264.06316: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883264.08160: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883264.08207: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883264.08248: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883264.08276: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883264.08296: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883264.08361: 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) 9574 1726883264.08384: 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) 9574 1726883264.08401: 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) 9574 1726883264.08429: 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) 9574 1726883264.08443: 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) 9574 1726883264.08529: variable 'rhc_state' from source: role '' defaults 9574 1726883264.08549: Evaluated conditional (rhc_state | d('present') == "present"): True 9574 1726883264.08555: variable 'omit' from source: magic vars 9574 1726883264.08599: variable 'omit' from source: magic vars 9574 1726883264.08706: variable '__rhc_is_ostree' from source: set_fact 9574 1726883264.08710: variable 'omit' from source: magic vars 9574 1726883264.08729: variable 'omit' from source: magic vars 9574 1726883264.08755: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883264.08776: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883264.08791: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883264.08804: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883264.08813: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883264.08826: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883264.08842: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883264.08865: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883264.08868: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883264.08871: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883264.08945: Set connection var ansible_connection to ssh 9574 1726883264.08949: Set connection var ansible_shell_type to sh 9574 1726883264.08957: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883264.08965: Set connection var ansible_timeout to 10 9574 1726883264.08972: Set connection var ansible_shell_executable to /bin/sh 9574 1726883264.08977: Set connection var ansible_pipelining to False 9574 1726883264.08996: variable 'ansible_shell_executable' from source: unknown 9574 1726883264.08999: variable 'ansible_connection' from source: unknown 9574 1726883264.09001: variable 'ansible_module_compression' from source: unknown 9574 1726883264.09003: variable 'ansible_shell_type' from source: unknown 9574 1726883264.09006: variable 'ansible_shell_executable' from source: unknown 9574 1726883264.09008: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883264.09012: variable 'ansible_pipelining' from source: unknown 9574 1726883264.09016: variable 'ansible_timeout' from source: unknown 9574 1726883264.09018: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883264.09128: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 9574 1726883264.09168: variable 'omit' from source: magic vars 9574 1726883264.09176: starting attempt loop 9574 1726883264.09179: running the handler 9574 1726883264.09183: variable 'ansible_facts' from source: unknown 9574 1726883264.09185: _low_level_execute_command(): starting 9574 1726883264.09188: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883264.09889: 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 <<< 9574 1726883264.09893: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 9574 1726883264.09896: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 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 <<< 9574 1726883264.09898: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.09974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.09987: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.09990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.10033: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.11736: stdout chunk (state=3): >>>/root <<< 9574 1726883264.11839: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.11869: stderr chunk (state=3): >>><<< 9574 1726883264.11873: stdout chunk (state=3): >>><<< 9574 1726883264.11893: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883264.11906: _low_level_execute_command(): starting 9574 1726883264.11911: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536 `" && echo ansible-tmp-1726883264.1189556-10330-92878477706536="` echo /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536 `" ) && sleep 0' 9574 1726883264.12366: 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 <<< 9574 1726883264.12370: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.12372: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883264.12376: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.12438: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.12446: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.12511: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.14457: stdout chunk (state=3): >>>ansible-tmp-1726883264.1189556-10330-92878477706536=/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536 <<< 9574 1726883264.14557: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.14589: stderr chunk (state=3): >>><<< 9574 1726883264.14592: stdout chunk (state=3): >>><<< 9574 1726883264.14605: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883264.1189556-10330-92878477706536=/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883264.14647: variable 'ansible_module_compression' from source: unknown 9574 1726883264.14682: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 9574 1726883264.14729: variable 'ansible_facts' from source: unknown 9574 1726883264.14862: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py 9574 1726883264.14966: Sending initial data 9574 1726883264.14977: Sent initial data (152 bytes) 9574 1726883264.15443: 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 <<< 9574 1726883264.15447: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883264.15449: 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.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883264.15451: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883264.15453: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.15501: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.15504: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.15506: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.15559: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.17175: 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 <<< 9574 1726883264.17214: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883264.17259: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp6rwccysu /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py <<< 9574 1726883264.17265: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py" <<< 9574 1726883264.17306: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 9574 1726883264.17308: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp6rwccysu" to remote "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py" <<< 9574 1726883264.18396: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.18436: stderr chunk (state=3): >>><<< 9574 1726883264.18442: stdout chunk (state=3): >>><<< 9574 1726883264.18462: done transferring module to remote 9574 1726883264.18475: _low_level_execute_command(): starting 9574 1726883264.18479: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/ /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py && sleep 0' 9574 1726883264.18942: 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 <<< 9574 1726883264.18946: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.18948: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883264.18950: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.18997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.19000: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.19002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.19049: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.20883: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.20906: stderr chunk (state=3): >>><<< 9574 1726883264.20909: stdout chunk (state=3): >>><<< 9574 1726883264.20925: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883264.20928: _low_level_execute_command(): starting 9574 1726883264.20935: _low_level_execute_command(): using become for this command 9574 1726883264.20946: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-dghnkozgdyaiezwclxvocchnkdzhrqea ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_setup.py'"'"' && sleep 0' 9574 1726883264.21031: Initial state: awaiting_escalation: BECOME-SUCCESS-dghnkozgdyaiezwclxvocchnkdzhrqea 9574 1726883264.21437: 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 <<< 9574 1726883264.21443: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.21467: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.21481: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.21546: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.24511: stdout chunk (state=1): >>>BECOME-SUCCESS-dghnkozgdyaiezwclxvocchnkdzhrqea <<< 9574 1726883264.24516: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-dghnkozgdyaiezwclxvocchnkdzhrqea' 9574 1726883264.24845: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883264.24876: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883264.24903: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883264.24909: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883264.24981: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883264.24984: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883264.25015: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883264.25056: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883264.25081: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883264.25090: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883264.25143: 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' <<< 9574 1726883264.25170: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883264.25192: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883264.25228: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883264.25255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883264.25262: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73602183e0> <<< 9574 1726883264.25273: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73601e7a10> <<< 9574 1726883264.25308: 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' <<< 9574 1726883264.25318: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736021a960> <<< 9574 1726883264.25342: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883264.25366: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883264.25370: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883264.25394: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883264.25426: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883264.25511: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883264.25547: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 9574 1726883264.25582: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883264.25594: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883264.25603: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883264.25626: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883264.25642: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883264.25648: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883264.25677: 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' <<< 9574 1726883264.25706: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360008fe0> <<< 9574 1726883264.25776: 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 <<< 9574 1726883264.25779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.25787: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360009f10> <<< 9574 1726883264.25816: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883264.25850: 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. <<< 9574 1726883264.26223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883264.26232: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883264.26262: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883264.26265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.26298: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883264.26334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883264.26357: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883264.26380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883264.26398: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360047d40> <<< 9574 1726883264.26415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883264.26438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883264.26467: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883264.26474: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360047f80> <<< 9574 1726883264.26487: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883264.26519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883264.26546: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883264.26595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.26612: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883264.26643: 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' <<< 9574 1726883264.26648: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736007f740> <<< 9574 1726883264.26673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883264.26676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883264.26695: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736007fdd0> <<< 9574 1726883264.26700: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883264.26757: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736005fa10> <<< 9574 1726883264.26766: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883264.26800: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736005d130> <<< 9574 1726883264.26892: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360044ef0> <<< 9574 1726883264.26920: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883264.26943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883264.26960: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883264.26981: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883264.27007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883264.27027: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883264.27042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883264.27069: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736009f680> <<< 9574 1726883264.27087: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736009e2a0> <<< 9574 1726883264.27120: 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' <<< 9574 1726883264.27125: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736005e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736009cb30> <<< 9574 1726883264.27182: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883264.27185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d4680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360044170> <<< 9574 1726883264.27216: 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' <<< 9574 1726883264.27250: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.27262: 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 0x7f73600d4b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d49e0> <<< 9574 1726883264.27306: 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 0x7f73600d4dd0> <<< 9574 1726883264.27310: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360042c90> <<< 9574 1726883264.27351: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883264.27356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.27379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883264.27411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883264.27422: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d54c0> <<< 9574 1726883264.27442: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d5190> import 'importlib.machinery' # <<< 9574 1726883264.27469: 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' <<< 9574 1726883264.27496: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d63c0> <<< 9574 1726883264.27506: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883264.27519: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883264.27545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883264.27579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883264.27604: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883264.27613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600ec5f0> <<< 9574 1726883264.27625: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883264.27659: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.27663: 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 0x7f73600edd30> <<< 9574 1726883264.27691: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883264.27697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883264.27727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883264.27732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883264.27753: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600eebd0> <<< 9574 1726883264.27790: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.27793: 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 0x7f73600ef230> <<< 9574 1726883264.27810: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600ee120> <<< 9574 1726883264.27828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883264.27836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883264.27877: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.27880: 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 0x7f73600efcb0> <<< 9574 1726883264.27899: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600ef3e0> <<< 9574 1726883264.27945: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d6420> <<< 9574 1726883264.27968: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883264.27992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883264.28013: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883264.28038: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883264.28071: 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' <<< 9574 1726883264.28074: stdout chunk (state=3): >>>import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f735fde3b90> <<< 9574 1726883264.28100: 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' <<< 9574 1726883264.28138: 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 0x7f735fe0c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0c380> <<< 9574 1726883264.28171: 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 0x7f735fe0c560> <<< 9574 1726883264.28204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883264.28207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883264.28282: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.28409: 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 0x7f735fe0cef0> <<< 9574 1726883264.28541: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.28546: 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 0x7f735fe0d8b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0c7a0> <<< 9574 1726883264.28571: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fde1d30> <<< 9574 1726883264.28590: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883264.28613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883264.28637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883264.28656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0ecc0> <<< 9574 1726883264.28688: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0da00> <<< 9574 1726883264.28704: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d6b10> <<< 9574 1726883264.28738: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883264.28797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.28821: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883264.28857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883264.28891: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe37050> <<< 9574 1726883264.28947: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883264.28963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.28982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883264.29006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883264.29049: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe5b3b0> <<< 9574 1726883264.29075: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883264.29119: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883264.29176: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883264.29198: 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 0x7f735febc1d0> <<< 9574 1726883264.29219: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883264.29249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883264.29276: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883264.29314: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883264.29402: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735febe930> <<< 9574 1726883264.29481: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735febc2f0> <<< 9574 1726883264.29520: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe891c0> <<< 9574 1726883264.29554: 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' <<< 9574 1726883264.29563: stdout chunk (state=3): >>>import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f729280> <<< 9574 1726883264.29581: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe5a1e0> <<< 9574 1726883264.29586: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0fc20> <<< 9574 1726883264.29759: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883264.29779: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f735fe5a540> <<< 9574 1726883264.30098: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4tv4olnq/ansible_ansible.legacy.setup_payload.zip' <<< 9574 1726883264.30104: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30229: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883264.30271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883264.30317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883264.30397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883264.30429: 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 0x7f735f78af30> <<< 9574 1726883264.30432: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883264.30636: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f769e20> <<< 9574 1726883264.30639: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f769010> <<< 9574 1726883264.30642: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30673: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883264.30678: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30694: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30717: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.30728: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883264.30751: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.32169: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.33320: 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 0x7f735f78a2d0> <<< 9574 1726883264.33324: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 9574 1726883264.33325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.33356: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883264.33360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883264.33386: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883264.33392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883264.33422: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.33429: 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 0x7f735f7be960> <<< 9574 1726883264.33466: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7be6f0> <<< 9574 1726883264.33498: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7be000> <<< 9574 1726883264.33518: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883264.33530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883264.33576: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7bea50> <<< 9574 1726883264.33580: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f768f80> import 'atexit' # <<< 9574 1726883264.33618: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.33622: 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 0x7f735f7bf6e0> <<< 9574 1726883264.33652: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.33656: 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 0x7f735f7bf920> <<< 9574 1726883264.33680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883264.33724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883264.33747: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883264.33787: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7bfe60> <<< 9574 1726883264.33801: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883264.33818: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883264.33855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883264.33888: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f625bb0> <<< 9574 1726883264.33925: 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 0x7f735f6272f0> <<< 9574 1726883264.33952: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883264.33963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883264.34004: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6281a0> <<< 9574 1726883264.34020: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883264.34058: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883264.34074: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f629340> <<< 9574 1726883264.34098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883264.34134: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883264.34162: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883264.34166: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883264.34218: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f62bdd0> <<< 9574 1726883264.34257: 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 0x7f735f76af00> <<< 9574 1726883264.34279: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f62a0f0> <<< 9574 1726883264.34296: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883264.34326: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883264.34361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883264.34365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883264.34377: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883264.34495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883264.34518: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883264.34533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f633dd0> <<< 9574 1726883264.34547: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883264.34612: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6328a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f632600> <<< 9574 1726883264.34631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883264.34648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883264.34719: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f632b70> <<< 9574 1726883264.34752: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f62a5a0> <<< 9574 1726883264.34787: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.34789: 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 0x7f735f677ec0> <<< 9574 1726883264.34812: 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 0x7f735f6781d0> <<< 9574 1726883264.34843: 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 <<< 9574 1726883264.34856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883264.34879: 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' <<< 9574 1726883264.34925: 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 0x7f735f679ca0> <<< 9574 1726883264.34928: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f679a60> <<< 9574 1726883264.34945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883264.34979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883264.35034: 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 0x7f735f67c290> <<< 9574 1726883264.35042: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f67a390> <<< 9574 1726883264.35063: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883264.35104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.35121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883264.35144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883264.35149: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883264.35195: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f67f9b0> <<< 9574 1726883264.35320: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f67c380> <<< 9574 1726883264.35390: 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 0x7f735f6807d0> <<< 9574 1726883264.35418: 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 0x7f735f680a10> <<< 9574 1726883264.35467: 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 0x7f735f680380> <<< 9574 1726883264.35478: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6783b0> <<< 9574 1726883264.35504: 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 <<< 9574 1726883264.35512: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883264.35532: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883264.35556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883264.35588: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.35609: 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 0x7f735f508350> <<< 9574 1726883264.35761: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.35766: 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 0x7f735f5093d0> <<< 9574 1726883264.35789: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f682ae0> <<< 9574 1726883264.35818: 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 0x7f735f683e60> <<< 9574 1726883264.35827: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f682720> <<< 9574 1726883264.35838: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.35861: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.35865: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883264.35886: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.35975: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36070: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36083: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36094: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883264.36103: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36126: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36129: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883264.36151: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36268: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36390: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.36960: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.37526: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883264.37529: 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' # <<< 9574 1726883264.37557: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883264.37575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.37635: 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 0x7f735f511580> <<< 9574 1726883264.37713: 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' <<< 9574 1726883264.37747: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f512210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5095e0> <<< 9574 1726883264.37805: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883264.37814: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.37849: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.37852: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883264.37871: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.38015: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.38177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883264.38186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883264.38202: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f512270> <<< 9574 1726883264.38206: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.38673: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39120: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39196: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883264.39282: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39319: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39361: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883264.39366: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39443: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39519: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883264.39555: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 9574 1726883264.39565: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 9574 1726883264.39575: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39620: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39659: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883264.39676: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.39901: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40138: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883264.40202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883264.40219: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883264.40295: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f513350> <<< 9574 1726883264.40305: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40379: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40453: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 9574 1726883264.40458: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 9574 1726883264.40477: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883264.40494: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40546: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40582: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883264.40597: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40643: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40687: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40747: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.40818: 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 <<< 9574 1726883264.40864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.40957: 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 0x7f735f51de80> <<< 9574 1726883264.40993: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5195b0> <<< 9574 1726883264.41026: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883264.41037: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41105: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41169: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41200: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41245: 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' <<< 9574 1726883264.41271: 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 <<< 9574 1726883264.41295: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883264.41318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883264.41381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883264.41404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883264.41420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883264.41486: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6067b0> <<< 9574 1726883264.41530: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6fe480> <<< 9574 1726883264.41614: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f51dee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f681040> <<< 9574 1726883264.41627: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883264.41637: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41665: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41697: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883264.41761: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883264.41770: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41792: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883264.41815: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41877: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41946: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41958: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.41986: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42028: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42074: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42109: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42158: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 9574 1726883264.42161: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42247: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42313: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42347: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42384: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 9574 1726883264.42392: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42574: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42748: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42790: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.42847: 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' <<< 9574 1726883264.42876: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 9574 1726883264.42892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 9574 1726883264.42909: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 9574 1726883264.42943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 9574 1726883264.42963: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b1e50> <<< 9574 1726883264.42991: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 9574 1726883264.43000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 9574 1726883264.43025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 9574 1726883264.43069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 9574 1726883264.43097: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 9574 1726883264.43104: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 9574 1726883264.43123: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f207dd0> <<< 9574 1726883264.43158: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.43175: 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 0x7f735f220200> <<< 9574 1726883264.43223: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f59a750> <<< 9574 1726883264.43248: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b29f0> <<< 9574 1726883264.43276: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b0530> <<< 9574 1726883264.43290: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b0f20> <<< 9574 1726883264.43308: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 9574 1726883264.43367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 9574 1726883264.43386: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 9574 1726883264.43401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 9574 1726883264.43435: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 9574 1726883264.43437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 9574 1726883264.43473: 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 0x7f735f223140> <<< 9574 1726883264.43477: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f2229f0> <<< 9574 1726883264.43503: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.43511: 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 0x7f735f222bd0> <<< 9574 1726883264.43520: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f221e50> <<< 9574 1726883264.43550: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 9574 1726883264.43676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 9574 1726883264.43690: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f2232f0> <<< 9574 1726883264.43706: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 9574 1726883264.43750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883264.43781: 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 0x7f735f275df0> <<< 9574 1726883264.43811: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f223e00> <<< 9574 1726883264.43848: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b00b0> <<< 9574 1726883264.43856: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 9574 1726883264.43871: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 9574 1726883264.43882: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.43899: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.43905: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 9574 1726883264.43917: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.43985: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44037: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 9574 1726883264.44061: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44109: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44163: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 9574 1726883264.44171: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44196: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 9574 1726883264.44208: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44246: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44279: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 9574 1726883264.44284: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44331: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44384: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 9574 1726883264.44390: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44443: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44479: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 9574 1726883264.44494: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44552: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44612: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44671: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.44729: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 9574 1726883264.44739: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 9574 1726883264.44754: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45236: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45670: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 9574 1726883264.45675: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45735: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45787: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45825: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45866: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 9574 1726883264.45877: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 9574 1726883264.45883: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45914: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.45946: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 9574 1726883264.45964: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46012: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 9574 1726883264.46085: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46122: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46159: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 9574 1726883264.46166: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46231: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 9574 1726883264.46240: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46320: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46410: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 9574 1726883264.46416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883264.46444: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f277aa0> <<< 9574 1726883264.46470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883264.46498: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883264.46616: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f276750> <<< 9574 1726883264.46620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 9574 1726883264.46641: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46703: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46774: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 9574 1726883264.46783: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46877: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.46967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 9574 1726883264.46981: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47048: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47124: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 9574 1726883264.47129: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47177: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883264.47282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883264.47358: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.47417: 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 0x7f735f2adf10> <<< 9574 1726883264.47615: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f29ebd0> <<< 9574 1726883264.47618: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available <<< 9574 1726883264.47687: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47743: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 9574 1726883264.47761: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47843: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.47925: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48039: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48193: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 9574 1726883264.48202: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48247: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48290: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 9574 1726883264.48300: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48344: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 9574 1726883264.48397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 9574 1726883264.48434: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.48461: 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 0x7f735f2c1be0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f2c1b20> <<< 9574 1726883264.48471: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 9574 1726883264.48490: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48496: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48517: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 9574 1726883264.48524: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48569: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48613: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 9574 1726883264.48623: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48783: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.48941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 9574 1726883264.48950: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49056: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49157: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49202: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49249: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 9574 1726883264.49258: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # # zipimport: zlib available <<< 9574 1726883264.49287: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49310: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49455: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 9574 1726883264.49605: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 9574 1726883264.49616: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49738: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49858: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 9574 1726883264.49872: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49907: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.49949: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.50526: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51060: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 9574 1726883264.51081: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51188: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51299: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 9574 1726883264.51305: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51410: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51510: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 9574 1726883264.51525: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51685: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51852: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 9574 1726883264.51859: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51885: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 9574 1726883264.51894: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51944: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.51983: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 9574 1726883264.51999: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52096: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52200: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52407: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52615: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 9574 1726883264.52638: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52672: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52714: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 9574 1726883264.52719: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52754: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52779: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 9574 1726883264.52793: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.52892: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.53144: stdout chunk (state=3): >>>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 <<< 9574 1726883264.53182: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 9574 1726883264.53197: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.53276: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.53360: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 9574 1726883264.53372: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.53664: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.53928: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 9574 1726883264.53946: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54003: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54069: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 9574 1726883264.54073: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54119: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54154: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 9574 1726883264.54168: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54198: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54235: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 9574 1726883264.54250: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54280: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54313: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 9574 1726883264.54325: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54402: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54485: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 9574 1726883264.54491: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54513: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 9574 1726883264.54528: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54578: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54619: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 9574 1726883264.54636: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54660: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54682: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54729: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54782: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54853: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.54924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 9574 1726883264.54930: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 9574 1726883264.54954: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55000: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55056: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 9574 1726883264.55060: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55267: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55466: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 9574 1726883264.55473: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55518: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55573: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 9574 1726883264.55577: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55629: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55676: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 9574 1726883264.55691: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55772: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55864: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 9574 1726883264.55881: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.55969: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.56064: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 9574 1726883264.56072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 9574 1726883264.56160: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.56865: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883264.56871: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883264.56899: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883264.56922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883264.56963: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.56971: 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 0x7f735f0cb110> <<< 9574 1726883264.56984: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f0c8da0> <<< 9574 1726883264.57049: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f0c8d40> <<< 9574 1726883264.57911: 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"}}} <<< 9574 1726883264.58587: 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 <<< 9574 1726883264.58759: 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 # 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 <<< 9574 1726883264.58812: stdout chunk (state=3): >>># 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 # des<<< 9574 1726883264.58844: stdout chunk (state=3): >>>troy 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.ser<<< 9574 1726883264.58863: stdout chunk (state=3): >>>vice_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<<< 9574 1726883264.58870: stdout chunk (state=3): >>>.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 <<< 9574 1726883264.59173: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883264.59188: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 9574 1726883264.59207: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 9574 1726883264.59229: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 9574 1726883264.59254: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 9574 1726883264.59282: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883264.59305: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 9574 1726883264.59326: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 9574 1726883264.59344: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale <<< 9574 1726883264.59357: stdout chunk (state=3): >>># destroy locale # destroy select <<< 9574 1726883264.59363: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 9574 1726883264.59404: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 9574 1726883264.59413: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 9574 1726883264.59463: 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 <<< 9574 1726883264.59493: stdout chunk (state=3): >>># destroy _pickle <<< 9574 1726883264.59503: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.process <<< 9574 1726883264.59523: stdout chunk (state=3): >>># destroy unicodedata # destroy tempfile # destroy multiprocessing.util # destroy multiprocessing.reduction # destroy selectors # destroy _multiprocessing <<< 9574 1726883264.59529: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 9574 1726883264.59552: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 9574 1726883264.59576: stdout chunk (state=3): >>># destroy _ssl <<< 9574 1726883264.59586: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux <<< 9574 1726883264.59606: stdout chunk (state=3): >>># destroy getpass # destroy pwd # destroy termios # destroy errno # destroy json <<< 9574 1726883264.59635: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 9574 1726883264.59643: stdout chunk (state=3): >>># destroy glob <<< 9574 1726883264.59661: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 9574 1726883264.59699: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 9574 1726883264.59710: 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 <<< 9574 1726883264.59713: 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 <<< 9574 1726883264.59757: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 9574 1726883264.59777: 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 # 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 <<< 9574 1726883264.59782: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 9574 1726883264.59824: 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 <<< 9574 1726883264.59832: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time <<< 9574 1726883264.59853: stdout chunk (state=3): >>># 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 <<< 9574 1726883264.60002: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883264.60006: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883264.60019: stdout chunk (state=3): >>># destroy _collections <<< 9574 1726883264.60057: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 9574 1726883264.60060: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883264.60079: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 9574 1726883264.60114: 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 <<< 9574 1726883264.60137: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 9574 1726883264.60158: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883264.60259: 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 <<< 9574 1726883264.60265: 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 <<< 9574 1726883264.60283: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 9574 1726883264.60313: stdout chunk (state=3): >>># destroy _hashlib <<< 9574 1726883264.60319: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 9574 1726883264.60337: stdout chunk (state=3): >>># destroy itertools <<< 9574 1726883264.60366: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins <<< 9574 1726883264.60368: stdout chunk (state=3): >>># destroy _thread <<< 9574 1726883264.60371: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883264.60915: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883264.60953: stderr chunk (state=3): >>><<< 9574 1726883264.60956: stdout chunk (state=3): >>><<< 9574 1726883264.61053: _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 0x7f73602183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73601e7a10> # /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 0x7f736021a960> 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 0x7f7360008fe0> # /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 0x7f7360009f10> 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 0x7f7360047d40> # /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 0x7f7360047f80> # /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 0x7f736007f740> # /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 0x7f736007fdd0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736005fa10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736005d130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360044ef0> # /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 0x7f736009f680> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736009e2a0> # /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 0x7f736005e000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f736009cb30> # /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 0x7f73600d4680> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360044170> # /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 0x7f73600d4b30> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d49e0> # 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 0x7f73600d4dd0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7360042c90> # /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 0x7f73600d54c0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d5190> 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 0x7f73600d63c0> 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 0x7f73600ec5f0> 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 0x7f73600edd30> # /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 0x7f73600eebd0> # 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 0x7f73600ef230> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600ee120> # /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 0x7f73600efcb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600ef3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d6420> # /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 0x7f735fde3b90> # /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 0x7f735fe0c620> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0c380> # 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 0x7f735fe0c560> # /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 0x7f735fe0cef0> # 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 0x7f735fe0d8b0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0c7a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fde1d30> # /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 0x7f735fe0ecc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0da00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f73600d6b10> # /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 0x7f735fe37050> # /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 0x7f735fe5b3b0> # /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 0x7f735febc1d0> # /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 0x7f735febe930> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735febc2f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe891c0> # /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 0x7f735f729280> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe5a1e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735fe0fc20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f735fe5a540> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_4tv4olnq/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 0x7f735f78af30> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f769e20> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f769010> # 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 0x7f735f78a2d0> # /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 0x7f735f7be960> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7be6f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f7be000> # /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 0x7f735f7bea50> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f768f80> 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 0x7f735f7bf6e0> # 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 0x7f735f7bf920> # /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 0x7f735f7bfe60> 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 0x7f735f625bb0> # 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 0x7f735f6272f0> # /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 0x7f735f6281a0> # /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 0x7f735f629340> # /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 0x7f735f62bdd0> # 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 0x7f735f76af00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f62a0f0> # /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 0x7f735f633dd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6328a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f632600> # /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 0x7f735f632b70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f62a5a0> # 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 0x7f735f677ec0> # /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 0x7f735f6781d0> # /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 0x7f735f679ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f679a60> # /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 0x7f735f67c290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f67a390> # /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 0x7f735f67f9b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f67c380> # 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 0x7f735f6807d0> # 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 0x7f735f680a10> # 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 0x7f735f680380> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6783b0> # /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 0x7f735f508350> # 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 0x7f735f5093d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f682ae0> # 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 0x7f735f683e60> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f682720> # 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 0x7f735f511580> # /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 0x7f735f512210> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5095e0> 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 0x7f735f512270> # 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 0x7f735f513350> # 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 0x7f735f51de80> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5195b0> 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 0x7f735f6067b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f6fe480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f51dee0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f681040> # 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 0x7f735f5b1e50> # /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 0x7f735f207dd0> # 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 0x7f735f220200> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f59a750> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b29f0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b0530> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b0f20> # /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 0x7f735f223140> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f2229f0> # 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 0x7f735f222bd0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f221e50> # /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 0x7f735f2232f0> # /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 0x7f735f275df0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f223e00> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f5b00b0> 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 0x7f735f277aa0> # /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 0x7f735f276750> 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 0x7f735f2adf10> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f29ebd0> 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 0x7f735f2c1be0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f2c1b20> 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 0x7f735f0cb110> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f0c8da0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f735f0c8d40> {"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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883264.61842: 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-1726883264.1189556-10330-92878477706536/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883264.61846: variable 'ansible_module_compression' from source: unknown 9574 1726883264.61849: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 9574 1726883264.61851: variable 'ansible_facts' from source: unknown 9574 1726883264.61852: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py 9574 1726883264.61854: Sending initial data 9574 1726883264.61856: Sent initial data (150 bytes) 9574 1726883264.62090: 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 <<< 9574 1726883264.62094: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.62110: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.62155: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.62172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.62226: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.63902: 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 <<< 9574 1726883264.63948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883264.63992: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpft6lay9j /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py <<< 9574 1726883264.63998: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py" <<< 9574 1726883264.64038: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpft6lay9j" to remote "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py" <<< 9574 1726883264.64042: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py" <<< 9574 1726883264.64707: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.64753: stderr chunk (state=3): >>><<< 9574 1726883264.64756: stdout chunk (state=3): >>><<< 9574 1726883264.64800: done transferring module to remote 9574 1726883264.64811: _low_level_execute_command(): starting 9574 1726883264.64815: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/ /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py && sleep 0' 9574 1726883264.65280: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883264.65283: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.65285: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883264.65288: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883264.65290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.65348: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.65352: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.65353: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.65391: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.67250: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883264.67255: stdout chunk (state=3): >>><<< 9574 1726883264.67257: stderr chunk (state=3): >>><<< 9574 1726883264.67276: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883264.67284: _low_level_execute_command(): starting 9574 1726883264.67286: _low_level_execute_command(): using become for this command 9574 1726883264.67293: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-mclbfvcjoyygnhvrxgwlwxruwikixorp ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/AnsiballZ_dnf.py'"'"' && sleep 0' 9574 1726883264.67380: Initial state: awaiting_escalation: BECOME-SUCCESS-mclbfvcjoyygnhvrxgwlwxruwikixorp 9574 1726883264.67768: stderr chunk (state=1): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883264.67772: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883264.67830: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883264.67833: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883264.67835: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883264.67880: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883264.70856: stdout chunk (state=1): >>>BECOME-SUCCESS-mclbfvcjoyygnhvrxgwlwxruwikixorp <<< 9574 1726883264.70861: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-mclbfvcjoyygnhvrxgwlwxruwikixorp' 9574 1726883264.71185: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883264.71221: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883264.71254: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883264.71258: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883264.71327: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883264.71334: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883264.71367: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883264.71400: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883264.71430: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883264.71435: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883264.71488: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883264.71493: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.71512: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883264.71542: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883264.71575: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883264.71600: 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 0x7f2bc5bbc3e0> <<< 9574 1726883264.71620: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5b8ba10> <<< 9574 1726883264.71661: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883264.71663: 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 0x7f2bc5bbe930> <<< 9574 1726883264.71691: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883264.71716: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883264.71721: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883264.71748: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883264.71777: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883264.71874: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883264.71905: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883264.71914: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883264.71935: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883264.71956: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883264.71970: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883264.71995: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883264.71998: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883264.72011: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883264.72044: 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' <<< 9574 1726883264.72072: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5bccfe0> <<< 9574 1726883264.72121: 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 <<< 9574 1726883264.72154: 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 0x7f2bc5bcdf10> <<< 9574 1726883264.72177: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883264.72208: 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. <<< 9574 1726883264.72474: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883264.72495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883264.72514: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883264.72530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.72550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883264.72591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883264.72608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883264.72643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883264.72653: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59abd10> <<< 9574 1726883264.72675: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883264.72689: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883264.72719: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59abf20> <<< 9574 1726883264.72749: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883264.72774: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883264.72796: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883264.72847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.72868: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883264.72896: 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 0x7f2bc59e3710> <<< 9574 1726883264.72916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883264.72934: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 9574 1726883264.72942: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59e3da0> <<< 9574 1726883264.72960: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883264.73004: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59c39b0> <<< 9574 1726883264.73021: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883264.73052: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59c10d0> <<< 9574 1726883264.73145: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a8ec0> <<< 9574 1726883264.73171: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883264.73191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883264.73204: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883264.73230: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883264.73255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883264.73278: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883264.73281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883264.73321: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a07620> <<< 9574 1726883264.73332: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a06240> <<< 9574 1726883264.73366: 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' <<< 9574 1726883264.73372: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59c20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59aa780> <<< 9574 1726883264.73428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883264.73432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a38650> <<< 9574 1726883264.73452: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a8140> <<< 9574 1726883264.73462: 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' <<< 9574 1726883264.73508: 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 0x7f2bc5a38b00> <<< 9574 1726883264.73513: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a389b0> <<< 9574 1726883264.73554: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.73561: 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 0x7f2bc5a38da0> <<< 9574 1726883264.73577: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a6c60> <<< 9574 1726883264.73603: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883264.73608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.73632: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883264.73664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883264.73672: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a39490> <<< 9574 1726883264.73692: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a39160> import 'importlib.machinery' # <<< 9574 1726883264.73727: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883264.73735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883264.73752: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a3a390> <<< 9574 1726883264.73770: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883264.73773: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883264.73804: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883264.73836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883264.73861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883264.73865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a50590> <<< 9574 1726883264.73887: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883264.73920: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.73924: 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 0x7f2bc5a51c70> <<< 9574 1726883264.73954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883264.73963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883264.73986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883264.73994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883264.74003: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a52b10> <<< 9574 1726883264.74049: 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 0x7f2bc5a53170> <<< 9574 1726883264.74052: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a52060> <<< 9574 1726883264.74082: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883264.74087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883264.74147: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.74150: 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 0x7f2bc5a53bf0> <<< 9574 1726883264.74164: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a53320> <<< 9574 1726883264.74205: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a3a300> <<< 9574 1726883264.74231: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883264.74257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883264.74278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883264.74299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883264.74337: 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 0x7f2bc579baa0> <<< 9574 1726883264.74363: 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' <<< 9574 1726883264.74393: 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 0x7f2bc57c4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c42c0> <<< 9574 1726883264.74418: 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 0x7f2bc57c4590> <<< 9574 1726883264.74459: 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' <<< 9574 1726883264.74537: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.74663: 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 0x7f2bc57c4ec0> <<< 9574 1726883264.74788: 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 0x7f2bc57c5880> <<< 9574 1726883264.74793: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c4770> <<< 9574 1726883264.74813: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5799c40> <<< 9574 1726883264.74842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883264.74860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883264.74889: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883264.74897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883264.74912: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c6bd0> <<< 9574 1726883264.74935: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c4d40> <<< 9574 1726883264.74957: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a3aab0> <<< 9574 1726883264.74984: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883264.75048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.75070: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883264.75103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883264.75132: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57eef60> <<< 9574 1726883264.75190: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883264.75200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.75226: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883264.75247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883264.75290: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc58132c0> <<< 9574 1726883264.75315: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883264.75364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883264.75414: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883264.75446: 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 0x7f2bc5843fb0> <<< 9574 1726883264.75466: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883264.75496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883264.75520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883264.75564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883264.75652: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5876810> <<< 9574 1726883264.75729: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc58741d0> <<< 9574 1726883264.75766: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5813f50> <<< 9574 1726883264.75798: 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 0x7f2bc51291f0> <<< 9574 1726883264.75826: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc58120f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c7b30> <<< 9574 1726883264.75959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883264.75976: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2bc5812420> <<< 9574 1726883264.76150: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zxsssbxd/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 9574 1726883264.76286: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.76312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883264.76331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883264.76375: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883264.76455: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883264.76483: 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' <<< 9574 1726883264.76499: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc517ee10> import '_typing' # <<< 9574 1726883264.76692: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc515dd00> <<< 9574 1726883264.76695: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc515ce90> <<< 9574 1726883264.76700: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.76727: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883264.76747: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.76756: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.76779: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.76786: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883264.76807: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.78224: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.79357: 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 0x7f2bc517cce0> <<< 9574 1726883264.79382: 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' <<< 9574 1726883264.79411: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883264.79419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883264.79448: 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' <<< 9574 1726883264.79484: 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 0x7f2bc51aa840> <<< 9574 1726883264.79525: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51aa5d0> <<< 9574 1726883264.79557: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51a9ee0> <<< 9574 1726883264.79581: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883264.79586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883264.79631: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51aa3c0> <<< 9574 1726883264.79637: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc517faa0> <<< 9574 1726883264.79654: stdout chunk (state=3): >>>import 'atexit' # <<< 9574 1726883264.79677: 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 0x7f2bc51ab530> <<< 9574 1726883264.79707: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.79713: 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 0x7f2bc51ab770> <<< 9574 1726883264.79734: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883264.79780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883264.79796: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883264.79839: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51abcb0> <<< 9574 1726883264.79857: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883264.79874: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883264.79901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883264.79939: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc500da30> <<< 9574 1726883264.79969: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.79975: 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 0x7f2bc500f650> <<< 9574 1726883264.80000: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883264.80009: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883264.80056: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc500ff50> <<< 9574 1726883264.80069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883264.80101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883264.80116: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50151f0> <<< 9574 1726883264.80147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883264.80179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883264.80206: 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' <<< 9574 1726883264.80265: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5017c80> <<< 9574 1726883264.80302: 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 0x7f2bc515ef00> <<< 9574 1726883264.80324: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5015f40> <<< 9574 1726883264.80349: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883264.80375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883264.80400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883264.80410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883264.80421: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883264.80458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883264.80476: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883264.80497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501fce0> <<< 9574 1726883264.80500: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883264.80579: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501e510> <<< 9574 1726883264.80597: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883264.80605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883264.80683: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501ea80> <<< 9574 1726883264.80710: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5016450> <<< 9574 1726883264.80742: 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 0x7f2bc5063fb0> <<< 9574 1726883264.80767: 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 0x7f2bc50640b0> <<< 9574 1726883264.80789: 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 <<< 9574 1726883264.80809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883264.80830: 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' <<< 9574 1726883264.80872: 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 0x7f2bc5065b20> <<< 9574 1726883264.80876: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5065910> <<< 9574 1726883264.80897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883264.81015: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883264.81069: 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 0x7f2bc5067fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50661e0> <<< 9574 1726883264.81098: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883264.81136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.81165: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883264.81168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883264.81186: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883264.81226: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc506b890> <<< 9574 1726883264.81351: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5068260> <<< 9574 1726883264.81409: 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 0x7f2bc506c980> <<< 9574 1726883264.81446: 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 0x7f2bc506c920> <<< 9574 1726883264.81485: 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 0x7f2bc506cbf0> <<< 9574 1726883264.81502: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5064200> <<< 9574 1726883264.81521: 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 <<< 9574 1726883264.81542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883264.81551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883264.81576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883264.81604: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.81630: 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 0x7f2bc50f82c0> <<< 9574 1726883264.81782: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.81791: 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 0x7f2bc50f9a30> <<< 9574 1726883264.81796: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc506ea50> <<< 9574 1726883264.81833: 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 0x7f2bc506fdd0> <<< 9574 1726883264.81842: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc506e660> <<< 9574 1726883264.81861: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.81874: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.81883: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883264.81893: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.81985: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82076: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82091: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883264.82118: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82124: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82145: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 9574 1726883264.82154: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82276: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82396: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.82950: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.83514: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883264.83521: 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' # <<< 9574 1726883264.83555: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883264.83565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.83621: 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 0x7f2bc50fdb80> <<< 9574 1726883264.83705: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883264.83708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883264.83723: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50fe8d0> <<< 9574 1726883264.83753: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50f9d30> <<< 9574 1726883264.83799: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883264.83813: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.83838: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.83859: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883264.83865: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.84016: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.84171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883264.84179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 9574 1726883264.84194: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50fd700> <<< 9574 1726883264.84208: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.84669: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85114: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85187: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85266: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883264.85272: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85315: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85353: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883264.85370: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85436: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85517: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883264.85527: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85554: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883264.85577: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85614: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85657: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883264.85667: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.85932: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86144: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883264.86217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883264.86220: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883264.86294: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50ff980> # zipimport: zlib available <<< 9574 1726883264.86380: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86465: 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' # <<< 9574 1726883264.86498: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86537: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86587: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883264.86605: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86643: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86683: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86745: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.86807: 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 <<< 9574 1726883264.86855: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.86949: 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 0x7f2bc4f0a090> <<< 9574 1726883264.86979: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f07ec0> <<< 9574 1726883264.87020: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883264.87032: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87086: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87156: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87181: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87258: 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 <<< 9574 1726883264.87263: 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 <<< 9574 1726883264.87294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883264.87309: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883264.87360: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883264.87397: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883264.87401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883264.87468: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51fab10> <<< 9574 1726883264.87507: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51de7e0> <<< 9574 1726883264.87587: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f0a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f008c0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883264.87594: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87631: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87659: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883264.87715: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883264.87724: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.87751: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 9574 1726883264.87775: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.88350: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.88880: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.89564: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.90242: 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 0x7f2bc4f9cd40> <<< 9574 1726883264.90265: 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 0x7f2bc4f9cf80> <<< 9574 1726883264.90283: 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' <<< 9574 1726883264.90309: 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' <<< 9574 1726883264.90344: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 9574 1726883264.90359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9d6d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9d250> <<< 9574 1726883264.90378: 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' <<< 9574 1726883264.90405: 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' <<< 9574 1726883264.90454: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9dfd0> <<< 9574 1726883264.90474: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 9574 1726883264.90486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 9574 1726883264.90502: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 9574 1726883264.90510: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 9574 1726883264.90523: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 9574 1726883264.90544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 9574 1726883264.90563: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 9574 1726883264.90579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 9574 1726883264.90601: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 9574 1726883264.90610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 9574 1726883264.90625: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f8dd60> <<< 9574 1726883264.90653: 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 0x7f2bc4f8daf0> <<< 9574 1726883264.90683: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 9574 1726883264.90696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 9574 1726883264.90703: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb2810> <<< 9574 1726883264.90752: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9f800> <<< 9574 1726883264.90776: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 9574 1726883264.90834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883264.90859: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 9574 1726883264.90867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 9574 1726883264.90892: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 9574 1726883264.90932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 9574 1726883264.91054: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bc13a0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3f20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3290> <<< 9574 1726883264.91064: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9ec90> <<< 9574 1726883264.91089: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 9574 1726883264.91106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 9574 1726883264.91134: 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 <<< 9574 1726883264.91192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 9574 1726883264.91218: 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' <<< 9574 1726883264.91251: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c2d430> <<< 9574 1726883264.91378: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4be5550> <<< 9574 1726883264.91517: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3d10> <<< 9574 1726883264.91539: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 9574 1726883264.91559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 9574 1726883264.91571: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 9574 1726883264.91602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 9574 1726883264.91647: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 9574 1726883264.91652: 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 0x7f2bc4c30ef0> <<< 9574 1726883264.91668: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c2f200> <<< 9574 1726883264.91673: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4be5070> <<< 9574 1726883264.91697: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9e660> <<< 9574 1726883264.91713: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9e060> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9dd60> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9cfe0> <<< 9574 1726883264.91748: 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 0x7f2bc4f9df40> <<< 9574 1726883264.91779: 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' <<< 9574 1726883264.91803: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 9574 1726883264.91818: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 9574 1726883264.91869: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c31550> <<< 9574 1726883264.91876: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c31190> <<< 9574 1726883264.91907: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 9574 1726883264.91914: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.91984: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c31e20> <<< 9574 1726883264.92008: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 9574 1726883264.92042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 9574 1726883264.92098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 9574 1726883264.92137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 9574 1726883264.92212: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.92291: 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 0x7f2bc4c44770> <<< 9574 1726883264.92475: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c1d8e0> <<< 9574 1726883264.92502: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c32ae0> <<< 9574 1726883264.92525: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 9574 1726883264.92542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 9574 1726883264.92579: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c1d370> <<< 9574 1726883264.92594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 9574 1726883264.92610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 9574 1726883264.92615: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c527b0> <<< 9574 1726883264.92647: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 9574 1726883264.92652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 9574 1726883264.92680: 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' <<< 9574 1726883264.92693: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c53470> <<< 9574 1726883264.92707: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c52f00> <<< 9574 1726883264.92736: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 9574 1726883264.92804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 9574 1726883264.92884: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c53950> <<< 9574 1726883264.92900: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 9574 1726883264.92946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 9574 1726883264.93161: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c27a40> <<< 9574 1726883264.93183: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 9574 1726883264.93207: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 9574 1726883264.93236: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b103e0> <<< 9574 1726883264.93280: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93390: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 9574 1726883264.93394: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93522: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93662: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 9574 1726883264.93677: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93728: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93779: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 9574 1726883264.93791: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.93920: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.94031: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 9574 1726883264.94127: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883264.94587: 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 <<< 9574 1726883264.94593: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.94621: 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 <<< 9574 1726883264.94626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 9574 1726883264.94658: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 9574 1726883264.94666: 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 0x7f2bc4b13200> <<< 9574 1726883264.94696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883264.94735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883264.94866: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b13320> <<< 9574 1726883264.94883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 9574 1726883264.94901: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 9574 1726883264.94930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 9574 1726883264.94942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 9574 1726883264.94978: 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 0x7f2bc486b4d0> <<< 9574 1726883264.94984: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc486ad20> <<< 9574 1726883264.95010: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.95016: 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 0x7f2bc486af00> <<< 9574 1726883264.95057: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b13830> <<< 9574 1726883264.95062: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b122a0> <<< 9574 1726883264.95100: 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' <<< 9574 1726883264.95105: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b12ea0> <<< 9574 1726883264.95126: 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 <<< 9574 1726883264.95210: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 9574 1726883264.95238: 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' <<< 9574 1726883264.95270: 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' <<< 9574 1726883264.95404: 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 0x7f2bc48e8ad0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e86b0> <<< 9574 1726883264.95436: 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 <<< 9574 1726883264.95486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 9574 1726883264.95546: 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 0x7f2bc49143e0> <<< 9574 1726883264.95577: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e8c20> <<< 9574 1726883264.95600: 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 <<< 9574 1726883264.95687: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 9574 1726883264.96674: 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 0x7f2bc46c3590> <<< 9574 1726883264.96735: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc49145f0> <<< 9574 1726883264.96766: 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 <<< 9574 1726883264.96839: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 9574 1726883264.96934: 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 0x7f2bc473d070> <<< 9574 1726883264.97115: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc46c38f0> <<< 9574 1726883264.97144: 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 <<< 9574 1726883264.97181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 9574 1726883264.97264: 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 0x7f2bc473ff20> <<< 9574 1726883264.97297: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc473d1f0> <<< 9574 1726883264.97325: 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 <<< 9574 1726883264.97375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 9574 1726883264.97460: 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 0x7f2bc2a50230> <<< 9574 1726883264.97499: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4774440> <<< 9574 1726883264.97523: 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 <<< 9574 1726883264.97537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883264.97592: 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 0x7f2bc2a514f0> <<< 9574 1726883264.97615: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a508f0> <<< 9574 1726883264.97621: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e8230> <<< 9574 1726883264.97645: 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 <<< 9574 1726883264.97684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 9574 1726883264.97700: 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 <<< 9574 1726883264.97718: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883264.97737: 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 <<< 9574 1726883264.97757: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 9574 1726883264.97794: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883264.97800: 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 0x7f2bc2a74a10> <<< 9574 1726883264.97833: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a53e60> <<< 9574 1726883264.97855: 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 <<< 9574 1726883264.97882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 9574 1726883264.97910: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 9574 1726883264.97946: 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 0x7f2bc2a77050> <<< 9574 1726883264.97969: 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 <<< 9574 1726883264.97991: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 9574 1726883264.98018: 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 <<< 9574 1726883264.98025: 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 0x7f2bc2a77f20> <<< 9574 1726883264.98060: 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 <<< 9574 1726883264.98065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.98509: 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 0x7f2bc2a98830> <<< 9574 1726883264.98553: 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 <<< 9574 1726883264.98559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 9574 1726883264.98577: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a99d60> <<< 9574 1726883264.98583: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a981a0> <<< 9574 1726883264.98607: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a76fc0> <<< 9574 1726883264.98616: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a768a0> <<< 9574 1726883264.98652: 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 <<< 9574 1726883264.98668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883264.98766: 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 0x7f2bc2a9b980> <<< 9574 1726883264.98793: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a77440> <<< 9574 1726883264.98860: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a74d10> <<< 9574 1726883264.98896: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a53470> <<< 9574 1726883264.98926: 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' <<< 9574 1726883264.99065: 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 0x7f2bc2a53b90> <<< 9574 1726883264.99070: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a538f0> <<< 9574 1726883264.99099: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a51670> <<< 9574 1726883264.99129: 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 0x7f2bc2ad4fe0> <<< 9574 1726883264.99154: 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 <<< 9574 1726883264.99181: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 9574 1726883264.99198: 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 <<< 9574 1726883264.99218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 9574 1726883264.99253: 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 <<< 9574 1726883264.99268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 9574 1726883264.99272: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad74d0> <<< 9574 1726883264.99303: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 9574 1726883264.99308: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 9574 1726883264.99347: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad7cb0> <<< 9574 1726883264.99351: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad67b0> <<< 9574 1726883264.99373: 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 <<< 9574 1726883264.99391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 9574 1726883264.99414: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b04500> <<< 9574 1726883264.99444: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad4ec0> <<< 9574 1726883264.99469: 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' <<< 9574 1726883264.99493: 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 <<< 9574 1726883264.99517: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 9574 1726883264.99548: 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 <<< 9574 1726883264.99561: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 9574 1726883264.99571: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b05f40> <<< 9574 1726883264.99596: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b054f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b05310> <<< 9574 1726883264.99621: 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 <<< 9574 1726883264.99627: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 9574 1726883264.99650: 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 <<< 9574 1726883264.99682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 9574 1726883264.99705: 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 <<< 9574 1726883264.99725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 9574 1726883264.99757: 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 <<< 9574 1726883264.99763: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 9574 1726883264.99777: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2cfe0> <<< 9574 1726883264.99805: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 9574 1726883264.99857: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 9574 1726883264.99885: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 9574 1726883264.99928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 9574 1726883264.99959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 9574 1726883264.99968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 9574 1726883264.99988: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc23f7050> <<< 9574 1726883265.00018: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.00036: 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 0x7f2bc23f73b0> <<< 9574 1726883265.00084: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2f2c0> <<< 9574 1726883265.00118: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2d460> <<< 9574 1726883265.00137: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2c4d0> <<< 9574 1726883265.00177: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06720> <<< 9574 1726883265.00183: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06450> <<< 9574 1726883265.00210: 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 <<< 9574 1726883265.00224: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 9574 1726883265.00251: 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 <<< 9574 1726883265.00257: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.00290: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 9574 1726883265.00310: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2430ef0> <<< 9574 1726883265.00317: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc23f7f20> <<< 9574 1726883265.00360: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06c60> <<< 9574 1726883265.00386: 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 <<< 9574 1726883265.00391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 9574 1726883265.00421: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24315b0> <<< 9574 1726883265.00449: 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 0x7f2bc2431940> <<< 9574 1726883265.00471: 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 0x7f2bc24319d0> <<< 9574 1726883265.00499: 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' import 'dnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2431af0> <<< 9574 1726883265.00531: 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 <<< 9574 1726883265.00562: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 9574 1726883265.00585: 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 <<< 9574 1726883265.00613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 9574 1726883265.00691: 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 0x7f2bc24506e0> <<< 9574 1726883265.00704: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2432810> <<< 9574 1726883265.00736: 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 0x7f2bc2450830> <<< 9574 1726883265.00761: 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 <<< 9574 1726883265.00768: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883265.00800: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2450920> <<< 9574 1726883265.00806: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24318e0> <<< 9574 1726883265.00834: 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 <<< 9574 1726883265.00844: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 9574 1726883265.00858: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2450ad0> <<< 9574 1726883265.00882: 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 <<< 9574 1726883265.00895: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 9574 1726883265.00925: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 9574 1726883265.01002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 9574 1726883265.01025: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 9574 1726883265.01139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 9574 1726883265.01164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 9574 1726883265.01183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 9574 1726883265.01216: 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 0x7f2bc249c4a0> <<< 9574 1726883265.01250: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24738c0> <<< 9574 1726883265.01307: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2472360> <<< 9574 1726883265.01458: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24522d0> <<< 9574 1726883265.01476: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2451730> <<< 9574 1726883265.01506: 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' <<< 9574 1726883265.01519: stdout chunk (state=3): >>>import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2452690> <<< 9574 1726883265.01526: 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 <<< 9574 1726883265.01548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 9574 1726883265.01554: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2471160> <<< 9574 1726883265.01583: 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' <<< 9574 1726883265.01588: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b4b30> <<< 9574 1726883265.01617: 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 # 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 0x7f2bc24b4da0> <<< 9574 1726883265.01650: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 9574 1726883265.01677: 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 <<< 9574 1726883265.01692: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 9574 1726883265.01715: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b5700> <<< 9574 1726883265.01722: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b5190> <<< 9574 1726883265.01754: 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' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b65d0> <<< 9574 1726883265.01780: stdout chunk (state=3): >>>import 'gc' # <<< 9574 1726883265.01792: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc486b5f0> <<< 9574 1726883265.01808: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b121b0> <<< 9574 1726883265.02413: 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 <<< 9574 1726883265.02434: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 9574 1726883265.02459: 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' <<< 9574 1726883265.02476: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b71d0> <<< 9574 1726883265.02495: 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' <<< 9574 1726883265.02521: 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 <<< 9574 1726883265.02565: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 9574 1726883265.02596: 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 <<< 9574 1726883265.02654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 9574 1726883265.02678: 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 <<< 9574 1726883265.02685: 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 0x7f2bc228bc80> <<< 9574 1726883265.02710: 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 <<< 9574 1726883265.02715: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 9574 1726883265.02743: 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 <<< 9574 1726883265.02766: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 9574 1726883265.02792: 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' <<< 9574 1726883265.02928: 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 0x7f2bc22adca0> <<< 9574 1726883265.02942: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ad850> <<< 9574 1726883265.02970: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.02994: 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 0x7f2bc24b70e0> <<< 9574 1726883265.03009: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ac710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc228bf50> <<< 9574 1726883265.03044: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2288ce0> <<< 9574 1726883265.03070: 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 <<< 9574 1726883265.03079: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883265.03091: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc486ac90> <<< 9574 1726883265.03117: 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 <<< 9574 1726883265.03147: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.03170: 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 <<< 9574 1726883265.03190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 9574 1726883265.03224: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22c3230> <<< 9574 1726883265.03256: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22c1d60> <<< 9574 1726883265.03288: 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 <<< 9574 1726883265.03292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 9574 1726883265.03315: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e8a40> <<< 9574 1726883265.03333: 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 <<< 9574 1726883265.03355: 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 0x7f2bc22e8d10> <<< 9574 1726883265.03383: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 9574 1726883265.03404: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e8f80> <<< 9574 1726883265.03423: 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 <<< 9574 1726883265.03442: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 9574 1726883265.03453: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e9220> <<< 9574 1726883265.03476: 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' <<< 9574 1726883265.03494: 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 <<< 9574 1726883265.03535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 9574 1726883265.03571: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e9940> <<< 9574 1726883265.03589: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e9790> <<< 9574 1726883265.03593: 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 <<< 9574 1726883265.03616: 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 0x7f2bc22eb050> <<< 9574 1726883265.03645: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 9574 1726883265.03662: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22eb2c0> <<< 9574 1726883265.03678: 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 <<< 9574 1726883265.03714: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 9574 1726883265.03723: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22eb500> <<< 9574 1726883265.03749: 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 <<< 9574 1726883265.03765: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 9574 1726883265.03792: 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 <<< 9574 1726883265.03813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 9574 1726883265.03835: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2304470> <<< 9574 1726883265.03849: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ebce0> <<< 9574 1726883265.03876: 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 <<< 9574 1726883265.03880: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 9574 1726883265.03905: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2305010> <<< 9574 1726883265.03920: 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 <<< 9574 1726883265.03939: 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 0x7f2bc2305460> <<< 9574 1726883265.03967: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 9574 1726883265.03985: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2305640> <<< 9574 1726883265.04007: 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 <<< 9574 1726883265.04032: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 9574 1726883265.04058: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2305910> <<< 9574 1726883265.04082: 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' <<< 9574 1726883265.04102: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2306810> <<< 9574 1726883265.04130: 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 <<< 9574 1726883265.04142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' <<< 9574 1726883265.04146: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2306a80> <<< 9574 1726883265.04172: 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 <<< 9574 1726883265.04190: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 9574 1726883265.04205: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2306c90> <<< 9574 1726883265.04243: 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 <<< 9574 1726883265.04249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 9574 1726883265.04281: 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 <<< 9574 1726883265.04288: 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 0x7f2bc2307860> <<< 9574 1726883265.04303: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2307380> <<< 9574 1726883265.04319: 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 <<< 9574 1726883265.04343: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 9574 1726883265.04364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 9574 1726883265.04384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232c710> <<< 9574 1726883265.04403: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2307f50> <<< 9574 1726883265.04432: 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 <<< 9574 1726883265.04451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 9574 1726883265.04453: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232d370> <<< 9574 1726883265.04472: 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 <<< 9574 1726883265.04493: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 9574 1726883265.04508: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232d670> <<< 9574 1726883265.04527: 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 <<< 9574 1726883265.04548: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 9574 1726883265.04554: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232e5d0> <<< 9574 1726883265.04579: 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 <<< 9574 1726883265.04585: 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 0x7f2bc232e870> <<< 9574 1726883265.04617: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 9574 1726883265.04622: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232ea20> <<< 9574 1726883265.04648: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b7620> <<< 9574 1726883265.04663: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b73b0> <<< 9574 1726883265.04666: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b6ae0> <<< 9574 1726883265.04691: 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 <<< 9574 1726883265.04696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 9574 1726883265.04728: 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' <<< 9574 1726883265.04764: 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 0x7f2bc232f3e0> <<< 9574 1726883265.04776: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f110> <<< 9574 1726883265.04794: 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 <<< 9574 1726883265.04800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.04820: 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 <<< 9574 1726883265.04874: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883265.04899: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 9574 1726883265.04939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 9574 1726883265.05000: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2351880> <<< 9574 1726883265.05022: 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' <<< 9574 1726883265.05121: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 9574 1726883265.05129: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 9574 1726883265.05157: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2352ff0> <<< 9574 1726883265.05217: 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 0x7f2bc23521e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2351d90> <<< 9574 1726883265.05248: 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 <<< 9574 1726883265.05259: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 9574 1726883265.05297: 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 0x7f2bc20a87d0> <<< 9574 1726883265.05301: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc208fbf0> <<< 9574 1726883265.05336: 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' <<< 9574 1726883265.05361: 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 <<< 9574 1726883265.05401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 9574 1726883265.05429: stdout chunk (state=3): >>>import 'six.moves' # <<< 9574 1726883265.05453: 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 <<< 9574 1726883265.05458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 9574 1726883265.05477: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20ab710> <<< 9574 1726883265.05503: 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 <<< 9574 1726883265.05513: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 9574 1726883265.05516: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20abf80> <<< 9574 1726883265.05551: 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 <<< 9574 1726883265.05561: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 9574 1726883265.05580: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 9574 1726883265.05626: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20a8e60> <<< 9574 1726883265.05634: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20a8b30> <<< 9574 1726883265.05673: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f6b0> <<< 9574 1726883265.05702: 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 <<< 9574 1726883265.05711: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 9574 1726883265.05739: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2350ad0> <<< 9574 1726883265.05753: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f410> <<< 9574 1726883265.05771: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b7320> <<< 9574 1726883265.05784: 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 <<< 9574 1726883265.05813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 9574 1726883265.05858: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20d2180> <<< 9574 1726883265.05881: 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 <<< 9574 1726883265.05907: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 9574 1726883265.05929: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20d2a20> <<< 9574 1726883265.05953: 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 <<< 9574 1726883265.05974: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 9574 1726883265.05980: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20d3a10> <<< 9574 1726883265.06008: 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 <<< 9574 1726883265.06018: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 9574 1726883265.06038: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20d3fb0> <<< 9574 1726883265.06065: 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 <<< 9574 1726883265.06071: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 9574 1726883265.06093: 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' <<< 9574 1726883265.06118: stdout chunk (state=3): >>># /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' <<< 9574 1726883265.06172: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.06310: 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 0x7f2bc20fd760> <<< 9574 1726883265.06334: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fd130> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fcdd0> <<< 9574 1726883265.06355: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fca70> <<< 9574 1726883265.06377: 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 <<< 9574 1726883265.06392: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 9574 1726883265.06430: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fce90> <<< 9574 1726883265.06458: 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 <<< 9574 1726883265.06468: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 9574 1726883265.06501: 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' <<< 9574 1726883265.06540: 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 0x7f2bc20ff4a0> <<< 9574 1726883265.06560: 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 <<< 9574 1726883265.06569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883265.06582: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20ff560> <<< 9574 1726883265.06608: 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' <<< 9574 1726883265.06726: 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 0x7f2bc20ffc80> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20ffb00> <<< 9574 1726883265.06756: 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' <<< 9574 1726883265.06785: 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 <<< 9574 1726883265.06796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 9574 1726883265.06820: 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 <<< 9574 1726883265.06944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883265.06970: 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' <<< 9574 1726883265.06976: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212e210> <<< 9574 1726883265.06998: 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 <<< 9574 1726883265.07007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 9574 1726883265.07038: 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 # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 9574 1726883265.07070: 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 0x7f2bc212f440> <<< 9574 1726883265.07094: 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 0x7f2bc212f6b0> <<< 9574 1726883265.07117: 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' <<< 9574 1726883265.07155: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.07182: 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 0x7f2bc212f800> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212f650> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212ef00> <<< 9574 1726883265.07207: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212e390> <<< 9574 1726883265.07216: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212d640> <<< 9574 1726883265.07236: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212cc20> <<< 9574 1726883265.07250: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212c4a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fef90> <<< 9574 1726883265.07280: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fe4b0> <<< 9574 1726883265.07304: 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 <<< 9574 1726883265.07314: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 9574 1726883265.07321: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212f110> <<< 9574 1726883265.07355: 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 <<< 9574 1726883265.07362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 9574 1726883265.07384: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212fce0> <<< 9574 1726883265.07405: 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 <<< 9574 1726883265.07409: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 9574 1726883265.07414: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc21585f0> <<< 9574 1726883265.07446: 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 <<< 9574 1726883265.07451: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 9574 1726883265.07470: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2158980> <<< 9574 1726883265.07486: 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 <<< 9574 1726883265.07516: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 9574 1726883265.07534: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2159280> <<< 9574 1726883265.07558: 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 <<< 9574 1726883265.07590: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 9574 1726883265.07619: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2159df0> <<< 9574 1726883265.07637: 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 <<< 9574 1726883265.07657: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/product-id.cpython-312.pyc' <<< 9574 1726883265.07688: 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 0x7f2bc1dc4740> <<< 9574 1726883265.07714: 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 <<< 9574 1726883265.07739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/productid.cpython-312.pyc' <<< 9574 1726883265.07768: 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 0x7f2bc1dc5e20> <<< 9574 1726883265.07790: 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 <<< 9574 1726883265.07841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate.cpython-312.pyc' <<< 9574 1726883265.07876: 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 0x7f2bc1ded460> <<< 9574 1726883265.07989: stdout chunk (state=3): >>>import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dc5e50> <<< 9574 1726883265.08000: 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 <<< 9574 1726883265.08026: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certdirectory.cpython-312.pyc' <<< 9574 1726883265.08048: 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 <<< 9574 1726883265.08066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/config.cpython-312.pyc' <<< 9574 1726883265.08092: 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' <<< 9574 1726883265.08128: 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 <<< 9574 1726883265.08150: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/ini.cpython-312.pyc' <<< 9574 1726883265.08176: 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' <<< 9574 1726883265.08188: stdout chunk (state=3): >>>import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e15190> <<< 9574 1726883265.08213: 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 <<< 9574 1726883265.08218: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/config.cpython-312.pyc' <<< 9574 1726883265.08246: stdout chunk (state=3): >>>import 'iniparse.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e15310> <<< 9574 1726883265.08308: stdout chunk (state=3): >>>import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1deff50> <<< 9574 1726883265.08333: 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 <<< 9574 1726883265.08348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/compat.cpython-312.pyc' <<< 9574 1726883265.08375: stdout chunk (state=3): >>>import 'iniparse.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e161e0> <<< 9574 1726883265.08404: 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 # code object from '/usr/lib/python3.12/site-packages/iniparse/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883265.08411: stdout chunk (state=3): >>>import 'iniparse.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e16ba0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1defcb0> <<< 9574 1726883265.08435: 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 <<< 9574 1726883265.08443: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/i18n.cpython-312.pyc' <<< 9574 1726883265.08493: stdout chunk (state=3): >>>import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e16c30> <<< 9574 1726883265.08515: stdout chunk (state=3): >>>import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1def1d0> <<< 9574 1726883265.08546: 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 <<< 9574 1726883265.08568: 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 0x7f2bc1e17230> <<< 9574 1726883265.08573: 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 <<< 9574 1726883265.08594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/__init__.cpython-312.pyc' import 'rhsmlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e17650> <<< 9574 1726883265.08610: 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 0x7f2bc1e177a0> <<< 9574 1726883265.08642: 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 <<< 9574 1726883265.08648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/services/__pycache__/config.cpython-312.pyc' <<< 9574 1726883265.08672: stdout chunk (state=3): >>>import 'rhsmlib.services.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e17860> <<< 9574 1726883265.08691: 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 <<< 9574 1726883265.08722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.pyc' <<< 9574 1726883265.08749: 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 <<< 9574 1726883265.08815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883265.08841: 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 <<< 9574 1726883265.08859: 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 0x7f2bc1e641a0> <<< 9574 1726883265.08867: 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 <<< 9574 1726883265.08884: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/ourjson.cpython-312.pyc' <<< 9574 1726883265.08894: stdout chunk (state=3): >>>import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e642f0> <<< 9574 1726883265.08917: 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 <<< 9574 1726883265.08938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883265.08985: stdout chunk (state=3): >>>import 'rhsm.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e644a0> <<< 9574 1726883265.09008: 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 0x7f2bc1e65a90> <<< 9574 1726883265.09190: stdout chunk (state=3): >>>import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e3d4f0> <<< 9574 1726883265.09204: 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 <<< 9574 1726883265.09219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/pathtree.cpython-312.pyc' <<< 9574 1726883265.09242: 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 <<< 9574 1726883265.09262: 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 0x7f2bc1e75610> <<< 9574 1726883265.09282: 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 <<< 9574 1726883265.09288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/huffman.cpython-312.pyc' <<< 9574 1726883265.09314: stdout chunk (state=3): >>>import 'rhsm.huffman' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e75af0> <<< 9574 1726883265.09321: stdout chunk (state=3): >>>import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e3e180> <<< 9574 1726883265.09382: stdout chunk (state=3): >>>import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e17f50> <<< 9574 1726883265.09425: stdout chunk (state=3): >>>import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dee1b0> <<< 9574 1726883265.09452: 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 <<< 9574 1726883265.09473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883265.09494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 9574 1726883265.09515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 9574 1726883265.09545: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 9574 1726883265.09570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 9574 1726883265.09620: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1eb0fb0> <<< 9574 1726883265.09630: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e77e00> <<< 9574 1726883265.09661: 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 <<< 9574 1726883265.09667: 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 0x7f2bc1eb2de0> <<< 9574 1726883265.09695: 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 0x7f2bc1eb3110> <<< 9574 1726883265.09714: 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 <<< 9574 1726883265.09748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/hwprobe.cpython-312.pyc' <<< 9574 1726883265.09760: 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 <<< 9574 1726883265.09781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cpuinfo.cpython-312.pyc' <<< 9574 1726883265.09829: stdout chunk (state=3): >>>import 'rhsmlib.facts.cpuinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdc230> <<< 9574 1726883265.09858: 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 <<< 9574 1726883265.09865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collector.cpython-312.pyc' <<< 9574 1726883265.09891: 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 <<< 9574 1726883265.09907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/collection.cpython-312.pyc' <<< 9574 1726883265.09916: stdout chunk (state=3): >>>import 'rhsmlib.facts.collection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdd9a0> <<< 9574 1726883265.09935: stdout chunk (state=3): >>>import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdd550> <<< 9574 1726883265.09964: stdout chunk (state=3): >>>import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1eb3200> <<< 9574 1726883265.09998: stdout chunk (state=3): >>>import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e76cf0> <<< 9574 1726883265.10020: 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 <<< 9574 1726883265.10049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repolib.cpython-312.pyc' <<< 9574 1726883265.10071: 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 <<< 9574 1726883265.10109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cache.cpython-312.pyc' <<< 9574 1726883265.10135: 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 <<< 9574 1726883265.10159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/profile.cpython-312.pyc' <<< 9574 1726883265.10189: 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 0x7f2bc1d0a120> <<< 9574 1726883265.10209: 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 <<< 9574 1726883265.10227: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/provider.cpython-312.pyc' <<< 9574 1726883265.10253: 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 <<< 9574 1726883265.10261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/host_collector.cpython-312.pyc' <<< 9574 1726883265.10276: 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 <<< 9574 1726883265.10284: 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 0x7f2bc1d0ab10> <<< 9574 1726883265.10294: 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 <<< 9574 1726883265.10315: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/virt.cpython-312.pyc' <<< 9574 1726883265.10327: stdout chunk (state=3): >>>import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0ad50> <<< 9574 1726883265.10361: 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 # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/firmware_info.cpython-312.pyc' <<< 9574 1726883265.10379: 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 <<< 9574 1726883265.10385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmiinfo.cpython-312.pyc' <<< 9574 1726883265.10410: 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 <<< 9574 1726883265.10413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/dmidecodeparser.cpython-312.pyc' <<< 9574 1726883265.10486: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmidecodeparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0b9b0> <<< 9574 1726883265.10493: stdout chunk (state=3): >>>import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0b5c0> <<< 9574 1726883265.10513: stdout chunk (state=3): >>>import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0b0e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0a7e0> <<< 9574 1726883265.10546: 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 <<< 9574 1726883265.10556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/custom.cpython-312.pyc' <<< 9574 1726883265.10568: stdout chunk (state=3): >>>import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0be00> <<< 9574 1726883265.10592: 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 <<< 9574 1726883265.10605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/__pycache__/_base_provider.cpython-312.pyc' <<< 9574 1726883265.10639: 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 <<< 9574 1726883265.10648: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.10670: 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 <<< 9574 1726883265.10682: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.10716: 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 <<< 9574 1726883265.10725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883265.10756: 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 0x7f2bc1d3ad80> <<< 9574 1726883265.10775: 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 <<< 9574 1726883265.10813: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/packages/__pycache__/six.cpython-312.pyc' <<< 9574 1726883265.10872: stdout chunk (state=3): >>>import 'urllib3.packages.six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3aea0> <<< 9574 1726883265.10891: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # <<< 9574 1726883265.11044: stdout chunk (state=3): >>>import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3a030> <<< 9574 1726883265.11070: 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' <<< 9574 1726883265.11084: stdout chunk (state=3): >>>import 'urllib3._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3a240> <<< 9574 1726883265.11091: 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 <<< 9574 1726883265.11118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc' <<< 9574 1726883265.11139: 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 <<< 9574 1726883265.11159: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc' <<< 9574 1726883265.11169: stdout chunk (state=3): >>>import 'urllib3._collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d63710> <<< 9574 1726883265.11193: 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 <<< 9574 1726883265.11207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883265.11238: 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 <<< 9574 1726883265.11247: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.11268: 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 <<< 9574 1726883265.11274: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883265.11310: 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' <<< 9574 1726883265.11316: stdout chunk (state=3): >>>import 'urllib3.contrib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d89700> <<< 9574 1726883265.11356: 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 0x7f2bc1d89730> <<< 9574 1726883265.11383: 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 <<< 9574 1726883265.11400: 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 0x7f2bc1d898e0> <<< 9574 1726883265.11415: stdout chunk (state=3): >>>import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d89280> <<< 9574 1726883265.11444: 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 <<< 9574 1726883265.11452: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc' <<< 9574 1726883265.11489: stdout chunk (state=3): >>>import 'urllib3.util.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d89d30> <<< 9574 1726883265.11504: 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 <<< 9574 1726883265.11522: stdout chunk (state=3): >>># 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 0x7f2bc1d89eb0> <<< 9574 1726883265.11541: 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 <<< 9574 1726883265.11555: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc' <<< 9574 1726883265.11593: stdout chunk (state=3): >>>import 'urllib3.util.retry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8a060> <<< 9574 1726883265.11614: 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 <<< 9574 1726883265.11624: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc' <<< 9574 1726883265.11669: 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' <<< 9574 1726883265.11696: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8b4a0> <<< 9574 1726883265.11722: 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 <<< 9574 1726883265.11744: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc' <<< 9574 1726883265.12372: stdout chunk (state=3): >>>import 'urllib3.util.url' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8bc20> <<< 9574 1726883265.12404: 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 <<< 9574 1726883265.12413: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc' <<< 9574 1726883265.12438: stdout chunk (state=3): >>>import 'urllib3.util.ssltransport' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8bc80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8adb0> <<< 9574 1726883265.12459: 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 <<< 9574 1726883265.12477: 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 0x7f2bc1d8af30> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d88f80> <<< 9574 1726883265.12506: 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 0x7f2bc1d88d70> <<< 9574 1726883265.12524: 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 <<< 9574 1726883265.12544: 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 0x7f2bc1db11f0> <<< 9574 1726883265.12567: stdout chunk (state=3): >>>import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d88530> <<< 9574 1726883265.12596: 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 <<< 9574 1726883265.12599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/request.cpython-312.pyc' <<< 9574 1726883265.12625: 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 <<< 9574 1726883265.12629: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc' <<< 9574 1726883265.12657: 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' <<< 9574 1726883265.12681: stdout chunk (state=3): >>>import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db1c40> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db17c0> <<< 9574 1726883265.12701: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib' # <<< 9574 1726883265.12711: stdout chunk (state=3): >>>import 'urllib3.packages.six.moves.urllib.parse' # <<< 9574 1726883265.12725: stdout chunk (state=3): >>>import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db1520> <<< 9574 1726883265.12747: 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 <<< 9574 1726883265.12772: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc' <<< 9574 1726883265.12810: stdout chunk (state=3): >>>import 'urllib3.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db1a90> <<< 9574 1726883265.12838: 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' import 'urllib3.util.queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db3770> <<< 9574 1726883265.12865: stdout chunk (state=3): >>>import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3a3c0> <<< 9574 1726883265.12882: 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 <<< 9574 1726883265.12903: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc' <<< 9574 1726883265.12955: stdout chunk (state=3): >>>import 'urllib3.poolmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db3800> <<< 9574 1726883265.12981: stdout chunk (state=3): >>>import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d39a90> <<< 9574 1726883265.13010: 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 <<< 9574 1726883265.13016: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc' <<< 9574 1726883265.13045: 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 <<< 9574 1726883265.13051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc' <<< 9574 1726883265.13081: 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' <<< 9574 1726883265.13108: 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 <<< 9574 1726883265.13115: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc' <<< 9574 1726883265.13146: 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 <<< 9574 1726883265.13172: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc' <<< 9574 1726883265.13203: 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 <<< 9574 1726883265.13242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc' <<< 9574 1726883265.13326: stdout chunk (state=3): >>>import 'charset_normalizer.constant' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be61b0> <<< 9574 1726883265.13356: 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 <<< 9574 1726883265.13375: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc' <<< 9574 1726883265.13397: 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 <<< 9574 1726883265.13415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883265.13458: stdout chunk (state=3): >>># extension module '_multibytecodec' loaded from '/usr/lib64/python3.12/lib-dynload/_multibytecodec.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.13464: stdout chunk (state=3): >>># 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 0x7f2bc1c198e0> <<< 9574 1726883265.13484: stdout chunk (state=3): >>>import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c18bc0> <<< 9574 1726883265.13510: stdout chunk (state=3): >>>import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c0bce0> <<< 9574 1726883265.13533: 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 <<< 9574 1726883265.13561: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc' <<< 9574 1726883265.13597: stdout chunk (state=3): >>>import 'charset_normalizer.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c1a330> <<< 9574 1726883265.13621: stdout chunk (state=3): >>>import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be57f0> <<< 9574 1726883265.13638: stdout chunk (state=3): >>>import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5460> <<< 9574 1726883265.13665: 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' <<< 9574 1726883265.13686: stdout chunk (state=3): >>>import 'charset_normalizer.legacy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c1b5f0> <<< 9574 1726883265.13718: 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 0x7f2bc1c1b740> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5190> <<< 9574 1726883265.13755: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc matches /usr/lib64/python3.12/http/cookies.py <<< 9574 1726883265.13773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookies.cpython-312.pyc' <<< 9574 1726883265.14047: stdout chunk (state=3): >>>import 'http.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c1b7a0> <<< 9574 1726883265.14054: stdout chunk (state=3): >>>import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5040> <<< 9574 1726883265.14093: stdout chunk (state=3): >>>import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4a70> <<< 9574 1726883265.14130: 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' <<< 9574 1726883265.14181: 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 <<< 9574 1726883265.14188: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.14211: 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 0x7f2bc1bf2330> <<< 9574 1726883265.14233: 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 <<< 9574 1726883265.14246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc' <<< 9574 1726883265.14271: 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 <<< 9574 1726883265.14302: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc' <<< 9574 1726883265.14352: stdout chunk (state=3): >>>import 'idna.idnadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1bf30e0> <<< 9574 1726883265.14379: 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 <<< 9574 1726883265.14387: 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 0x7f2bc1bf3200> <<< 9574 1726883265.14445: stdout chunk (state=3): >>>import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1bf23c0> <<< 9574 1726883265.14449: stdout chunk (state=3): >>>import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4ce0> <<< 9574 1726883265.14481: stdout chunk (state=3): >>>import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4bc0> <<< 9574 1726883265.14503: 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 <<< 9574 1726883265.14551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc' <<< 9574 1726883265.14584: 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 0x7f2bc1c7c9e0> <<< 9574 1726883265.14597: 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 <<< 9574 1726883265.14616: 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 0x7f2bc1c7ca70> <<< 9574 1726883265.14633: 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 <<< 9574 1726883265.14641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc' <<< 9574 1726883265.14669: stdout chunk (state=3): >>>import 'requests._internal_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7cb30> <<< 9574 1726883265.14690: 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 <<< 9574 1726883265.14708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc' <<< 9574 1726883265.14734: stdout chunk (state=3): >>>import 'requests.cookies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7cd40> <<< 9574 1726883265.14759: 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 <<< 9574 1726883265.14770: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc' <<< 9574 1726883265.14783: stdout chunk (state=3): >>>import 'requests.structures' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7e120> <<< 9574 1726883265.14801: stdout chunk (state=3): >>>import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4d40> <<< 9574 1726883265.14819: 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 <<< 9574 1726883265.14841: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc' <<< 9574 1726883265.14854: 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 <<< 9574 1726883265.14878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc' <<< 9574 1726883265.14894: 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 <<< 9574 1726883265.14917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc' <<< 9574 1726883265.14944: 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 <<< 9574 1726883265.14961: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc' <<< 9574 1726883265.14974: stdout chunk (state=3): >>>import 'requests.auth' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7ff50> <<< 9574 1726883265.14997: 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 <<< 9574 1726883265.15034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc' <<< 9574 1726883265.15061: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 9574 1726883265.15065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 9574 1726883265.15103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 9574 1726883265.15118: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 9574 1726883265.15151: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1caa0f0> <<< 9574 1726883265.15157: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ca9b20> <<< 9574 1726883265.15184: 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' <<< 9574 1726883265.15211: stdout chunk (state=3): >>>import 'requests.hooks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ca9f70> <<< 9574 1726883265.15222: 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' <<< 9574 1726883265.15264: stdout chunk (state=3): >>>import 'requests.status_codes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1caad80> <<< 9574 1726883265.15280: stdout chunk (state=3): >>>import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ca8920> <<< 9574 1726883265.15307: 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 <<< 9574 1726883265.15315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc' <<< 9574 1726883265.15348: stdout chunk (state=3): >>># destroy urllib3.contrib.socks <<< 9574 1726883265.16251: stdout chunk (state=3): >>>import 'requests.adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7f380> <<< 9574 1726883265.16265: stdout chunk (state=3): >>>import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7e840> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1bf2c00> <<< 9574 1726883265.16279: stdout chunk (state=3): >>>import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d396a0> <<< 9574 1726883265.16305: stdout chunk (state=3): >>>import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d380e0> <<< 9574 1726883265.16339: 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 0x7f2bc1c7fda0> <<< 9574 1726883265.16362: 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 <<< 9574 1726883265.16384: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc' <<< 9574 1726883265.16388: stdout chunk (state=3): >>>import 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7f200> <<< 9574 1726883265.16419: 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 <<< 9574 1726883265.16431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/azure.cpython-312.pyc' <<< 9574 1726883265.16457: stdout chunk (state=3): >>>import 'cloud_what.providers.azure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cabe60> <<< 9574 1726883265.16472: 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 <<< 9574 1726883265.16490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc' <<< 9574 1726883265.16502: stdout chunk (state=3): >>>import 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae0320> <<< 9574 1726883265.16544: stdout chunk (state=3): >>>import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0a1e0> <<< 9574 1726883265.16582: stdout chunk (state=3): >>>import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d096d0> <<< 9574 1726883265.16608: 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' <<< 9574 1726883265.16630: stdout chunk (state=3): >>>import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae0bc0> <<< 9574 1726883265.16656: 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 <<< 9574 1726883265.16663: stdout chunk (state=3): >>># 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 0x7f2bc1ae0f80> <<< 9574 1726883265.16695: 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' <<< 9574 1726883265.16701: stdout chunk (state=3): >>>import 'syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae10a0> <<< 9574 1726883265.16739: 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 <<< 9574 1726883265.16768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/syspurpose/__pycache__/files.cpython-312.pyc' <<< 9574 1726883265.16791: 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 <<< 9574 1726883265.16801: 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 0x7f2bc1ae1e80> <<< 9574 1726883265.16832: stdout chunk (state=3): >>>import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae1130> <<< 9574 1726883265.16863: 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' <<< 9574 1726883265.16898: 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 <<< 9574 1726883265.16915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/syspurposelib.cpython-312.pyc' <<< 9574 1726883265.16953: 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 <<< 9574 1726883265.16959: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/certlib.cpython-312.pyc' <<< 9574 1726883265.16980: stdout chunk (state=3): >>>import 'subscription_manager.certlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae2ff0> <<< 9574 1726883265.17009: stdout chunk (state=3): >>>import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae28d0> <<< 9574 1726883265.17036: 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 <<< 9574 1726883265.17052: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/file_monitor.cpython-312.pyc' <<< 9574 1726883265.17086: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyinotify.py <<< 9574 1726883265.17157: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/pyinotify.cpython-312.pyc' <<< 9574 1726883265.17184: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 9574 1726883265.17208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' <<< 9574 1726883265.17215: stdout chunk (state=3): >>>import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b0fe00> <<< 9574 1726883265.17287: stdout chunk (state=3): >>>import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae3fe0> <<< 9574 1726883265.17313: stdout chunk (state=3): >>>import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae3650> <<< 9574 1726883265.17339: 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 0x7f2bc1b28bc0> <<< 9574 1726883265.17362: 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 <<< 9574 1726883265.17380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/server.cpython-312.pyc' <<< 9574 1726883265.17407: 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 <<< 9574 1726883265.17429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/service.cpython-312.pyc' <<< 9574 1726883265.17458: 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 <<< 9574 1726883265.17465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/decorators.cpython-312.pyc' <<< 9574 1726883265.17482: stdout chunk (state=3): >>>import 'dbus.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2a1b0> <<< 9574 1726883265.17502: stdout chunk (state=3): >>>import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b29580> <<< 9574 1726883265.17526: 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 <<< 9574 1726883265.17533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/server.cpython-312.pyc' <<< 9574 1726883265.17554: stdout chunk (state=3): >>>import 'dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2a570> <<< 9574 1726883265.17584: 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' <<< 9574 1726883265.17594: stdout chunk (state=3): >>>import 'dbus.mainloop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2a7e0> <<< 9574 1726883265.17605: 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' <<< 9574 1726883265.17664: 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 0x7f2bc1b2a990> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2a8d0> <<< 9574 1726883265.17696: 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 <<< 9574 1726883265.17705: stdout chunk (state=3): >>># 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 0x7f2bc1b2aa80> <<< 9574 1726883265.17732: 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 <<< 9574 1726883265.17741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.17759: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 9574 1726883265.17872: 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 0x7f2bc1b2b3e0> <<< 9574 1726883265.17943: 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 0x7f2bc1b2b200> <<< 9574 1726883265.17967: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2ab70> <<< 9574 1726883265.17993: 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' <<< 9574 1726883265.18010: 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 <<< 9574 1726883265.18019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 9574 1726883265.18042: 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 <<< 9574 1726883265.18056: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 9574 1726883265.18072: 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 <<< 9574 1726883265.18093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 9574 1726883265.18116: 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 <<< 9574 1726883265.18123: 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 0x7f2bc1b6deb0> <<< 9574 1726883265.18162: 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 <<< 9574 1726883265.18164: 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 0x7f2bc1b6e240> <<< 9574 1726883265.18199: 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 <<< 9574 1726883265.18215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 9574 1726883265.18221: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6e6f0> <<< 9574 1726883265.18246: 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 <<< 9574 1726883265.18266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 9574 1726883265.18270: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6ef00> <<< 9574 1726883265.18289: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6d5e0> <<< 9574 1726883265.18295: stdout chunk (state=3): >>>import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6d100> <<< 9574 1726883265.18325: 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 <<< 9574 1726883265.18339: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.18370: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6f4a0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6cbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2af00> <<< 9574 1726883265.18432: 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 <<< 9574 1726883265.18580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 9574 1726883265.18604: 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 <<< 9574 1726883265.18608: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 9574 1726883265.18631: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b95a90> <<< 9574 1726883265.18650: 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 <<< 9574 1726883265.18668: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 9574 1726883265.18695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 9574 1726883265.18739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 9574 1726883265.18779: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b96840> <<< 9574 1726883265.18809: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b96000> <<< 9574 1726883265.18964: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6ffb0> <<< 9574 1726883265.18989: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 9574 1726883265.19017: 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 <<< 9574 1726883265.19025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/dbus/__pycache__/dbus_utils.cpython-312.pyc' <<< 9574 1726883265.19059: 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' <<< 9574 1726883265.19065: stdout chunk (state=3): >>>import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc190f350> <<< 9574 1726883265.19083: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementTree.py <<< 9574 1726883265.19150: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementTree.cpython-312.pyc' <<< 9574 1726883265.19166: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc matches /usr/lib64/python3.12/xml/etree/ElementPath.py <<< 9574 1726883265.19182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/etree/__pycache__/ElementPath.cpython-312.pyc' <<< 9574 1726883265.19219: stdout chunk (state=3): >>>import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1936390> <<< 9574 1726883265.19285: stdout chunk (state=3): >>># extension module '_elementtree' loaded from '/usr/lib64/python3.12/lib-dynload/_elementtree.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.19301: 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 0x7f2bc19374a0> <<< 9574 1726883265.19305: stdout chunk (state=3): >>>import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc190f2c0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc190eb10> <<< 9574 1726883265.19342: 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 <<< 9574 1726883265.19349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsm/__pycache__/logutil.cpython-312.pyc' <<< 9574 1726883265.19376: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc matches /usr/lib64/python3.12/logging/config.py <<< 9574 1726883265.19403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/config.cpython-312.pyc' <<< 9574 1726883265.19430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc matches /usr/lib64/python3.12/socketserver.py <<< 9574 1726883265.19464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socketserver.cpython-312.pyc' <<< 9574 1726883265.19505: stdout chunk (state=3): >>>import 'socketserver' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1961010> <<< 9574 1726883265.19599: stdout chunk (state=3): >>>import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1937e60> <<< 9574 1726883265.19644: stdout chunk (state=3): >>>import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19377d0> <<< 9574 1726883265.19679: stdout chunk (state=3): >>>import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b28c80> <<< 9574 1726883265.19685: stdout chunk (state=3): >>>import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae23f0> <<< 9574 1726883265.19747: stdout chunk (state=3): >>>import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdf320> <<< 9574 1726883265.19775: 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' <<< 9574 1726883265.19792: stdout chunk (state=3): >>>import 'subscription_manager.model' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1962ab0> <<< 9574 1726883265.19833: 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 <<< 9574 1726883265.19851: 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 0x7f2bc1962c00> <<< 9574 1726883265.19873: 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 <<< 9574 1726883265.19902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/repofile.cpython-312.pyc' <<< 9574 1726883265.19958: stdout chunk (state=3): >>>import 'subscription_manager.repofile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1962e10> <<< 9574 1726883265.20002: stdout chunk (state=3): >>>import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cde5a0> <<< 9574 1726883265.20037: stdout chunk (state=3): >>>import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dc4980> <<< 9574 1726883265.20061: 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' <<< 9574 1726883265.20091: 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 <<< 9574 1726883265.20109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cert_sorter.cpython-312.pyc' <<< 9574 1726883265.20139: 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 <<< 9574 1726883265.20147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/reasons.cpython-312.pyc' <<< 9574 1726883265.20170: stdout chunk (state=3): >>>import 'subscription_manager.reasons' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a97f0> <<< 9574 1726883265.20183: stdout chunk (state=3): >>>import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a8b60> <<< 9574 1726883265.20211: 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' <<< 9574 1726883265.20247: 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 # code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/all.cpython-312.pyc' <<< 9574 1726883265.20273: 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 <<< 9574 1726883265.20279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc' <<< 9574 1726883265.20302: stdout chunk (state=3): >>>import 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19aa420> <<< 9574 1726883265.20323: 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 <<< 9574 1726883265.20342: 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 0x7f2bc19aa690> <<< 9574 1726883265.20367: 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 <<< 9574 1726883265.20374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/cloud_facts.cpython-312.pyc' <<< 9574 1726883265.20395: stdout chunk (state=3): >>>import 'rhsmlib.facts.cloud_facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19aa870> <<< 9574 1726883265.20414: 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 <<< 9574 1726883265.20430: 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 0x7f2bc19aabd0> <<< 9574 1726883265.20456: 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 <<< 9574 1726883265.20462: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache__/network.cpython-312.pyc' <<< 9574 1726883265.20485: stdout chunk (state=3): >>>import 'rhsmlib.facts.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19aae70> <<< 9574 1726883265.20495: stdout chunk (state=3): >>>import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19aa030> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a9d60> <<< 9574 1726883265.20527: 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 <<< 9574 1726883265.20529: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identity.cpython-312.pyc' <<< 9574 1726883265.20558: stdout chunk (state=3): >>>import 'subscription_manager.identity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19ab0e0> <<< 9574 1726883265.20582: 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' <<< 9574 1726883265.20596: stdout chunk (state=3): >>>import 'subscription_manager.validity' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19abad0> <<< 9574 1726883265.20615: 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 <<< 9574 1726883265.20633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/cp_provider.cpython-312.pyc' <<< 9574 1726883265.20675: 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 <<< 9574 1726883265.20678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rhsmlib/__pycache__/client_info.cpython-312.pyc' <<< 9574 1726883265.20686: stdout chunk (state=3): >>>import 'rhsmlib.client_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19c8110> <<< 9574 1726883265.20706: stdout chunk (state=3): >>>import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19abc50> <<< 9574 1726883265.20719: 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 <<< 9574 1726883265.20761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/plugins.cpython-312.pyc' <<< 9574 1726883265.20785: 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' <<< 9574 1726883265.20804: stdout chunk (state=3): >>>import 'subscription_manager.base_plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19c9af0> <<< 9574 1726883265.20857: stdout chunk (state=3): >>>import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19c8680> <<< 9574 1726883265.20885: 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 <<< 9574 1726883265.20892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/lock.cpython-312.pyc' <<< 9574 1726883265.20914: stdout chunk (state=3): >>>import 'subscription_manager.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19c8cb0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a8a40> <<< 9574 1726883265.20944: 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 <<< 9574 1726883265.20965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/librepo/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.21034: 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 0x7f2bc19cb5c0> <<< 9574 1726883265.21092: stdout chunk (state=3): >>>import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19cae40> <<< 9574 1726883265.21104: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc215bfe0> <<< 9574 1726883265.21131: 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 <<< 9574 1726883265.21144: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/subscription-manager.cpython-312.pyc' <<< 9574 1726883265.21168: 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' <<< 9574 1726883265.21207: 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' <<< 9574 1726883265.21242: stdout chunk (state=3): >>>import 'subscription_manager.base_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ec890> <<< 9574 1726883265.21255: 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 <<< 9574 1726883265.21279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entcertlib.cpython-312.pyc' <<< 9574 1726883265.21304: 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 <<< 9574 1726883265.21311: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/content_action_client.cpython-312.pyc' <<< 9574 1726883265.21329: stdout chunk (state=3): >>>import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17edd90> <<< 9574 1726883265.21359: 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 <<< 9574 1726883265.21365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/rhelentbranding.cpython-312.pyc' <<< 9574 1726883265.21391: 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 <<< 9574 1726883265.21397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/entbranding.cpython-312.pyc' <<< 9574 1726883265.21433: stdout chunk (state=3): >>>import 'subscription_manager.entbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17eea50> <<< 9574 1726883265.21464: stdout chunk (state=3): >>>import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ee3f0> <<< 9574 1726883265.21498: stdout chunk (state=3): >>>import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ecda0> <<< 9574 1726883265.21523: 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 <<< 9574 1726883265.21533: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/identitycertlib.cpython-312.pyc' <<< 9574 1726883265.21548: stdout chunk (state=3): >>>import 'subscription_manager.identitycertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17efa40> <<< 9574 1726883265.21566: 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' <<< 9574 1726883265.21597: stdout chunk (state=3): >>>import 'subscription_manager.healinglib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17efc50> <<< 9574 1726883265.21615: 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 <<< 9574 1726883265.21625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/factlib.cpython-312.pyc' <<< 9574 1726883265.21662: stdout chunk (state=3): >>>import 'subscription_manager.factlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17efef0> <<< 9574 1726883265.21686: 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 # code object from '/usr/lib64/python3.12/site-packages/subscription_manager/__pycache__/packageprofilelib.cpython-312.pyc' <<< 9574 1726883265.21688: stdout chunk (state=3): >>>import 'subscription_manager.packageprofilelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1808170> <<< 9574 1726883265.21723: 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 <<< 9574 1726883265.21725: 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 0x7f2bc18083e0> <<< 9574 1726883265.21758: stdout chunk (state=3): >>>import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ec3e0> <<< 9574 1726883265.21760: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19cbe90> <<< 9574 1726883265.21797: 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' <<< 9574 1726883265.21801: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.upload-profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1808680> <<< 9574 1726883265.36013: 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}}} <<< 9574 1726883265.37813: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 9574 1726883265.37843: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883265.38777: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 9574 1726883265.38857: 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 <<< 9574 1726883265.38870: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.39005: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.39189: stdout chunk (state=3): >>># 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 # c<<< 9574 1726883265.39252: stdout chunk (state=3): >>>leanup[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_m<<< 9574 1726883265.39273: stdout chunk (state=3): >>>anager # 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<<< 9574 1726883265.39301: stdout chunk (state=3): >>>.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[<<< 9574 1726883265.39308: stdout chunk (state=3): >>>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<<< 9574 1726883265.39326: stdout chunk (state=3): >>> 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 <<< 9574 1726883265.40301: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 9574 1726883265.40317: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp <<< 9574 1726883265.40323: stdout chunk (state=3): >>># destroy selinux <<< 9574 1726883265.40352: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 9574 1726883265.40357: stdout chunk (state=3): >>># destroy netrc <<< 9574 1726883265.40403: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 9574 1726883265.40412: stdout chunk (state=3): >>># destroy systemd.journal <<< 9574 1726883265.40428: 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 <<< 9574 1726883265.40497: 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 <<< 9574 1726883265.40576: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40641: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40660: 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 <<< 9574 1726883265.40743: 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 # 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 <<< 9574 1726883265.40766: 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 # 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 <<< 9574 1726883265.40834: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40883: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40905: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40930: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.40964: 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 <<< 9574 1726883265.40981: 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 <<< 9574 1726883265.40992: 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<<< 9574 1726883265.41028: 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 # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart <<< 9574 1726883265.41051: 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 <<< 9574 1726883265.41058: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian <<< 9574 1726883265.41076: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 9574 1726883265.41112: 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 <<< 9574 1726883265.41116: 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 <<< 9574 1726883265.41137: 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 <<< 9574 1726883265.41183: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing<<< 9574 1726883265.41190: stdout chunk (state=3): >>> <<< 9574 1726883265.41217: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping zipfile <<< 9574 1726883265.41229: 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 <<< 9574 1726883265.41245: stdout chunk (state=3): >>># destroy ipaddress <<< 9574 1726883265.41262: 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 <<< 9574 1726883265.41266: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random <<< 9574 1726883265.41289: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.41298: stdout chunk (state=3): >>># cleanup[3] wiping _lzma # cleanup[3] wiping _bz2 # cleanup[3] wiping _compression # cleanup[3] wiping zlib # cleanup[3] wiping errno <<< 9574 1726883265.41318: 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 # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 9574 1726883265.41328: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.41363: 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 <<< 9574 1726883265.41369: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.41403: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.41425: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 9574 1726883265.41461: 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 <<< 9574 1726883265.41468: stdout chunk (state=3): >>># destroy _datetime <<< 9574 1726883265.42600: stdout chunk (state=3): >>># destroy sys.monitoring <<< 9574 1726883265.42642: stdout chunk (state=3): >>># destroy zipimport <<< 9574 1726883265.42675: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 9574 1726883265.42705: stdout chunk (state=3): >>># destroy re._parser <<< 9574 1726883265.42713: stdout chunk (state=3): >>># destroy tokenize <<< 9574 1726883265.42732: stdout chunk (state=3): >>># destroy _compat_pickle <<< 9574 1726883265.42757: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy gi.types # destroy gi._error # destroy gi._gi # destroy gi._gobject <<< 9574 1726883265.42785: stdout chunk (state=3): >>># 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 <<< 9574 1726883265.42788: stdout chunk (state=3): >>># destroy _queue <<< 9574 1726883265.42797: stdout chunk (state=3): >>># destroy posix <<< 9574 1726883265.42818: stdout chunk (state=3): >>># destroy stat <<< 9574 1726883265.42826: stdout chunk (state=3): >>># destroy selectors # destroy _pickle <<< 9574 1726883265.42849: 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 <<< 9574 1726883265.42859: stdout chunk (state=3): >>># destroy _typing <<< 9574 1726883265.42874: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator <<< 9574 1726883265.42900: stdout chunk (state=3): >>># destroy gzip <<< 9574 1726883265.42953: stdout chunk (state=3): >>># destroy signal <<< 9574 1726883265.43034: stdout chunk (state=3): >>># destroy rhsmlib.facts.dmiinfo # destroy requests <<< 9574 1726883265.43058: stdout chunk (state=3): >>># destroy iniparse.ini # destroy _blake2 # destroy queue # destroy shlex # destroy pwd <<< 9574 1726883265.43100: 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 zlib # destroy math # destroy dateutil.parser._parser <<< 9574 1726883265.43104: stdout chunk (state=3): >>># destroy http.cookies # destroy _ssl <<< 9574 1726883265.43117: stdout chunk (state=3): >>># destroy shutil <<< 9574 1726883265.43138: stdout chunk (state=3): >>># destroy _heapq # destroy enum <<< 9574 1726883265.43161: stdout chunk (state=3): >>># destroy urllib.parse <<< 9574 1726883265.43200: stdout chunk (state=3): >>># destroy _weakref <<< 9574 1726883265.43204: stdout chunk (state=3): >>># destroy ntpath <<< 9574 1726883265.43263: 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 <<< 9574 1726883265.43269: stdout chunk (state=3): >>># destroy rhsm # destroy rhsmlib.dbus.dbus_utils <<< 9574 1726883265.43314: stdout chunk (state=3): >>># destroy traceback # destroy dnf.yum.misc # destroy glob # destroy functools # destroy curses # destroy fcntl # destroy termios <<< 9574 1726883265.43339: 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 <<< 9574 1726883265.43357: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy dataclasses # destroy configparser # destroy fnmatch # destroy pyinotify # destroy requests.sessions <<< 9574 1726883265.43374: 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 <<< 9574 1726883265.43439: 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 <<< 9574 1726883265.43518: 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 <<< 9574 1726883265.43535: stdout chunk (state=3): >>># destroy hashlib # destroy datetime # destroy encodings # destroy charset_normalizer # destroy http.cookiejar # destroy json # destroy typing <<< 9574 1726883265.43616: stdout chunk (state=3): >>># destroy _multibytecodec <<< 9574 1726883265.43641: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883265.43714: stdout chunk (state=3): >>># destroy hmac # destroy binascii # destroy _hashlib <<< 9574 1726883265.43723: 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 <<< 9574 1726883265.43737: stdout chunk (state=3): >>># destroy http.client # destroy email <<< 9574 1726883265.43749: stdout chunk (state=3): >>># destroy _warnings <<< 9574 1726883265.43763: stdout chunk (state=3): >>># destroy ssl # destroy string # destroy subprocess # destroy rhsmlib.facts.collector <<< 9574 1726883265.43795: 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 <<< 9574 1726883265.43821: 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 <<< 9574 1726883265.43832: stdout chunk (state=3): >>># destroy threading # destroy logging # destroy warnings # destroy io # destroy collections # destroy contextlib <<< 9574 1726883265.43851: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma <<< 9574 1726883265.43880: stdout chunk (state=3): >>># destroy xml.etree.ElementPath # destroy pyexpat # destroy _elementtree <<< 9574 1726883265.43997: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 9574 1726883265.44178: stdout chunk (state=3): >>># destroy _codecs <<< 9574 1726883265.44184: stdout chunk (state=3): >>># destroy re <<< 9574 1726883265.44205: stdout chunk (state=3): >>># destroy _random <<< 9574 1726883265.44214: stdout chunk (state=3): >>># destroy _sre <<< 9574 1726883265.44222: stdout chunk (state=3): >>># clear sys.audit hooks <<< 9574 1726883265.45118: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883265.45152: stderr chunk (state=3): >>><<< 9574 1726883265.45157: stdout chunk (state=3): >>><<< 9574 1726883265.45409: _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 0x7f2bc5bbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5b8ba10> # /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 0x7f2bc5bbe930> 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 0x7f2bc5bccfe0> # /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 0x7f2bc5bcdf10> 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 0x7f2bc59abd10> # /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 0x7f2bc59abf20> # /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 0x7f2bc59e3710> # /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 0x7f2bc59e3da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59c39b0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59c10d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a8ec0> # /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 0x7f2bc5a07620> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a06240> # /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 0x7f2bc59c20c0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59aa780> # /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 0x7f2bc5a38650> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a8140> # /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 0x7f2bc5a38b00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a389b0> # 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 0x7f2bc5a38da0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc59a6c60> # /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 0x7f2bc5a39490> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a39160> 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 0x7f2bc5a3a390> 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 0x7f2bc5a50590> 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 0x7f2bc5a51c70> # /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 0x7f2bc5a52b10> # 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 0x7f2bc5a53170> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a52060> # /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 0x7f2bc5a53bf0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a53320> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a3a300> # /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 0x7f2bc579baa0> # /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 0x7f2bc57c4560> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c42c0> # 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 0x7f2bc57c4590> # /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 0x7f2bc57c4ec0> # 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 0x7f2bc57c5880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c4770> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5799c40> # /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 0x7f2bc57c6bd0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c4d40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5a3aab0> # /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 0x7f2bc57eef60> # /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 0x7f2bc58132c0> # /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 0x7f2bc5843fb0> # /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 0x7f2bc5876810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc58741d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5813f50> # /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 0x7f2bc51291f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc58120f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc57c7b30> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2bc5812420> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_zxsssbxd/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 0x7f2bc517ee10> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc515dd00> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc515ce90> # 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 0x7f2bc517cce0> # /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 0x7f2bc51aa840> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51aa5d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51a9ee0> # /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 0x7f2bc51aa3c0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc517faa0> 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 0x7f2bc51ab530> # 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 0x7f2bc51ab770> # /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 0x7f2bc51abcb0> 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 0x7f2bc500da30> # 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 0x7f2bc500f650> # /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 0x7f2bc500ff50> # /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 0x7f2bc50151f0> # /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 0x7f2bc5017c80> # 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 0x7f2bc515ef00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5015f40> # /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 0x7f2bc501fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc501e510> # /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 0x7f2bc501ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5016450> # 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 0x7f2bc5063fb0> # /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 0x7f2bc50640b0> # /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 0x7f2bc5065b20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5065910> # /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 0x7f2bc5067fe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50661e0> # /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 0x7f2bc506b890> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5068260> # 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 0x7f2bc506c980> # 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 0x7f2bc506c920> # 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 0x7f2bc506cbf0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc5064200> # /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 0x7f2bc50f82c0> # 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 0x7f2bc50f9a30> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc506ea50> # 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 0x7f2bc506fdd0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc506e660> # 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 0x7f2bc50fdb80> # /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 0x7f2bc50fe8d0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc50f9d30> 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 0x7f2bc50fd700> # 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 0x7f2bc50ff980> # 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 0x7f2bc4f0a090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f07ec0> 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 0x7f2bc51fab10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc51de7e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f0a210> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f008c0> # 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 0x7f2bc4f9cd40> # /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 0x7f2bc4f9cf80> # /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 0x7f2bc4f9d6d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9d250> # /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 0x7f2bc4f9dfd0> # /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 0x7f2bc4f8dd60> # /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 0x7f2bc4f8daf0> # /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 0x7f2bc4bb2810> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9f800> # /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 0x7f2bc4bc13a0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3f20> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3290> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9ec90> # /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 0x7f2bc4c2d430> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4be5550> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4bb3d10> # /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 0x7f2bc4c30ef0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c2f200> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4be5070> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9e660> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9e060> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9dd60> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4f9cfe0> # /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 0x7f2bc4f9df40> # /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 0x7f2bc4c31550> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c31190> # /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 0x7f2bc4c31e20> # /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 0x7f2bc4c44770> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c1d8e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c32ae0> # /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 0x7f2bc4c1d370> # /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 0x7f2bc4c527b0> # /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 0x7f2bc4c53470> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4c52f00> # /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 0x7f2bc4c53950> # /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 0x7f2bc4c27a40> # /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 0x7f2bc4b103e0> # 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 0x7f2bc4b13200> # /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 0x7f2bc4b13320> # /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 0x7f2bc486b4d0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc486ad20> # 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 0x7f2bc486af00> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b13830> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b122a0> # /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 0x7f2bc4b12ea0> # /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 0x7f2bc48e8ad0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e86b0> # /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 0x7f2bc49143e0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e8c20> # /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 0x7f2bc46c3590> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc49145f0> # /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 0x7f2bc473d070> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc46c38f0> # /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 0x7f2bc473ff20> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc473d1f0> # /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 0x7f2bc2a50230> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4774440> # /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 0x7f2bc2a514f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a508f0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc48e8230> # /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 0x7f2bc2a74a10> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a53e60> # /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 0x7f2bc2a77050> # /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 0x7f2bc2a77f20> # /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 0x7f2bc2a98830> # /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 0x7f2bc2a99d60> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a981a0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a76fc0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a768a0> # /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 0x7f2bc2a9b980> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a77440> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a74d10> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a53470> # /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 0x7f2bc2a53b90> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a538f0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2a51670> # /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 0x7f2bc2ad4fe0> # /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 0x7f2bc2ad74d0> # /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 0x7f2bc2ad7cb0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad67b0> # /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 0x7f2bc2b04500> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2ad4ec0> # /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 0x7f2bc2b05f40> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b054f0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b05310> # /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 0x7f2bc2b2cfe0> # /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 0x7f2bc23f7050> # 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 0x7f2bc23f73b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2f2c0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2d460> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b2c4d0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06720> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06450> # /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 0x7f2bc2430ef0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc23f7f20> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2b06c60> # /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 0x7f2bc24315b0> # /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 0x7f2bc2431940> # /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 0x7f2bc24319d0> # /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 0x7f2bc2431af0> # /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 0x7f2bc24506e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2432810> # /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 0x7f2bc2450830> # /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 0x7f2bc2450920> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24318e0> # /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 0x7f2bc2450ad0> # /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 0x7f2bc249c4a0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24738c0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2472360> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24522d0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2451730> # /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 0x7f2bc2452690> # /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 0x7f2bc2471160> # /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 0x7f2bc24b4b30> # /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 0x7f2bc24b4da0> # /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 0x7f2bc24b5700> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b5190> # /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 0x7f2bc24b65d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc486b5f0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc4b121b0> # /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 0x7f2bc24b71d0> # /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 0x7f2bc228bc80> # /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 0x7f2bc22adca0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ad850> # 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 0x7f2bc24b70e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ac710> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc228bf50> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2288ce0> # /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 0x7f2bc486ac90> # /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 0x7f2bc22c3230> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22c1d60> # /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 0x7f2bc22e8a40> # /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 0x7f2bc22e8d10> # /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 0x7f2bc22e8f80> # /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 0x7f2bc22e9220> # /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 0x7f2bc22e9940> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22e9790> # /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 0x7f2bc22eb050> # /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 0x7f2bc22eb2c0> # /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 0x7f2bc22eb500> # /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 0x7f2bc2304470> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc22ebce0> # /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 0x7f2bc2305010> # /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 0x7f2bc2305460> # /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 0x7f2bc2305640> # /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 0x7f2bc2305910> # /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 0x7f2bc2306810> # /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 0x7f2bc2306a80> # /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 0x7f2bc2306c90> # /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 0x7f2bc2307860> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2307380> # /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 0x7f2bc232c710> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2307f50> # /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 0x7f2bc232d370> # /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 0x7f2bc232d670> # /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 0x7f2bc232e5d0> # /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 0x7f2bc232e870> # /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 0x7f2bc232ea20> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b7620> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b73b0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b6ae0> # /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 0x7f2bc232f3e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f110> # /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 0x7f2bc2351880> # /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 0x7f2bc2352ff0> # 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 0x7f2bc23521e0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc2351d90> # /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 0x7f2bc20a87d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc208fbf0> # /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 0x7f2bc20ab710> # /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 0x7f2bc20abf80> # /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 0x7f2bc20a8e60> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20a8b30> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f6b0> # /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 0x7f2bc2350ad0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc232f410> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc24b7320> # /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 0x7f2bc20d2180> # /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 0x7f2bc20d2a20> # /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 0x7f2bc20d3a10> # /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 0x7f2bc20d3fb0> # /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 0x7f2bc20fd760> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fd130> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fcdd0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fca70> # /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 0x7f2bc20fce90> # /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 0x7f2bc20ff4a0> # /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 0x7f2bc20ff560> # /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 0x7f2bc20ffc80> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20ffb00> # /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 0x7f2bc212e210> # /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 0x7f2bc212f440> # /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 0x7f2bc212f6b0> # /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 0x7f2bc212f800> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212f650> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212ef00> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212e390> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212d640> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212cc20> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc212c4a0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fef90> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc20fe4b0> # /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 0x7f2bc212f110> # /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 0x7f2bc212fce0> # /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 0x7f2bc21585f0> # /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 0x7f2bc2158980> # /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 0x7f2bc2159280> # /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 0x7f2bc2159df0> # /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 0x7f2bc1dc4740> # /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 0x7f2bc1dc5e20> # /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 0x7f2bc1ded460> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dc5e50> # /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 0x7f2bc1e15190> # /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 0x7f2bc1e15310> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1deff50> # /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 0x7f2bc1e161e0> # /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 0x7f2bc1e16ba0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1defcb0> # /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 0x7f2bc1e16c30> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1def1d0> # /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 0x7f2bc1e17230> # /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 0x7f2bc1e17650> # /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 0x7f2bc1e177a0> # /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 0x7f2bc1e17860> # /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 0x7f2bc1e641a0> # /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 0x7f2bc1e642f0> # /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 0x7f2bc1e644a0> # /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 0x7f2bc1e65a90> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e3d4f0> # /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 0x7f2bc1e75610> # /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 0x7f2bc1e75af0> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e3e180> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e17f50> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dee1b0> # /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 0x7f2bc1eb0fb0> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e77e00> # /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 0x7f2bc1eb2de0> # /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 0x7f2bc1eb3110> # /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 0x7f2bc1cdc230> # /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 0x7f2bc1cdd9a0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdd550> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1eb3200> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1e76cf0> # /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 0x7f2bc1d0a120> # /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 0x7f2bc1d0ab10> # /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 0x7f2bc1d0ad50> # /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 0x7f2bc1d0b9b0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0b5c0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0b0e0> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0a7e0> # /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 0x7f2bc1d0be00> # /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 0x7f2bc1d3ad80> # /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 0x7f2bc1d3aea0> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3a030> # /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 0x7f2bc1d3a240> # /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 0x7f2bc1d63710> # /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 0x7f2bc1d89700> # /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 0x7f2bc1d89730> # /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 0x7f2bc1d898e0> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d89280> # /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 0x7f2bc1d89d30> # /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 0x7f2bc1d89eb0> # /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 0x7f2bc1d8a060> # /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 0x7f2bc1d8b4a0> # /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 0x7f2bc1d8bc20> # /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 0x7f2bc1d8bc80> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d8adb0> # /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 0x7f2bc1d8af30> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d88f80> # /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 0x7f2bc1d88d70> # /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 0x7f2bc1db11f0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d88530> # /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 0x7f2bc1db1c40> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db17c0> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1db1520> # /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 0x7f2bc1db1a90> # /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 0x7f2bc1db3770> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d3a3c0> # /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 0x7f2bc1db3800> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d39a90> # /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 0x7f2bc1be61b0> # /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 0x7f2bc1c198e0> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c18bc0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c0bce0> # /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 0x7f2bc1c1a330> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be57f0> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5460> # /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 0x7f2bc1c1b5f0> # /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 0x7f2bc1c1b740> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5190> # /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 0x7f2bc1c1b7a0> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be5040> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4a70> # /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 0x7f2bc1bf2330> # /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 0x7f2bc1bf30e0> # /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 0x7f2bc1bf3200> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1bf23c0> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4ce0> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4bc0> # /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 0x7f2bc1c7c9e0> # /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 0x7f2bc1c7ca70> # /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 0x7f2bc1c7cb30> # /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 0x7f2bc1c7cd40> # /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 0x7f2bc1c7e120> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1be4d40> # /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 0x7f2bc1c7ff50> # /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 0x7f2bc1caa0f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ca9b20> # /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 0x7f2bc1ca9f70> # /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 0x7f2bc1caad80> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ca8920> # /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 0x7f2bc1c7f380> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1c7e840> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1bf2c00> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d396a0> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d380e0> # /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 0x7f2bc1c7fda0> # /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 0x7f2bc1c7f200> # /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 0x7f2bc1cabe60> # /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 0x7f2bc1ae0320> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d0a1e0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1d096d0> # /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 0x7f2bc1ae0bc0> # /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 0x7f2bc1ae0f80> # /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 0x7f2bc1ae10a0> # /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 0x7f2bc1ae1e80> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae1130> # /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 0x7f2bc1ae2ff0> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae28d0> # /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 0x7f2bc1b0fe00> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae3fe0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae3650> # /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 0x7f2bc1b28bc0> # /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 0x7f2bc1b2a1b0> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b29580> # /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 0x7f2bc1b2a570> # /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 0x7f2bc1b2a7e0> # /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 0x7f2bc1b2a990> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2a8d0> # /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 0x7f2bc1b2aa80> # /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 0x7f2bc1b2b3e0> # 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 0x7f2bc1b2b200> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2ab70> # /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 0x7f2bc1b6deb0> # /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 0x7f2bc1b6e240> # /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 0x7f2bc1b6e6f0> # /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 0x7f2bc1b6ef00> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6d5e0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6d100> # /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 0x7f2bc1b6f4a0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6cbf0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b2af00> # /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 0x7f2bc1b95a90> # /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 0x7f2bc1b96840> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b96000> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b6ffb0> 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 0x7f2bc190f350> # /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 0x7f2bc1936390> # 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 0x7f2bc19374a0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc190f2c0> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc190eb10> # /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 0x7f2bc1961010> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1937e60> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19377d0> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1b28c80> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1ae23f0> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cdf320> # /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 0x7f2bc1962ab0> # /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 0x7f2bc1962c00> # /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 0x7f2bc1962e10> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1cde5a0> import 'subscription_manager.productid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc1dc4980> # /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 0x7f2bc19a97f0> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a8b60> # /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 0x7f2bc19aa420> # /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 0x7f2bc19aa690> # /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 0x7f2bc19aa870> # /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 0x7f2bc19aabd0> # /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 0x7f2bc19aae70> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19aa030> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a9d60> # /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 0x7f2bc19ab0e0> # /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 0x7f2bc19abad0> # /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 0x7f2bc19c8110> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19abc50> # /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 0x7f2bc19c9af0> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19c8680> # /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 0x7f2bc19c8cb0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19a8a40> # /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 0x7f2bc19cb5c0> import 'librepo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19cae40> import 'dnf.plugin.dynamic.product-id' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc215bfe0> # /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 0x7f2bc17ec890> # /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 0x7f2bc17edd90> # /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 0x7f2bc17eea50> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ee3f0> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ecda0> # /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 0x7f2bc17efa40> # /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 0x7f2bc17efc50> # /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 0x7f2bc17efef0> # /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 0x7f2bc1808170> # /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 0x7f2bc18083e0> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc17ec3e0> import 'dnf.plugin.dynamic.subscription-manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2bc19cbe90> # /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 0x7f2bc1808680> {"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 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 closed. 9574 1726883265.46972: 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-1726883264.1189556-10330-92878477706536/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883265.46976: _low_level_execute_command(): starting 9574 1726883265.46978: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883264.1189556-10330-92878477706536/ > /dev/null 2>&1 && sleep 0' 9574 1726883265.46981: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 9574 1726883265.46983: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.46986: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883265.46988: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883265.46990: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883265.46992: stderr chunk (state=3): >>>debug2: match not found <<< 9574 1726883265.46994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.46996: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 9574 1726883265.46999: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.12.40 is address <<< 9574 1726883265.47001: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 9574 1726883265.47003: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.47005: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883265.47007: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883265.47009: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 <<< 9574 1726883265.47011: stderr chunk (state=3): >>>debug2: match found <<< 9574 1726883265.47013: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.47016: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.47018: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.47020: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.47022: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.48453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883265.48475: stderr chunk (state=3): >>><<< 9574 1726883265.48479: stdout chunk (state=3): >>><<< 9574 1726883265.48493: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883265.48501: handler run complete 9574 1726883265.48527: attempt loop complete, returning result 9574 1726883265.48530: _execute() done 9574 1726883265.48532: dumping result to json 9574 1726883265.48542: done dumping result, returning 9574 1726883265.48550: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed [0affc0aa-4893-214d-52b4-000000000136] 9574 1726883265.48560: sending task result for task 0affc0aa-4893-214d-52b4-000000000136 9574 1726883265.48652: done sending task result for task 0affc0aa-4893-214d-52b4-000000000136 9574 1726883265.48655: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 9574 1726883265.48732: no more pending results, returning what we have 9574 1726883265.48737: results queue empty 9574 1726883265.48738: checking for any_errors_fatal 9574 1726883265.48739: done checking for any_errors_fatal 9574 1726883265.48742: checking for max_fail_percentage 9574 1726883265.48743: done checking for max_fail_percentage 9574 1726883265.48744: checking to see if all hosts have failed and the running result is not ok 9574 1726883265.48745: done checking to see if all hosts have failed 9574 1726883265.48746: getting the remaining hosts for this loop 9574 1726883265.48748: done getting the remaining hosts for this loop 9574 1726883265.48751: getting the next task for host managed_node2 9574 1726883265.48758: done getting next task for host managed_node2 9574 1726883265.48761: ^ task is: TASK: fedora.linux_system_roles.rhc : Get subscription status 9574 1726883265.48765: ^ 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 9574 1726883265.48774: getting variables 9574 1726883265.48775: in VariableManager get_vars() 9574 1726883265.48808: Calling all_inventory to load vars for managed_node2 9574 1726883265.48811: Calling groups_inventory to load vars for managed_node2 9574 1726883265.48813: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883265.48822: Calling all_plugins_play to load vars for managed_node2 9574 1726883265.48825: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883265.48827: Calling groups_plugins_play to load vars for managed_node2 9574 1726883265.48879: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883265.48919: done with get_vars() 9574 1726883265.48925: done getting variables 9574 1726883265.49025: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:45 -0400 (0:00:01.442) 0:00:44.890 ****** 9574 1726883265.49053: entering _queue_task() for managed_node2/command 9574 1726883265.49270: worker is 1 (out of 1 available) 9574 1726883265.49284: exiting _queue_task() for managed_node2/command 9574 1726883265.49297: done queuing things up, now waiting for results queue to drain 9574 1726883265.49299: waiting for pending results... 9574 1726883265.49452: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Get subscription status 9574 1726883265.49529: in run() - task 0affc0aa-4893-214d-52b4-000000000137 9574 1726883265.49538: variable 'ansible_search_path' from source: unknown 9574 1726883265.49543: variable 'ansible_search_path' from source: unknown 9574 1726883265.49570: calling self._execute() 9574 1726883265.49625: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883265.49631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883265.49646: variable 'omit' from source: magic vars 9574 1726883265.49987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883265.51449: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883265.51503: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883265.51531: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883265.51559: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883265.51580: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883265.51646: 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) 9574 1726883265.51668: 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) 9574 1726883265.51685: 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) 9574 1726883265.51714: 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) 9574 1726883265.51725: 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) 9574 1726883265.51816: variable 'rhc_state' from source: role '' defaults 9574 1726883265.51828: Evaluated conditional (rhc_state | d("present") == "present"): True 9574 1726883265.51918: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883265.52030: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883265.52060: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883265.52081: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883265.52103: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883265.52136: 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) 9574 1726883265.52154: 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) 9574 1726883265.52172: 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) 9574 1726883265.52189: 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) 9574 1726883265.52247: variable 'rhc_release' from source: role '' defaults 9574 1726883265.52257: Evaluated conditional (not rhc_release is none): False 9574 1726883265.52260: when evaluation is False, skipping this task 9574 1726883265.52263: _execute() done 9574 1726883265.52266: dumping result to json 9574 1726883265.52268: done dumping result, returning 9574 1726883265.52275: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Get subscription status [0affc0aa-4893-214d-52b4-000000000137] 9574 1726883265.52280: sending task result for task 0affc0aa-4893-214d-52b4-000000000137 9574 1726883265.52377: done sending task result for task 0affc0aa-4893-214d-52b4-000000000137 9574 1726883265.52379: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } 9574 1726883265.52424: no more pending results, returning what we have 9574 1726883265.52427: results queue empty 9574 1726883265.52428: checking for any_errors_fatal 9574 1726883265.52439: done checking for any_errors_fatal 9574 1726883265.52440: checking for max_fail_percentage 9574 1726883265.52443: done checking for max_fail_percentage 9574 1726883265.52444: checking to see if all hosts have failed and the running result is not ok 9574 1726883265.52444: done checking to see if all hosts have failed 9574 1726883265.52445: getting the remaining hosts for this loop 9574 1726883265.52447: done getting the remaining hosts for this loop 9574 1726883265.52450: getting the next task for host managed_node2 9574 1726883265.52457: done getting next task for host managed_node2 9574 1726883265.52461: ^ task is: TASK: fedora.linux_system_roles.rhc : Call subscription-manager 9574 1726883265.52464: ^ 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 9574 1726883265.52476: getting variables 9574 1726883265.52478: in VariableManager get_vars() 9574 1726883265.52510: Calling all_inventory to load vars for managed_node2 9574 1726883265.52513: Calling groups_inventory to load vars for managed_node2 9574 1726883265.52515: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883265.52528: Calling all_plugins_play to load vars for managed_node2 9574 1726883265.52531: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883265.52536: Calling groups_plugins_play to load vars for managed_node2 9574 1726883265.52586: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883265.52626: done with get_vars() 9574 1726883265.52635: 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:47:45 -0400 (0:00:00.036) 0:00:44.926 ****** 9574 1726883265.52679: entering _queue_task() for managed_node2/community.general.redhat_subscription 9574 1726883265.52680: Creating lock for community.general.redhat_subscription 9574 1726883265.52899: worker is 1 (out of 1 available) 9574 1726883265.52912: exiting _queue_task() for managed_node2/community.general.redhat_subscription 9574 1726883265.52923: done queuing things up, now waiting for results queue to drain 9574 1726883265.52925: waiting for pending results... 9574 1726883265.53087: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Call subscription-manager 9574 1726883265.53172: in run() - task 0affc0aa-4893-214d-52b4-000000000138 9574 1726883265.53181: variable 'ansible_search_path' from source: unknown 9574 1726883265.53185: variable 'ansible_search_path' from source: unknown 9574 1726883265.53212: calling self._execute() 9574 1726883265.53273: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883265.53277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883265.53286: variable 'omit' from source: magic vars 9574 1726883265.53365: variable 'omit' from source: magic vars 9574 1726883265.53409: variable 'omit' from source: magic vars 9574 1726883265.53701: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883265.55174: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883265.55230: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883265.55262: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883265.55287: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883265.55308: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883265.55372: 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) 9574 1726883265.55392: 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) 9574 1726883265.55410: 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) 9574 1726883265.55442: 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) 9574 1726883265.55454: 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) 9574 1726883265.55559: variable 'rhc_state' from source: role '' defaults 9574 1726883265.55671: variable 'rhc_auth' from source: include params 9574 1726883265.55725: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.55789: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.55802: variable 'omit' from source: magic vars 9574 1726883265.55885: variable 'rhc_auth' from source: include params 9574 1726883265.55932: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.55992: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.56004: variable 'omit' from source: magic vars 9574 1726883265.56116: 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) 9574 1726883265.56133: 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) 9574 1726883265.56155: 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) 9574 1726883265.56180: 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) 9574 1726883265.56192: 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) 9574 1726883265.56280: variable 'rhc_auth' from source: include params 9574 1726883265.56330: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.56389: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.56403: variable 'omit' from source: magic vars 9574 1726883265.56502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883265.56623: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883265.56657: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883265.56693: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883265.56715: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883265.56753: 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) 9574 1726883265.56770: 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) 9574 1726883265.56787: 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) 9574 1726883265.56804: 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) 9574 1726883265.56880: variable 'rhc_organization' from source: include params 9574 1726883265.56928: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.56944: variable 'omit' from source: magic vars 9574 1726883265.57018: variable 'rhc_server' from source: include params 9574 1726883265.57071: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57125: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57188: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57245: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57278: variable 'omit' from source: magic vars 9574 1726883265.57354: variable 'rhc_server' from source: include params 9574 1726883265.57403: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57462: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57519: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57577: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57594: variable 'omit' from source: magic vars 9574 1726883265.57672: variable 'rhc_server' from source: include params 9574 1726883265.57723: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57778: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57831: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57889: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.57905: variable 'omit' from source: magic vars 9574 1726883265.58054: variable 'rhc_server' from source: include params 9574 1726883265.58101: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.58160: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.58213: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.58273: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.58289: variable 'omit' from source: magic vars 9574 1726883265.58483: variable 'rhc_state' from source: role '' defaults 9574 1726883265.58486: variable 'rhc_release' from source: role '' defaults 9574 1726883265.58489: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.58495: variable 'omit' from source: magic vars 9574 1726883265.58618: variable 'rhc_proxy' from source: role '' defaults 9574 1726883265.58622: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.58625: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883265.58630: variable 'omit' from source: magic vars 9574 1726883265.58750: variable 'rhc_proxy' from source: role '' defaults 9574 1726883265.58753: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.58757: variable 'omit' from source: magic vars 9574 1726883265.58873: variable 'rhc_proxy' from source: role '' defaults 9574 1726883265.58877: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.58882: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883265.58886: variable 'omit' from source: magic vars 9574 1726883265.59001: variable 'rhc_proxy' from source: role '' defaults 9574 1726883265.59004: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.59007: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883265.59012: variable 'omit' from source: magic vars 9574 1726883265.59126: variable 'rhc_proxy' from source: role '' defaults 9574 1726883265.59131: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883265.59133: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883265.59143: variable 'omit' from source: magic vars 9574 1726883265.59218: variable 'rhc_state' from source: role '' defaults 9574 1726883265.59320: 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) 9574 1726883265.59342: 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) 9574 1726883265.59363: 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) 9574 1726883265.59388: 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) 9574 1726883265.59399: 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) 9574 1726883265.59506: variable 'rhc_environments' from source: role '' defaults 9574 1726883265.59509: variable 'rhc_state' from source: role '' defaults 9574 1726883265.59514: variable 'omit' from source: magic vars 9574 1726883265.59622: variable 'rhc_baseurl' from source: include params 9574 1726883265.59693: variable 'lsr_rhc_test_data' from source: include_vars 9574 1726883265.59705: variable 'omit' from source: magic vars 9574 1726883265.59712: variable 'omit' from source: magic vars 9574 1726883265.59725: variable 'omit' from source: magic vars 9574 1726883265.59752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883265.59774: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883265.59789: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883265.59804: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883265.59812: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883265.59825: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883265.59839: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883265.59863: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883265.59866: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883265.59868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883265.59950: Set connection var ansible_connection to ssh 9574 1726883265.59953: Set connection var ansible_shell_type to sh 9574 1726883265.59958: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883265.59967: Set connection var ansible_timeout to 10 9574 1726883265.59974: Set connection var ansible_shell_executable to /bin/sh 9574 1726883265.59978: Set connection var ansible_pipelining to False 9574 1726883265.59998: variable 'ansible_shell_executable' from source: unknown 9574 1726883265.60003: variable 'ansible_connection' from source: unknown 9574 1726883265.60005: variable 'ansible_module_compression' from source: unknown 9574 1726883265.60008: variable 'ansible_shell_type' from source: unknown 9574 1726883265.60010: variable 'ansible_shell_executable' from source: unknown 9574 1726883265.60013: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883265.60016: variable 'ansible_pipelining' from source: unknown 9574 1726883265.60018: variable 'ansible_timeout' from source: unknown 9574 1726883265.60020: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883265.60138: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883265.60150: variable 'omit' from source: magic vars 9574 1726883265.60156: starting attempt loop 9574 1726883265.60159: running the handler 9574 1726883265.60169: _low_level_execute_command(): starting 9574 1726883265.60175: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883265.60676: 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 <<< 9574 1726883265.60681: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.60684: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 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 <<< 9574 1726883265.60686: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.60739: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.60746: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.60748: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.60807: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.62532: stdout chunk (state=3): >>>/root <<< 9574 1726883265.62626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883265.62663: stderr chunk (state=3): >>><<< 9574 1726883265.62666: stdout chunk (state=3): >>><<< 9574 1726883265.62686: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883265.62699: _low_level_execute_command(): starting 9574 1726883265.62704: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882 `" && echo ansible-tmp-1726883265.6268852-10350-211720546819882="` echo /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882 `" ) && sleep 0' 9574 1726883265.63143: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.63147: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883265.63182: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883265.63185: 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.40 is address debug1: re-parsing configuration <<< 9574 1726883265.63187: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883265.63189: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.63250: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.63257: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.63259: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.63301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.65269: stdout chunk (state=3): >>>ansible-tmp-1726883265.6268852-10350-211720546819882=/root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882 <<< 9574 1726883265.65374: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883265.65404: stderr chunk (state=3): >>><<< 9574 1726883265.65407: stdout chunk (state=3): >>><<< 9574 1726883265.65423: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883265.6268852-10350-211720546819882=/root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883265.65512: variable 'ansible_module_compression' from source: unknown 9574 1726883265.65558: ANSIBALLZ: Using lock for community.general.redhat_subscription 9574 1726883265.65562: ANSIBALLZ: Acquiring lock 9574 1726883265.65565: ANSIBALLZ: Lock acquired: 140291072348464 9574 1726883265.65567: ANSIBALLZ: Creating module 9574 1726883265.74222: ANSIBALLZ: Writing module into payload 9574 1726883265.74357: ANSIBALLZ: Writing module 9574 1726883265.74377: ANSIBALLZ: Renaming module 9574 1726883265.74383: ANSIBALLZ: Done creating module 9574 1726883265.74402: variable 'ansible_facts' from source: unknown 9574 1726883265.74455: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py 9574 1726883265.74555: Sending initial data 9574 1726883265.74558: Sent initial data (167 bytes) 9574 1726883265.75001: 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 <<< 9574 1726883265.75039: 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.40 originally 10.31.12.40 <<< 9574 1726883265.75044: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.75047: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.75049: 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.40 originally 10.31.12.40 <<< 9574 1726883265.75051: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.75098: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.75105: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.75112: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.75161: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.76862: 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 <<< 9574 1726883265.76902: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883265.76949: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmp2w4u59h5 /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py <<< 9574 1726883265.76952: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py" <<< 9574 1726883265.76993: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmp2w4u59h5" to remote "/root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py" <<< 9574 1726883265.76995: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py" <<< 9574 1726883265.77570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883265.77614: stderr chunk (state=3): >>><<< 9574 1726883265.77618: stdout chunk (state=3): >>><<< 9574 1726883265.77644: done transferring module to remote 9574 1726883265.77657: _low_level_execute_command(): starting 9574 1726883265.77660: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/ /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py && sleep 0' 9574 1726883265.78106: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.78109: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 9574 1726883265.78112: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.12.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.78114: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883265.78116: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883265.78118: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.78171: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.78179: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.78182: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.78221: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.80087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883265.80113: stderr chunk (state=3): >>><<< 9574 1726883265.80117: stdout chunk (state=3): >>><<< 9574 1726883265.80131: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883265.80137: _low_level_execute_command(): starting 9574 1726883265.80139: _low_level_execute_command(): using become for this command 9574 1726883265.80152: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-vsrzbufcsutcfrqovantpsoaypkockci ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/AnsiballZ_redhat_subscription.py'"'"' && sleep 0' 9574 1726883265.80236: Initial state: awaiting_escalation: BECOME-SUCCESS-vsrzbufcsutcfrqovantpsoaypkockci 9574 1726883265.80630: 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 <<< 9574 1726883265.80634: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883265.80679: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883265.80682: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883265.80684: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883265.80742: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883265.83821: stdout chunk (state=1): >>>BECOME-SUCCESS-vsrzbufcsutcfrqovantpsoaypkockci <<< 9574 1726883265.83826: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-vsrzbufcsutcfrqovantpsoaypkockci' 9574 1726883265.84155: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883265.84190: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883265.84216: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883265.84219: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883265.84296: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 9574 1726883265.84333: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883265.84368: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 9574 1726883265.84394: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883265.84403: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 9574 1726883265.84457: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883265.84461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.84480: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883265.84506: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883265.84543: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883265.84568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883265.84575: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d77103e0> <<< 9574 1726883265.84591: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d76dfa10> <<< 9574 1726883265.84618: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883265.84621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 9574 1726883265.84635: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7712960> <<< 9574 1726883265.84656: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883265.84684: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883265.84689: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883265.84705: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883265.84750: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883265.84846: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883265.84872: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883265.84876: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883265.84904: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883265.84921: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883265.84943: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883265.84946: stdout chunk (state=3): >>>Processing global site-packages <<< 9574 1726883265.84969: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883265.84972: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883265.85007: 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 <<< 9574 1726883265.85011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883265.85043: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d74e4fe0> <<< 9574 1726883265.85095: 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 <<< 9574 1726883265.85111: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.85117: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d74e5f10> <<< 9574 1726883265.85184: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883265.85187: 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. <<< 9574 1726883265.85432: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883265.85449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883265.85475: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883265.85478: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.85509: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883265.85553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883265.85570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883265.85593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883265.85612: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7523d40> <<< 9574 1726883265.85631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883265.85652: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883265.85673: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883265.85691: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7523f80> <<< 9574 1726883265.85695: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883265.85730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883265.85753: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883265.85804: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.85821: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883265.85855: 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 0x7f32d755b770> <<< 9574 1726883265.85877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883265.85885: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d755be00> <<< 9574 1726883265.85905: stdout chunk (state=3): >>>import '_collections' # <<< 9574 1726883265.85961: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d753ba10> <<< 9574 1726883265.85968: stdout chunk (state=3): >>>import '_functools' # <<< 9574 1726883265.85994: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7539130> <<< 9574 1726883265.86089: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7520ef0> <<< 9574 1726883265.86113: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 9574 1726883265.86139: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 9574 1726883265.86150: stdout chunk (state=3): >>>import '_sre' # <<< 9574 1726883265.86176: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 9574 1726883265.86198: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 9574 1726883265.86221: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 9574 1726883265.86230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 9574 1726883265.86268: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d757f740> <<< 9574 1726883265.86276: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d757e360> <<< 9574 1726883265.86310: 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' <<< 9574 1726883265.86315: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d753a000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d757cb30> <<< 9574 1726883265.86369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 9574 1726883265.86380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7520170> <<< 9574 1726883265.86401: 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' <<< 9574 1726883265.86444: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.86451: 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 0x7f32d75b0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b0b00> <<< 9574 1726883265.86490: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.86495: 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 0x7f32d75b0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d751ec90> <<< 9574 1726883265.86528: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883265.86531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.86554: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883265.86592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883265.86602: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b1550> <<< 9574 1726883265.86608: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b1220> import 'importlib.machinery' # <<< 9574 1726883265.86642: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 9574 1726883265.86647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 9574 1726883265.86668: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b2420> <<< 9574 1726883265.86671: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883265.86690: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883265.86712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883265.86752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883265.86772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883265.86788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75c8650> <<< 9574 1726883265.86794: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883265.86828: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.86834: 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 0x7f32d75c9d30> <<< 9574 1726883265.86859: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883265.86863: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883265.86891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883265.86894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883265.86914: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75caba0> <<< 9574 1726883265.86955: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.86958: 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 0x7f32d75cb200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75ca0f0> <<< 9574 1726883265.86978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883265.86992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883265.87029: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.87050: 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 0x7f32d75cbc80> <<< 9574 1726883265.87054: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75cb3b0> <<< 9574 1726883265.87098: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b2480> <<< 9574 1726883265.87119: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883265.87155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883265.87168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883265.87192: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883265.87219: 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 0x7f32d7357b00> <<< 9574 1726883265.87253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883265.87258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883265.87282: 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 0x7f32d7380650> <<< 9574 1726883265.87285: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73803b0> <<< 9574 1726883265.87312: 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 0x7f32d7380680> <<< 9574 1726883265.87351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883265.87355: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883265.87425: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.87555: 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 0x7f32d7380fb0> <<< 9574 1726883265.87852: 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 0x7f32d7381880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7380860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7355ca0> # /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 0x7f32d7382c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7381730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b2b70> <<< 9574 1726883265.87871: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883265.87944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.87966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883265.87991: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883265.88016: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73aaf60> <<< 9574 1726883265.88090: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883265.88094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.88130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883265.88136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883265.88181: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73cf320> <<< 9574 1726883265.88199: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883265.88250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883265.88296: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883265.88331: 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 0x7f32d73fff80> <<< 9574 1726883265.88353: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883265.88382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883265.88405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883265.88447: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883265.88526: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d74327e0> <<< 9574 1726883265.88610: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d74301a0> <<< 9574 1726883265.88646: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73cffb0> <<< 9574 1726883265.88682: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 9574 1726883265.88702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d2d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73ce120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7383b60> <<< 9574 1726883265.88822: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883265.88847: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f32d73ce240> <<< 9574 1726883265.88992: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_e1h6r5nh/ansible_community.general.redhat_subscription_payload.zip' # zipimport: zlib available <<< 9574 1726883265.89125: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.89167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883265.89190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883265.89209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883265.89285: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883265.89324: 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 0x7f32d6d7ad20> import '_typing' # <<< 9574 1726883265.89508: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d5dca0> <<< 9574 1726883265.89511: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d5ce30> # zipimport: zlib available <<< 9574 1726883265.89549: stdout chunk (state=3): >>>import 'ansible' # <<< 9574 1726883265.89556: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.89560: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.89583: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.89588: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883265.89612: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.91014: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.92141: 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 0x7f32d6d790a0> <<< 9574 1726883265.92163: 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' <<< 9574 1726883265.92183: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883265.92199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883265.92207: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883265.92221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883265.92256: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.92261: 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 0x7f32d6dae750> <<< 9574 1726883265.92291: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dae4e0> <<< 9574 1726883265.92322: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6daddf0> <<< 9574 1726883265.92344: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883265.92359: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883265.92386: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dae540> <<< 9574 1726883265.92406: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d7ba40> import 'atexit' # <<< 9574 1726883265.92434: 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 0x7f32d6daf440> <<< 9574 1726883265.92462: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.92465: 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 0x7f32d6daf680> <<< 9574 1726883265.92486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883265.92531: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883265.92552: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883265.92592: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dafbc0> <<< 9574 1726883265.92604: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883265.92620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883265.92655: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883265.92689: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c119d0> <<< 9574 1726883265.92717: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.92733: 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 0x7f32d6c135c0> <<< 9574 1726883265.92753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883265.92758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883265.92800: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c13f80> <<< 9574 1726883265.92812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883265.92851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883265.92861: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c15160> <<< 9574 1726883265.92886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883265.92918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883265.92956: 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' <<< 9574 1726883265.93004: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c17c20> <<< 9574 1726883265.93044: 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 0x7f32d6c17f80> <<< 9574 1726883265.93063: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c15ee0> <<< 9574 1726883265.93079: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883265.93109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883265.93131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883265.93151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883265.93157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883265.93185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883265.93205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883265.93225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c23980> <<< 9574 1726883265.93229: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883265.93302: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c22450> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c221b0> <<< 9574 1726883265.93312: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 9574 1726883265.93329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 9574 1726883265.93400: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c22720> <<< 9574 1726883265.93430: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c163f0> <<< 9574 1726883265.93457: 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 0x7f32d6c67b00> <<< 9574 1726883265.93486: 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 0x7f32d6c67bc0> <<< 9574 1726883265.93507: 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 <<< 9574 1726883265.93522: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883265.93545: 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' <<< 9574 1726883265.93582: 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 0x7f32d6c69760> <<< 9574 1726883265.93593: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c69520> <<< 9574 1726883265.93607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883265.93718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883265.93772: 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 0x7f32d6c6bcb0> <<< 9574 1726883265.93780: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c69e50> <<< 9574 1726883265.93797: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883265.93837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.93861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883265.93868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883265.93884: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883265.93923: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c6f3e0> <<< 9574 1726883265.94045: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c6bd70> <<< 9574 1726883265.94103: 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 0x7f32d6c700b0> <<< 9574 1726883265.94142: 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 0x7f32d6c70350> <<< 9574 1726883265.94176: 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 0x7f32d6c706b0> <<< 9574 1726883265.94195: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c67ef0> <<< 9574 1726883265.94208: 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 <<< 9574 1726883265.94225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883265.94228: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883265.94258: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883265.94282: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.94308: 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 0x7f32d6c73d10> <<< 9574 1726883265.94459: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883265.94474: 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 0x7f32d6cf8ec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c724b0> <<< 9574 1726883265.94495: 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 0x7f32d6c73830> <<< 9574 1726883265.94517: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c72120> # zipimport: zlib available <<< 9574 1726883265.94536: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94551: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883265.94559: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94647: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94728: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94752: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 9574 1726883265.94765: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94769: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.94792: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 9574 1726883265.94913: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.95033: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.95569: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.96097: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883265.96114: 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' # <<< 9574 1726883265.96132: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883265.96155: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.96200: 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 0x7f32d6b01040> <<< 9574 1726883265.96282: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883265.96296: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883265.96310: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b01e20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73804a0> <<< 9574 1726883265.96366: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883265.96371: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.96403: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.96411: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883265.96425: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.96570: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.96726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883265.96730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b01fd0> <<< 9574 1726883265.96751: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97207: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97656: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97722: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97801: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883265.97807: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97853: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97881: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 9574 1726883265.97899: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.97963: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98049: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883265.98055: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98076: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 9574 1726883265.98087: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98133: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98168: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883265.98182: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98410: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98649: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883265.98708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883265.98723: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883265.98796: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b03020> <<< 9574 1726883265.98804: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98879: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.98958: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883265.98962: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883265.98989: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99030: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99074: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883265.99080: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99128: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99171: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99230: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99297: 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 <<< 9574 1726883265.99346: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883265.99430: 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 0x7f32d6b0daf0> <<< 9574 1726883265.99467: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b08980> <<< 9574 1726883265.99495: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883265.99511: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99573: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99639: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99663: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883265.99705: 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' <<< 9574 1726883265.99729: 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 <<< 9574 1726883265.99754: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883265.99771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883265.99838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883265.99854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883265.99873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883265.99929: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c02540> <<< 9574 1726883265.99973: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dde210> <<< 9574 1726883266.00062: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b0dac0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b01e50> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883266.00066: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00094: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00121: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883266.00177: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883266.00200: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00205: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00230: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 9574 1726883266.00234: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00257: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community' # <<< 9574 1726883266.00262: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00285: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community.general' # <<< 9574 1726883266.00308: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00311: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00331: stdout chunk (state=3): >>>import 'ansible_collections.community.general.plugins' # <<< 9574 1726883266.00341: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00350: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community.general.plugins.modules' # <<< 9574 1726883266.00371: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.00901: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.01398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883266.01422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883266.01536: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6ba3bf0> <<< 9574 1726883266.01634: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883266.74997: 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' <<< 9574 1726883266.75020: 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 0x7f32d6b82b70> <<< 9574 1726883266.75044: 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' <<< 9574 1726883266.75065: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b82db0> <<< 9574 1726883266.75090: 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' <<< 9574 1726883266.75204: 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 0x7f32d6b812b0> <<< 9574 1726883266.75210: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b80440> <<< 9574 1726883266.75237: 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 <<< 9574 1726883266.75246: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 9574 1726883266.75273: 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 <<< 9574 1726883266.75287: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 9574 1726883266.75311: 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 <<< 9574 1726883266.75336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 9574 1726883266.75370: 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' <<< 9574 1726883266.75376: stdout chunk (state=3): >>>import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d67749e0> <<< 9574 1726883266.75394: 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 <<< 9574 1726883266.75409: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 9574 1726883266.75444: 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 <<< 9574 1726883266.75449: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 9574 1726883266.75475: 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 0x7f32d6775c40> <<< 9574 1726883266.75500: 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 0x7f32d6775eb0> <<< 9574 1726883266.75520: 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' <<< 9574 1726883266.75561: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883266.75621: 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 0x7f32d6776030> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6775e50> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6775700> <<< 9574 1726883266.75651: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6774b60> <<< 9574 1726883266.75671: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b83dd0> <<< 9574 1726883266.75679: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b831a0> <<< 9574 1726883266.75694: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6ba2870> <<< 9574 1726883266.75712: stdout chunk (state=3): >>>import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6ba23f0> <<< 9574 1726883270.19381: 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 0x7fb6ebfbc3e0>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70>\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 0x7fb6ebfbe960>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # >>ozen_importlib.FrozenImporter'>\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 0x7fb6ebfccf80>\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 0x7fb6ebfcdeb0>\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 0x7fb6ebdd8aa0>\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 0x7fb6ebdd8cb0>\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 0x7fb6ebddb710>\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 0x7fb6ebe18da0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0>\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 0x7fb6ebe3c380>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60>\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 0x7fb6ebe1aed0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620>\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 0x7fb6ebe3d5e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0>\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 0x7fb6ebe3dcd0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0>\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 0x7fb6ebe5e5a0>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820>\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 0x7fb6ebe5eb10>\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 0x7fb6ebe85d90>\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.Sour<<< 9574 1726883270.19437: stdout chunk (state=3): >>>ceFileLoader object at 0x7fb6ebe87620>\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 0x7fb6ebcb1dc0>\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 0x7fb6ebcb2810>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0>\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 0x7fb6ebd14770>\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 0x7fb6ebd14ce0>\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 0x7fb6ebd16db0>\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 0x7fb6ebd17c20>\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 0x7fb6ebd3c260>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0>\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 0x7fb6ebd3ccb0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70>\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 0x7fb6ebd3d160>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80>\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 0x7fb6ebd68260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670>\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 0x7fb6ebd6a510>\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 0x7fb6ebae44a0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10>\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 0x7fb6ebd14800>\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 0x7fb6ebb115e0>\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 0x7fb6ebb7d310>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570>\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 0x7fb6ebb7e9c0>\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 0x7fb6ebb88bf0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870>\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 0x7fb6ebb7da60>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50>\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 0x7fb6ebbc5bb0>\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 0x7fb6eb9b1700>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430>\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 0x7fb6eb9b1520>\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 0x7fb6eb9b2000>\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 <<< 9574 1726883270.19452: stdout chunk (state=3): >>>0x7fb6eb9b29f0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830>\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 0x7fb6eb9c80e0>\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 0x7fb6eb9c9f40>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9c8b30>\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 0x7fb6eb9cb1d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40>\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 0x7fb6eb9cb350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0>\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 0x7fb6eb9fb590>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0>\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 0x7fb6eba22210>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0>\n# /usr/lib64/python3.12/email/__pycache__/quoprimi<<< 9574 1726883270.19473: stdout chunk (state=3): >>>me.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 0x7fb6eba23b90>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470>\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 0x7fb6eba4f6e0>\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 0x7fb6eba4f710>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660>\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 0x7fb6eba5ce30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740>\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 0x7fb6eba5dac0>\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 0x7fb6eba5e1b0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10>\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 0x7fb6eba5e870>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380>\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 0x7fb6eba5ed80>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10>\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 0x7fb6eba8a360>\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 0x7fb6eb31ab10>\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 0x7fb6eb340170>\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 0x7fb6eb341d90>\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 0x7fb6eb3428d0>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0>\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 0x7fb6eb343bc0>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0>\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 0x7fb6eb365190>\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 0x7fb6eb3655e0>\n# /usr/lib64/<<< 9574 1726883270.19480: stdout chunk (state=3): >>>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 0x7fb6eb365b80>\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 0x7fb6eb38a870>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0>\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 0x7fb6eb3b14c0>\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 0x7fb6eb3e3ad0>\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 0x7fb6eaf0c290>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00>\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 0x7fb6eaf0d760>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010>\n# exte<<< 9574 1726883270.19509: stdout chunk (state=3): >>>nsion 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 0x7fb6eaf0d1f0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950>\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 0x7fb6eaf0d820>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0>\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 0x7fb6eaf0f020>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20>\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 0x7fb6eaf32900>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0>\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 0x7fb6eaf5f050>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0>\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 0x7fb6eaf5dd60>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580>\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 0x7fb6eaf86390>\<<< 9574 1726883270.19518: stdout chunk (state=3): >>>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 0x7fb6eaf86db0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280>\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 0x7fb6eafa6510>\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 0x7fb6eafbfb00>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0>\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 0x7fb6eafbd490>\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 0x7fb6ead8a9c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0>\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# cod<<< 9574 1726883270.19720: stdout chunk (state=3): >>>e 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 0x7fb6eadd9d30>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0>\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 0x7fb6eadd9dc0>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240>\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 0x7fb6eadf97c0>\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 0x7fb6eadf90d0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0>\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 0x7fb6eae245f0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0>\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-pac<<< 9574 1726883270.19727: stdout chunk (state=3): >>>kages/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 0x7fb6eae27590>\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 0x7fb6eae27e90>\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 0x7fb6eae24c80>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0>\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 0x7fb6eadf8aa0>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990>\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 0x7fb6eac368a0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390>\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 0x7fb6eac580e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0>\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<<< 9574 1726883270.19737: stdout chunk (state=3): >>>'\nimport 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37c20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70>\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 0x7fb6eac58cb0>\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 0x7fb6eac5a300>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060>\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 0x7fb6eac5bec0>\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 0x7fb6eac5bbc0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740>\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 0x7fb6eac8dd30>\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 0x7fb6eac8e540>\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 0x7fb6eac8e780>\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/<<< 9574 1726883270.19775: stdout chunk (state=3): >>>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 0x7fb6eac8f0b0>\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 0x7fb6eac8f4a0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20>\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 0x7fb6eacb7d70>\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 0x7fb6eacb7f20>\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 0x7fb6eace8e60>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0>\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 0x7fb6eace94f0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader ob<<< 9574 1726883270.19779: stdout chunk (state=3): >>>ject at 0x7fb6eac8e7e0>\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 0x7fb6eace9a30>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10>\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 0x7fb6ea2cd610>\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 0x7fb6ea2cd730>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890>\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 0x7fb6ea2ccaa0>\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 0x7fb6ea2e5fd0>\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/u<<< 9574 1726883270.19786: stdout chunk (state=3): >>>til/__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 0x7fb6ea2e7f50>\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 0x7fb6ea2e7e00>\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 0x7fb6ea30c170>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0>\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 0x7fb6ea30c620>\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 0x7fb6ea30c800>\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 0x7fb6ea30c980>\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 0x7fb6ea30dd60>\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 0x7fb6ea30e570>\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 0x7fb6ea30e600>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0>\n# /usr/lib/python3.12/site-packages/urllib3/util/_<<< 9574 1726883270.19801: stdout chunk (state=3): >>>_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 0x7fb6ea30d850>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0>\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 0x7fb6ea2e7800>\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 0x7fb6ea30fcb0>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0>\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<<< 9574 1726883270.19907: stdout chunk (state=3): >>> /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 0x7fb6ea344e90>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170>\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 0x7fb6ea344560>\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 0x7fb6ea360bf0>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50>\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 0x7fb6ea360c20>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260>\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 0x7fb6ea3636e0>\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/ut<<< 9574 1726883270.19921: stdout chunk (state=3): >>>ils.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 0x7fb6ea39aed0>\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 0x7fb6ea39b140>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0>\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 0x7fb6ea39bc50>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0>\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 0x7fb6ea0a8f80>\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 0x7fb6ea0a90d0>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0>\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 0x7fb6ea0a9130>\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 0x7fb6ea0ab5c0>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20>\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_exter<<< 9574 1726883270.19949: stdout chunk (state=3): >>>nal.SourceFileLoader object at 0x7fb6ea0e6e40>\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 0x7fb6ea0e7380>\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 0x7fb6ea0e74a0>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70>\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 0x7fb6ea11ce30>\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 0x7fb6ea11ce90>\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 0x7fb6ea11cf50>\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 0x7fb6ea11d070>\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 0x7fb6ea11e570>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6510>\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-p<<< 9574 1726883270.19960: stdout chunk (state=3): >>>ackages/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 0x7fb6ea13c470>\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 0x7fb6ea13e510>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000>\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 0x7fb6ea13e540>\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 0x7fb6ea13f380>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00>\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 0x7fb6ea11f890>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350>\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 0x7fb6ea13fec0>\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 0x7fb6ea13fe00>\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 0x7fb6ea178800>\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/python<<< 9574 1726883270.19980: stdout chunk (state=3): >>>3.12/site-packages/cloud_what/providers/__pycache__/gcp.cpython-312.pyc'\nimport 'cloud_what.providers.gcp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea178cb0>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20>\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 0x7fb6ea179f70>\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 0x7fb6ea1905c0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20>\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 0x7fb6ea190170>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060>\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 0x7fb6ea17a120>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910>\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 0x7fb6ea179bb0>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base<<< 9574 1726883270.19990: stdout chunk (state=3): >>>.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 0x7fb6e9ff9d90>\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 0x7fb6ea029e20>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970>\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 0x7fb6ea059700>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10>\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 0x7fb6e9b246e0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0>\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 0x7fb6e9b6e2d0>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20>\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 0x7fb6e9bad220>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450>\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-pack<<< 9574 1726883270.20025: stdout chunk (state=3): >>>ages/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 0x7fb6e9be53a0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610>\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 0x7fb6e9be65a0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410>\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 0x7fb6e8864ec0>\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 0x7fb6e8867dd0>\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 0x7fb6e887ccb0>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620>\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.Extens<<< 9574 1726883270.20034: stdout chunk (state=3): >>>ionFileLoader object at 0x7fb6e887e1b0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0>\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 0x7fb6e8864b30>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0>\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 0x7fb6e887f920>\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 0x7fb6e88b9e20>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190>\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 0x7fb6e88ba5a0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950>\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 0x7fb6e88bbef0>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290>\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'<<< 9574 1726883270.20046: stdout chunk (state=3): >>>\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 0x7fb6e88eeed0>\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 0x7fb6e88ef320>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710>\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 0x7fb6e890de80>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0>\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 0x7fb6e890e510>\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 0x7fb6e890e8d0>\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 0x7fb6e890e960>\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 0x7fb6e890ea80>\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/libd<<< 9574 1726883270.20076: stdout chunk (state=3): >>>nf/__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 0x7fb6e893d5e0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740>\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 0x7fb6e893d700>\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 0x7fb6e893d7f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870>\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 0x7fb6e893d8e0>\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 0x7fb6e893e5a0>\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 0x7fb6e893f110>\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 0x7fb6e893f290>\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 0x7fb6e893fb00>\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 0x7fb6e893fd40>\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 0x7fb6e865c6e0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170>\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 0x7fb6e865d5e0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0>\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 0x7fb6e865fc20>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0>\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 0x7fb6e865fe60>\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 0x7fb6e8687950>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20>\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 0x7fb6e8687b90>\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 0x7fb6e86acd70>\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 0x7fb6e86acef0>\n# /usr/lib64/python3.12/site-packages/rhsm/__pycache__/certificate2.cpython-312.<<< 9574 1726883270.20099: stdout chunk (state=3): >>>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 0x7fb6e86af140>\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 0x7fb6e86af680>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0>\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 0x7fb6e86e1850>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730>\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 0x7fb6e865e4e0>\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 0x7fb6e86e2d80>\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 0x7fb6e86e39e0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0>\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 0x7fb6e870cbc0>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440>\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 0x7fb6e8739c10>\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 0x7fb6e845d2e0>\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 0x7fb6e845e120>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80>\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 0x7fb6e845ce30>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280>\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 0x7fb6e845ebd0>\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<<< 9574 1726883270.20211: stdout chunk (state=3): >>> from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc'\nimport 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845fad0>\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 0x7fb6e845fb30>\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 0x7fb6e8494200>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110>\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 0x7fb6e84967e0>\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 0x7fb6e8497950>\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 0x7fb6e8497c20>\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 0x7fb6e8497ce0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84<<< 9574 1726883270.20258: stdout chunk (state=3): >>>974a0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560>\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 0x7fb6e84b8680>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0>\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 0x7fb6e84b88c0>\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 0x7fb6e84b8ce0>\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 0x7fb6e84b8e00>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0>\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 0x7fb6e84b8f50>\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 0x7fb6e84b94c0>\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 0x7fb6e84ba4b0>\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_importl<<< 9574 1726883270.20303: stdout chunk (state=3): >>>ib_external.ExtensionFileLoader object at 0x7fb6e84ba270>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0>\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 0x7fb6e84ecfb0>\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 0x7fb6e84ed310>\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 0x7fb6e84ed7c0>\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 0x7fb6e84edfd0>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0>\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 0x7fb6e84ecd70>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0>\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 0x7fb6e850cbf0>\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.cpyt<<< 9574 1726883270.20327: stdout chunk (state=3): >>>hon-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 0x7fb6e850d8b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020>\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 0x7fb6e853a390>\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 0x7fb6e8175400>\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 0x7fb6e81765d0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990>\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 0x7fb6e8177530>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbc7d0>\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-pack<<< 9574 1726883270.20353: stdout chunk (state=3): >>>ages/rhsmlib/facts/__pycache__/insights.cpython-312.pyc'\nimport 'rhsmlib.facts.insights' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a4170>\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 0x7fb6e81a43e0>\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 0x7fb6e81a45c0>\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 0x7fb6e81a4950>\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 0x7fb6e81a4c80>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70>\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 0x7fb6e8177f20>\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 0x7fb6e81a5850>\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 0x7fb6e81a5e50>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0>\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' <<< 9574 1726883270.20376: stdout chunk (state=3): >>># <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a7830>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390>\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 0x7fb6e81a69c0>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0>\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 0x7fb6e81cfad0>\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 0x7fb6e81cfe60>\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 0x7fb6e81cff50>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0>\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_a<<< 9574 1726883270.20385: stdout chunk (state=3): >>>ction_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 0x7fb6e81f7cb0>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740>\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 0x7fb6e822c890>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0>\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 0x7fb6e822dc10>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820>\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 0x7fb6e822de20>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40>\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 0x7fb6e822e030>\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__/f<<< 9574 1726883270.20429: stdout chunk (state=3): >>>ileinput.cpython-312.pyc'\nimport 'fileinput' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e480>\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 0x7fb6e822efc0>\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 0x7fb6e822f1d0>\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 0x7fb6e822f770>\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 0x7fb6e822fb00>\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 0x7fb6e822fe90>\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 0x7fb6e80480e0>\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 0x7fb6e8048380>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0>\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 0x7fb6e8048620>\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 0x7fb6e8049be0>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180>\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 0x7fb6e8049af0>\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 0x7fb6e8049e80>\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 0x7fb6e804a000>\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 0x7fb6e804ac30>\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 0x7fb6e804b140>\nimport 'subscription_manager.cli_command.user_<<< 9574 1726883270.20442: stdout chunk (state=3): >>>pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240>\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 0x7fb6e804b500>\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 0x7fb6e804b650>\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 0x7fb6e804bec0>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0>\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 0x7fb6e8078740>\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 0x7fb6e8078890>\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 0x7fb6e8078b90>\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<<< 9574 1726883270.20445: stdout chunk (state=3): >>> at 0x7fb6e8079130>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00>\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 0x7fb6e8079c10>\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 0x7fb6e8079e50>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0>\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 0x7fb6e807a960>\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 0x7fb6e807ab10>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0>\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 0x7fb6e807ad80>\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 0x7fb6e807b0e0>\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_<<< 9574 1726883270.20471: stdout chunk (state=3): >>>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 0x7fb6e807b560>\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 0x7fb6e807bf50>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10>\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 0x7fb6e80a0bf0>\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 0x7fb6e80a0c80>\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 0x7fb6e80a1220>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950>\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 0x7fb6e80a1280>\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 0x7fb6e80a1460>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80>\nimport 'subscription_manager.scripts.subscription_manager' # <_f<<< 9574 1726883270.20501: stdout chunk (state=3): >>>rozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640>\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 0x7fb6eb364a10>\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\<<< 9574 1726883270.20524: stdout chunk (state=3): >>>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<<< 9574 1726883270.20541: stdout chunk (state=3): >>> 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_wh<<< 9574 1726883270.20575: stdout chunk (state=3): >>>at.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] rem<<< 9574 1726883270.20627: stdout chunk (state=3): >>>oving 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<<< 9574 1726883270.20673: stdout chunk (state=3): >>>] 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 subs<<< 9574 1726883270.20685: stdout chunk (state=3): >>>cription_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 subscripti<<< 9574 1726883270.20696: stdout chunk (state=3): >>>on_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<<< 9574 1726883270.20723: stdout chunk (state=3): >>> 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] wip<<< 9574 1726883270.20737: stdout chunk (state=3): >>>ing 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 subscr<<< 9574 1726883270.20755: stdout chunk (state=3): >>>iption_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 ema<<< 9574 1726883270.20816: stdout chunk (state=3): >>>il.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 _<<< 9574 1726883270.20844: stdout chunk (state=3): >>>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 s<<< 9574 1726883270.20866: stdout chunk (state=3): >>>ubprocess\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 0x7fb6ebfbc3e0>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70>\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 0x7fb6ebfbe960>\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 0x7fb6ebfccf80>\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/_distut<<< 9574 1726883270.20892: stdout chunk (state=3): >>>ils_hack/__pycache__/__init__.cpython-312.pyc'\nimport '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebfcdeb0>\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 0x7fb6ebdd8aa0>\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 0x7fb6ebdd8cb0>\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 0x7fb6ebddb710>\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 0x7fb6ebe18da0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0>\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 0x7fb6ebe3c380>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60>\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 0x7fb6ebe1aed0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620>\n# /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/p<<< 9574 1726883270.20908: stdout chunk (state=3): >>>ython3.12/copyreg.py\n# code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc'\nimport 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d5e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0>\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 0x7fb6ebe3dcd0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0>\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 0x7fb6ebe5e5a0>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820>\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 0x7fb6ebe5eb10>\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 0x7fb6ebe85d90>\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 0x7fb6ebe87620>\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 0x7fb6ebcb1dc0>\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 0x7fb6ebcb2810>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0>\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/pyt<<< 9574 1726883270.20925: stdout chunk (state=3): >>>hon3.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 0x7fb6ebd14770>\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 0x7fb6ebd14ce0>\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 0x7fb6ebd16db0>\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 0x7fb6ebd17c20>\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 0x7fb6ebd3c260>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0>\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 0x7fb6ebd3ccb0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70>\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 0x7fb6ebd3d160>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80>\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 0x7fb6ebd68260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670>\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/lib<<< 9574 1726883270.20933: stdout chunk (state=3): >>>64/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 0x7fb6ebd6a510>\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 0x7fb6ebae44a0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10>\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 0x7fb6ebd14800>\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 0x7fb6ebb115e0>\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 0x7fb6ebb7d310>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570>\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 0x7fb6ebb7e9c0>\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 0x7fb6ebb88bf0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870>\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 0x7fb6ebb7da60>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50>\n# /usr/lib64/python3.12/importlib/metadata/__py<<< 9574 1726883270.20957: stdout chunk (state=3): >>>cache__/_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 0x7fb6ebbc5bb0>\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 0x7fb6eb9b1700>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430>\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 0x7fb6eb9b1520>\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 0x7fb6eb9b2000>\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 0x7fb6eb9b29f0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830>\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 0x7fb6eb9c80e0>\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 0x7fb6eb9c9f40>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoade<<< 9574 1726883270.20998: stdout chunk (state=3): >>>r object at 0x7fb6eb9c8b30>\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 0x7fb6eb9cb1d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40>\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 0x7fb6eb9cb350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0>\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 0x7fb6eb9fb590>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0>\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 0x7fb6eba22210>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0>\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 0x7fb6eba23b90>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470>\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 0x7fb6eba4f6e0>\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 0x7fb6eba4f710>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0>\nimpor<<< 9574 1726883270.21045: stdout chunk (state=3): >>>t 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660>\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 0x7fb6eba5ce30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740>\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 0x7fb6eba5dac0>\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 0x7fb6eba5e1b0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10>\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 0x7fb6eba5e870>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380>\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 0x7fb6eba5ed80>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10>\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 0x7fb6eba8a360>\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 0x7fb6eb31ab10>\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/li<<< 9574 1726883270.21080: stdout chunk (state=3): >>>b64/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 0x7fb6eb340170>\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 0x7fb6eb341d90>\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 0x7fb6eb3428d0>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0>\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 0x7fb6eb343bc0>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0>\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 0x7fb6eb365190>\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 0x7fb6eb3655e0>\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 0x7fb6eb365b80>\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'\nimp<<< 9574 1726883270.21088: stdout chunk (state=3): >>>ort 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb38a870>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0>\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 0x7fb6eb3b14c0>\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 0x7fb6eb3e3ad0>\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 0x7fb6eaf0c290>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00>\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 0x7fb6eaf0d760>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010>\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 0x7fb6eaf0d1f0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950>\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 0x7fb6eaf0d820>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0>\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 0x7fb6eaf0f020>\nimport 'logging.confi<<< 9574 1726883270.21114: stdout chunk (state=3): >>>g' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20>\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 0x7fb6eaf32900>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0>\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 0x7fb6eaf5f050>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0>\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 0x7fb6eaf5dd60>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580>\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 0x7fb6eaf86390>\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 0x7fb6eaf86db0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280>\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<<< 9574 1726883270.21136: stdout chunk (state=3): >>>.SourceFileLoader object at 0x7fb6eafa6510>\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 0x7fb6eafbfb00>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0>\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 0x7fb6eafbd490>\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 0x7fb6ead8a9c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0>\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 0x7fb6eadd9d30>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0>\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 0x7fb6eadd9dc0>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240>\n# /usr/lib/pyth<<< 9574 1726883270.21145: stdout chunk (state=3): >>>on3.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 0x7fb6eadf97c0>\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 0x7fb6eadf90d0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0>\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 0x7fb6eae245f0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0>\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 0x7fb6eae27590>\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 0x7fb6eae27e90>\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 0x7fb6eae24c80>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0>\n# /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python<<< 9574 1726883270.21173: stdout chunk (state=3): >>>3.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 0x7fb6eadf8aa0>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990>\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 0x7fb6eac368a0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390>\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 0x7fb6eac580e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0>\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 0x7fb6eac37c20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70>\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 0x7fb6eac58cb0>\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 0x7fb6eac5a300>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060>\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.1<<< 9574 1726883270.21210: stdout chunk (state=3): >>>2/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 0x7fb6eac5bec0>\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 0x7fb6eac5bbc0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740>\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 0x7fb6eac8dd30>\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 0x7fb6eac8e540>\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 0x7fb6eac8e780>\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 0x7fb6eac8f0b0>\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 0x7fb6eac8f4a0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20>\n# /usr/lib64/python3.12/site-packages/rhsmlib/facts/__pycache<<< 9574 1726883270.21214: stdout chunk (state=3): >>>__/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 0x7fb6eacb7d70>\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 0x7fb6eacb7f20>\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 0x7fb6eace8e60>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0>\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 0x7fb6eace94f0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8e7e0>\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 0x7fb6eace9a30>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10>\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/<<< 9574 1726883270.21224: stdout chunk (state=3): >>>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 0x7fb6ea2cd610>\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 0x7fb6ea2cd730>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890>\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 0x7fb6ea2ccaa0>\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 0x7fb6ea2e5fd0>\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 0x7fb6ea2e7f50>\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 0x7fb6ea2e7e00>\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 0x7fb6ea30c170>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0>\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 0x7fb6ea30c620>\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 0x7fb6ea30c800>\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 0x7fb6ea30c980>\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 0x7fb6ea30dd60>\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 0x7fb6ea30e570>\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 0x7fb6ea30e600>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0>\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 0x7fb6ea30d850>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0>\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 0x7fb6ea2e7800>\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 0x7fb6ea30fcb0>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0>\n# /usr/lib/python3.12<<< 9574 1726883270.21253: stdout chunk (state=3): >>>/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 0x7fb6ea344e90>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170>\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 0x7fb6ea344560>\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 0x7fb6ea360bf0>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50>\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 0x7fb6ea360c20>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260>\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-<<< 9574 1726883270.21281: stdout chunk (state=3): >>>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 0x7fb6ea3636e0>\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 0x7fb6ea39aed0>\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 0x7fb6ea39b140>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0>\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 0x7fb6ea39bc50>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0>\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 0x7fb6ea0a8f80>\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 0x7fb6ea0a90d0>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0>\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 0x7fb6ea0a9130>\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 0x7fb6ea0ab5c0>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20>\n# /usr/lib/<<< 9574 1726883270.21287: stdout chunk (state=3): >>>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 0x7fb6ea0e6e40>\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 0x7fb6ea0e7380>\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 0x7fb6ea0e74a0>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70>\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 0x7fb6ea11ce30>\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 0x7fb6ea11ce90>\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 0x7fb6ea11cf50>\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 0x7fb6ea11d070>\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 0x7fb6ea11e570>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at <<< 9574 1726883270.21291: stdout chunk (state=3): >>>0x7fb6ea0e6510>\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 0x7fb6ea13c470>\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 0x7fb6ea13e510>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000>\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 0x7fb6ea13e540>\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 0x7fb6ea13f380>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00>\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 0x7fb6ea11f890>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350>\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 0x7fb6ea13fec0>\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/python<<< 9574 1726883270.21332: stdout chunk (state=3): >>>3.12/site-packages/cloud_what/providers/__pycache__/aws.cpython-312.pyc'\nimport 'cloud_what.providers.aws' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13fe00>\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 0x7fb6ea178800>\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 0x7fb6ea178cb0>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20>\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 0x7fb6ea179f70>\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 0x7fb6ea1905c0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20>\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 0x7fb6ea190170>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060>\n# /usr/lib64/python3.12/_<<< 9574 1726883270.21345: stdout chunk (state=3): >>>_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 0x7fb6ea17a120>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910>\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 0x7fb6ea179bb0>\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 0x7fb6e9ff9d90>\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 0x7fb6ea029e20>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970>\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 0x7fb6ea059700>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10>\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 0x7fb6e9b246e0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0>\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 0x7fb6e9b6e2d0>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20>\n# /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.c<<< 9574 1726883270.21408: stdout chunk (state=3): >>>python-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 0x7fb6e9bad220>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450>\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 0x7fb6e9be53a0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610>\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 0x7fb6e9be65a0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410>\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 0x7fb6e8864ec0>\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 0x7fb6e8867dd0>\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_impor<<< 9574 1726883270.21433: stdout chunk (state=3): >>>tlib_external.SourceFileLoader object at 0x7fb6e887ccb0>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620>\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 0x7fb6e887e1b0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0>\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 0x7fb6e8864b30>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0>\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 0x7fb6e887f920>\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 0x7fb6e88b9e20>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190>\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 0x7fb6e88ba5a0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950>\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.1<<< 9574 1726883270.21464: stdout chunk (state=3): >>>2/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 0x7fb6e88bbef0>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290>\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 0x7fb6e88eeed0>\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 0x7fb6e88ef320>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710>\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 0x7fb6e890de80>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0>\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 0x7fb6e890e510>\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 0x7fb6e890e8d0>\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 0x7fb6e890e960>\n# /usr/lib/python3.12/site-packages/dnf/modul<<< 9574 1726883270.21468: stdout chunk (state=3): >>>e/__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 0x7fb6e890ea80>\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 0x7fb6e893d5e0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740>\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 0x7fb6e893d700>\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 0x7fb6e893d7f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870>\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 0x7fb6e893d8e0>\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 0x7fb6e893e5a0>\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 0x7fb6e893f110>\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 0x7fb6e893f290>\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 0x7fb6e893fb00>\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 0x7fb6e893fd40>\n# /usr/lib/python3.12/site-packages/dnf/__pycach<<< 9574 1726883270.21487: stdout chunk (state=3): >>>e__/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 0x7fb6e865c6e0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170>\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 0x7fb6e865d5e0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0>\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 0x7fb6e865fc20>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0>\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 0x7fb6e865fe60>\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 0x7fb6e8687950>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20>\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 0x7fb6e8687b90>\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/__pycach<<< 9574 1726883270.21502: stdout chunk (state=3): >>>e__/__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 0x7fb6e86acd70>\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 0x7fb6e86acef0>\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 0x7fb6e86af140>\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 0x7fb6e86af680>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0>\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 0x7fb6e86e1850>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730>\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 0x7fb6e865e4e0>\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 0x7fb6e86e2d80>\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 0x7fb6e86e39e0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0>\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 0x7fb6e870cbc0>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440>\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 0x7fb6e8739c10>\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 0x7fb6e845d2e0>\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 0x7fb6e845e120>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80>\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 0x7fb6e845ce30>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280>\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__/__in<<< 9574 1726883270.21528: stdout chunk (state=3): >>>it__.cpython-312.pyc'\nimport 'rhsmlib.dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ebd0>\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 0x7fb6e845fad0>\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 0x7fb6e845fb30>\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 0x7fb6e8494200>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110>\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 0x7fb6e84967e0>\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 0x7fb6e8497950>\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 0x7fb6e8497c20>\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 0x7fb6e8497ce0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84974a0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560>\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 0x7fb6e84b8680>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0>\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 0x7fb6e84b88c0>\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 0x7fb6e84b8ce0>\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 0x7fb6e84b8e00>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0>\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 0x7fb6e84b8f50>\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__/p<<< 9574 1726883270.21580: stdout chunk (state=3): >>>kgutil.cpython-312.pyc'\nimport 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b94c0>\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 0x7fb6e84ba4b0>\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 0x7fb6e84ba270>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0>\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 0x7fb6e84ecfb0>\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 0x7fb6e84ed310>\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 0x7fb6e84ed7c0>\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 0x7fb6e84edfd0>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0>\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 0x7fb6e84ecd70>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0>\n# /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/pyth<<< 9574 1726883270.21589: stdout chunk (state=3): >>>on3.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 0x7fb6e850cbf0>\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 0x7fb6e850d8b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020>\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 0x7fb6e853a390>\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 0x7fb6e8175400>\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 0x7fb6e81765d0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990>\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 0x7fb6e8177530>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader<<< 9574 1726883270.21596: stdout chunk (state=3): >>> object at 0x7fb6eafbc7d0>\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 0x7fb6e81a4170>\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 0x7fb6e81a43e0>\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 0x7fb6e81a45c0>\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 0x7fb6e81a4950>\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 0x7fb6e81a4c80>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70>\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 0x7fb6e8177f20>\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 0x7fb6e81a5850>\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.SourceFileLoad<<< 9574 1726883270.21616: stdout chunk (state=3): >>>er object at 0x7fb6e81a5e50>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0>\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 0x7fb6e81a7830>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390>\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 0x7fb6e81a69c0>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0>\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 0x7fb6e81cfad0>\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 0x7fb6e81cfe60>\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 0x7fb6e81cff50>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0>\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#<<< 9574 1726883270.21626: stdout chunk (state=3): >>> /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 0x7fb6e81f7cb0>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740>\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 0x7fb6e822c890>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0>\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 0x7fb6e822dc10>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820>\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 0x7fb6e822de20>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40>\n# /usr/lib64/python3.12/site-packages/subscription_manager/cli_command/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packag<<< 9574 1726883270.21668: stdout chunk (state=3): >>>es/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 0x7fb6e822e030>\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 0x7fb6e822e480>\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 0x7fb6e822efc0>\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 0x7fb6e822f1d0>\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 0x7fb6e822f770>\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 0x7fb6e822fb00>\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 0x7fb6e822fe90>\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 0x7fb6e80480e0>\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 0x7fb6e8048380>\<<< 9574 1726883270.21706: stdout chunk (state=3): >>>nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0>\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 0x7fb6e8048620>\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 0x7fb6e8049be0>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180>\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 0x7fb6e8049af0>\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 0x7fb6e8049e80>\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 0x7fb6e804a000>\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.cpy<<< 9574 1726883270.21872: stdout chunk (state=3): >>>thon-312-x86_64-linux-gnu.so'\nimport 'readline' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb6e804ac30>\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 0x7fb6e804b140>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240>\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 0x7fb6e804b500>\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 0x7fb6e804b650>\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 0x7fb6e804bec0>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0>\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 0x7fb6e8078740>\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 0x7fb6e8078890>\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_c<<< 9574 1726883270.21893: stdout chunk (state=3): >>>ommand.redeem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078b90>\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 0x7fb6e8079130>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00>\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 0x7fb6e8079c10>\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 0x7fb6e8079e50>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0>\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 0x7fb6e807a960>\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 0x7fb6e807ab10>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0>\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/<<< 9574 1726883270.21905: stdout chunk (state=3): >>>__pycache__/remove.cpython-312.pyc'\nimport 'subscription_manager.cli_command.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807ad80>\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 0x7fb6e807b0e0>\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 0x7fb6e807b560>\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 0x7fb6e807bf50>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10>\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 0x7fb6e80a0bf0>\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 0x7fb6e80a0c80>\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 0x7fb6e80a1220>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950>\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__/unregist<<< 9574 1726883270.21925: stdout chunk (state=3): >>>er.cpython-312.pyc'\nimport 'subscription_manager.cli_command.unregister' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80a1280>\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 0x7fb6e80a1460>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640>\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 0x7fb6eb364a10>\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]<<< 9574 1726883270.21939: stdout chunk (state=3): >>> 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#<<< 9574 1726883270.21962: stdout chunk (state=3): >>> 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<<< 9574 1726883270.21990: stdout chunk (state=3): >>> 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# cl<<< 9574 1726883270.22050: stdout chunk (state=3): >>>eanup[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.s<<< 9574 1726883270.22062: stdout chunk (state=3): >>>ervices\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<<< 9574 1726883270.22146: stdout chunk (state=3): >>> 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\<<< 9574 1726883270.22161: stdout chunk (state=3): >>>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.re<<< 9574 1726883270.22186: stdout chunk (state=3): >>>fresh\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# <<< 9574 1726883270.22191: stdout chunk (state=3): >>>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# des<<< 9574 1726883270.22470: stdout chunk (state=3): >>>troy 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.cert<<< 9574 1726883270.22503: stdout chunk (state=3): >>>directory\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 import<<< 9574 1726883270.22512: stdout chunk (state=3): >>>lib.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# des<<< 9574 1726883270.22547: stdout chunk (state=3): >>>troy 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# destr<<< 9574 1726883270.22555: stdout chunk (state=3): >>>oy 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__ <<< 9574 1726883270.22964: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 9574 1726883270.22986: stdout chunk (state=3): >>> <<< 9574 1726883270.23015: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._<<< 9574 1726883270.23038: stdout chunk (state=3): >>> <<< 9574 1726883270.23045: stdout chunk (state=3): >>># clear sys.path <<< 9574 1726883270.23076: stdout chunk (state=3): >>># clear sys.argv <<< 9574 1726883270.23110: stdout chunk (state=3): >>># clear sys.ps1 <<< 9574 1726883270.23114: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc<<< 9574 1726883270.23131: stdout chunk (state=3): >>> <<< 9574 1726883270.23145: stdout chunk (state=3): >>># clear sys.last_type<<< 9574 1726883270.23173: stdout chunk (state=3): >>> # clear sys.last_value # clear sys.last_traceback <<< 9574 1726883270.23192: stdout chunk (state=3): >>># clear sys.__interactivehook__ <<< 9574 1726883270.23213: stdout chunk (state=3): >>># clear sys.meta_path <<< 9574 1726883270.23226: stdout chunk (state=3): >>># restore sys.stdin <<< 9574 1726883270.23239: stdout chunk (state=3): >>># restore sys.stdout<<< 9574 1726883270.23256: stdout chunk (state=3): >>> # restore sys.stderr # cleanup[2] removing sys<<< 9574 1726883270.23279: 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<<< 9574 1726883270.23294: stdout chunk (state=3): >>> # 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 <<< 9574 1726883270.23324: stdout chunk (state=3): >>># 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 <<< 9574 1726883270.23359: stdout chunk (state=3): >>># 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<<< 9574 1726883270.23382: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23402: 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 <<< 9574 1726883270.23437: stdout chunk (state=3): >>># 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<<< 9574 1726883270.23466: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23495: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23510: stdout chunk (state=3): >>> # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset<<< 9574 1726883270.23547: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23572: 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<<< 9574 1726883270.23607: 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<<< 9574 1726883270.23642: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23669: 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<<< 9574 1726883270.23696: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23724: stdout chunk (state=3): >>> # 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 <<< 9574 1726883270.23754: 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<<< 9574 1726883270.23781: stdout chunk (state=3): >>> # 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 <<< 9574 1726883270.23812: 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<<< 9574 1726883270.23849: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23875: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.23911: stdout chunk (state=3): >>> # 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 <<< 9574 1726883270.23951: stdout chunk (state=3): >>># 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 <<< 9574 1726883270.23994: stdout chunk (state=3): >>># 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<<< 9574 1726883270.24046: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.24060: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.24076: stdout chunk (state=3): >>> # 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<<< 9574 1726883270.24146: stdout chunk (state=3): >>> # destroy dbus.proxies # destroy dbus.connection # destroy dbus.bus # destroy dbus._dbus <<< 9574 1726883270.24965: stdout chunk (state=3): >>># 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 <<< 9574 1726883270.24987: stdout chunk (state=3): >>># destroy selectors <<< 9574 1726883270.24994: stdout chunk (state=3): >>># destroy errno <<< 9574 1726883270.25017: stdout chunk (state=3): >>># destroy array<<< 9574 1726883270.25027: stdout chunk (state=3): >>> <<< 9574 1726883270.25060: stdout chunk (state=3): >>># destroy datetime # destroy selinux<<< 9574 1726883270.25083: stdout chunk (state=3): >>> # destroy shutil<<< 9574 1726883270.25447: stdout chunk (state=3): >>> # 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 <<< 9574 1726883270.25548: 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 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 <<< 9574 1726883270.25652: 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 # 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 <<< 9574 1726883270.25883: stdout chunk (state=3): >>># destroy sys.monitoring<<< 9574 1726883270.25904: stdout chunk (state=3): >>> <<< 9574 1726883270.25922: stdout chunk (state=3): >>># destroy _socket <<< 9574 1726883270.25938: stdout chunk (state=3): >>># destroy threading <<< 9574 1726883270.25951: stdout chunk (state=3): >>># destroy weakref <<< 9574 1726883270.25984: stdout chunk (state=3): >>># destroy linecache<<< 9574 1726883270.26009: stdout chunk (state=3): >>> # destroy textwrap<<< 9574 1726883270.26015: stdout chunk (state=3): >>> # destroy _weakref<<< 9574 1726883270.26034: stdout chunk (state=3): >>> # destroy _collections <<< 9574 1726883270.26081: stdout chunk (state=3): >>># destroy platform<<< 9574 1726883270.26091: stdout chunk (state=3): >>> # destroy _uuid <<< 9574 1726883270.26100: stdout chunk (state=3): >>># destroy stat<<< 9574 1726883270.26132: stdout chunk (state=3): >>> # destroy genericpath # destroy _thread # destroy re._parser <<< 9574 1726883270.26146: stdout chunk (state=3): >>># destroy _string <<< 9574 1726883270.26169: stdout chunk (state=3): >>># destroy logging<<< 9574 1726883270.26187: stdout chunk (state=3): >>> # destroy _dbus_bindings # destroy ansible.module_utils.six.moves.urllib <<< 9574 1726883270.26205: stdout chunk (state=3): >>># destroy collections # destroy copyreg<<< 9574 1726883270.26246: stdout chunk (state=3): >>> # destroy contextlib # destroy warnings # destroy _typing<<< 9574 1726883270.26266: stdout chunk (state=3): >>> <<< 9574 1726883270.26285: stdout chunk (state=3): >>># destroy _tokenize <<< 9574 1726883270.26296: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error<<< 9574 1726883270.26315: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response<<< 9574 1726883270.26338: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy pyexpat # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 9574 1726883270.26360: stdout chunk (state=3): >>># destroy _frozen_importlib_external <<< 9574 1726883270.26407: stdout chunk (state=3): >>># destroy _imp # destroy _io # destroy marshal # destroy time # clear sys.meta_path<<< 9574 1726883270.26421: stdout chunk (state=3): >>> <<< 9574 1726883270.26443: stdout chunk (state=3): >>># clear sys.modules # destroy _frozen_importlib <<< 9574 1726883270.26552: stdout chunk (state=3): >>># destroy codecs<<< 9574 1726883270.26565: stdout chunk (state=3): >>> # destroy encodings.aliases<<< 9574 1726883270.26582: stdout chunk (state=3): >>> # destroy encodings.utf_8 <<< 9574 1726883270.26593: stdout chunk (state=3): >>># destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy _warnings<<< 9574 1726883270.26612: stdout chunk (state=3): >>> # destroy math # destroy _bisect # destroy re<<< 9574 1726883270.26635: stdout chunk (state=3): >>> # destroy _random <<< 9574 1726883270.26665: stdout chunk (state=3): >>># destroy _hashlib<<< 9574 1726883270.26689: stdout chunk (state=3): >>> # destroy _operator<<< 9574 1726883270.26701: stdout chunk (state=3): >>> # destroy builtins<<< 9574 1726883270.26724: stdout chunk (state=3): >>> # destroy itertools <<< 9574 1726883270.26752: stdout chunk (state=3): >>># destroy _abc<<< 9574 1726883270.26762: stdout chunk (state=3): >>> # destroy _sre # destroy posix<<< 9574 1726883270.26789: stdout chunk (state=3): >>> # destroy _functools # clear sys.audit hooks <<< 9574 1726883270.27550: stderr chunk (state=3): >>>debug2: Received exit status from master 1 Shared connection to 10.31.12.40 closed. <<< 9574 1726883270.27587: stderr chunk (state=3): >>><<< 9574 1726883270.27590: stdout chunk (state=3): >>><<< 9574 1726883270.28161: _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 0x7f32d77103e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d76dfa10> # /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 0x7f32d7712960> 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 0x7f32d74e4fe0> # /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 0x7f32d74e5f10> 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 0x7f32d7523d40> # /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 0x7f32d7523f80> # /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 0x7f32d755b770> # /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 0x7f32d755be00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d753ba10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7539130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7520ef0> # /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 0x7f32d757f740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d757e360> # /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 0x7f32d753a000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d757cb30> # /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 0x7f32d75b07a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7520170> # /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 0x7f32d75b0c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b0b00> # 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 0x7f32d75b0ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d751ec90> # /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 0x7f32d75b1550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b1220> 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 0x7f32d75b2420> 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 0x7f32d75c8650> 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 0x7f32d75c9d30> # /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 0x7f32d75caba0> # 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 0x7f32d75cb200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75ca0f0> # /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 0x7f32d75cbc80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75cb3b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b2480> # /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 0x7f32d7357b00> # /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 0x7f32d7380650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73803b0> # 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 0x7f32d7380680> # /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 0x7f32d7380fb0> # 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 0x7f32d7381880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7380860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7355ca0> # /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 0x7f32d7382c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7381730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d75b2b70> # /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 0x7f32d73aaf60> # /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 0x7f32d73cf320> # /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 0x7f32d73fff80> # /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 0x7f32d74327e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d74301a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73cffb0> # /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 0x7f32d6d2d100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73ce120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d7383b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f32d73ce240> # zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_e1h6r5nh/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 0x7f32d6d7ad20> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d5dca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d5ce30> # 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 0x7f32d6d790a0> # /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 0x7f32d6dae750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dae4e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6daddf0> # /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 0x7f32d6dae540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6d7ba40> 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 0x7f32d6daf440> # 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 0x7f32d6daf680> # /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 0x7f32d6dafbc0> 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 0x7f32d6c119d0> # 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 0x7f32d6c135c0> # /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 0x7f32d6c13f80> # /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 0x7f32d6c15160> # /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 0x7f32d6c17c20> # 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 0x7f32d6c17f80> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c15ee0> # /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 0x7f32d6c23980> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c22450> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c221b0> # /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 0x7f32d6c22720> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c163f0> # 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 0x7f32d6c67b00> # /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 0x7f32d6c67bc0> # /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 0x7f32d6c69760> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c69520> # /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 0x7f32d6c6bcb0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c69e50> # /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 0x7f32d6c6f3e0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c6bd70> # 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 0x7f32d6c700b0> # 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 0x7f32d6c70350> # 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 0x7f32d6c706b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c67ef0> # /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 0x7f32d6c73d10> # 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 0x7f32d6cf8ec0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c724b0> # 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 0x7f32d6c73830> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6c72120> # 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 0x7f32d6b01040> # /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 0x7f32d6b01e20> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d73804a0> 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 0x7f32d6b01fd0> # 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 0x7f32d6b03020> # 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 0x7f32d6b0daf0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b08980> 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 0x7f32d6c02540> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6dde210> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b0dac0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b01e50> # 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 0x7f32d6ba3bf0> # 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 0x7f32d6b82b70> # /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 0x7f32d6b82db0> # /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 0x7f32d6b812b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b80440> # /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 0x7f32d67749e0> # /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 0x7f32d6775c40> # /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 0x7f32d6775eb0> # /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 0x7f32d6776030> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6775e50> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6775700> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6774b60> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b83dd0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6b831a0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6ba2870> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f32d6ba23f0> {"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 0x7fb6ebfbc3e0>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70>\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 0x7fb6ebfbe960>\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 0x7fb6ebfccf80>\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 0x7fb6ebfcdeb0>\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 0x7fb6ebdd8aa0>\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 0x7fb6ebdd8cb0>\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 0x7fb6ebddb710>\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 0x7fb6ebe18da0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0>\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 0x7fb6ebe3c380>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60>\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 0x7fb6ebe1aed0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620>\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 0x7fb6ebe3d5e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0>\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 0x7fb6ebe3dcd0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0>\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 0x7fb6ebe5e5a0>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820>\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 0x7fb6ebe5eb10>\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 0x7fb6ebe85d90>\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 0x7fb6ebe87620>\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 0x7fb6ebcb1dc0>\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 0x7fb6ebcb2810>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0>\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 0x7fb6ebd14770>\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 0x7fb6ebd14ce0>\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 0x7fb6ebd16db0>\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 0x7fb6ebd17c20>\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 0x7fb6ebd3c260>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0>\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 0x7fb6ebd3ccb0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70>\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 0x7fb6ebd3d160>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80>\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 0x7fb6ebd68260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670>\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 0x7fb6ebd6a510>\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 0x7fb6ebae44a0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10>\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 0x7fb6ebd14800>\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 0x7fb6ebb115e0>\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 0x7fb6ebb7d310>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570>\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 0x7fb6ebb7e9c0>\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 0x7fb6ebb88bf0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870>\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 0x7fb6ebb7da60>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50>\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 0x7fb6ebbc5bb0>\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 0x7fb6eb9b1700>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430>\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 0x7fb6eb9b1520>\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 0x7fb6eb9b2000>\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 0x7fb6eb9b29f0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830>\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 0x7fb6eb9c80e0>\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 0x7fb6eb9c9f40>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9c8b30>\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 0x7fb6eb9cb1d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40>\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 0x7fb6eb9cb350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0>\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 0x7fb6eb9fb590>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0>\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 0x7fb6eba22210>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0>\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 0x7fb6eba23b90>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470>\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 0x7fb6eba4f6e0>\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 0x7fb6eba4f710>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660>\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 0x7fb6eba5ce30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740>\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 0x7fb6eba5dac0>\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 0x7fb6eba5e1b0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10>\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 0x7fb6eba5e870>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380>\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 0x7fb6eba5ed80>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10>\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 0x7fb6eba8a360>\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 0x7fb6eb31ab10>\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 0x7fb6eb340170>\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 0x7fb6eb341d90>\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 0x7fb6eb3428d0>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0>\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 0x7fb6eb343bc0>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0>\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 0x7fb6eb365190>\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 0x7fb6eb3655e0>\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 0x7fb6eb365b80>\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 0x7fb6eb38a870>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0>\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 0x7fb6eb3b14c0>\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 0x7fb6eb3e3ad0>\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 0x7fb6eaf0c290>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00>\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 0x7fb6eaf0d760>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010>\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 0x7fb6eaf0d1f0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950>\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 0x7fb6eaf0d820>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0>\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 0x7fb6eaf0f020>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20>\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 0x7fb6eaf32900>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0>\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 0x7fb6eaf5f050>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0>\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 0x7fb6eaf5dd60>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580>\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 0x7fb6eaf86390>\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 0x7fb6eaf86db0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280>\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 0x7fb6eafa6510>\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 0x7fb6eafbfb00>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0>\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 0x7fb6eafbd490>\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 0x7fb6ead8a9c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0>\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 0x7fb6eadd9d30>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0>\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 0x7fb6eadd9dc0>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240>\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 0x7fb6eadf97c0>\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 0x7fb6eadf90d0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0>\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 0x7fb6eae245f0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0>\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 0x7fb6eae27590>\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 0x7fb6eae27e90>\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 0x7fb6eae24c80>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0>\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 0x7fb6eadf8aa0>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990>\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 0x7fb6eac368a0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390>\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 0x7fb6eac580e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0>\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 0x7fb6eac37c20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70>\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 0x7fb6eac58cb0>\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 0x7fb6eac5a300>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060>\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 0x7fb6eac5bec0>\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 0x7fb6eac5bbc0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740>\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 0x7fb6eac8dd30>\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 0x7fb6eac8e540>\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 0x7fb6eac8e780>\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 0x7fb6eac8f0b0>\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 0x7fb6eac8f4a0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20>\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 0x7fb6eacb7d70>\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 0x7fb6eacb7f20>\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 0x7fb6eace8e60>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0>\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 0x7fb6eace94f0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8e7e0>\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 0x7fb6eace9a30>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10>\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 0x7fb6ea2cd610>\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 0x7fb6ea2cd730>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890>\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 0x7fb6ea2ccaa0>\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 0x7fb6ea2e5fd0>\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 0x7fb6ea2e7f50>\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 0x7fb6ea2e7e00>\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 0x7fb6ea30c170>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0>\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 0x7fb6ea30c620>\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 0x7fb6ea30c800>\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 0x7fb6ea30c980>\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 0x7fb6ea30dd60>\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 0x7fb6ea30e570>\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 0x7fb6ea30e600>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0>\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 0x7fb6ea30d850>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0>\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 0x7fb6ea2e7800>\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 0x7fb6ea30fcb0>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0>\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 0x7fb6ea344e90>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170>\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 0x7fb6ea344560>\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 0x7fb6ea360bf0>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50>\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 0x7fb6ea360c20>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260>\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 0x7fb6ea3636e0>\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 0x7fb6ea39aed0>\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 0x7fb6ea39b140>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0>\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 0x7fb6ea39bc50>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0>\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 0x7fb6ea0a8f80>\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 0x7fb6ea0a90d0>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0>\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 0x7fb6ea0a9130>\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 0x7fb6ea0ab5c0>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20>\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 0x7fb6ea0e6e40>\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 0x7fb6ea0e7380>\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 0x7fb6ea0e74a0>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70>\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 0x7fb6ea11ce30>\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 0x7fb6ea11ce90>\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 0x7fb6ea11cf50>\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 0x7fb6ea11d070>\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 0x7fb6ea11e570>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6510>\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 0x7fb6ea13c470>\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 0x7fb6ea13e510>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000>\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 0x7fb6ea13e540>\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 0x7fb6ea13f380>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00>\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 0x7fb6ea11f890>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350>\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 0x7fb6ea13fec0>\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 0x7fb6ea13fe00>\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 0x7fb6ea178800>\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 0x7fb6ea178cb0>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20>\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 0x7fb6ea179f70>\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 0x7fb6ea1905c0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20>\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 0x7fb6ea190170>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060>\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 0x7fb6ea17a120>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910>\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 0x7fb6ea179bb0>\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 0x7fb6e9ff9d90>\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 0x7fb6ea029e20>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970>\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 0x7fb6ea059700>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10>\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 0x7fb6e9b246e0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0>\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 0x7fb6e9b6e2d0>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20>\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 0x7fb6e9bad220>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450>\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 0x7fb6e9be53a0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610>\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 0x7fb6e9be65a0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410>\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 0x7fb6e8864ec0>\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 0x7fb6e8867dd0>\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 0x7fb6e887ccb0>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620>\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 0x7fb6e887e1b0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0>\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 0x7fb6e8864b30>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0>\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 0x7fb6e887f920>\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 0x7fb6e88b9e20>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190>\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 0x7fb6e88ba5a0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950>\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 0x7fb6e88bbef0>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290>\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 0x7fb6e88eeed0>\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 0x7fb6e88ef320>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710>\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 0x7fb6e890de80>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0>\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 0x7fb6e890e510>\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 0x7fb6e890e8d0>\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 0x7fb6e890e960>\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 0x7fb6e890ea80>\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 0x7fb6e893d5e0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740>\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 0x7fb6e893d700>\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 0x7fb6e893d7f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870>\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 0x7fb6e893d8e0>\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 0x7fb6e893e5a0>\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 0x7fb6e893f110>\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 0x7fb6e893f290>\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 0x7fb6e893fb00>\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 0x7fb6e893fd40>\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 0x7fb6e865c6e0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170>\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 0x7fb6e865d5e0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0>\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 0x7fb6e865fc20>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0>\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 0x7fb6e865fe60>\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 0x7fb6e8687950>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20>\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 0x7fb6e8687b90>\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 0x7fb6e86acd70>\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 0x7fb6e86acef0>\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 0x7fb6e86af140>\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 0x7fb6e86af680>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0>\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 0x7fb6e86e1850>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730>\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 0x7fb6e865e4e0>\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 0x7fb6e86e2d80>\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 0x7fb6e86e39e0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0>\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 0x7fb6e870cbc0>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440>\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 0x7fb6e8739c10>\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 0x7fb6e845d2e0>\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 0x7fb6e845e120>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80>\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 0x7fb6e845ce30>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280>\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 0x7fb6e845ebd0>\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 0x7fb6e845fad0>\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 0x7fb6e845fb30>\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 0x7fb6e8494200>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110>\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 0x7fb6e84967e0>\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 0x7fb6e8497950>\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 0x7fb6e8497c20>\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 0x7fb6e8497ce0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84974a0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560>\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 0x7fb6e84b8680>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0>\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 0x7fb6e84b88c0>\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 0x7fb6e84b8ce0>\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 0x7fb6e84b8e00>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0>\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 0x7fb6e84b8f50>\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 0x7fb6e84b94c0>\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 0x7fb6e84ba4b0>\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 0x7fb6e84ba270>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0>\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 0x7fb6e84ecfb0>\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 0x7fb6e84ed310>\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 0x7fb6e84ed7c0>\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 0x7fb6e84edfd0>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0>\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 0x7fb6e84ecd70>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0>\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 0x7fb6e850cbf0>\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 0x7fb6e850d8b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020>\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 0x7fb6e853a390>\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 0x7fb6e8175400>\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 0x7fb6e81765d0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990>\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 0x7fb6e8177530>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbc7d0>\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 0x7fb6e81a4170>\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 0x7fb6e81a43e0>\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 0x7fb6e81a45c0>\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 0x7fb6e81a4950>\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 0x7fb6e81a4c80>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70>\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 0x7fb6e8177f20>\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 0x7fb6e81a5850>\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 0x7fb6e81a5e50>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0>\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 0x7fb6e81a7830>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390>\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 0x7fb6e81a69c0>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0>\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 0x7fb6e81cfad0>\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 0x7fb6e81cfe60>\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 0x7fb6e81cff50>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0>\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 0x7fb6e81f7cb0>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740>\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 0x7fb6e822c890>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0>\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 0x7fb6e822dc10>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820>\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 0x7fb6e822de20>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40>\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 0x7fb6e822e030>\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 0x7fb6e822e480>\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 0x7fb6e822efc0>\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 0x7fb6e822f1d0>\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 0x7fb6e822f770>\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 0x7fb6e822fb00>\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 0x7fb6e822fe90>\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 0x7fb6e80480e0>\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 0x7fb6e8048380>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0>\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 0x7fb6e8048620>\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 0x7fb6e8049be0>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180>\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 0x7fb6e8049af0>\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 0x7fb6e8049e80>\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 0x7fb6e804a000>\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 0x7fb6e804ac30>\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 0x7fb6e804b140>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240>\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 0x7fb6e804b500>\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 0x7fb6e804b650>\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 0x7fb6e804bec0>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0>\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 0x7fb6e8078740>\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 0x7fb6e8078890>\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 0x7fb6e8078b90>\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 0x7fb6e8079130>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00>\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 0x7fb6e8079c10>\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 0x7fb6e8079e50>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0>\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 0x7fb6e807a960>\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 0x7fb6e807ab10>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0>\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 0x7fb6e807ad80>\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 0x7fb6e807b0e0>\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 0x7fb6e807b560>\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 0x7fb6e807bf50>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10>\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 0x7fb6e80a0bf0>\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 0x7fb6e80a0c80>\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 0x7fb6e80a1220>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950>\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 0x7fb6e80a1280>\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 0x7fb6e80a1460>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640>\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 0x7fb6eb364a10>\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 0x7fb6ebfbc3e0>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70>\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 0x7fb6ebfbe960>\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 0x7fb6ebfccf80>\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 0x7fb6ebfcdeb0>\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 0x7fb6ebdd8aa0>\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 0x7fb6ebdd8cb0>\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 0x7fb6ebddb710>\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 0x7fb6ebe18da0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0>\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 0x7fb6ebe3c380>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60>\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 0x7fb6ebe1aed0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620>\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 0x7fb6ebe3d5e0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0>\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 0x7fb6ebe3dcd0>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0>\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 0x7fb6ebe5e5a0>\nimport 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820>\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 0x7fb6ebe5eb10>\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 0x7fb6ebe85d90>\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 0x7fb6ebe87620>\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 0x7fb6ebcb1dc0>\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 0x7fb6ebcb2810>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0>\nimport 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0>\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 0x7fb6ebd14770>\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 0x7fb6ebd14ce0>\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 0x7fb6ebd16db0>\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 0x7fb6ebd17c20>\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 0x7fb6ebd3c260>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0>\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 0x7fb6ebd3ccb0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70>\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 0x7fb6ebd3d160>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80>\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 0x7fb6ebd68260>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670>\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 0x7fb6ebd6a510>\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 0x7fb6ebae44a0>\nimport 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0>\nimport 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10>\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 0x7fb6ebd14800>\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 0x7fb6ebb115e0>\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 0x7fb6ebb7d310>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570>\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 0x7fb6ebb7e9c0>\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 0x7fb6ebb88bf0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870>\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 0x7fb6ebb7da60>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50>\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 0x7fb6ebbc5bb0>\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 0x7fb6eb9b1700>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430>\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 0x7fb6eb9b1520>\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 0x7fb6eb9b2000>\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 0x7fb6eb9b29f0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830>\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 0x7fb6eb9c80e0>\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 0x7fb6eb9c9f40>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9c8b30>\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 0x7fb6eb9cb1d0>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40>\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 0x7fb6eb9cb350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0>\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 0x7fb6eb9fb590>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0>\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 0x7fb6eba22210>\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0>\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 0x7fb6eba23b90>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470>\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 0x7fb6eba4f6e0>\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 0x7fb6eba4f710>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660>\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 0x7fb6eba5ce30>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740>\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 0x7fb6eba5dac0>\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 0x7fb6eba5e1b0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10>\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 0x7fb6eba5e870>\nimport 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540>\nimport 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380>\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 0x7fb6eba5ed80>\nimport 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10>\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 0x7fb6eba8a360>\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 0x7fb6eb31ab10>\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 0x7fb6eb340170>\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 0x7fb6eb341d90>\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 0x7fb6eb3428d0>\nimport 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0>\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 0x7fb6eb343bc0>\nimport 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0>\nimport 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70>\nimport 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0>\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 0x7fb6eb365190>\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 0x7fb6eb3655e0>\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 0x7fb6eb365b80>\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 0x7fb6eb38a870>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50>\nimport 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0>\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 0x7fb6eb3b14c0>\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 0x7fb6eb3e3ad0>\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 0x7fb6eaf0c290>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00>\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 0x7fb6eaf0d760>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010>\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 0x7fb6eaf0d1f0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950>\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 0x7fb6eaf0d820>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0>\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 0x7fb6eaf0f020>\nimport 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20>\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 0x7fb6eaf32900>\nimport 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0>\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 0x7fb6eaf5f050>\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0>\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 0x7fb6eaf5dd60>\nimport 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580>\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 0x7fb6eaf86390>\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 0x7fb6eaf86db0>\nimport 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220>\nimport 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0>\nimport 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280>\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 0x7fb6eafa6510>\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 0x7fb6eafbfb00>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0>\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 0x7fb6eafbd490>\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 0x7fb6ead8a9c0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470>\nimport 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0>\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 0x7fb6eadd9d30>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0>\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 0x7fb6eadd9dc0>\nimport 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240>\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 0x7fb6eadf97c0>\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 0x7fb6eadf90d0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0>\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 0x7fb6eae245f0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0>\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 0x7fb6eae27590>\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 0x7fb6eae27e90>\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 0x7fb6eae24c80>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0>\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 0x7fb6eadf8aa0>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990>\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 0x7fb6eac368a0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390>\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 0x7fb6eac580e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0>\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 0x7fb6eac37c20>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180>\nimport 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70>\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 0x7fb6eac58cb0>\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 0x7fb6eac5a300>\nimport 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060>\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 0x7fb6eac5bec0>\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 0x7fb6eac5bbc0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740>\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 0x7fb6eac8dd30>\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 0x7fb6eac8e540>\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 0x7fb6eac8e780>\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 0x7fb6eac8f0b0>\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 0x7fb6eac8f4a0>\nimport 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0>\nimport 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20>\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 0x7fb6eacb7d70>\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 0x7fb6eacb7f20>\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 0x7fb6eace8e60>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120>\nimport 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0>\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 0x7fb6eace94f0>\nimport 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0>\nimport 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630>\nimport 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8e7e0>\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 0x7fb6eace9a30>\nimport 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10>\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 0x7fb6ea2cd610>\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 0x7fb6ea2cd730>\nimport 'urllib3.packages.six.moves' # \nimport 'urllib3.packages.six.moves.http_client' # \nimport 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890>\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 0x7fb6ea2ccaa0>\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 0x7fb6ea2e5fd0>\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 0x7fb6ea2e7f50>\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 0x7fb6ea2e7e00>\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 0x7fb6ea30c170>\nimport 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0>\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 0x7fb6ea30c620>\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 0x7fb6ea30c800>\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 0x7fb6ea30c980>\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 0x7fb6ea30dd60>\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 0x7fb6ea30e570>\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 0x7fb6ea30e600>\nimport 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0>\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 0x7fb6ea30d850>\nimport 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0>\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 0x7fb6ea2e7800>\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 0x7fb6ea30fcb0>\nimport 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0>\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 0x7fb6ea344e90>\nimport 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0>\nimport 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290>\nimport 'urllib3.packages.six.moves.urllib' # \nimport 'urllib3.packages.six.moves.urllib.parse' # \nimport 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170>\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 0x7fb6ea344560>\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 0x7fb6ea360bf0>\nimport 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50>\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 0x7fb6ea360c20>\nimport 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260>\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 0x7fb6ea3636e0>\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 0x7fb6ea39aed0>\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 0x7fb6ea39b140>\nimport 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0>\nimport 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0>\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 0x7fb6ea39bc50>\nimport 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20>\nimport 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0>\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 0x7fb6ea0a8f80>\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 0x7fb6ea0a90d0>\nimport 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0>\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 0x7fb6ea0a9130>\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 0x7fb6ea0ab5c0>\nimport 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0>\nimport 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20>\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 0x7fb6ea0e6e40>\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 0x7fb6ea0e7380>\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 0x7fb6ea0e74a0>\nimport 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50>\nimport 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030>\nimport 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70>\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 0x7fb6ea11ce30>\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 0x7fb6ea11ce90>\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 0x7fb6ea11cf50>\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 0x7fb6ea11d070>\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 0x7fb6ea11e570>\nimport 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6510>\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 0x7fb6ea13c470>\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 0x7fb6ea13e510>\nimport 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000>\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 0x7fb6ea13e540>\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 0x7fb6ea13f380>\nimport 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00>\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 0x7fb6ea11f890>\nimport 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20>\nimport 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0>\nimport 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0>\nimport 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350>\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 0x7fb6ea13fec0>\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 0x7fb6ea13fe00>\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 0x7fb6ea178800>\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 0x7fb6ea178cb0>\nimport 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20>\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 0x7fb6ea179f70>\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 0x7fb6ea1905c0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20>\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 0x7fb6ea190170>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060>\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 0x7fb6ea17a120>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910>\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 0x7fb6ea179bb0>\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 0x7fb6e9ff9d90>\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 0x7fb6ea029e20>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970>\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 0x7fb6ea059700>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10>\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 0x7fb6e9b246e0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0>\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 0x7fb6e9b6e2d0>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20>\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 0x7fb6e9bad220>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450>\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 0x7fb6e9be53a0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610>\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 0x7fb6e9be65a0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410>\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 0x7fb6e8864ec0>\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 0x7fb6e8867dd0>\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 0x7fb6e887ccb0>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620>\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 0x7fb6e887e1b0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0>\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 0x7fb6e8864b30>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0>\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 0x7fb6e887f920>\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 0x7fb6e88b9e20>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190>\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 0x7fb6e88ba5a0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950>\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 0x7fb6e88bbef0>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290>\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 0x7fb6e88eeed0>\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 0x7fb6e88ef320>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710>\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 0x7fb6e890de80>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0>\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 0x7fb6e890e510>\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 0x7fb6e890e8d0>\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 0x7fb6e890e960>\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 0x7fb6e890ea80>\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 0x7fb6e893d5e0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740>\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 0x7fb6e893d700>\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 0x7fb6e893d7f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870>\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 0x7fb6e893d8e0>\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 0x7fb6e893e5a0>\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 0x7fb6e893f110>\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 0x7fb6e893f290>\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 0x7fb6e893fb00>\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 0x7fb6e893fd40>\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 0x7fb6e865c6e0>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170>\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 0x7fb6e865d5e0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0>\nimport 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0>\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 0x7fb6e865fc20>\nimport 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0>\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 0x7fb6e865fe60>\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 0x7fb6e8687950>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20>\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 0x7fb6e8687b90>\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 0x7fb6e86acd70>\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 0x7fb6e86acef0>\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 0x7fb6e86af140>\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 0x7fb6e86af680>\nimport 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0>\nimport 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610>\nimport 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0>\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 0x7fb6e86e1850>\nimport 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830>\nimport 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50>\nimport 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730>\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 0x7fb6e865e4e0>\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 0x7fb6e86e2d80>\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 0x7fb6e86e39e0>\nimport 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0>\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 0x7fb6e870cbc0>\nimport 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440>\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 0x7fb6e8739c10>\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 0x7fb6e845d2e0>\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 0x7fb6e845e120>\nimport 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80>\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 0x7fb6e845ce30>\nimport 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0>\nimport 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280>\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 0x7fb6e845ebd0>\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 0x7fb6e845fad0>\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 0x7fb6e845fb30>\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 0x7fb6e8494200>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110>\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 0x7fb6e84967e0>\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 0x7fb6e8497950>\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 0x7fb6e8497c20>\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 0x7fb6e8497ce0>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84974a0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560>\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 0x7fb6e84b8680>\nimport 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0>\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 0x7fb6e84b88c0>\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 0x7fb6e84b8ce0>\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 0x7fb6e84b8e00>\nimport 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0>\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 0x7fb6e84b8f50>\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 0x7fb6e84b94c0>\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 0x7fb6e84ba4b0>\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 0x7fb6e84ba270>\nimport 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0>\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 0x7fb6e84ecfb0>\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 0x7fb6e84ed310>\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 0x7fb6e84ed7c0>\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 0x7fb6e84edfd0>\nimport 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0>\nimport 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0>\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 0x7fb6e84ecd70>\nimport 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80>\nimport 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0>\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 0x7fb6e850cbf0>\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 0x7fb6e850d8b0>\nimport 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100>\nimport 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020>\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 0x7fb6e853a390>\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 0x7fb6e8175400>\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 0x7fb6e81765d0>\nimport 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300>\nimport 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80>\nimport 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90>\nimport 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50>\nimport 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990>\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 0x7fb6e8177530>\nimport 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbc7d0>\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 0x7fb6e81a4170>\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 0x7fb6e81a43e0>\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 0x7fb6e81a45c0>\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 0x7fb6e81a4950>\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 0x7fb6e81a4c80>\nimport 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40>\nimport 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70>\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 0x7fb6e8177f20>\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 0x7fb6e81a5850>\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 0x7fb6e81a5e50>\nimport 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0>\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 0x7fb6e81a7830>\nimport 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390>\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 0x7fb6e81a69c0>\nimport 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0>\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 0x7fb6e81cfad0>\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 0x7fb6e81cfe60>\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 0x7fb6e81cff50>\nimport 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50>\nimport 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0>\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 0x7fb6e81f7cb0>\nimport 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740>\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 0x7fb6e822c890>\nimport 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230>\nimport 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0>\nimport 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0>\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 0x7fb6e822dc10>\nimport 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820>\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 0x7fb6e822de20>\nimport 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40>\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 0x7fb6e822e030>\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 0x7fb6e822e480>\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 0x7fb6e822efc0>\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 0x7fb6e822f1d0>\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 0x7fb6e822f770>\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 0x7fb6e822fb00>\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 0x7fb6e822fe90>\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 0x7fb6e80480e0>\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 0x7fb6e8048380>\nimport 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0>\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 0x7fb6e8048620>\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 0x7fb6e8049be0>\nimport 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0>\nimport 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0>\nimport 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180>\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 0x7fb6e8049af0>\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 0x7fb6e8049e80>\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 0x7fb6e804a000>\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 0x7fb6e804ac30>\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 0x7fb6e804b140>\nimport 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70>\nimport 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0>\nimport 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240>\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 0x7fb6e804b500>\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 0x7fb6e804b650>\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 0x7fb6e804bec0>\nimport 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0>\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 0x7fb6e8078740>\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 0x7fb6e8078890>\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 0x7fb6e8078b90>\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 0x7fb6e8079130>\nimport 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00>\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 0x7fb6e8079c10>\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 0x7fb6e8079e50>\nimport 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0>\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 0x7fb6e807a960>\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 0x7fb6e807ab10>\nimport 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0>\nimport 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0>\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 0x7fb6e807ad80>\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 0x7fb6e807b0e0>\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 0x7fb6e807b560>\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 0x7fb6e807bf50>\nimport 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10>\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 0x7fb6e80a0bf0>\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 0x7fb6e80a0c80>\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 0x7fb6e80a1220>\nimport 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950>\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 0x7fb6e80a1280>\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 0x7fb6e80a1460>\nimport 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80>\nimport 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640>\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 0x7fb6eb364a10>\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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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 9574 1726883270.29042: 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-1726883265.6268852-10350-211720546819882/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883270.29065: _low_level_execute_command(): starting 9574 1726883270.29068: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883265.6268852-10350-211720546819882/ > /dev/null 2>&1 && sleep 0' 9574 1726883270.29533: 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 <<< 9574 1726883270.29537: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.29540: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.29548: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883270.29550: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.29596: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.29599: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883270.29601: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.29666: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.34612: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883270.34646: stderr chunk (state=3): >>><<< 9574 1726883270.34650: stdout chunk (state=3): >>><<< 9574 1726883270.34662: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883270.34669: handler run complete 9574 1726883270.34784: attempt loop complete, returning result 9574 1726883270.34788: _execute() done 9574 1726883270.34790: dumping result to json 9574 1726883270.34881: done dumping result, returning 9574 1726883270.34890: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Call subscription-manager [0affc0aa-4893-214d-52b4-000000000138] 9574 1726883270.34894: sending task result for task 0affc0aa-4893-214d-52b4-000000000138 9574 1726883270.36742: marking managed_node2 as failed 9574 1726883270.36751: marking host managed_node2 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 9574 1726883270.36759: ^ 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 9574 1726883270.36761: getting the next task for host managed_node2 9574 1726883270.36768: done getting next task for host managed_node2 9574 1726883270.36771: ^ task is: TASK: Unregister 9574 1726883270.36772: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=1, handlers=0, run_state=3, 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_node2]: 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 0x7fb6ebfbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70> # /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 0x7fb6ebfbe960> 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 0x7fb6ebfccf80> # /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 0x7fb6ebfcdeb0> 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 0x7fb6ebdd8aa0> # /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 0x7fb6ebdd8cb0> # /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 0x7fb6ebddb710> # /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 0x7fb6ebe18da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0> # /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 0x7fb6ebe3c380> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60> # /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 0x7fb6ebe1aed0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620> # /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 0x7fb6ebe3d5e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0> # /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 0x7fb6ebe3dcd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0> # /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 0x7fb6ebe5e5a0> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820> # /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 0x7fb6ebe5eb10> # /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 0x7fb6ebe85d90> 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 0x7fb6ebe87620> # /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 0x7fb6ebcb1dc0> # /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 0x7fb6ebcb2810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0> # /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 0x7fb6ebd14770> # /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 0x7fb6ebd14ce0> 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 0x7fb6ebd16db0> # /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 0x7fb6ebd17c20> # 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 0x7fb6ebd3c260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0> # /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 0x7fb6ebd3ccb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70> # /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 0x7fb6ebd3d160> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80> # /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 0x7fb6ebd68260> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670> # /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 0x7fb6ebd6a510> # /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 0x7fb6ebae44a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10> # /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 0x7fb6ebd14800> # /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 0x7fb6ebb115e0> # /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 0x7fb6ebb7d310> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570> # /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 0x7fb6ebb7e9c0> 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 0x7fb6ebb88bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870> # /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 0x7fb6ebb7da60> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50> # /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 0x7fb6ebbc5bb0> # /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 0x7fb6eb9b1700> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430> # 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 0x7fb6eb9b1520> # /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 0x7fb6eb9b2000> # 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 0x7fb6eb9b29f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830> # /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 0x7fb6eb9c80e0> # /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 0x7fb6eb9c9f40> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9c8b30> # 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 0x7fb6eb9cb1d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40> # /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 0x7fb6eb9cb350> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0> # /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 0x7fb6eb9fb590> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0> # /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 0x7fb6eba22210> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0> # /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 0x7fb6eba23b90> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470> # /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 0x7fb6eba4f6e0> # /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 0x7fb6eba4f710> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660> # /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 0x7fb6eba5ce30> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740> # /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 0x7fb6eba5dac0> # /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 0x7fb6eba5e1b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10> # /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 0x7fb6eba5e870> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380> # /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 0x7fb6eba5ed80> import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10> # /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 0x7fb6eba8a360> # /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 0x7fb6eb31ab10> # /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 0x7fb6eb340170> # /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 0x7fb6eb341d90> # /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 0x7fb6eb3428d0> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0> # /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 0x7fb6eb343bc0> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0> # /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 0x7fb6eb365190> # /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 0x7fb6eb3655e0> # /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 0x7fb6eb365b80> # /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 0x7fb6eb38a870> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50> import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0> # /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 0x7fb6eb3b14c0> # /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 0x7fb6eb3e3ad0> # 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 0x7fb6eaf0c290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00> # /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 0x7fb6eaf0d760> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010> # 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 0x7fb6eaf0d1f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950> # /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 0x7fb6eaf0d820> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0> # /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 0x7fb6eaf0f020> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20> # /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 0x7fb6eaf32900> import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0> # /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 0x7fb6eaf5f050> import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0> # /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 0x7fb6eaf5dd60> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580> # /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 0x7fb6eaf86390> # /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 0x7fb6eaf86db0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280> # /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 0x7fb6eafa6510> # /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 0x7fb6eafbfb00> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0> # /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 0x7fb6eafbd490> # /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 0x7fb6ead8a9c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470> import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0> # /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 0x7fb6eadd9d30> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0> # 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 0x7fb6eadd9dc0> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240> # /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 0x7fb6eadf97c0> # 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 0x7fb6eadf90d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0> # /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 0x7fb6eae245f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0> # /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 0x7fb6eae27590> # /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 0x7fb6eae27e90> # /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 0x7fb6eae24c80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0> # /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 0x7fb6eadf8aa0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990> # /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 0x7fb6eac368a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390> # /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 0x7fb6eac580e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0> # /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 0x7fb6eac37c20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180> import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70> # /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 0x7fb6eac58cb0> # /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 0x7fb6eac5a300> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060> # /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 0x7fb6eac5bec0> # /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 0x7fb6eac5bbc0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740> # /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 0x7fb6eac8dd30> # /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 0x7fb6eac8e540> # /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 0x7fb6eac8e780> # /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 0x7fb6eac8f0b0> # /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 0x7fb6eac8f4a0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0> import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20> # /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 0x7fb6eacb7d70> # 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 0x7fb6eacb7f20> # 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 0x7fb6eace8e60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120> import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0> # /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 0x7fb6eace94f0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8e7e0> # /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 0x7fb6eace9a30> import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10> # /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 0x7fb6ea2cd610> # /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 0x7fb6ea2cd730> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890> # /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 0x7fb6ea2ccaa0> # /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 0x7fb6ea2e5fd0> # /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 0x7fb6ea2e7f50> # /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 0x7fb6ea2e7e00> # /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 0x7fb6ea30c170> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0> # /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 0x7fb6ea30c620> # /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 0x7fb6ea30c800> # /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 0x7fb6ea30c980> # /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 0x7fb6ea30dd60> # /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 0x7fb6ea30e570> # /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 0x7fb6ea30e600> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0> # /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 0x7fb6ea30d850> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0> # /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 0x7fb6ea2e7800> # /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 0x7fb6ea30fcb0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0> # /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 0x7fb6ea344e90> import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170> # /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 0x7fb6ea344560> # /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 0x7fb6ea360bf0> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50> # /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 0x7fb6ea360c20> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260> # /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 0x7fb6ea3636e0> # /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 0x7fb6ea39aed0> # 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 0x7fb6ea39b140> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0> # /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 0x7fb6ea39bc50> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0> # /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 0x7fb6ea0a8f80> # /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 0x7fb6ea0a90d0> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0> # /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 0x7fb6ea0a9130> # /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 0x7fb6ea0ab5c0> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20> # /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 0x7fb6ea0e6e40> # /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 0x7fb6ea0e7380> # /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 0x7fb6ea0e74a0> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70> # /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 0x7fb6ea11ce30> # /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 0x7fb6ea11ce90> # /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 0x7fb6ea11cf50> # /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 0x7fb6ea11d070> # /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 0x7fb6ea11e570> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6510> # /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 0x7fb6ea13c470> # /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 0x7fb6ea13e510> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000> # /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 0x7fb6ea13e540> # /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 0x7fb6ea13f380> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00> # /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 0x7fb6ea11f890> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350> # /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 0x7fb6ea13fec0> # /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 0x7fb6ea13fe00> # /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 0x7fb6ea178800> # /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 0x7fb6ea178cb0> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20> # /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 0x7fb6ea179f70> # /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 0x7fb6ea1905c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20> # /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 0x7fb6ea190170> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060> # /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 0x7fb6ea17a120> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910> # /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 0x7fb6ea179bb0> # /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 0x7fb6e9ff9d90> # /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 0x7fb6ea029e20> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970> # /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 0x7fb6ea059700> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10> # /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 0x7fb6e9b246e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0> # /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 0x7fb6e9b6e2d0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20> # /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 0x7fb6e9bad220> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450> # /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 0x7fb6e9be53a0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610> # /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 0x7fb6e9be65a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410> # /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 0x7fb6e8864ec0> # /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 0x7fb6e8867dd0> # /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 0x7fb6e887ccb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620> # /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 0x7fb6e887e1b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0> # /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 0x7fb6e8864b30> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0> # /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 0x7fb6e887f920> # /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 0x7fb6e88b9e20> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190> # /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 0x7fb6e88ba5a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950> # /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 0x7fb6e88bbef0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290> # /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 0x7fb6e88eeed0> # /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 0x7fb6e88ef320> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710> # /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 0x7fb6e890de80> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0> # /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 0x7fb6e890e510> # /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 0x7fb6e890e8d0> # /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 0x7fb6e890e960> # /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 0x7fb6e890ea80> # /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 0x7fb6e893d5e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740> # /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 0x7fb6e893d700> # /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 0x7fb6e893d7f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870> # /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 0x7fb6e893d8e0> # /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 0x7fb6e893e5a0> # /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 0x7fb6e893f110> # /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 0x7fb6e893f290> # /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 0x7fb6e893fb00> # /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 0x7fb6e893fd40> # /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 0x7fb6e865c6e0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170> # /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 0x7fb6e865d5e0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0> # /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 0x7fb6e865fc20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0> # 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 0x7fb6e865fe60> # /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 0x7fb6e8687950> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20> # /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 0x7fb6e8687b90> # /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 0x7fb6e86acd70> # /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 0x7fb6e86acef0> # /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 0x7fb6e86af140> # /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 0x7fb6e86af680> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0> # /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 0x7fb6e86e1850> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50> import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730> # /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 0x7fb6e865e4e0> # /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 0x7fb6e86e2d80> # /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 0x7fb6e86e39e0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0> # /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 0x7fb6e870cbc0> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440> # /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 0x7fb6e8739c10> # /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 0x7fb6e845d2e0> # /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 0x7fb6e845e120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80> # /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 0x7fb6e845ce30> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280> # /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 0x7fb6e845ebd0> # /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 0x7fb6e845fad0> # /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 0x7fb6e845fb30> # /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 0x7fb6e8494200> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110> # /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 0x7fb6e84967e0> # /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 0x7fb6e8497950> # /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 0x7fb6e8497c20> # /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 0x7fb6e8497ce0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84974a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560> # /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 0x7fb6e84b8680> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0> # /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 0x7fb6e84b88c0> # /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 0x7fb6e84b8ce0> # /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 0x7fb6e84b8e00> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0> # /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 0x7fb6e84b8f50> # /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 0x7fb6e84b94c0> # 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 0x7fb6e84ba4b0> # 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 0x7fb6e84ba270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0> # /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 0x7fb6e84ecfb0> # /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 0x7fb6e84ed310> # /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 0x7fb6e84ed7c0> # /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 0x7fb6e84edfd0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0> # /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 0x7fb6e84ecd70> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0> # /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 0x7fb6e850cbf0> # /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 0x7fb6e850d8b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020> 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 0x7fb6e853a390> # /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 0x7fb6e8175400> # 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 0x7fb6e81765d0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990> # /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 0x7fb6e8177530> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbc7d0> # /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 0x7fb6e81a4170> # /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 0x7fb6e81a43e0> # /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 0x7fb6e81a45c0> # /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 0x7fb6e81a4950> # /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 0x7fb6e81a4c80> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70> # /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 0x7fb6e8177f20> # /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 0x7fb6e81a5850> # /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 0x7fb6e81a5e50> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0> # /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 0x7fb6e81a7830> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390> # /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 0x7fb6e81a69c0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0> # /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 0x7fb6e81cfad0> # /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 0x7fb6e81cfe60> # /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 0x7fb6e81cff50> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50> import 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0> # /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 0x7fb6e81f7cb0> import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740> # /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 0x7fb6e822c890> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0> import 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0> # /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 0x7fb6e822dc10> import 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820> # /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 0x7fb6e822de20> import 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40> # /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 0x7fb6e822e030> # /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 0x7fb6e822e480> # /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 0x7fb6e822efc0> # /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 0x7fb6e822f1d0> # /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 0x7fb6e822f770> # /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 0x7fb6e822fb00> # /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 0x7fb6e822fe90> # /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 0x7fb6e80480e0> # /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 0x7fb6e8048380> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0> # /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 0x7fb6e8048620> # /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 0x7fb6e8049be0> import 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0> import 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0> import 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180> # /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 0x7fb6e8049af0> # /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 0x7fb6e8049e80> # /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 0x7fb6e804a000> # /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 0x7fb6e804ac30> # /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 0x7fb6e804b140> import 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70> import 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0> import 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240> # /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 0x7fb6e804b500> # /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 0x7fb6e804b650> # /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 0x7fb6e804bec0> import 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0> # /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 0x7fb6e8078740> # /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 0x7fb6e8078890> # /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 0x7fb6e8078b90> # /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 0x7fb6e8079130> import 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00> # /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 0x7fb6e8079c10> # /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 0x7fb6e8079e50> import 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0> # /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 0x7fb6e807a960> # /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 0x7fb6e807ab10> import 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0> import 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0> # /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 0x7fb6e807ad80> # /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 0x7fb6e807b0e0> # /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 0x7fb6e807b560> # /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 0x7fb6e807bf50> import 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10> # /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 0x7fb6e80a0bf0> # /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 0x7fb6e80a0c80> # /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 0x7fb6e80a1220> import 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950> # /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 0x7fb6e80a1280> # /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 0x7fb6e80a1460> import 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80> import 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640> # /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 0x7fb6eb364a10> 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 0x7fb6ebfbc3e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebf87a70> # /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 0x7fb6ebfbe960> 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 0x7fb6ebfccf80> # /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 0x7fb6ebfcdeb0> 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 0x7fb6ebdd8aa0> # /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 0x7fb6ebdd8cb0> # /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 0x7fb6ebddb710> # /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 0x7fb6ebe18da0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdf0770> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdd9df0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc1cd0> # /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 0x7fb6ebe3c380> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe1af60> # /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 0x7fb6ebe1aed0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc3620> # /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 0x7fb6ebe3d5e0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebdc10a0> # /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 0x7fb6ebe3dcd0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3d9a0> # /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 0x7fb6ebe5e5a0> import 'csv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5d820> # /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 0x7fb6ebe5eb10> # /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 0x7fb6ebe85d90> 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 0x7fb6ebe87620> # /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 0x7fb6ebcb1dc0> # /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 0x7fb6ebcb2810> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe877d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe5edb0> # /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 0x7fb6ebd14770> # /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 0x7fb6ebd14ce0> 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 0x7fb6ebd16db0> # /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 0x7fb6ebd17c20> # 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 0x7fb6ebd3c260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd171d0> # /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 0x7fb6ebd3ccb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3c3e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14d70> # /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 0x7fb6ebd3d160> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd14f80> # /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 0x7fb6ebd68260> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3d670> # /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 0x7fb6ebd6a510> # /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 0x7fb6ebae44a0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd694f0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe85c10> # /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 0x7fb6ebd14800> # /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 0x7fb6ebb115e0> # /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 0x7fb6ebb7d310> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7c710> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb12570> # /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 0x7fb6ebb7e9c0> 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 0x7fb6ebb88bf0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e5d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb7e870> # /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 0x7fb6ebb7da60> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebd3cc50> # /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 0x7fb6ebbc5bb0> # /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 0x7fb6eb9b1700> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1430> # 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 0x7fb6eb9b1520> # /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 0x7fb6eb9b2000> # 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 0x7fb6eb9b29f0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b19a0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7830> # /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 0x7fb6eb9c80e0> # /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 0x7fb6eb9c9f40> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9c8b30> # 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 0x7fb6eb9cb1d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b1c40> # /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 0x7fb6eb9cb350> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9b2cf0> # /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 0x7fb6eb9fb590> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9f8d40> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9cb9b0> # /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 0x7fb6eba22210> import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba21eb0> # /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 0x7fb6eba23b90> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba23470> # /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 0x7fb6eba4f6e0> # /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 0x7fb6eba4f710> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb9faff0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc6660> # /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 0x7fb6eba5ce30> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebbc7740> # /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 0x7fb6eba5dac0> # /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 0x7fb6eba5e1b0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebb97a10> # /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 0x7fb6eba5e870> import 'importlib.metadata._text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5e540> import 'importlib.metadata._adapters' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebae7380> # /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 0x7fb6eba5ed80> import 'importlib.metadata._meta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eba5eb10> # /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 0x7fb6eba8a360> # /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 0x7fb6eb31ab10> # /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 0x7fb6eb340170> # /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 0x7fb6eb341d90> # /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 0x7fb6eb3428d0> import 'importlib.resources._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b9b0> # /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 0x7fb6eb343bc0> import 'importlib.resources' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31b6b0> import 'importlib.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb31ae70> import 'importlib.metadata' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ebe3eab0> # /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 0x7fb6eb365190> # /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 0x7fb6eb3655e0> # /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 0x7fb6eb365b80> # /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 0x7fb6eb38a870> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb367c50> import 'subscription_manager.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3657f0> # /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 0x7fb6eb3b14c0> # /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 0x7fb6eb3e3ad0> # 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 0x7fb6eaf0c290> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b3b00> # /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 0x7fb6eaf0d760> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0d010> # 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 0x7fb6eaf0d1f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3e3950> # /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 0x7fb6eaf0d820> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b19d0> # /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 0x7fb6eaf0f020> import 'logging.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf0de20> # /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 0x7fb6eaf32900> import 'iniparse.configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf327e0> # /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 0x7fb6eaf5f050> import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf32ab0> # /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 0x7fb6eaf5dd60> import 'iniparse.ini' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31580> # /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 0x7fb6eaf86390> # /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 0x7fb6eaf86db0> import 'iniparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf31220> import 'rhsm.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaf301a0> import 'rhsm.logutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb3b1280> # /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 0x7fb6eafa6510> # /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 0x7fb6eafbfb00> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd1c0> # /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 0x7fb6eafbd490> # /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 0x7fb6ead8a9c0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a4e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead88470> import 'rhsm.https' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbd0a0> # /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 0x7fb6eadd9d30> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadd99d0> # 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 0x7fb6eadd9dc0> import 'rhsm.certificate' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb2240> # /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 0x7fb6eadf97c0> # 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 0x7fb6eadf90d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadf8ef0> # /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 0x7fb6eae245f0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadfb9e0> # /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 0x7fb6eae27590> # /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 0x7fb6eae27e90> # /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 0x7fb6eae24c80> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eae24950> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaddacf0> # /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 0x7fb6eadf8aa0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadda990> # /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 0x7fb6eac368a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36390> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac12390> # /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 0x7fb6eac580e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac37ec0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac377a0> # /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 0x7fb6eac37c20> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac36180> import 'rhsm.ourjson' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac35f70> # /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 0x7fb6eac58cb0> # /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 0x7fb6eac5a300> import 'rhsm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ead8a060> # /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 0x7fb6eac5bec0> # /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 0x7fb6eac5bbc0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac5b740> # /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 0x7fb6eac8dd30> # /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 0x7fb6eac8e540> # /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 0x7fb6eac8e780> # /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 0x7fb6eac8f0b0> # /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 0x7fb6eac8f4a0> import 'rhsmlib.facts.collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ecc0> import 'rhsmlib.facts.cleanup' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8ea20> # /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 0x7fb6eacb7d70> # 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 0x7fb6eacb7f20> # 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 0x7fb6eace8e60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6120> import 'rhsmlib.facts.virt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb5ee0> # /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 0x7fb6eace94f0> import 'rhsmlib.facts.dmiinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace90a0> import 'rhsmlib.facts.firmware_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacb6630> import 'rhsmlib.facts.host_collector' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8e7e0> # /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 0x7fb6eace9a30> import 'rhsmlib.facts.custom' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eace9f10> # /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 0x7fb6ea2cd610> # /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 0x7fb6ea2cd730> import 'urllib3.packages.six.moves' # import 'urllib3.packages.six.moves.http_client' # import 'urllib3.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc890> # /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 0x7fb6ea2ccaa0> # /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 0x7fb6ea2e5fd0> # /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 0x7fb6ea2e7f50> # /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 0x7fb6ea2e7e00> # /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 0x7fb6ea30c170> import 'urllib3.util.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e7ad0> # /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 0x7fb6ea30c620> # /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 0x7fb6ea30c800> # /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 0x7fb6ea30c980> # /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 0x7fb6ea30dd60> # /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 0x7fb6ea30e570> # /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 0x7fb6ea30e600> import 'urllib3.util.ssl_' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30d6a0> # /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 0x7fb6ea30d850> import 'urllib3.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e77d0> # /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 0x7fb6ea2e7800> # /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 0x7fb6ea30fcb0> import 'urllib3.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2e6db0> # /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 0x7fb6ea344e90> import 'urllib3.fields' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3446e0> import 'urllib3.filepost' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea344290> import 'urllib3.packages.six.moves.urllib' # import 'urllib3.packages.six.moves.urllib.parse' # import 'urllib3.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea30f170> # /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 0x7fb6ea344560> # /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 0x7fb6ea360bf0> import 'urllib3.connectionpool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2ccc50> # /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 0x7fb6ea360c20> import 'urllib3' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea2cc260> # /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 0x7fb6ea3636e0> # /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 0x7fb6ea39aed0> # 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 0x7fb6ea39b140> import 'charset_normalizer.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea39a1e0> import 'charset_normalizer.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3992b0> # /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 0x7fb6ea39bc50> import 'charset_normalizer.cd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362d20> import 'charset_normalizer.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3628d0> # /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 0x7fb6ea0a8f80> # /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 0x7fb6ea0a90d0> import 'charset_normalizer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3625d0> # /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 0x7fb6ea0a9130> # /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 0x7fb6ea0ab5c0> import 'requests.compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea3623f0> import 'requests.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361e20> # /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 0x7fb6ea0e6e40> # /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 0x7fb6ea0e7380> # /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 0x7fb6ea0e74a0> import 'idna.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6a50> import 'idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea362030> import 'requests.packages' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea361f70> # /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 0x7fb6ea11ce30> # /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 0x7fb6ea11ce90> # /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 0x7fb6ea11cf50> # /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 0x7fb6ea11d070> # /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 0x7fb6ea11e570> import 'requests.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e6510> # /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 0x7fb6ea13c470> # /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 0x7fb6ea13e510> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13e000> # /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 0x7fb6ea13e540> # /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 0x7fb6ea13f380> import 'requests.models' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea13ce00> # /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 0x7fb6ea11f890> import 'requests.sessions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea11ed20> import 'requests.api' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0e65d0> import 'requests' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eacebdd0> import 'cloud_what._base_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eaceb350> # /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 0x7fb6ea13fec0> # /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 0x7fb6ea13fe00> # /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 0x7fb6ea178800> # /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 0x7fb6ea178cb0> import 'cloud_what.provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eac8de20> # /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 0x7fb6ea179f70> # /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 0x7fb6ea1905c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17ad20> # /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 0x7fb6ea190170> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a600> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a390> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a180> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea17a060> # /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 0x7fb6ea17a120> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea179910> # /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 0x7fb6ea179bb0> # /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 0x7fb6e9ff9d90> # /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 0x7fb6ea029e20> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029970> # /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 0x7fb6ea059700> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea029f10> # /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 0x7fb6e9b246e0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea0596d0> # /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 0x7fb6e9b6e2d0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b24c20> # /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 0x7fb6e9bad220> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9b6e450> # /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 0x7fb6e9be53a0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9bad610> # /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 0x7fb6e9be65a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be59d0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9ffb410> # /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 0x7fb6e8864ec0> # /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 0x7fb6e8867dd0> # /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 0x7fb6e887ccb0> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867e30> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8867620> # /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 0x7fb6e887e1b0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887c380> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8865af0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88644d0> # /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 0x7fb6e8864b30> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88646b0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9be66f0> # /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 0x7fb6e887f920> # /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 0x7fb6e88b9e20> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88b9190> # /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 0x7fb6e88ba5a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e887f950> # /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 0x7fb6e88bbef0> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb470> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb290> # /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 0x7fb6e88eeed0> # /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 0x7fb6e88ef320> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ee450> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ec6e0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88bb710> # /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 0x7fb6e890de80> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890cfb0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e88ecbf0> # /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 0x7fb6e890e510> # /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 0x7fb6e890e8d0> # /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 0x7fb6e890e960> # /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 0x7fb6e890ea80> # /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 0x7fb6e893d5e0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890f740> # /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 0x7fb6e893d700> # /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 0x7fb6e893d7f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e890e870> # /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 0x7fb6e893d8e0> # /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 0x7fb6e893e5a0> # /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 0x7fb6e893f110> # /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 0x7fb6e893f290> # /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 0x7fb6e893fb00> # /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 0x7fb6e893fd40> # /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 0x7fb6e865c6e0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865c170> # /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 0x7fb6e865d5e0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e9fcd7c0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6ea1790d0> import 'rhsm.profile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eadb02f0> # /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 0x7fb6e865fc20> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865eab0> # 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 0x7fb6e865fe60> # /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 0x7fb6e8687950> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8685b20> # /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 0x7fb6e8687b90> # /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 0x7fb6e86acd70> # /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 0x7fb6e86acef0> # /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 0x7fb6e86af140> # /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 0x7fb6e86af680> import 'rhsm.pathtree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86aeae0> import 'rhsm.certificate2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86ad610> import 'subscription_manager.certdirectory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8687dd0> # /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 0x7fb6e86e1850> import 'rhsmlib.facts.hwprobe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e0830> import 'subscription_manager.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865db50> import 'subscription_manager.jsonwrapper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e865d730> # /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 0x7fb6e865e4e0> # /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 0x7fb6e86e2d80> # /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 0x7fb6e86e39e0> import 'syspurpose.files' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e2ed0> # /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 0x7fb6e870cbc0> import 'subscription_manager.syspurposelib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870c440> # /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 0x7fb6e8739c10> # /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 0x7fb6e845d2e0> # /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 0x7fb6e845e120> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e873bc80> # /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 0x7fb6e845ce30> import 'pyinotify' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870dbe0> import 'rhsmlib.file_monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e870d280> # /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 0x7fb6e845ebd0> # /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 0x7fb6e845fad0> # /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 0x7fb6e845fb30> # /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 0x7fb6e8494200> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494110> # /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 0x7fb6e84967e0> # /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 0x7fb6e8497950> # /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 0x7fb6e8497c20> # /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 0x7fb6e8497ce0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8497c80> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84974a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8496930> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495c10> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8495220> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8494aa0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845f560> # /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 0x7fb6e84b8680> import 'dbus.service' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84972f0> # /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 0x7fb6e84b88c0> # /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 0x7fb6e84b8ce0> # /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 0x7fb6e84b8e00> import 'dbus.mainloop.glib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8dd0> # /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 0x7fb6e84b8f50> # /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 0x7fb6e84b94c0> # 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 0x7fb6e84ba4b0> # 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 0x7fb6e84ba270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84b8fe0> # /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 0x7fb6e84ecfb0> # /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 0x7fb6e84ed310> # /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 0x7fb6e84ed7c0> # /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 0x7fb6e84edfd0> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec6b0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ec1d0> # /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 0x7fb6e84ecd70> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbc80> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84bbbf0> # /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 0x7fb6e850cbf0> # /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 0x7fb6e850d8b0> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e850d100> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e84ef020> 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 0x7fb6e853a390> # /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 0x7fb6e8175400> # 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 0x7fb6e81765d0> import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e853a300> import 'rhsmlib.dbus.dbus_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8539b80> import 'rhsmlib.dbus.server' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e845ec90> import 'rhsmlib.services.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e86e3f50> import 'subscription_manager.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa6990> # /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 0x7fb6e8177530> import 'subscription_manager.cert_sorter' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafbc7d0> # /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 0x7fb6e81a4170> # /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 0x7fb6e81a43e0> # /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 0x7fb6e81a45c0> # /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 0x7fb6e81a4950> # /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 0x7fb6e81a4c80> import 'rhsmlib.facts.all' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177d40> import 'subscription_manager.facts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8177a70> # /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 0x7fb6e8177f20> # /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 0x7fb6e81a5850> # /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 0x7fb6e81a5e50> import 'subscription_manager.cp_provider' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a59d0> # /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 0x7fb6e81a7830> import 'subscription_manager.plugins' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81a6390> # /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 0x7fb6e81a69c0> import 'subscription_manager.injectioninit' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eafa61e0> # /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 0x7fb6e81cfad0> # /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 0x7fb6e81cfe60> # /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 0x7fb6e81cff50> import 'subscription_manager.repolib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cea50> import 'subscription_manager.managerlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81cd2e0> # /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 0x7fb6e81f7cb0> import 'subscription_manager.content_action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f7740> # /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 0x7fb6e822c890> import 'subscription_manager.rhelentbranding' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822c230> import 'subscription_manager.entcertlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f68a0> import 'subscription_manager.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f64b0> # /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 0x7fb6e822dc10> import 'subscription_manager.printing_utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822d820> # /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 0x7fb6e822de20> import 'subscription_manager.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81f5f40> # /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 0x7fb6e822e030> # /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 0x7fb6e822e480> # /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 0x7fb6e822efc0> # /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 0x7fb6e822f1d0> # /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 0x7fb6e822f770> # /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 0x7fb6e822fb00> # /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 0x7fb6e822fe90> # /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 0x7fb6e80480e0> # /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 0x7fb6e8048380> import 'subscription_manager.action_client' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822f4a0> # /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 0x7fb6e8048620> # /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 0x7fb6e8049be0> import 'rhsmlib.services.entitlement' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80494f0> import 'subscription_manager.cli_command.list' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8048da0> import 'subscription_manager.cli_command.attach' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e822e180> # /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 0x7fb6e8049af0> # /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 0x7fb6e8049e80> # /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 0x7fb6e804a000> # /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 0x7fb6e804ac30> # /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 0x7fb6e804b140> import 'subscription_manager.cli_command.user_pass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804ae70> import 'subscription_manager.cli_command.org' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a8d0> import 'subscription_manager.cli_command.environments' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804a240> # /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 0x7fb6e804b500> # /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 0x7fb6e804b650> # /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 0x7fb6e804bec0> import 'subscription_manager.cli_command.override' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e804b9b0> # /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 0x7fb6e8078740> # /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 0x7fb6e8078890> # /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 0x7fb6e8078b90> # /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 0x7fb6e8079130> import 'subscription_manager.cli_command.refresh' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e8078e00> # /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 0x7fb6e8079c10> # /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 0x7fb6e8079e50> import 'subscription_manager.cli_command.register' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e80791f0> # /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 0x7fb6e807a960> # /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 0x7fb6e807ab10> import 'subscription_manager.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a3c0> import 'subscription_manager.cli_command.release' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807a0c0> # /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 0x7fb6e807ad80> # /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 0x7fb6e807b0e0> # /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 0x7fb6e807b560> # /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 0x7fb6e807bf50> import 'subscription_manager.cli_command.addons' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807bd10> # /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 0x7fb6e80a0bf0> # /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 0x7fb6e80a0c80> # /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 0x7fb6e80a1220> import 'subscription_manager.cli_command.syspurpose' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e807b950> # /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 0x7fb6e80a1280> # /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 0x7fb6e80a1460> import 'subscription_manager.managercli' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6e81ccc80> import 'subscription_manager.scripts.subscription_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb6eb365640> # /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 0x7fb6eb364a10> 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 9574 1726883270.37146: done sending task result for task 0affc0aa-4893-214d-52b4-000000000138 9574 1726883270.37371: WORKER PROCESS EXITING 9574 1726883270.37380: no more pending results, returning what we have 9574 1726883270.37382: results queue empty 9574 1726883270.37383: checking for any_errors_fatal 9574 1726883270.37385: done checking for any_errors_fatal 9574 1726883270.37386: checking for max_fail_percentage 9574 1726883270.37387: done checking for max_fail_percentage 9574 1726883270.37387: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.37388: done checking to see if all hosts have failed 9574 1726883270.37388: getting the remaining hosts for this loop 9574 1726883270.37389: done getting the remaining hosts for this loop 9574 1726883270.37392: getting the next task for host managed_node2 9574 1726883270.37396: done getting next task for host managed_node2 9574 1726883270.37397: ^ task is: TASK: Unregister 9574 1726883270.37398: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=1, handlers=0, run_state=3, 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 9574 1726883270.37401: getting variables 9574 1726883270.37402: in VariableManager get_vars() 9574 1726883270.37421: Calling all_inventory to load vars for managed_node2 9574 1726883270.37423: Calling groups_inventory to load vars for managed_node2 9574 1726883270.37425: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.37434: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.37436: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.37438: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.37476: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.37497: done with get_vars() 9574 1726883270.37503: done getting variables TASK [Unregister] ************************************************************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_repositories.yml:101 Friday 20 September 2024 21:47:50 -0400 (0:00:04.848) 0:00:49.775 ****** 9574 1726883270.37574: entering _queue_task() for managed_node2/include_role 9574 1726883270.37791: worker is 1 (out of 1 available) 9574 1726883270.37804: exiting _queue_task() for managed_node2/include_role 9574 1726883270.37815: done queuing things up, now waiting for results queue to drain 9574 1726883270.37817: waiting for pending results... 9574 1726883270.37973: running TaskExecutor() for managed_node2/TASK: Unregister 9574 1726883270.38027: in run() - task 0affc0aa-4893-214d-52b4-00000000003a 9574 1726883270.38039: variable 'ansible_search_path' from source: unknown 9574 1726883270.38070: calling self._execute() 9574 1726883270.38122: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.38127: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.38137: variable 'omit' from source: magic vars 9574 1726883270.38215: _execute() done 9574 1726883270.38220: dumping result to json 9574 1726883270.38222: done dumping result, returning 9574 1726883270.38228: done running TaskExecutor() for managed_node2/TASK: Unregister [0affc0aa-4893-214d-52b4-00000000003a] 9574 1726883270.38236: sending task result for task 0affc0aa-4893-214d-52b4-00000000003a 9574 1726883270.38336: done sending task result for task 0affc0aa-4893-214d-52b4-00000000003a 9574 1726883270.38341: WORKER PROCESS EXITING 9574 1726883270.38368: no more pending results, returning what we have 9574 1726883270.38373: in VariableManager get_vars() 9574 1726883270.38407: Calling all_inventory to load vars for managed_node2 9574 1726883270.38410: Calling groups_inventory to load vars for managed_node2 9574 1726883270.38413: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.38425: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.38428: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.38431: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.38483: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.38511: done with get_vars() 9574 1726883270.38515: variable 'ansible_search_path' from source: unknown 9574 1726883270.38809: variable 'omit' from source: magic vars 9574 1726883270.38826: variable 'omit' from source: magic vars 9574 1726883270.38837: variable 'omit' from source: magic vars 9574 1726883270.38842: we have included files to process 9574 1726883270.38843: generating all_blocks data 9574 1726883270.38844: done generating all_blocks data 9574 1726883270.38846: processing included file: fedora.linux_system_roles.rhc 9574 1726883270.38860: in VariableManager get_vars() 9574 1726883270.38869: done with get_vars() 9574 1726883270.38888: in VariableManager get_vars() 9574 1726883270.38896: done with get_vars() 9574 1726883270.38921: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/vars/main.yml 9574 1726883270.38950: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/defaults/main.yml 9574 1726883270.38976: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/meta/main.yml 9574 1726883270.39046: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml 9574 1726883270.39110: in VariableManager get_vars() 9574 1726883270.39123: done with get_vars() 9574 1726883270.39150: in VariableManager get_vars() 9574 1726883270.39163: done with get_vars() 9574 1726883270.39186: in VariableManager get_vars() 9574 1726883270.39196: done with get_vars() 9574 1726883270.39218: in VariableManager get_vars() 9574 1726883270.39228: done with get_vars() 9574 1726883270.39247: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/handlers/main.yml 9574 1726883270.39311: iterating over new_blocks loaded from include file 9574 1726883270.39313: in VariableManager get_vars() 9574 1726883270.39321: done with get_vars() 9574 1726883270.39322: filtering new block on tags 9574 1726883270.39353: done filtering new block on tags 9574 1726883270.39355: in VariableManager get_vars() 9574 1726883270.39363: done with get_vars() 9574 1726883270.39364: filtering new block on tags 9574 1726883270.39373: done filtering new block on tags 9574 1726883270.39374: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.rhc for managed_node2 9574 1726883270.39379: extending task lists for all hosts with included blocks 9574 1726883270.39656: done extending task lists 9574 1726883270.39657: done processing included files 9574 1726883270.39657: results queue empty 9574 1726883270.39658: checking for any_errors_fatal 9574 1726883270.39698: done checking for any_errors_fatal 9574 1726883270.39699: checking for max_fail_percentage 9574 1726883270.39699: done checking for max_fail_percentage 9574 1726883270.39700: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.39701: done checking to see if all hosts have failed 9574 1726883270.39701: getting the remaining hosts for this loop 9574 1726883270.39703: done getting the remaining hosts for this loop 9574 1726883270.39705: getting the next task for host managed_node2 9574 1726883270.39708: done getting next task for host managed_node2 9574 1726883270.39710: ^ task is: TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 9574 1726883270.39712: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.39718: getting variables 9574 1726883270.39719: in VariableManager get_vars() 9574 1726883270.39727: Calling all_inventory to load vars for managed_node2 9574 1726883270.39728: Calling groups_inventory to load vars for managed_node2 9574 1726883270.39730: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.39735: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.39737: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.39738: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.39765: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.39785: done with get_vars() 9574 1726883270.39789: 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:47:50 -0400 (0:00:00.022) 0:00:49.798 ****** 9574 1726883270.39852: entering _queue_task() for managed_node2/include_tasks 9574 1726883270.40090: worker is 1 (out of 1 available) 9574 1726883270.40103: exiting _queue_task() for managed_node2/include_tasks 9574 1726883270.40116: done queuing things up, now waiting for results queue to drain 9574 1726883270.40117: waiting for pending results... 9574 1726883270.40283: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role 9574 1726883270.40347: in run() - task 0affc0aa-4893-214d-52b4-0000000001be 9574 1726883270.40361: variable 'ansible_search_path' from source: unknown 9574 1726883270.40365: variable 'ansible_search_path' from source: unknown 9574 1726883270.40396: calling self._execute() 9574 1726883270.40452: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.40456: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.40468: variable 'omit' from source: magic vars 9574 1726883270.40544: _execute() done 9574 1726883270.40548: dumping result to json 9574 1726883270.40550: done dumping result, returning 9574 1726883270.40557: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set ansible_facts required by role [0affc0aa-4893-214d-52b4-0000000001be] 9574 1726883270.40563: sending task result for task 0affc0aa-4893-214d-52b4-0000000001be 9574 1726883270.40652: done sending task result for task 0affc0aa-4893-214d-52b4-0000000001be 9574 1726883270.40655: WORKER PROCESS EXITING 9574 1726883270.40698: no more pending results, returning what we have 9574 1726883270.40703: in VariableManager get_vars() 9574 1726883270.40744: Calling all_inventory to load vars for managed_node2 9574 1726883270.40746: Calling groups_inventory to load vars for managed_node2 9574 1726883270.40749: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.40760: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.40764: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.40767: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.40813: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.40852: done with get_vars() 9574 1726883270.40856: variable 'ansible_search_path' from source: unknown 9574 1726883270.40857: variable 'ansible_search_path' from source: unknown 9574 1726883270.40877: we have included files to process 9574 1726883270.40878: generating all_blocks data 9574 1726883270.40879: done generating all_blocks data 9574 1726883270.40881: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883270.40882: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883270.40883: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml 9574 1726883270.41208: done processing included file 9574 1726883270.41210: iterating over new_blocks loaded from include file 9574 1726883270.41211: in VariableManager get_vars() 9574 1726883270.41224: done with get_vars() 9574 1726883270.41225: filtering new block on tags 9574 1726883270.41245: done filtering new block on tags 9574 1726883270.41247: in VariableManager get_vars() 9574 1726883270.41259: done with get_vars() 9574 1726883270.41260: filtering new block on tags 9574 1726883270.41284: done filtering new block on tags 9574 1726883270.41286: in VariableManager get_vars() 9574 1726883270.41296: done with get_vars() 9574 1726883270.41297: filtering new block on tags 9574 1726883270.41310: done filtering new block on tags 9574 1726883270.41311: 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_node2 9574 1726883270.41314: extending task lists for all hosts with included blocks 9574 1726883270.41421: done extending task lists 9574 1726883270.41422: done processing included files 9574 1726883270.41422: results queue empty 9574 1726883270.41423: checking for any_errors_fatal 9574 1726883270.41425: done checking for any_errors_fatal 9574 1726883270.41426: checking for max_fail_percentage 9574 1726883270.41426: done checking for max_fail_percentage 9574 1726883270.41427: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.41427: done checking to see if all hosts have failed 9574 1726883270.41428: getting the remaining hosts for this loop 9574 1726883270.41429: done getting the remaining hosts for this loop 9574 1726883270.41430: getting the next task for host managed_node2 9574 1726883270.41435: done getting next task for host managed_node2 9574 1726883270.41437: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 9574 1726883270.41439: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.41447: getting variables 9574 1726883270.41448: in VariableManager get_vars() 9574 1726883270.41456: Calling all_inventory to load vars for managed_node2 9574 1726883270.41457: Calling groups_inventory to load vars for managed_node2 9574 1726883270.41458: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.41462: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.41463: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.41465: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.41510: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.41534: done with get_vars() 9574 1726883270.41539: 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:47:50 -0400 (0:00:00.017) 0:00:49.816 ****** 9574 1726883270.41590: entering _queue_task() for managed_node2/setup 9574 1726883270.41824: worker is 1 (out of 1 available) 9574 1726883270.41837: exiting _queue_task() for managed_node2/setup 9574 1726883270.41851: done queuing things up, now waiting for results queue to drain 9574 1726883270.41853: waiting for pending results... 9574 1726883270.42014: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role 9574 1726883270.42088: in run() - task 0affc0aa-4893-214d-52b4-000000000207 9574 1726883270.42099: variable 'ansible_search_path' from source: unknown 9574 1726883270.42103: variable 'ansible_search_path' from source: unknown 9574 1726883270.42130: calling self._execute() 9574 1726883270.42190: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.42194: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.42202: variable 'omit' from source: magic vars 9574 1726883270.42568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883270.44009: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883270.44146: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883270.44175: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883270.44200: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883270.44220: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883270.44285: 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) 9574 1726883270.44306: 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) 9574 1726883270.44324: 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) 9574 1726883270.44353: 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) 9574 1726883270.44366: 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) 9574 1726883270.44405: 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) 9574 1726883270.44421: 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) 9574 1726883270.44439: 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) 9574 1726883270.44465: 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) 9574 1726883270.44478: 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) 9574 1726883270.44596: variable '__rhc_required_facts' from source: role '' all vars 9574 1726883270.44605: variable 'ansible_facts' from source: unknown 9574 1726883270.44638: Evaluated conditional (__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 9574 1726883270.44644: when evaluation is False, skipping this task 9574 1726883270.44647: _execute() done 9574 1726883270.44650: dumping result to json 9574 1726883270.44652: done dumping result, returning 9574 1726883270.44656: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure ansible_facts used by role [0affc0aa-4893-214d-52b4-000000000207] 9574 1726883270.44662: sending task result for task 0affc0aa-4893-214d-52b4-000000000207 9574 1726883270.44750: done sending task result for task 0affc0aa-4893-214d-52b4-000000000207 9574 1726883270.44753: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__rhc_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 9574 1726883270.44796: no more pending results, returning what we have 9574 1726883270.44800: results queue empty 9574 1726883270.44801: checking for any_errors_fatal 9574 1726883270.44802: done checking for any_errors_fatal 9574 1726883270.44803: checking for max_fail_percentage 9574 1726883270.44804: done checking for max_fail_percentage 9574 1726883270.44805: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.44805: done checking to see if all hosts have failed 9574 1726883270.44806: getting the remaining hosts for this loop 9574 1726883270.44808: done getting the remaining hosts for this loop 9574 1726883270.44811: getting the next task for host managed_node2 9574 1726883270.44819: done getting next task for host managed_node2 9574 1726883270.44823: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if system is ostree 9574 1726883270.44826: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.44844: getting variables 9574 1726883270.44846: in VariableManager get_vars() 9574 1726883270.44881: Calling all_inventory to load vars for managed_node2 9574 1726883270.44884: Calling groups_inventory to load vars for managed_node2 9574 1726883270.44886: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.44896: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.44898: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.44901: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.44956: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.44998: done with get_vars() 9574 1726883270.45005: 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:47:50 -0400 (0:00:00.034) 0:00:49.851 ****** 9574 1726883270.45088: entering _queue_task() for managed_node2/stat 9574 1726883270.45309: worker is 1 (out of 1 available) 9574 1726883270.45323: exiting _queue_task() for managed_node2/stat 9574 1726883270.45338: done queuing things up, now waiting for results queue to drain 9574 1726883270.45342: waiting for pending results... 9574 1726883270.45497: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if system is ostree 9574 1726883270.45582: in run() - task 0affc0aa-4893-214d-52b4-000000000209 9574 1726883270.45594: variable 'ansible_search_path' from source: unknown 9574 1726883270.45598: variable 'ansible_search_path' from source: unknown 9574 1726883270.45626: calling self._execute() 9574 1726883270.45692: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.45696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.45706: variable 'omit' from source: magic vars 9574 1726883270.46057: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883270.46255: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883270.46288: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883270.46312: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883270.46377: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883270.46444: 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) 9574 1726883270.46464: 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) 9574 1726883270.46482: 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) 9574 1726883270.46500: 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) 9574 1726883270.46593: variable '__rhc_is_ostree' from source: set_fact 9574 1726883270.46602: Evaluated conditional (not __rhc_is_ostree is defined): False 9574 1726883270.46605: when evaluation is False, skipping this task 9574 1726883270.46608: _execute() done 9574 1726883270.46610: dumping result to json 9574 1726883270.46615: done dumping result, returning 9574 1726883270.46623: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if system is ostree [0affc0aa-4893-214d-52b4-000000000209] 9574 1726883270.46628: sending task result for task 0affc0aa-4893-214d-52b4-000000000209 9574 1726883270.46721: done sending task result for task 0affc0aa-4893-214d-52b4-000000000209 9574 1726883270.46723: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 9574 1726883270.46805: no more pending results, returning what we have 9574 1726883270.46808: results queue empty 9574 1726883270.46809: checking for any_errors_fatal 9574 1726883270.46814: done checking for any_errors_fatal 9574 1726883270.46814: checking for max_fail_percentage 9574 1726883270.46816: done checking for max_fail_percentage 9574 1726883270.46816: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.46817: done checking to see if all hosts have failed 9574 1726883270.46818: getting the remaining hosts for this loop 9574 1726883270.46819: done getting the remaining hosts for this loop 9574 1726883270.46823: getting the next task for host managed_node2 9574 1726883270.46829: done getting next task for host managed_node2 9574 1726883270.46833: ^ task is: TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 9574 1726883270.46836: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.46851: getting variables 9574 1726883270.46853: in VariableManager get_vars() 9574 1726883270.46882: Calling all_inventory to load vars for managed_node2 9574 1726883270.46885: Calling groups_inventory to load vars for managed_node2 9574 1726883270.46886: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.46895: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.46897: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.46899: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.46948: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.46981: done with get_vars() 9574 1726883270.46987: done getting variables 9574 1726883270.47026: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [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:47:50 -0400 (0:00:00.019) 0:00:49.870 ****** 9574 1726883270.47057: entering _queue_task() for managed_node2/set_fact 9574 1726883270.47266: worker is 1 (out of 1 available) 9574 1726883270.47277: exiting _queue_task() for managed_node2/set_fact 9574 1726883270.47288: done queuing things up, now waiting for results queue to drain 9574 1726883270.47290: waiting for pending results... 9574 1726883270.47454: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree 9574 1726883270.47529: in run() - task 0affc0aa-4893-214d-52b4-00000000020a 9574 1726883270.47542: variable 'ansible_search_path' from source: unknown 9574 1726883270.47546: variable 'ansible_search_path' from source: unknown 9574 1726883270.47573: calling self._execute() 9574 1726883270.47627: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.47635: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.47643: variable 'omit' from source: magic vars 9574 1726883270.47974: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883270.48187: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883270.48220: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883270.48247: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883270.48273: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883270.48338: 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) 9574 1726883270.48356: 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) 9574 1726883270.48375: 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) 9574 1726883270.48395: 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) 9574 1726883270.48480: variable '__rhc_is_ostree' from source: set_fact 9574 1726883270.48489: Evaluated conditional (not __rhc_is_ostree is defined): False 9574 1726883270.48492: when evaluation is False, skipping this task 9574 1726883270.48496: _execute() done 9574 1726883270.48499: dumping result to json 9574 1726883270.48501: done dumping result, returning 9574 1726883270.48509: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set flag to indicate system is ostree [0affc0aa-4893-214d-52b4-00000000020a] 9574 1726883270.48514: sending task result for task 0affc0aa-4893-214d-52b4-00000000020a 9574 1726883270.48599: done sending task result for task 0affc0aa-4893-214d-52b4-00000000020a 9574 1726883270.48603: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "not __rhc_is_ostree is defined", "skip_reason": "Conditional result was False" } 9574 1726883270.48657: no more pending results, returning what we have 9574 1726883270.48661: results queue empty 9574 1726883270.48662: checking for any_errors_fatal 9574 1726883270.48668: done checking for any_errors_fatal 9574 1726883270.48668: checking for max_fail_percentage 9574 1726883270.48670: done checking for max_fail_percentage 9574 1726883270.48671: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.48671: done checking to see if all hosts have failed 9574 1726883270.48672: getting the remaining hosts for this loop 9574 1726883270.48674: done getting the remaining hosts for this loop 9574 1726883270.48677: getting the next task for host managed_node2 9574 1726883270.48687: done getting next task for host managed_node2 9574 1726883270.48691: ^ task is: TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 9574 1726883270.48694: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.48709: getting variables 9574 1726883270.48711: in VariableManager get_vars() 9574 1726883270.48748: Calling all_inventory to load vars for managed_node2 9574 1726883270.48751: Calling groups_inventory to load vars for managed_node2 9574 1726883270.48753: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.48762: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.48765: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.48767: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.48812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.48850: done with get_vars() 9574 1726883270.48856: 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:47:50 -0400 (0:00:00.018) 0:00:49.889 ****** 9574 1726883270.48919: entering _queue_task() for managed_node2/package_facts 9574 1726883270.49129: worker is 1 (out of 1 available) 9574 1726883270.49145: exiting _queue_task() for managed_node2/package_facts 9574 1726883270.49158: done queuing things up, now waiting for results queue to drain 9574 1726883270.49160: waiting for pending results... 9574 1726883270.49312: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed 9574 1726883270.49392: in run() - task 0affc0aa-4893-214d-52b4-00000000020c 9574 1726883270.49402: variable 'ansible_search_path' from source: unknown 9574 1726883270.49406: variable 'ansible_search_path' from source: unknown 9574 1726883270.49434: calling self._execute() 9574 1726883270.49486: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.49491: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.49499: variable 'omit' from source: magic vars 9574 1726883270.49828: variable 'ansible_distribution' from source: facts 9574 1726883270.49845: Evaluated conditional (ansible_distribution == "RedHat"): False 9574 1726883270.49848: when evaluation is False, skipping this task 9574 1726883270.49851: _execute() done 9574 1726883270.49854: dumping result to json 9574 1726883270.49856: done dumping result, returning 9574 1726883270.49864: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Check if insights-packages are installed [0affc0aa-4893-214d-52b4-00000000020c] 9574 1726883270.49869: sending task result for task 0affc0aa-4893-214d-52b4-00000000020c 9574 1726883270.49959: done sending task result for task 0affc0aa-4893-214d-52b4-00000000020c 9574 1726883270.49961: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 9574 1726883270.50006: no more pending results, returning what we have 9574 1726883270.50009: results queue empty 9574 1726883270.50010: checking for any_errors_fatal 9574 1726883270.50015: done checking for any_errors_fatal 9574 1726883270.50015: checking for max_fail_percentage 9574 1726883270.50018: done checking for max_fail_percentage 9574 1726883270.50019: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.50019: done checking to see if all hosts have failed 9574 1726883270.50020: getting the remaining hosts for this loop 9574 1726883270.50022: done getting the remaining hosts for this loop 9574 1726883270.50025: getting the next task for host managed_node2 9574 1726883270.50034: done getting next task for host managed_node2 9574 1726883270.50038: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 9574 1726883270.50043: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.50058: getting variables 9574 1726883270.50060: in VariableManager get_vars() 9574 1726883270.50090: Calling all_inventory to load vars for managed_node2 9574 1726883270.50092: Calling groups_inventory to load vars for managed_node2 9574 1726883270.50094: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.50105: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.50108: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.50110: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.50154: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.50182: done with get_vars() 9574 1726883270.50187: 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:47:50 -0400 (0:00:00.013) 0:00:49.902 ****** 9574 1726883270.50255: entering _queue_task() for managed_node2/include_tasks 9574 1726883270.50456: worker is 1 (out of 1 available) 9574 1726883270.50470: exiting _queue_task() for managed_node2/include_tasks 9574 1726883270.50481: done queuing things up, now waiting for results queue to drain 9574 1726883270.50483: waiting for pending results... 9574 1726883270.50636: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration 9574 1726883270.50699: in run() - task 0affc0aa-4893-214d-52b4-0000000001bf 9574 1726883270.50710: variable 'ansible_search_path' from source: unknown 9574 1726883270.50713: variable 'ansible_search_path' from source: unknown 9574 1726883270.50744: calling self._execute() 9574 1726883270.50796: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.50800: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.50808: variable 'omit' from source: magic vars 9574 1726883270.51193: variable 'ansible_distribution' from source: facts 9574 1726883270.51208: Evaluated conditional (ansible_distribution == "RedHat"): False 9574 1726883270.51212: when evaluation is False, skipping this task 9574 1726883270.51215: _execute() done 9574 1726883270.51217: dumping result to json 9574 1726883270.51220: done dumping result, returning 9574 1726883270.51227: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights unregistration [0affc0aa-4893-214d-52b4-0000000001bf] 9574 1726883270.51232: sending task result for task 0affc0aa-4893-214d-52b4-0000000001bf 9574 1726883270.51327: done sending task result for task 0affc0aa-4893-214d-52b4-0000000001bf 9574 1726883270.51329: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 9574 1726883270.51398: no more pending results, returning what we have 9574 1726883270.51402: results queue empty 9574 1726883270.51402: checking for any_errors_fatal 9574 1726883270.51406: done checking for any_errors_fatal 9574 1726883270.51407: checking for max_fail_percentage 9574 1726883270.51408: done checking for max_fail_percentage 9574 1726883270.51409: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.51410: done checking to see if all hosts have failed 9574 1726883270.51411: getting the remaining hosts for this loop 9574 1726883270.51412: done getting the remaining hosts for this loop 9574 1726883270.51415: getting the next task for host managed_node2 9574 1726883270.51421: done getting next task for host managed_node2 9574 1726883270.51424: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle system subscription 9574 1726883270.51426: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.51443: getting variables 9574 1726883270.51444: in VariableManager get_vars() 9574 1726883270.51472: Calling all_inventory to load vars for managed_node2 9574 1726883270.51475: Calling groups_inventory to load vars for managed_node2 9574 1726883270.51477: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.51485: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.51487: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.51490: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.51525: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.51555: done with get_vars() 9574 1726883270.51560: 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:47:50 -0400 (0:00:00.013) 0:00:49.916 ****** 9574 1726883270.51625: entering _queue_task() for managed_node2/include_tasks 9574 1726883270.51860: worker is 1 (out of 1 available) 9574 1726883270.51873: exiting _queue_task() for managed_node2/include_tasks 9574 1726883270.51887: done queuing things up, now waiting for results queue to drain 9574 1726883270.51889: waiting for pending results... 9574 1726883270.52048: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle system subscription 9574 1726883270.52112: in run() - task 0affc0aa-4893-214d-52b4-0000000001c0 9574 1726883270.52121: variable 'ansible_search_path' from source: unknown 9574 1726883270.52125: variable 'ansible_search_path' from source: unknown 9574 1726883270.52158: calling self._execute() 9574 1726883270.52214: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.52218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.52228: variable 'omit' from source: magic vars 9574 1726883270.52306: _execute() done 9574 1726883270.52310: dumping result to json 9574 1726883270.52313: done dumping result, returning 9574 1726883270.52319: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle system subscription [0affc0aa-4893-214d-52b4-0000000001c0] 9574 1726883270.52325: sending task result for task 0affc0aa-4893-214d-52b4-0000000001c0 9574 1726883270.52417: done sending task result for task 0affc0aa-4893-214d-52b4-0000000001c0 9574 1726883270.52420: WORKER PROCESS EXITING 9574 1726883270.52476: no more pending results, returning what we have 9574 1726883270.52481: in VariableManager get_vars() 9574 1726883270.52513: Calling all_inventory to load vars for managed_node2 9574 1726883270.52515: Calling groups_inventory to load vars for managed_node2 9574 1726883270.52517: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.52526: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.52529: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.52531: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.52578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.52602: done with get_vars() 9574 1726883270.52606: variable 'ansible_search_path' from source: unknown 9574 1726883270.52606: variable 'ansible_search_path' from source: unknown 9574 1726883270.52626: we have included files to process 9574 1726883270.52627: generating all_blocks data 9574 1726883270.52628: done generating all_blocks data 9574 1726883270.52631: processing included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883270.52632: loading included file: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883270.52634: Loading data from /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml 9574 1726883270.53109: done processing included file 9574 1726883270.53111: iterating over new_blocks loaded from include file 9574 1726883270.53112: in VariableManager get_vars() 9574 1726883270.53126: done with get_vars() 9574 1726883270.53127: filtering new block on tags 9574 1726883270.53159: done filtering new block on tags 9574 1726883270.53161: in VariableManager get_vars() 9574 1726883270.53174: done with get_vars() 9574 1726883270.53175: filtering new block on tags 9574 1726883270.53195: done filtering new block on tags 9574 1726883270.53197: 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_node2 9574 1726883270.53200: extending task lists for all hosts with included blocks 9574 1726883270.53506: done extending task lists 9574 1726883270.53507: done processing included files 9574 1726883270.53508: results queue empty 9574 1726883270.53508: checking for any_errors_fatal 9574 1726883270.53510: done checking for any_errors_fatal 9574 1726883270.53511: checking for max_fail_percentage 9574 1726883270.53512: done checking for max_fail_percentage 9574 1726883270.53512: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.53513: done checking to see if all hosts have failed 9574 1726883270.53513: getting the remaining hosts for this loop 9574 1726883270.53514: done getting the remaining hosts for this loop 9574 1726883270.53515: getting the next task for host managed_node2 9574 1726883270.53518: done getting next task for host managed_node2 9574 1726883270.53520: ^ task is: TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 9574 1726883270.53522: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.53529: getting variables 9574 1726883270.53529: in VariableManager get_vars() 9574 1726883270.53538: Calling all_inventory to load vars for managed_node2 9574 1726883270.53540: Calling groups_inventory to load vars for managed_node2 9574 1726883270.53543: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.53547: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.53548: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.53551: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.53574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.53596: done with get_vars() 9574 1726883270.53600: done getting variables 9574 1726883270.53626: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:50 -0400 (0:00:00.020) 0:00:49.936 ****** 9574 1726883270.53650: entering _queue_task() for managed_node2/package 9574 1726883270.53874: worker is 1 (out of 1 available) 9574 1726883270.53886: exiting _queue_task() for managed_node2/package 9574 1726883270.53899: done queuing things up, now waiting for results queue to drain 9574 1726883270.53900: waiting for pending results... 9574 1726883270.54071: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed 9574 1726883270.54151: in run() - task 0affc0aa-4893-214d-52b4-000000000237 9574 1726883270.54161: variable 'ansible_search_path' from source: unknown 9574 1726883270.54165: variable 'ansible_search_path' from source: unknown 9574 1726883270.54192: calling self._execute() 9574 1726883270.54249: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.54254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.54262: variable 'omit' from source: magic vars 9574 1726883270.54611: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883270.56165: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883270.56220: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883270.56252: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883270.56277: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883270.56298: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883270.56361: 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) 9574 1726883270.56382: 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) 9574 1726883270.56399: 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) 9574 1726883270.56429: 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) 9574 1726883270.56444: 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) 9574 1726883270.56529: variable 'rhc_state' from source: include params 9574 1726883270.56550: Evaluated conditional (rhc_state | d('present') == "present"): False 9574 1726883270.56553: when evaluation is False, skipping this task 9574 1726883270.56556: _execute() done 9574 1726883270.56559: dumping result to json 9574 1726883270.56561: done dumping result, returning 9574 1726883270.56569: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Ensure required packages are installed [0affc0aa-4893-214d-52b4-000000000237] 9574 1726883270.56574: sending task result for task 0affc0aa-4893-214d-52b4-000000000237 9574 1726883270.56669: done sending task result for task 0affc0aa-4893-214d-52b4-000000000237 9574 1726883270.56672: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "rhc_state | d('present') == \"present\"", "skip_reason": "Conditional result was False" } 9574 1726883270.56713: no more pending results, returning what we have 9574 1726883270.56716: results queue empty 9574 1726883270.56717: checking for any_errors_fatal 9574 1726883270.56719: done checking for any_errors_fatal 9574 1726883270.56719: checking for max_fail_percentage 9574 1726883270.56721: done checking for max_fail_percentage 9574 1726883270.56721: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.56722: done checking to see if all hosts have failed 9574 1726883270.56723: getting the remaining hosts for this loop 9574 1726883270.56724: done getting the remaining hosts for this loop 9574 1726883270.56728: getting the next task for host managed_node2 9574 1726883270.56735: done getting next task for host managed_node2 9574 1726883270.56739: ^ task is: TASK: fedora.linux_system_roles.rhc : Get subscription status 9574 1726883270.56744: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.56758: getting variables 9574 1726883270.56760: in VariableManager get_vars() 9574 1726883270.56794: Calling all_inventory to load vars for managed_node2 9574 1726883270.56797: Calling groups_inventory to load vars for managed_node2 9574 1726883270.56799: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.56808: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.56811: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.56814: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.56866: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.56908: done with get_vars() 9574 1726883270.56915: done getting variables 9574 1726883270.56962: 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/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (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:47:50 -0400 (0:00:00.033) 0:00:49.970 ****** 9574 1726883270.56986: entering _queue_task() for managed_node2/command 9574 1726883270.57193: worker is 1 (out of 1 available) 9574 1726883270.57206: exiting _queue_task() for managed_node2/command 9574 1726883270.57217: done queuing things up, now waiting for results queue to drain 9574 1726883270.57218: waiting for pending results... 9574 1726883270.57386: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Get subscription status 9574 1726883270.57465: in run() - task 0affc0aa-4893-214d-52b4-000000000238 9574 1726883270.57475: variable 'ansible_search_path' from source: unknown 9574 1726883270.57479: variable 'ansible_search_path' from source: unknown 9574 1726883270.57506: calling self._execute() 9574 1726883270.57565: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.57569: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.57577: variable 'omit' from source: magic vars 9574 1726883270.57933: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883270.59494: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883270.59544: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883270.59572: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883270.59597: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883270.59619: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883270.59682: 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) 9574 1726883270.59702: 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) 9574 1726883270.59719: 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) 9574 1726883270.59753: 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) 9574 1726883270.59764: 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) 9574 1726883270.59852: variable 'rhc_state' from source: include params 9574 1726883270.59868: Evaluated conditional (rhc_state | d("present") == "present"): False 9574 1726883270.59871: when evaluation is False, skipping this task 9574 1726883270.59874: _execute() done 9574 1726883270.59876: dumping result to json 9574 1726883270.59880: done dumping result, returning 9574 1726883270.59888: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Get subscription status [0affc0aa-4893-214d-52b4-000000000238] 9574 1726883270.59892: sending task result for task 0affc0aa-4893-214d-52b4-000000000238 9574 1726883270.59986: done sending task result for task 0affc0aa-4893-214d-52b4-000000000238 9574 1726883270.59989: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "rhc_state | d(\"present\") == \"present\"", "skip_reason": "Conditional result was False" } 9574 1726883270.60034: no more pending results, returning what we have 9574 1726883270.60037: results queue empty 9574 1726883270.60038: checking for any_errors_fatal 9574 1726883270.60045: done checking for any_errors_fatal 9574 1726883270.60046: checking for max_fail_percentage 9574 1726883270.60048: done checking for max_fail_percentage 9574 1726883270.60048: checking to see if all hosts have failed and the running result is not ok 9574 1726883270.60049: done checking to see if all hosts have failed 9574 1726883270.60050: getting the remaining hosts for this loop 9574 1726883270.60051: done getting the remaining hosts for this loop 9574 1726883270.60055: getting the next task for host managed_node2 9574 1726883270.60062: done getting next task for host managed_node2 9574 1726883270.60065: ^ task is: TASK: fedora.linux_system_roles.rhc : Call subscription-manager 9574 1726883270.60068: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883270.60083: getting variables 9574 1726883270.60085: in VariableManager get_vars() 9574 1726883270.60117: Calling all_inventory to load vars for managed_node2 9574 1726883270.60120: Calling groups_inventory to load vars for managed_node2 9574 1726883270.60123: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883270.60132: Calling all_plugins_play to load vars for managed_node2 9574 1726883270.60134: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883270.60137: Calling groups_plugins_play to load vars for managed_node2 9574 1726883270.60187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883270.60228: done with get_vars() 9574 1726883270.60237: 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:47:50 -0400 (0:00:00.032) 0:00:50.002 ****** 9574 1726883270.60276: entering _queue_task() for managed_node2/community.general.redhat_subscription 9574 1726883270.60483: worker is 1 (out of 1 available) 9574 1726883270.60495: exiting _queue_task() for managed_node2/community.general.redhat_subscription 9574 1726883270.60507: done queuing things up, now waiting for results queue to drain 9574 1726883270.60509: waiting for pending results... 9574 1726883270.60677: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Call subscription-manager 9574 1726883270.60757: in run() - task 0affc0aa-4893-214d-52b4-000000000239 9574 1726883270.60770: variable 'ansible_search_path' from source: unknown 9574 1726883270.60773: variable 'ansible_search_path' from source: unknown 9574 1726883270.60798: calling self._execute() 9574 1726883270.60857: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.60862: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.60871: variable 'omit' from source: magic vars 9574 1726883270.60951: variable 'omit' from source: magic vars 9574 1726883270.60991: variable 'omit' from source: magic vars 9574 1726883270.61277: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883270.62776: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883270.62823: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883270.62855: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883270.62880: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883270.62900: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883270.62966: 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) 9574 1726883270.62986: 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) 9574 1726883270.63004: 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) 9574 1726883270.63033: 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) 9574 1726883270.63048: 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) 9574 1726883270.63153: variable 'rhc_state' from source: include params 9574 1726883270.63269: variable 'rhc_auth' from source: role '' defaults 9574 1726883270.63276: variable 'omit' from source: magic vars 9574 1726883270.63367: variable 'rhc_auth' from source: role '' defaults 9574 1726883270.63371: variable 'omit' from source: magic vars 9574 1726883270.63479: 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) 9574 1726883270.63495: 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) 9574 1726883270.63511: 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) 9574 1726883270.63539: 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) 9574 1726883270.63552: 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) 9574 1726883270.63643: variable 'rhc_auth' from source: role '' defaults 9574 1726883270.63647: variable 'omit' from source: magic vars 9574 1726883270.63737: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 9574 1726883270.63854: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 9574 1726883270.63881: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 9574 1726883270.63904: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 9574 1726883270.63925: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 9574 1726883270.63960: 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) 9574 1726883270.63976: 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) 9574 1726883270.63995: 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) 9574 1726883270.64013: 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) 9574 1726883270.64086: variable 'rhc_organization' from source: role '' defaults 9574 1726883270.64089: variable 'omit' from source: magic vars 9574 1726883270.64166: variable 'rhc_server' from source: role '' defaults 9574 1726883270.64170: variable 'omit' from source: magic vars 9574 1726883270.64246: variable 'rhc_server' from source: role '' defaults 9574 1726883270.64250: variable 'omit' from source: magic vars 9574 1726883270.64320: variable 'rhc_server' from source: role '' defaults 9574 1726883270.64326: variable 'omit' from source: magic vars 9574 1726883270.64468: variable 'rhc_server' from source: role '' defaults 9574 1726883270.64471: variable 'omit' from source: magic vars 9574 1726883270.64670: variable 'rhc_state' from source: include params 9574 1726883270.64673: variable 'rhc_release' from source: role '' defaults 9574 1726883270.64677: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.64682: variable 'omit' from source: magic vars 9574 1726883270.64806: variable 'rhc_proxy' from source: role '' defaults 9574 1726883270.64810: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.64815: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883270.64819: variable 'omit' from source: magic vars 9574 1726883270.64936: variable 'rhc_proxy' from source: role '' defaults 9574 1726883270.64943: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.64949: variable 'omit' from source: magic vars 9574 1726883270.65063: variable 'rhc_proxy' from source: role '' defaults 9574 1726883270.65066: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.65071: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883270.65075: variable 'omit' from source: magic vars 9574 1726883270.65190: variable 'rhc_proxy' from source: role '' defaults 9574 1726883270.65195: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.65198: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883270.65209: variable 'omit' from source: magic vars 9574 1726883270.65317: variable 'rhc_proxy' from source: role '' defaults 9574 1726883270.65322: variable '__rhc_state_absent' from source: role '' all vars 9574 1726883270.65325: variable '__rhc_empty_string' from source: role '' all vars 9574 1726883270.65327: variable 'omit' from source: magic vars 9574 1726883270.65409: variable 'rhc_state' from source: include params 9574 1726883270.65523: 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) 9574 1726883270.65546: 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) 9574 1726883270.65566: 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) 9574 1726883270.65592: 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) 9574 1726883270.65603: 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) 9574 1726883270.65709: variable 'rhc_environments' from source: role '' defaults 9574 1726883270.65713: variable 'rhc_state' from source: include params 9574 1726883270.65718: variable 'omit' from source: magic vars 9574 1726883270.65828: variable 'rhc_baseurl' from source: role '' defaults 9574 1726883270.65832: variable 'omit' from source: magic vars 9574 1726883270.65851: variable 'omit' from source: magic vars 9574 1726883270.65871: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 9574 1726883270.65895: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 9574 1726883270.65909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 9574 1726883270.65922: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883270.65930: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 9574 1726883270.65947: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/become 9574 1726883270.65960: Loading BecomeModule 'sudo' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/sudo.py (found_in_cache=True, class_only=False) 9574 1726883270.65985: variable 'inventory_hostname' from source: host vars for 'managed_node2' 9574 1726883270.65988: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.65990: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.66066: Set connection var ansible_connection to ssh 9574 1726883270.66069: Set connection var ansible_shell_type to sh 9574 1726883270.66075: Set connection var ansible_module_compression to ZIP_DEFLATED 9574 1726883270.66084: Set connection var ansible_timeout to 10 9574 1726883270.66089: Set connection var ansible_shell_executable to /bin/sh 9574 1726883270.66094: Set connection var ansible_pipelining to False 9574 1726883270.66115: variable 'ansible_shell_executable' from source: unknown 9574 1726883270.66118: variable 'ansible_connection' from source: unknown 9574 1726883270.66121: variable 'ansible_module_compression' from source: unknown 9574 1726883270.66123: variable 'ansible_shell_type' from source: unknown 9574 1726883270.66125: variable 'ansible_shell_executable' from source: unknown 9574 1726883270.66127: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883270.66130: variable 'ansible_pipelining' from source: unknown 9574 1726883270.66132: variable 'ansible_timeout' from source: unknown 9574 1726883270.66139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883270.66239: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) 9574 1726883270.66249: variable 'omit' from source: magic vars 9574 1726883270.66254: starting attempt loop 9574 1726883270.66257: running the handler 9574 1726883270.66268: _low_level_execute_command(): starting 9574 1726883270.66274: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 9574 1726883270.66782: 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 <<< 9574 1726883270.66787: 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.40 originally 10.31.12.40 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.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.66790: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.66846: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.66850: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883270.66857: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.66907: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.68609: stdout chunk (state=3): >>>/root <<< 9574 1726883270.68703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883270.68738: stderr chunk (state=3): >>><<< 9574 1726883270.68744: stdout chunk (state=3): >>><<< 9574 1726883270.68764: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883270.68777: _low_level_execute_command(): starting 9574 1726883270.68786: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845 `" && echo ansible-tmp-1726883270.687663-10383-74533103893845="` echo /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845 `" ) && sleep 0' 9574 1726883270.69252: 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 <<< 9574 1726883270.69256: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.69258: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.69260: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883270.69263: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.69312: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.69315: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883270.69317: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.69370: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.71342: stdout chunk (state=3): >>>ansible-tmp-1726883270.687663-10383-74533103893845=/root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845 <<< 9574 1726883270.71444: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883270.71474: stderr chunk (state=3): >>><<< 9574 1726883270.71478: stdout chunk (state=3): >>><<< 9574 1726883270.71496: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726883270.687663-10383-74533103893845=/root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845 , 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883270.71588: variable 'ansible_module_compression' from source: unknown 9574 1726883270.71630: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-957496n2mnue/ansiballz_cache/ansible_collections.community.general.plugins.modules.redhat_subscription-ZIP_DEFLATED 9574 1726883270.71668: variable 'ansible_facts' from source: unknown 9574 1726883270.71727: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py 9574 1726883270.71829: Sending initial data 9574 1726883270.71832: Sent initial data (165 bytes) 9574 1726883270.72290: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.72293: 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.40 originally 10.31.12.40 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.72295: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.72297: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.72347: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.72351: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.72408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.74075: 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 <<< 9574 1726883270.74116: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 9574 1726883270.74163: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-957496n2mnue/tmpwaqoxz1c /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py <<< 9574 1726883270.74167: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py" <<< 9574 1726883270.74205: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-957496n2mnue/tmpwaqoxz1c" to remote "/root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py" <<< 9574 1726883270.74774: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883270.74817: stderr chunk (state=3): >>><<< 9574 1726883270.74821: stdout chunk (state=3): >>><<< 9574 1726883270.74874: done transferring module to remote 9574 1726883270.74889: _low_level_execute_command(): starting 9574 1726883270.74892: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/ /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py && sleep 0' 9574 1726883270.75325: 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 <<< 9574 1726883270.75329: 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.40 originally 10.31.12.40 <<< 9574 1726883270.75363: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.75366: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883270.75368: 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.40 originally 10.31.12.40 debug2: match found <<< 9574 1726883270.75370: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.75424: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.75431: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883270.75434: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.75474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.77302: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883270.77327: stderr chunk (state=3): >>><<< 9574 1726883270.77331: stdout chunk (state=3): >>><<< 9574 1726883270.77350: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883270.77353: _low_level_execute_command(): starting 9574 1726883270.77357: _low_level_execute_command(): using become for this command 9574 1726883270.77369: _low_level_execute_command(): executing: /bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-yakwpumfpwzgsawpjmficlyxelevblms ; PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/AnsiballZ_redhat_subscription.py'"'"' && sleep 0' 9574 1726883270.77452: Initial state: awaiting_escalation: BECOME-SUCCESS-yakwpumfpwzgsawpjmficlyxelevblms 9574 1726883270.77858: 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 <<< 9574 1726883270.77862: 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883270.77906: stderr chunk (state=1): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883270.77909: stderr chunk (state=1): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883270.77915: stderr chunk (state=1): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883270.77969: stderr chunk (state=1): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883270.81214: stdout chunk (state=1): >>>BECOME-SUCCESS-yakwpumfpwzgsawpjmficlyxelevblms <<< 9574 1726883270.81219: become_success: (source=stdout, state=awaiting_escalation): 'BECOME-SUCCESS-yakwpumfpwzgsawpjmficlyxelevblms' 9574 1726883270.81554: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 9574 1726883270.81583: stdout chunk (state=3): >>>import _imp # builtin <<< 9574 1726883270.81610: stdout chunk (state=3): >>>import '_thread' # <<< 9574 1726883270.81616: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 9574 1726883270.81687: stdout chunk (state=3): >>>import '_io' # <<< 9574 1726883270.81692: stdout chunk (state=3): >>>import 'marshal' # <<< 9574 1726883270.81724: stdout chunk (state=3): >>>import 'posix' # <<< 9574 1726883270.81760: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 9574 1726883270.81767: stdout chunk (state=3): >>># installing zipimport hook <<< 9574 1726883270.81800: stdout chunk (state=3): >>>import 'time' # <<< 9574 1726883270.81803: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook<<< 9574 1726883270.81808: stdout chunk (state=3): >>> <<< 9574 1726883270.81862: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 9574 1726883270.81868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.81887: stdout chunk (state=3): >>>import '_codecs' # <<< 9574 1726883270.81911: stdout chunk (state=3): >>>import 'codecs' # <<< 9574 1726883270.81949: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 9574 1726883270.81974: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 9574 1726883270.81980: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07a183e0> <<< 9574 1726883270.81998: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079e7a10> <<< 9574 1726883270.82015: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 9574 1726883270.82036: 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 0x7f8d07a1a960> <<< 9574 1726883270.82064: stdout chunk (state=3): >>>import '_signal' # <<< 9574 1726883270.82094: stdout chunk (state=3): >>>import '_abc' # <<< 9574 1726883270.82100: stdout chunk (state=3): >>>import 'abc' # <<< 9574 1726883270.82116: stdout chunk (state=3): >>>import 'io' # <<< 9574 1726883270.82156: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 9574 1726883270.82250: stdout chunk (state=3): >>>import '_collections_abc' # <<< 9574 1726883270.82279: stdout chunk (state=3): >>>import 'genericpath' # <<< 9574 1726883270.82283: stdout chunk (state=3): >>>import 'posixpath' # <<< 9574 1726883270.82311: stdout chunk (state=3): >>>import 'os' # <<< 9574 1726883270.82334: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 9574 1726883270.82346: stdout chunk (state=3): >>>Processing user site-packages <<< 9574 1726883270.82358: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 9574 1726883270.82376: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 9574 1726883270.82379: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 9574 1726883270.82411: 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 <<< 9574 1726883270.82418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 9574 1726883270.82444: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0782cfe0> <<< 9574 1726883270.82501: 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 <<< 9574 1726883270.82510: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.82521: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0782df10> <<< 9574 1726883270.82555: stdout chunk (state=3): >>>import 'site' # <<< 9574 1726883270.82584: 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. <<< 9574 1726883270.82820: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 9574 1726883270.82838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 9574 1726883270.82867: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 9574 1726883270.82870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.82897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 9574 1726883270.82942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 9574 1726883270.82965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 9574 1726883270.82992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 9574 1726883270.83007: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0786bd40> <<< 9574 1726883270.83023: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 9574 1726883270.83055: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 9574 1726883270.83083: stdout chunk (state=3): >>>import '_operator' # <<< 9574 1726883270.83088: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0786bf80> <<< 9574 1726883270.83104: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 9574 1726883270.83149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 9574 1726883270.83219: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 9574 1726883270.83244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.83260: stdout chunk (state=3): >>>import 'itertools' # <<< 9574 1726883270.83295: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 9574 1726883270.83302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078a3770> <<< 9574 1726883270.83321: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 9574 1726883270.83361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078a3e00> import '_collections' # <<< 9574 1726883270.83444: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07883a10> import '_functools' # <<< 9574 1726883270.83449: stdout chunk (state=3): >>> <<< 9574 1726883270.83516: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07881130> <<< 9574 1726883270.83681: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07868ef0> # /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py<<< 9574 1726883270.83849: stdout chunk (state=3): >>> # 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 0x7f8d078c7740> <<< 9574 1726883270.83872: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078c6360><<< 9574 1726883270.83911: stdout chunk (state=3): >>> <<< 9574 1726883270.83921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py<<< 9574 1726883270.83939: stdout chunk (state=3): >>> <<< 9574 1726883270.83944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc'<<< 9574 1726883270.83968: stdout chunk (state=3): >>> import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07882000><<< 9574 1726883270.83979: stdout chunk (state=3): >>> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078c4b30><<< 9574 1726883270.84143: stdout chunk (state=3): >>> <<< 9574 1726883270.84152: 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 0x7f8d078f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07868170> # /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 0x7f8d078f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078f8b00> <<< 9574 1726883270.84186: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.84209: stdout chunk (state=3): >>># extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.84215: stdout chunk (state=3): >>>import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d078f8ec0> <<< 9574 1726883270.84238: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07866c90> <<< 9574 1726883270.84274: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 9574 1726883270.84290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.84293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 9574 1726883270.84331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 9574 1726883270.84336: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078f9550> <<< 9574 1726883270.84357: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078f9220> import 'importlib.machinery' # <<< 9574 1726883270.84382: 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' <<< 9574 1726883270.84405: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078fa420> <<< 9574 1726883270.84414: stdout chunk (state=3): >>>import 'importlib.util' # <<< 9574 1726883270.84429: stdout chunk (state=3): >>>import 'runpy' # <<< 9574 1726883270.84462: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 9574 1726883270.84496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 9574 1726883270.84516: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 9574 1726883270.84535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07910650> <<< 9574 1726883270.84538: stdout chunk (state=3): >>>import 'errno' # <<< 9574 1726883270.84571: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.84579: 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 0x7f8d07911d30> <<< 9574 1726883270.84607: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 9574 1726883270.84609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 9574 1726883270.84637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 9574 1726883270.84649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 9574 1726883270.84662: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07912ba0> <<< 9574 1726883270.84698: 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 0x7f8d07913200> <<< 9574 1726883270.84705: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079120f0> <<< 9574 1726883270.84723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 9574 1726883270.84736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 9574 1726883270.84776: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.84789: 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 0x7f8d07913c80> <<< 9574 1726883270.84791: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079133b0> <<< 9574 1726883270.84838: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078fa480> <<< 9574 1726883270.84857: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 9574 1726883270.84883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 9574 1726883270.84903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 9574 1726883270.84927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 9574 1726883270.84961: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.84973: 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 0x7f8d076c7b00> <<< 9574 1726883270.84986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 9574 1726883270.84994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 9574 1726883270.85015: 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' <<< 9574 1726883270.85032: stdout chunk (state=3): >>>import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d076f0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f03b0> <<< 9574 1726883270.85054: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.85059: 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 0x7f8d076f0680> <<< 9574 1726883270.85086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 9574 1726883270.85095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 9574 1726883270.85160: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.85299: 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 0x7f8d076f0fb0> <<< 9574 1726883270.85446: 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 0x7f8d076f1880> <<< 9574 1726883270.85450: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f0860> <<< 9574 1726883270.85465: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076c5ca0> <<< 9574 1726883270.85480: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 9574 1726883270.85497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 9574 1726883270.85524: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 9574 1726883270.85527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 9574 1726883270.85550: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f2c30> <<< 9574 1726883270.85568: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f1730> <<< 9574 1726883270.85589: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078fab70> <<< 9574 1726883270.85612: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 9574 1726883270.85676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.85696: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 9574 1726883270.85731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 9574 1726883270.85760: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0771ef60> <<< 9574 1726883270.85817: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 9574 1726883270.85825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.85854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 9574 1726883270.85872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 9574 1726883270.85915: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0773f320> <<< 9574 1726883270.85937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 9574 1726883270.85983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 9574 1726883270.86035: stdout chunk (state=3): >>>import 'ntpath' # <<< 9574 1726883270.86061: 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 0x7f8d0776ff80> <<< 9574 1726883270.86078: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 9574 1726883270.86109: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 9574 1726883270.86137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 9574 1726883270.86177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 9574 1726883270.86266: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d077a27e0> <<< 9574 1726883270.86348: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d077a01a0> <<< 9574 1726883270.86378: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0773ffb0> <<< 9574 1726883270.86408: 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 0x7f8d075a5100> <<< 9574 1726883270.86424: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0773e120> <<< 9574 1726883270.86446: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f3b60> <<< 9574 1726883270.86554: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 9574 1726883270.86573: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d0773e480> <<< 9574 1726883270.86737: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_c58sme3v/ansible_community.general.redhat_subscription_payload.zip' <<< 9574 1726883270.86753: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.86881: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.86911: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 9574 1726883270.86919: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 9574 1726883270.86969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 9574 1726883270.87050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 9574 1726883270.87079: 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 0x7f8d075f2d20> <<< 9574 1726883270.87084: stdout chunk (state=3): >>>import '_typing' # <<< 9574 1726883270.87270: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075d5ca0> <<< 9574 1726883270.87276: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075d4e30> # zipimport: zlib available <<< 9574 1726883270.87325: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 9574 1726883270.87328: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.87354: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.87359: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 9574 1726883270.87386: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.88800: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.89966: 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 0x7f8d075f0c80> <<< 9574 1726883270.89986: 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' <<< 9574 1726883270.90010: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 9574 1726883270.90014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 9574 1726883270.90044: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 9574 1726883270.90050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 9574 1726883270.90080: 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 0x7f8d07626750> <<< 9574 1726883270.90122: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076264e0> <<< 9574 1726883270.90153: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07625df0> <<< 9574 1726883270.90176: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 9574 1726883270.90180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 9574 1726883270.90222: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07626540> <<< 9574 1726883270.90230: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075f3a40> import 'atexit' # <<< 9574 1726883270.90265: 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' <<< 9574 1726883270.90269: stdout chunk (state=3): >>>import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8d076274d0> <<< 9574 1726883270.90295: 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 0x7f8d07627710> <<< 9574 1726883270.90318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 9574 1726883270.90365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 9574 1726883270.90383: stdout chunk (state=3): >>>import '_locale' # <<< 9574 1726883270.90427: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07627c50> <<< 9574 1726883270.90447: stdout chunk (state=3): >>>import 'pwd' # <<< 9574 1726883270.90456: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 9574 1726883270.90486: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 9574 1726883270.90523: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f0da90> <<< 9574 1726883270.90560: 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 0x7f8d06f0f6b0> <<< 9574 1726883270.90571: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 9574 1726883270.90594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 9574 1726883270.90631: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f0ffe0> <<< 9574 1726883270.90654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 9574 1726883270.90677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 9574 1726883270.90698: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f111c0> <<< 9574 1726883270.90717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 9574 1726883270.90757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 9574 1726883270.90782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 9574 1726883270.90789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 9574 1726883270.90838: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f13c50> <<< 9574 1726883270.90874: 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 0x7f8d076f2ba0> <<< 9574 1726883270.90893: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f11f10> <<< 9574 1726883270.90914: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 9574 1726883270.90944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 9574 1726883270.90969: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 9574 1726883270.90973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 9574 1726883270.90992: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 9574 1726883270.91018: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 9574 1726883270.91049: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 9574 1726883270.91054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1f980> <<< 9574 1726883270.91072: stdout chunk (state=3): >>>import '_tokenize' # <<< 9574 1726883270.91138: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1e480> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1e1e0> <<< 9574 1726883270.91158: 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' <<< 9574 1726883270.91241: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1e720> <<< 9574 1726883270.91267: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f12420> <<< 9574 1726883270.91296: 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 0x7f8d06f63bc0> <<< 9574 1726883270.91320: 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 0x7f8d06f63dd0> <<< 9574 1726883270.91353: 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 <<< 9574 1726883270.91363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 9574 1726883270.91387: 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' <<< 9574 1726883270.91422: 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 0x7f8d06f65820> <<< 9574 1726883270.91442: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f655e0> <<< 9574 1726883270.91448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 9574 1726883270.91579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 9574 1726883270.91627: 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 0x7f8d06f67d40> <<< 9574 1726883270.91643: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f65f10> <<< 9574 1726883270.91656: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 9574 1726883270.91702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.91717: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 9574 1726883270.91735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 9574 1726883270.91743: stdout chunk (state=3): >>>import '_string' # <<< 9574 1726883270.91788: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6b560> <<< 9574 1726883270.91912: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f67ef0> <<< 9574 1726883270.91975: 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 0x7f8d06f6c800> <<< 9574 1726883270.92008: 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 0x7f8d06f6c530> <<< 9574 1726883270.92055: 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 0x7f8d06f6c860> <<< 9574 1726883270.92060: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f63fe0> <<< 9574 1726883270.92089: 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 <<< 9574 1726883270.92095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 9574 1726883270.92111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 9574 1726883270.92138: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 9574 1726883270.92165: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.92187: 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 0x7f8d06f6ffe0> <<< 9574 1726883270.92338: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 9574 1726883270.92352: 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 0x7f8d06ff5400> <<< 9574 1726883270.92363: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6e780> <<< 9574 1726883270.92383: 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 0x7f8d06f6fb30> <<< 9574 1726883270.92406: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6e3f0> # zipimport: zlib available <<< 9574 1726883270.92422: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92426: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 9574 1726883270.92449: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92534: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92623: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92632: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92656: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 9574 1726883270.92662: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92684: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 9574 1726883270.92694: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92811: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.92934: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.93494: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.94031: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 9574 1726883270.94046: 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' # <<< 9574 1726883270.94067: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 9574 1726883270.94084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.94138: 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 0x7f8d06ffd4f0> <<< 9574 1726883270.94220: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 9574 1726883270.94230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 9574 1726883270.94238: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06ffe300> <<< 9574 1726883270.94253: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f04a0> <<< 9574 1726883270.94303: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 9574 1726883270.94310: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.94333: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.94353: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 9574 1726883270.94358: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.94504: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.94656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 9574 1726883270.94674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06ffe2d0> <<< 9574 1726883270.94678: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95201: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95595: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95664: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95752: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 9574 1726883270.95756: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95782: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.95827: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 9574 1726883270.95900: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96001: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 9574 1726883270.96008: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96042: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 9574 1726883270.96070: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96113: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 9574 1726883270.96125: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96350: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96572: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 9574 1726883270.96635: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 9574 1726883270.96650: stdout chunk (state=3): >>>import '_ast' # <<< 9574 1726883270.96714: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06fff410> <<< 9574 1726883270.96720: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96799: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96872: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 9574 1726883270.96887: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 9574 1726883270.96909: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96957: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.96988: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 9574 1726883270.97003: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97049: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97091: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97151: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97218: 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 <<< 9574 1726883270.97257: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 9574 1726883270.97353: 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 0x7f8d06e09c40> <<< 9574 1726883270.97377: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06e06ea0> <<< 9574 1726883270.97411: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 9574 1726883270.97415: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97486: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97551: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97580: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.97618: 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' <<< 9574 1726883270.97648: 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 <<< 9574 1726883270.97667: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 9574 1726883270.97688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 9574 1726883270.97750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 9574 1726883270.97771: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 9574 1726883270.97787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 9574 1726883270.97849: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f02480> <<< 9574 1726883270.97889: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0765a150> <<< 9574 1726883270.97968: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06ffed50> <<< 9574 1726883270.97984: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6cad0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 9574 1726883270.97994: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98014: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98044: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 9574 1726883270.98050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 9574 1726883270.98110: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 9574 1726883270.98121: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98139: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98162: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available <<< 9574 1726883270.98165: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98188: stdout chunk (state=3): >>>import 'ansible_collections.community' # <<< 9574 1726883270.98193: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98216: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.community.general' # <<< 9574 1726883270.98232: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98243: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98252: stdout chunk (state=3): >>>import 'ansible_collections.community.general.plugins' # <<< 9574 1726883270.98271: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98282: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98293: stdout chunk (state=3): >>>import 'ansible_collections.community.general.plugins.modules' # <<< 9574 1726883270.98298: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.98844: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883270.99338: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 9574 1726883270.99369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 9574 1726883270.99482: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06e9c080> <<< 9574 1726883270.99585: stdout chunk (state=3): >>># zipimport: zlib available <<< 9574 1726883273.60383: stdout chunk (state=3): >>> {"changed": true, "msg": "System successfully unregistered from None.", "invocation": {"module_args": {"state": "absent", "force_register": false, "pool": "^$", "pool_ids": [], "username": null, "password": null, "token": null, "server_hostname": null, "server_insecure": null, "server_prefix": null, "server_port": null, "rhsm_baseurl": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "org_id": 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}}} <<< 9574 1726883273.60561: stdout chunk (state=3): >>># destroy __main__ <<< 9574 1726883273.61069: stdout chunk (state=3): >>># clear sys.path_importer_cache<<< 9574 1726883273.61081: stdout chunk (state=3): >>> <<< 9574 1726883273.61087: stdout chunk (state=3): >>># clear sys.path_hooks<<< 9574 1726883273.61111: stdout chunk (state=3): >>> # clear builtins._<<< 9574 1726883273.61122: stdout chunk (state=3): >>> <<< 9574 1726883273.61130: stdout chunk (state=3): >>># clear sys.path<<< 9574 1726883273.61155: stdout chunk (state=3): >>> # clear sys.argv<<< 9574 1726883273.61167: stdout chunk (state=3): >>> <<< 9574 1726883273.61170: stdout chunk (state=3): >>># clear sys.ps1<<< 9574 1726883273.61191: stdout chunk (state=3): >>> <<< 9574 1726883273.61205: stdout chunk (state=3): >>># clear sys.ps2<<< 9574 1726883273.61220: stdout chunk (state=3): >>> <<< 9574 1726883273.61223: stdout chunk (state=3): >>># clear sys.last_exc<<< 9574 1726883273.61243: stdout chunk (state=3): >>> <<< 9574 1726883273.61256: stdout chunk (state=3): >>># clear sys.last_type<<< 9574 1726883273.61260: stdout chunk (state=3): >>> # clear sys.last_value<<< 9574 1726883273.61288: 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<<< 9574 1726883273.61327: 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 # cleanup[2] removing _codecs<<< 9574 1726883273.61363: stdout chunk (state=3): >>> # 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<<< 9574 1726883273.61406: 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<<< 9574 1726883273.61439: 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<<< 9574 1726883273.61480: stdout chunk (state=3): >>> # 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<<< 9574 1726883273.61510: 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<<< 9574 1726883273.61543: stdout chunk (state=3): >>> # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random<<< 9574 1726883273.61572: stdout chunk (state=3): >>> # 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 <<< 9574 1726883273.61609: 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<<< 9574 1726883273.61649: stdout chunk (state=3): >>> # 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<<< 9574 1726883273.61682: stdout chunk (state=3): >>> # 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<<< 9574 1726883273.61768: 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 # 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<<< 9574 1726883273.61791: stdout chunk (state=3): >>> # destroy ansible.module_utils.common.process<<< 9574 1726883273.61797: stdout chunk (state=3): >>> <<< 9574 1726883273.61819: stdout chunk (state=3): >>># cleanup[2] removing gettext <<< 9574 1726883273.61823: stdout chunk (state=3): >>># destroy gettext<<< 9574 1726883273.61844: stdout chunk (state=3): >>> <<< 9574 1726883273.61850: stdout chunk (state=3): >>># cleanup[2] removing argparse<<< 9574 1726883273.61867: stdout chunk (state=3): >>> # cleanup[2] removing distro.distro <<< 9574 1726883273.61896: 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_collections # destroy ansible_collections<<< 9574 1726883273.62088: stdout chunk (state=3): >>> # 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 <<< 9574 1726883273.62321: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 9574 1726883273.62329: stdout chunk (state=3): >>> <<< 9574 1726883273.62361: stdout chunk (state=3): >>># destroy importlib.machinery<<< 9574 1726883273.62372: stdout chunk (state=3): >>> <<< 9574 1726883273.62384: stdout chunk (state=3): >>># destroy importlib._abc<<< 9574 1726883273.62403: stdout chunk (state=3): >>> <<< 9574 1726883273.62406: stdout chunk (state=3): >>># destroy importlib.util<<< 9574 1726883273.62409: stdout chunk (state=3): >>> <<< 9574 1726883273.62452: stdout chunk (state=3): >>># destroy _bz2<<< 9574 1726883273.62458: stdout chunk (state=3): >>> <<< 9574 1726883273.62475: stdout chunk (state=3): >>># destroy _compression<<< 9574 1726883273.62488: stdout chunk (state=3): >>> <<< 9574 1726883273.62495: stdout chunk (state=3): >>># destroy _lzma<<< 9574 1726883273.62508: stdout chunk (state=3): >>> <<< 9574 1726883273.62531: stdout chunk (state=3): >>># destroy _blake2<<< 9574 1726883273.62538: stdout chunk (state=3): >>> <<< 9574 1726883273.62561: stdout chunk (state=3): >>># destroy binascii<<< 9574 1726883273.62575: stdout chunk (state=3): >>> <<< 9574 1726883273.62585: stdout chunk (state=3): >>># destroy struct<<< 9574 1726883273.62601: stdout chunk (state=3): >>> # destroy zlib<<< 9574 1726883273.62608: stdout chunk (state=3): >>> <<< 9574 1726883273.62628: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path<<< 9574 1726883273.62662: stdout chunk (state=3): >>> # destroy zipfile<<< 9574 1726883273.62671: stdout chunk (state=3): >>> <<< 9574 1726883273.62687: stdout chunk (state=3): >>># destroy pathlib <<< 9574 1726883273.62738: stdout chunk (state=3): >>># destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 9574 1726883273.62782: stdout chunk (state=3): >>># destroy ntpath # destroy importlib<<< 9574 1726883273.62790: stdout chunk (state=3): >>> <<< 9574 1726883273.62801: stdout chunk (state=3): >>># destroy zipimport <<< 9574 1726883273.62830: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux<<< 9574 1726883273.62860: stdout chunk (state=3): >>> # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner<<< 9574 1726883273.62882: stdout chunk (state=3): >>> # destroy _json<<< 9574 1726883273.62891: stdout chunk (state=3): >>> # destroy grp<<< 9574 1726883273.62920: stdout chunk (state=3): >>> # destroy encodings <<< 9574 1726883273.62934: stdout chunk (state=3): >>># destroy _locale # destroy pwd<<< 9574 1726883273.62963: stdout chunk (state=3): >>> # destroy locale<<< 9574 1726883273.62968: stdout chunk (state=3): >>> <<< 9574 1726883273.62987: stdout chunk (state=3): >>># destroy signal # destroy fcntl<<< 9574 1726883273.63005: stdout chunk (state=3): >>> # destroy select # destroy _signal<<< 9574 1726883273.63027: stdout chunk (state=3): >>> # destroy _posixsubprocess<<< 9574 1726883273.63032: stdout chunk (state=3): >>> <<< 9574 1726883273.63074: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 9574 1726883273.63083: stdout chunk (state=3): >>># destroy selectors # destroy errno<<< 9574 1726883273.63113: stdout chunk (state=3): >>> # destroy array<<< 9574 1726883273.63118: stdout chunk (state=3): >>> <<< 9574 1726883273.63175: stdout chunk (state=3): >>># destroy datetime <<< 9574 1726883273.63188: stdout chunk (state=3): >>># destroy selinux<<< 9574 1726883273.63198: stdout chunk (state=3): >>> <<< 9574 1726883273.63233: stdout chunk (state=3): >>># destroy shutil <<< 9574 1726883273.63244: stdout chunk (state=3): >>># destroy distro<<< 9574 1726883273.63253: stdout chunk (state=3): >>> <<< 9574 1726883273.63268: stdout chunk (state=3): >>># destroy distro.distro # destroy argparse<<< 9574 1726883273.63337: stdout chunk (state=3): >>> # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 9574 1726883273.63365: stdout chunk (state=3): >>># cleanup[3] wiping configparser<<< 9574 1726883273.63451: 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 # 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 <<< 9574 1726883273.63462: stdout chunk (state=3): >>># cleanup[3] wiping _struct <<< 9574 1726883273.63480: stdout chunk (state=3): >>># cleanup[3] wiping re<<< 9574 1726883273.63494: stdout chunk (state=3): >>> <<< 9574 1726883273.63503: stdout chunk (state=3): >>># destroy re._constants <<< 9574 1726883273.63527: stdout chunk (state=3): >>># destroy re._casefix # destroy re._compiler # destroy enum<<< 9574 1726883273.63550: stdout chunk (state=3): >>> # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser<<< 9574 1726883273.63579: stdout chunk (state=3): >>> # cleanup[3] wiping _sre # cleanup[3] wiping functools<<< 9574 1726883273.63589: stdout chunk (state=3): >>> # cleanup[3] wiping _functools<<< 9574 1726883273.63610: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc<<< 9574 1726883273.63642: stdout chunk (state=3): >>> # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator<<< 9574 1726883273.63672: stdout chunk (state=3): >>> # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath<<< 9574 1726883273.63683: stdout chunk (state=3): >>> # cleanup[3] wiping genericpath # cleanup[3] wiping stat<<< 9574 1726883273.63721: 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<<< 9574 1726883273.63755: 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<<< 9574 1726883273.63775: stdout chunk (state=3): >>> # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings<<< 9574 1726883273.63810: stdout chunk (state=3): >>> # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 9574 1726883273.63813: stdout chunk (state=3): >>># cleanup[3] wiping builtins<<< 9574 1726883273.63830: stdout chunk (state=3): >>> <<< 9574 1726883273.63850: stdout chunk (state=3): >>># destroy selinux._selinux<<< 9574 1726883273.63866: stdout chunk (state=3): >>> # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader<<< 9574 1726883273.63938: stdout chunk (state=3): >>> # destroy systemd._journal # destroy _datetime <<< 9574 1726883273.64112: stdout chunk (state=3): >>># destroy sys.monitoring<<< 9574 1726883273.64117: stdout chunk (state=3): >>> <<< 9574 1726883273.64137: stdout chunk (state=3): >>># destroy _socket<<< 9574 1726883273.64153: stdout chunk (state=3): >>> <<< 9574 1726883273.64185: stdout chunk (state=3): >>># destroy _collections<<< 9574 1726883273.64192: stdout chunk (state=3): >>> <<< 9574 1726883273.64223: stdout chunk (state=3): >>># destroy platform<<< 9574 1726883273.64241: stdout chunk (state=3): >>> <<< 9574 1726883273.64257: stdout chunk (state=3): >>># destroy _uuid # destroy stat<<< 9574 1726883273.64287: stdout chunk (state=3): >>> # destroy genericpath # destroy re._parser # destroy tokenize<<< 9574 1726883273.64321: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib<<< 9574 1726883273.64444: stdout chunk (state=3): >>> # 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 <<< 9574 1726883273.64544: stdout chunk (state=3): >>># destroy codecs<<< 9574 1726883273.64557: stdout chunk (state=3): >>> # destroy encodings.aliases<<< 9574 1726883273.64574: stdout chunk (state=3): >>> <<< 9574 1726883273.64588: stdout chunk (state=3): >>># destroy encodings.utf_8<<< 9574 1726883273.64603: stdout chunk (state=3): >>> <<< 9574 1726883273.64609: stdout chunk (state=3): >>># destroy encodings.utf_8_sig<<< 9574 1726883273.64628: stdout chunk (state=3): >>> # destroy encodings.cp437<<< 9574 1726883273.64632: stdout chunk (state=3): >>> <<< 9574 1726883273.64656: stdout chunk (state=3): >>># destroy _codecs<<< 9574 1726883273.64662: stdout chunk (state=3): >>> <<< 9574 1726883273.64673: stdout chunk (state=3): >>># destroy io<<< 9574 1726883273.64700: stdout chunk (state=3): >>> # destroy traceback<<< 9574 1726883273.64704: stdout chunk (state=3): >>> <<< 9574 1726883273.64728: stdout chunk (state=3): >>># destroy warnings<<< 9574 1726883273.64734: stdout chunk (state=3): >>> # destroy weakref<<< 9574 1726883273.64755: stdout chunk (state=3): >>> <<< 9574 1726883273.64772: stdout chunk (state=3): >>># destroy collections<<< 9574 1726883273.64775: stdout chunk (state=3): >>> # destroy threading<<< 9574 1726883273.64793: stdout chunk (state=3): >>> <<< 9574 1726883273.64801: stdout chunk (state=3): >>># destroy atexit<<< 9574 1726883273.64818: stdout chunk (state=3): >>> <<< 9574 1726883273.64821: stdout chunk (state=3): >>># destroy _warnings<<< 9574 1726883273.64844: stdout chunk (state=3): >>> <<< 9574 1726883273.64857: stdout chunk (state=3): >>># destroy math<<< 9574 1726883273.64873: stdout chunk (state=3): >>> # destroy _bisect<<< 9574 1726883273.64880: stdout chunk (state=3): >>> <<< 9574 1726883273.64906: stdout chunk (state=3): >>># destroy time<<< 9574 1726883273.64909: stdout chunk (state=3): >>> <<< 9574 1726883273.64958: stdout chunk (state=3): >>># destroy _random<<< 9574 1726883273.64965: stdout chunk (state=3): >>> <<< 9574 1726883273.64979: stdout chunk (state=3): >>># destroy _weakref<<< 9574 1726883273.64982: stdout chunk (state=3): >>> <<< 9574 1726883273.65018: stdout chunk (state=3): >>># destroy _hashlib<<< 9574 1726883273.65025: stdout chunk (state=3): >>> <<< 9574 1726883273.65054: stdout chunk (state=3): >>># destroy _operator<<< 9574 1726883273.65061: stdout chunk (state=3): >>> <<< 9574 1726883273.65082: stdout chunk (state=3): >>># destroy _string<<< 9574 1726883273.65085: stdout chunk (state=3): >>> <<< 9574 1726883273.65105: stdout chunk (state=3): >>># destroy re<<< 9574 1726883273.65107: stdout chunk (state=3): >>> <<< 9574 1726883273.65131: stdout chunk (state=3): >>># destroy itertools<<< 9574 1726883273.65148: stdout chunk (state=3): >>> <<< 9574 1726883273.65175: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 9574 1726883273.65200: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread<<< 9574 1726883273.65230: stdout chunk (state=3): >>> # clear sys.audit hooks<<< 9574 1726883273.65238: stdout chunk (state=3): >>> <<< 9574 1726883273.66037: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.12.40 closed. <<< 9574 1726883273.66070: stderr chunk (state=3): >>><<< 9574 1726883273.66073: stdout chunk (state=3): >>><<< 9574 1726883273.66144: _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 0x7f8d07a183e0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079e7a10> # /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 0x7f8d07a1a960> 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 0x7f8d0782cfe0> # /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 0x7f8d0782df10> 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 0x7f8d0786bd40> # /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 0x7f8d0786bf80> # /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 0x7f8d078a3770> # /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 0x7f8d078a3e00> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07883a10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07881130> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07868ef0> # /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 0x7f8d078c7740> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078c6360> # /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 0x7f8d07882000> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078c4b30> # /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 0x7f8d078f87a0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07868170> # /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 0x7f8d078f8c50> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078f8b00> # 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 0x7f8d078f8ec0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07866c90> # /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 0x7f8d078f9550> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078f9220> 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 0x7f8d078fa420> 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 0x7f8d07910650> 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 0x7f8d07911d30> # /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 0x7f8d07912ba0> # 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 0x7f8d07913200> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079120f0> # /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 0x7f8d07913c80> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d079133b0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078fa480> # /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 0x7f8d076c7b00> # /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 0x7f8d076f0650> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f03b0> # 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 0x7f8d076f0680> # /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 0x7f8d076f0fb0> # 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 0x7f8d076f1880> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f0860> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076c5ca0> # /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 0x7f8d076f2c30> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f1730> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d078fab70> # /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 0x7f8d0771ef60> # /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 0x7f8d0773f320> # /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 0x7f8d0776ff80> # /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 0x7f8d077a27e0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d077a01a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0773ffb0> # /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 0x7f8d075a5100> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0773e120> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f3b60> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f8d0773e480> # zipimport: found 34 names in '/tmp/ansible_community.general.redhat_subscription_payload_c58sme3v/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 0x7f8d075f2d20> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075d5ca0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075d4e30> # 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 0x7f8d075f0c80> # /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 0x7f8d07626750> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076264e0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d07625df0> # /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 0x7f8d07626540> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d075f3a40> 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 0x7f8d076274d0> # 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 0x7f8d07627710> # /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 0x7f8d07627c50> 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 0x7f8d06f0da90> # 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 0x7f8d06f0f6b0> # /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 0x7f8d06f0ffe0> # /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 0x7f8d06f111c0> # /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 0x7f8d06f13c50> # 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 0x7f8d076f2ba0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f11f10> # /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 0x7f8d06f1f980> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1e480> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f1e1e0> # /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 0x7f8d06f1e720> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f12420> # 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 0x7f8d06f63bc0> # /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 0x7f8d06f63dd0> # /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 0x7f8d06f65820> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f655e0> # /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 0x7f8d06f67d40> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f65f10> # /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 0x7f8d06f6b560> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f67ef0> # 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 0x7f8d06f6c800> # 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 0x7f8d06f6c530> # 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 0x7f8d06f6c860> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f63fe0> # /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 0x7f8d06f6ffe0> # 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 0x7f8d06ff5400> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6e780> # 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 0x7f8d06f6fb30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6e3f0> # 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 0x7f8d06ffd4f0> # /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 0x7f8d06ffe300> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d076f04a0> 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 0x7f8d06ffe2d0> # 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 0x7f8d06fff410> # 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 0x7f8d06e09c40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06e06ea0> 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 0x7f8d06f02480> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d0765a150> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06ffed50> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8d06f6cad0> # 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 0x7f8d06e9c080> # zipimport: zlib available {"changed": true, "msg": "System successfully unregistered from None.", "invocation": {"module_args": {"state": "absent", "force_register": false, "pool": "^$", "pool_ids": [], "username": null, "password": null, "token": null, "server_hostname": null, "server_insecure": null, "server_prefix": null, "server_port": null, "rhsm_baseurl": null, "rhsm_repo_ca_cert": null, "auto_attach": null, "activationkey": null, "org_id": 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 # 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 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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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.40 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 # 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 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 9574 1726883273.66658: done with _execute_module (community.general.redhat_subscription, {'state': 'absent', '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-1726883270.687663-10383-74533103893845/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 9574 1726883273.66662: _low_level_execute_command(): starting 9574 1726883273.66665: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726883270.687663-10383-74533103893845/ > /dev/null 2>&1 && sleep 0' 9574 1726883273.66815: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 9574 1726883273.66818: 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.40 originally 10.31.12.40 debug2: match not found <<< 9574 1726883273.66821: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883273.66823: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.12.40 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 9574 1726883273.66825: 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 9574 1726883273.66884: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' <<< 9574 1726883273.66887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 9574 1726883273.66893: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 9574 1726883273.66944: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 9574 1726883273.69577: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 9574 1726883273.69604: stderr chunk (state=3): >>><<< 9574 1726883273.69607: stdout chunk (state=3): >>><<< 9574 1726883273.69622: _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.40 originally 10.31.12.40 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.40 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.40 originally 10.31.12.40 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/21735fdb28' 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 9574 1726883273.69628: handler run complete 9574 1726883273.69648: attempt loop complete, returning result 9574 1726883273.69651: _execute() done 9574 1726883273.69654: dumping result to json 9574 1726883273.69659: done dumping result, returning 9574 1726883273.69669: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Call subscription-manager [0affc0aa-4893-214d-52b4-000000000239] 9574 1726883273.69674: sending task result for task 0affc0aa-4893-214d-52b4-000000000239 9574 1726883273.69768: done sending task result for task 0affc0aa-4893-214d-52b4-000000000239 9574 1726883273.69771: WORKER PROCESS EXITING changed: [managed_node2] => { "changed": true } MSG: System successfully unregistered from None. 9574 1726883273.69844: no more pending results, returning what we have 9574 1726883273.69848: results queue empty 9574 1726883273.69848: checking for any_errors_fatal 9574 1726883273.69853: done checking for any_errors_fatal 9574 1726883273.69854: checking for max_fail_percentage 9574 1726883273.69855: done checking for max_fail_percentage 9574 1726883273.69856: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.69857: done checking to see if all hosts have failed 9574 1726883273.69858: getting the remaining hosts for this loop 9574 1726883273.69859: done getting the remaining hosts for this loop 9574 1726883273.69862: getting the next task for host managed_node2 9574 1726883273.69871: done getting next task for host managed_node2 9574 1726883273.69875: ^ task is: TASK: fedora.linux_system_roles.rhc : Set or unset the release 9574 1726883273.69878: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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? (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), did rescue? False, did start at task? False 9574 1726883273.69888: getting variables 9574 1726883273.69889: in VariableManager get_vars() 9574 1726883273.69922: Calling all_inventory to load vars for managed_node2 9574 1726883273.69924: Calling groups_inventory to load vars for managed_node2 9574 1726883273.69927: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883273.69938: Calling all_plugins_play to load vars for managed_node2 9574 1726883273.69943: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883273.69948: Calling groups_plugins_play to load vars for managed_node2 9574 1726883273.69994: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883273.70038: done with get_vars() 9574 1726883273.70048: done getting variables TASK [fedora.linux_system_roles.rhc : Set or unset the release] **************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:49 Friday 20 September 2024 21:47:53 -0400 (0:00:03.098) 0:00:53.101 ****** 9574 1726883273.70091: entering _queue_task() for managed_node2/community.general.rhsm_release 9574 1726883273.70092: Creating lock for community.general.rhsm_release 9574 1726883273.70307: worker is 1 (out of 1 available) 9574 1726883273.70320: exiting _queue_task() for managed_node2/community.general.rhsm_release 9574 1726883273.70335: done queuing things up, now waiting for results queue to drain 9574 1726883273.70338: waiting for pending results... 9574 1726883273.70491: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set or unset the release 9574 1726883273.70571: in run() - task 0affc0aa-4893-214d-52b4-00000000023b 9574 1726883273.70583: variable 'ansible_search_path' from source: unknown 9574 1726883273.70586: variable 'ansible_search_path' from source: unknown 9574 1726883273.70614: calling self._execute() 9574 1726883273.70674: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883273.70678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883273.70688: variable 'omit' from source: magic vars 9574 1726883273.71170: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 9574 1726883273.72606: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 9574 1726883273.72664: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 9574 1726883273.72690: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 9574 1726883273.72717: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 9574 1726883273.72736: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 9574 1726883273.72799: 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) 9574 1726883273.72820: 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) 9574 1726883273.72842: 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) 9574 1726883273.72869: 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) 9574 1726883273.72882: 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) 9574 1726883273.72972: variable 'rhc_state' from source: include params 9574 1726883273.72988: Evaluated conditional (rhc_state | d("present") in ["present", "reconnect"]): False 9574 1726883273.72991: when evaluation is False, skipping this task 9574 1726883273.72994: _execute() done 9574 1726883273.72996: dumping result to json 9574 1726883273.72998: done dumping result, returning 9574 1726883273.73007: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Set or unset the release [0affc0aa-4893-214d-52b4-00000000023b] 9574 1726883273.73010: sending task result for task 0affc0aa-4893-214d-52b4-00000000023b 9574 1726883273.73100: done sending task result for task 0affc0aa-4893-214d-52b4-00000000023b 9574 1726883273.73103: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "rhc_state | d(\"present\") in [\"present\", \"reconnect\"]", "skip_reason": "Conditional result was False" } 9574 1726883273.73146: no more pending results, returning what we have 9574 1726883273.73149: results queue empty 9574 1726883273.73150: checking for any_errors_fatal 9574 1726883273.73157: done checking for any_errors_fatal 9574 1726883273.73158: checking for max_fail_percentage 9574 1726883273.73160: done checking for max_fail_percentage 9574 1726883273.73160: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.73161: done checking to see if all hosts have failed 9574 1726883273.73162: getting the remaining hosts for this loop 9574 1726883273.73164: done getting the remaining hosts for this loop 9574 1726883273.73168: getting the next task for host managed_node2 9574 1726883273.73175: done getting next task for host managed_node2 9574 1726883273.73178: ^ task is: TASK: fedora.linux_system_roles.rhc : Configure repositories 9574 1726883273.73182: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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? (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), did rescue? False, did start at task? False 9574 1726883273.73195: getting variables 9574 1726883273.73197: in VariableManager get_vars() 9574 1726883273.73230: Calling all_inventory to load vars for managed_node2 9574 1726883273.73233: Calling groups_inventory to load vars for managed_node2 9574 1726883273.73236: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883273.73247: Calling all_plugins_play to load vars for managed_node2 9574 1726883273.73250: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883273.73253: Calling groups_plugins_play to load vars for managed_node2 9574 1726883273.73299: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883273.73340: done with get_vars() 9574 1726883273.73349: done getting variables TASK [fedora.linux_system_roles.rhc : Configure repositories] ****************** task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:58 Friday 20 September 2024 21:47:53 -0400 (0:00:00.032) 0:00:53.134 ****** 9574 1726883273.73478: entering _queue_task() for managed_node2/community.general.rhsm_repository 9574 1726883273.73480: Creating lock for community.general.rhsm_repository 9574 1726883273.73692: worker is 1 (out of 1 available) 9574 1726883273.73704: exiting _queue_task() for managed_node2/community.general.rhsm_repository 9574 1726883273.73717: done queuing things up, now waiting for results queue to drain 9574 1726883273.73719: waiting for pending results... 9574 1726883273.73888: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Configure repositories 9574 1726883273.73978: in run() - task 0affc0aa-4893-214d-52b4-00000000023c 9574 1726883273.73989: variable 'ansible_search_path' from source: unknown 9574 1726883273.73992: variable 'ansible_search_path' from source: unknown 9574 1726883273.74027: variable 'rhc_repositories' from source: role '' defaults 9574 1726883273.74256: variable 'rhc_repositories' from source: role '' defaults 9574 1726883273.74299: dumping result to json 9574 1726883273.74303: done dumping result, returning 9574 1726883273.74308: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Configure repositories [0affc0aa-4893-214d-52b4-00000000023c] 9574 1726883273.74314: sending task result for task 0affc0aa-4893-214d-52b4-00000000023c 9574 1726883273.74413: done sending task result for task 0affc0aa-4893-214d-52b4-00000000023c 9574 1726883273.74416: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 9574 1726883273.74467: no more pending results, returning what we have 9574 1726883273.74470: results queue empty 9574 1726883273.74471: checking for any_errors_fatal 9574 1726883273.74476: done checking for any_errors_fatal 9574 1726883273.74477: checking for max_fail_percentage 9574 1726883273.74478: done checking for max_fail_percentage 9574 1726883273.74479: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.74480: done checking to see if all hosts have failed 9574 1726883273.74481: getting the remaining hosts for this loop 9574 1726883273.74483: done getting the remaining hosts for this loop 9574 1726883273.74486: getting the next task for host managed_node2 9574 1726883273.74493: done getting next task for host managed_node2 9574 1726883273.74497: ^ task is: TASK: fedora.linux_system_roles.rhc : Handle insights registration 9574 1726883273.74500: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=2, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883273.74514: getting variables 9574 1726883273.74515: in VariableManager get_vars() 9574 1726883273.74548: Calling all_inventory to load vars for managed_node2 9574 1726883273.74551: Calling groups_inventory to load vars for managed_node2 9574 1726883273.74552: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883273.74561: Calling all_plugins_play to load vars for managed_node2 9574 1726883273.74563: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883273.74565: Calling groups_plugins_play to load vars for managed_node2 9574 1726883273.74606: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883273.74636: done with get_vars() 9574 1726883273.74644: done getting variables TASK [fedora.linux_system_roles.rhc : Handle insights registration] ************ task path: /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:18 Friday 20 September 2024 21:47:53 -0400 (0:00:00.012) 0:00:53.147 ****** 9574 1726883273.74707: entering _queue_task() for managed_node2/include_tasks 9574 1726883273.74911: worker is 1 (out of 1 available) 9574 1726883273.74923: exiting _queue_task() for managed_node2/include_tasks 9574 1726883273.74938: done queuing things up, now waiting for results queue to drain 9574 1726883273.74941: waiting for pending results... 9574 1726883273.75095: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights registration 9574 1726883273.75169: in run() - task 0affc0aa-4893-214d-52b4-0000000001c1 9574 1726883273.75181: variable 'ansible_search_path' from source: unknown 9574 1726883273.75184: variable 'ansible_search_path' from source: unknown 9574 1726883273.75211: calling self._execute() 9574 1726883273.75267: variable 'ansible_host' from source: host vars for 'managed_node2' 9574 1726883273.75273: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 9574 1726883273.75280: variable 'omit' from source: magic vars 9574 1726883273.75612: variable 'ansible_distribution' from source: facts 9574 1726883273.75629: Evaluated conditional (ansible_distribution == "RedHat"): False 9574 1726883273.75635: when evaluation is False, skipping this task 9574 1726883273.75638: _execute() done 9574 1726883273.75642: dumping result to json 9574 1726883273.75645: done dumping result, returning 9574 1726883273.75648: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.rhc : Handle insights registration [0affc0aa-4893-214d-52b4-0000000001c1] 9574 1726883273.75654: sending task result for task 0affc0aa-4893-214d-52b4-0000000001c1 9574 1726883273.75751: done sending task result for task 0affc0aa-4893-214d-52b4-0000000001c1 9574 1726883273.75754: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } 9574 1726883273.75798: no more pending results, returning what we have 9574 1726883273.75801: results queue empty 9574 1726883273.75802: checking for any_errors_fatal 9574 1726883273.75809: done checking for any_errors_fatal 9574 1726883273.75810: checking for max_fail_percentage 9574 1726883273.75812: done checking for max_fail_percentage 9574 1726883273.75813: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.75813: done checking to see if all hosts have failed 9574 1726883273.75814: getting the remaining hosts for this loop 9574 1726883273.75816: done getting the remaining hosts for this loop 9574 1726883273.75819: getting the next task for host managed_node2 9574 1726883273.75827: done getting next task for host managed_node2 9574 1726883273.75829: ^ task is: TASK: meta (role_complete) 9574 1726883273.75832: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=3, handlers=0, run_state=3, 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? (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), did rescue? False, did start at task? False 9574 1726883273.75852: getting variables 9574 1726883273.75854: in VariableManager get_vars() 9574 1726883273.75881: Calling all_inventory to load vars for managed_node2 9574 1726883273.75884: Calling groups_inventory to load vars for managed_node2 9574 1726883273.75886: Calling all_plugins_inventory to load vars for managed_node2 9574 1726883273.75894: Calling all_plugins_play to load vars for managed_node2 9574 1726883273.75896: Calling groups_plugins_inventory to load vars for managed_node2 9574 1726883273.75899: Calling groups_plugins_play to load vars for managed_node2 9574 1726883273.75946: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 9574 1726883273.75975: done with get_vars() 9574 1726883273.75981: done getting variables 9574 1726883273.76037: done queuing things up, now waiting for results queue to drain 9574 1726883273.76039: results queue empty 9574 1726883273.76039: checking for any_errors_fatal 9574 1726883273.76043: done checking for any_errors_fatal 9574 1726883273.76044: checking for max_fail_percentage 9574 1726883273.76045: done checking for max_fail_percentage 9574 1726883273.76045: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.76046: done checking to see if all hosts have failed 9574 1726883273.76046: getting the remaining hosts for this loop 9574 1726883273.76047: done getting the remaining hosts for this loop 9574 1726883273.76048: getting the next task for host managed_node2 9574 1726883273.76051: done getting next task for host managed_node2 9574 1726883273.76051: ^ task is: None 9574 1726883273.76053: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=3, 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 9574 1726883273.76053: done queuing things up, now waiting for results queue to drain 9574 1726883273.76054: results queue empty 9574 1726883273.76054: checking for any_errors_fatal 9574 1726883273.76055: done checking for any_errors_fatal 9574 1726883273.76055: checking for max_fail_percentage 9574 1726883273.76056: done checking for max_fail_percentage 9574 1726883273.76056: checking to see if all hosts have failed and the running result is not ok 9574 1726883273.76057: done checking to see if all hosts have failed 9574 1726883273.76058: getting the next task for host managed_node2 9574 1726883273.76060: done getting next task for host managed_node2 9574 1726883273.76060: ^ task is: None 9574 1726883273.76061: ^ state is: HOST STATE: block=3, task=2, rescue=0, always=3, 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_node2 : ok=30 changed=1 unreachable=0 failed=1 skipped=19 rescued=0 ignored=0 Friday 20 September 2024 21:47:53 -0400 (0:00:00.014) 0:00:53.161 ****** =============================================================================== Wait for started Candlepin --------------------------------------------- 17.96s /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.85s /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.78s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:149 Ensure directories exist ------------------------------------------------ 3.48s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:71 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 3.10s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Update system certificates store ---------------------------------------- 2.46s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:110 Install needed packages ------------------------------------------------- 2.14s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:31 Stop and remove Candlepin container ------------------------------------- 1.80s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:38 Copy product certificates ----------------------------------------------- 1.59s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:81 Copy Candlepin CA certificate for subscription-manager ------------------ 1.52s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:92 fedora.linux_system_roles.rhc : Ensure required packages are installed --- 1.44s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Get facts for external test data ---------------------------------------- 1.29s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:9 Copy Candlepin CA certificate for system -------------------------------- 1.17s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:101 Query for default_key activation key ------------------------------------ 1.00s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:133 Start Candlepin container ----------------------------------------------- 0.98s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:50 Get pools for product 7050 ---------------------------------------------- 0.87s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:141 Check if system is ostree ----------------------------------------------- 0.76s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_test_data.yml:32 Add candlepin hostname to /etc/hosts ------------------------------------ 0.75s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:25 Install GPG key for RPM repositories ------------------------------------ 0.63s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/setup_candlepin.yml:127 Check Candlepin works --------------------------------------------------- 0.53s /tmp/collections-0cT/ansible_collections/fedora/linux_system_roles/tests/rhc/tasks/check_candlepin.yml:3 9574 1726883273.76150: RUNNING CLEANUP