[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. 37183 1727096924.49585: 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-fzZ 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 37183 1727096924.50023: Added group all to inventory 37183 1727096924.50025: Added group ungrouped to inventory 37183 1727096924.50029: Group all now contains ungrouped 37183 1727096924.50031: Examining possible inventory source: /tmp/ha_cluster-U96/inventory.yml 37183 1727096924.62494: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 37183 1727096924.62537: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 37183 1727096924.62556: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 37183 1727096924.62594: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 37183 1727096924.62643: Loaded config def from plugin (inventory/script) 37183 1727096924.62644: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 37183 1727096924.62674: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 37183 1727096924.62731: Loaded config def from plugin (inventory/yaml) 37183 1727096924.62732: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 37183 1727096924.62794: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 37183 1727096924.63067: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 37183 1727096924.63069: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 37183 1727096924.63071: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 37183 1727096924.63075: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 37183 1727096924.63078: Loading data from /tmp/ha_cluster-U96/inventory.yml 37183 1727096924.63125: /tmp/ha_cluster-U96/inventory.yml was not parsable by auto 37183 1727096924.63168: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 37183 1727096924.63199: Loading data from /tmp/ha_cluster-U96/inventory.yml 37183 1727096924.63252: group all already in inventory 37183 1727096924.63257: set inventory_file for managed_node1 37183 1727096924.63260: set inventory_dir for managed_node1 37183 1727096924.63261: Added host managed_node1 to inventory 37183 1727096924.63262: Added host managed_node1 to group all 37183 1727096924.63263: set ansible_host for managed_node1 37183 1727096924.63263: set ansible_ssh_extra_args for managed_node1 37183 1727096924.63265: set inventory_file for managed_node2 37183 1727096924.63267: set inventory_dir for managed_node2 37183 1727096924.63267: Added host managed_node2 to inventory 37183 1727096924.63268: Added host managed_node2 to group all 37183 1727096924.63269: set ansible_host for managed_node2 37183 1727096924.63269: set ansible_ssh_extra_args for managed_node2 37183 1727096924.63271: set inventory_file for managed_node3 37183 1727096924.63272: set inventory_dir for managed_node3 37183 1727096924.63273: Added host managed_node3 to inventory 37183 1727096924.63273: Added host managed_node3 to group all 37183 1727096924.63274: set ansible_host for managed_node3 37183 1727096924.63274: set ansible_ssh_extra_args for managed_node3 37183 1727096924.63276: Reconcile groups and hosts in inventory. 37183 1727096924.63278: Group ungrouped now contains managed_node1 37183 1727096924.63279: Group ungrouped now contains managed_node2 37183 1727096924.63280: Group ungrouped now contains managed_node3 37183 1727096924.63336: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 37183 1727096924.63413: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 37183 1727096924.63445: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 37183 1727096924.63462: Loaded config def from plugin (vars/host_group_vars) 37183 1727096924.63463: 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) 37183 1727096924.63468: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 37183 1727096924.63473: 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) 37183 1727096924.63502: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 37183 1727096924.63792: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.63882: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 37183 1727096924.63915: Loaded config def from plugin (connection/local) 37183 1727096924.63918: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 37183 1727096924.64545: Loaded config def from plugin (connection/paramiko_ssh) 37183 1727096924.64548: 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) 37183 1727096924.65380: 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) 37183 1727096924.65420: Loaded config def from plugin (connection/psrp) 37183 1727096924.65424: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 37183 1727096924.66107: 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) 37183 1727096924.66142: Loaded config def from plugin (connection/ssh) 37183 1727096924.66145: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 37183 1727096924.68123: 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) 37183 1727096924.68161: Loaded config def from plugin (connection/winrm) 37183 1727096924.68164: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 37183 1727096924.68194: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 37183 1727096924.68258: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 37183 1727096924.68329: Loaded config def from plugin (shell/cmd) 37183 1727096924.68331: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 37183 1727096924.68361: 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) 37183 1727096924.68429: Loaded config def from plugin (shell/powershell) 37183 1727096924.68431: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 37183 1727096924.68485: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 37183 1727096924.68664: Loaded config def from plugin (shell/sh) 37183 1727096924.68667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 37183 1727096924.68699: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 37183 1727096924.68815: Loaded config def from plugin (become/runas) 37183 1727096924.68818: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 37183 1727096924.69000: Loaded config def from plugin (become/su) 37183 1727096924.69002: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 37183 1727096924.69158: Loaded config def from plugin (become/sudo) 37183 1727096924.69160: 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 37183 1727096924.69193: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml 37183 1727096924.69630: trying /usr/local/lib/python3.12/site-packages/ansible/modules 37183 1727096924.72438: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 37183 1727096924.72758: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 37183 1727096924.72771: 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 37183 1727096924.73013: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 37183 1727096924.73166: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 37183 1727096924.73168: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-fzZ/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) 37183 1727096924.73199: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 37183 1727096924.73225: 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) 37183 1727096924.73404: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 37183 1727096924.73463: Loaded config def from plugin (callback/default) 37183 1727096924.73465: 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) 37183 1727096924.74690: Loaded config def from plugin (callback/junit) 37183 1727096924.74693: 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) 37183 1727096924.74738: 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) 37183 1727096924.74814: Loaded config def from plugin (callback/minimal) 37183 1727096924.74817: 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) 37183 1727096924.75035: 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) 37183 1727096924.75087: Loaded config def from plugin (callback/tree) 37183 1727096924.75091: 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 37183 1727096924.75219: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 37183 1727096924.75427: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-fzZ/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_qnetd_and_cluster.yml ****************************************** 2 plays in /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml 37183 1727096924.75456: in VariableManager get_vars() 37183 1727096924.75478: done with get_vars() 37183 1727096924.75485: in VariableManager get_vars() 37183 1727096924.75498: done with get_vars() 37183 1727096924.75535: variable 'omit' from source: magic vars 37183 1727096924.75579: in VariableManager get_vars() 37183 1727096924.75598: done with get_vars() 37183 1727096924.75618: variable 'omit' from source: magic vars PLAY [all] ********************************************************************* 37183 1727096924.76878: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 37183 1727096924.76955: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 37183 1727096924.77241: getting the remaining hosts for this loop 37183 1727096924.77243: done getting the remaining hosts for this loop 37183 1727096924.77257: getting the next task for host managed_node3 37183 1727096924.77270: done getting next task for host managed_node3 37183 1727096924.77272: ^ task is: TASK: meta (flush_handlers) 37183 1727096924.77274: ^ 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 37183 1727096924.77282: getting variables 37183 1727096924.77283: in VariableManager get_vars() 37183 1727096924.77296: Calling all_inventory to load vars for managed_node3 37183 1727096924.77298: Calling groups_inventory to load vars for managed_node3 37183 1727096924.77301: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.77313: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.77326: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.77329: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.77363: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.77632: done with get_vars() 37183 1727096924.77639: done getting variables 37183 1727096924.77678: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 37183 1727096924.77735: in VariableManager get_vars() 37183 1727096924.77747: Calling all_inventory to load vars for managed_node3 37183 1727096924.77749: Calling groups_inventory to load vars for managed_node3 37183 1727096924.77751: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.77767: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.77774: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.77789: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.77932: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.77961: done with get_vars() 37183 1727096924.77972: done queuing things up, now waiting for results queue to drain 37183 1727096924.77974: results queue empty 37183 1727096924.77975: checking for any_errors_fatal 37183 1727096924.77976: done checking for any_errors_fatal 37183 1727096924.77977: checking for max_fail_percentage 37183 1727096924.77978: done checking for max_fail_percentage 37183 1727096924.77979: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.77980: done checking to see if all hosts have failed 37183 1727096924.77980: getting the remaining hosts for this loop 37183 1727096924.77981: done getting the remaining hosts for this loop 37183 1727096924.77984: getting the next task for host managed_node3 37183 1727096924.77990: done getting next task for host managed_node3 37183 1727096924.77992: ^ task is: TASK: Include vault variables 37183 1727096924.77994: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096924.77996: getting variables 37183 1727096924.77997: in VariableManager get_vars() 37183 1727096924.78005: Calling all_inventory to load vars for managed_node3 37183 1727096924.78007: Calling groups_inventory to load vars for managed_node3 37183 1727096924.78009: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.78466: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.78470: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.78473: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.78508: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.78525: done with get_vars() 37183 1727096924.78531: done getting variables 37183 1727096924.78605: 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 [Include vault variables] ************************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:5 Monday 23 September 2024 09:08:44 -0400 (0:00:00.035) 0:00:00.036 ****** 37183 1727096924.78740: entering _queue_task() for managed_node3/include_vars 37183 1727096924.78741: Creating lock for include_vars 37183 1727096924.79370: worker is 1 (out of 1 available) 37183 1727096924.79393: exiting _queue_task() for managed_node3/include_vars 37183 1727096924.79405: done queuing things up, now waiting for results queue to drain 37183 1727096924.79407: waiting for pending results... 37183 1727096924.80009: running TaskExecutor() for managed_node3/TASK: Include vault variables 37183 1727096924.80123: in run() - task 129116b5-d8e7-d2f1-2000-000000000006 37183 1727096924.80185: variable 'ansible_search_path' from source: unknown 37183 1727096924.80319: calling self._execute() 37183 1727096924.80630: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096924.80633: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096924.80637: variable 'omit' from source: magic vars 37183 1727096924.80766: variable 'omit' from source: magic vars 37183 1727096924.80956: variable 'omit' from source: magic vars 37183 1727096924.80979: variable 'omit' from source: magic vars 37183 1727096924.81042: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096924.81272: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096924.81315: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096924.81518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096924.81528: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096924.81532: variable 'inventory_hostname' from source: host vars for 'managed_node3' 37183 1727096924.81534: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096924.81537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096924.81828: Set connection var ansible_shell_executable to /bin/sh 37183 1727096924.81832: Set connection var ansible_timeout to 10 37183 1727096924.81835: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096924.81837: Set connection var ansible_connection to ssh 37183 1727096924.81840: Set connection var ansible_shell_type to sh 37183 1727096924.81841: Set connection var ansible_pipelining to False 37183 1727096924.81893: variable 'ansible_shell_executable' from source: unknown 37183 1727096924.81926: variable 'ansible_connection' from source: unknown 37183 1727096924.81936: variable 'ansible_module_compression' from source: unknown 37183 1727096924.81968: variable 'ansible_shell_type' from source: unknown 37183 1727096924.81976: variable 'ansible_shell_executable' from source: unknown 37183 1727096924.81983: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096924.81995: variable 'ansible_pipelining' from source: unknown 37183 1727096924.82127: variable 'ansible_timeout' from source: unknown 37183 1727096924.82132: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096924.82369: 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) 37183 1727096924.82622: variable 'omit' from source: magic vars 37183 1727096924.82626: starting attempt loop 37183 1727096924.82628: running the handler 37183 1727096924.82757: handler run complete 37183 1727096924.82823: attempt loop complete, returning result 37183 1727096924.82835: _execute() done 37183 1727096924.82887: dumping result to json 37183 1727096924.82890: done dumping result, returning 37183 1727096924.82897: done running TaskExecutor() for managed_node3/TASK: Include vault variables [129116b5-d8e7-d2f1-2000-000000000006] 37183 1727096924.82903: sending task result for task 129116b5-d8e7-d2f1-2000-000000000006 37183 1727096924.87554: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000006 37183 1727096924.87559: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "ha_cluster_hacluster_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n31303833633366333561656439323930303361333161363239346166656537323933313436\n3432386236656563343237306335323637396239616230353561330a313731623238393238\n62343064666336643930663239383936616465643134646536656532323461356237646133\n3761616633323839633232353637366266350a313163633236376666653238633435306565\n3264623032333736393535663833\n" } }, "ansible_included_var_files": [ "/tmp/ha_cluster-U96/tests/vars/vault-variables.yml" ], "changed": false } 37183 1727096924.87575: no more pending results, returning what we have 37183 1727096924.87578: results queue empty 37183 1727096924.87579: checking for any_errors_fatal 37183 1727096924.87581: done checking for any_errors_fatal 37183 1727096924.87582: checking for max_fail_percentage 37183 1727096924.87583: done checking for max_fail_percentage 37183 1727096924.87584: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.87584: done checking to see if all hosts have failed 37183 1727096924.87586: getting the remaining hosts for this loop 37183 1727096924.87587: done getting the remaining hosts for this loop 37183 1727096924.87591: getting the next task for host managed_node3 37183 1727096924.87595: done getting next task for host managed_node3 37183 1727096924.87596: ^ task is: TASK: meta (flush_handlers) 37183 1727096924.87599: ^ 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 37183 1727096924.87602: getting variables 37183 1727096924.87603: in VariableManager get_vars() 37183 1727096924.87620: Calling all_inventory to load vars for managed_node3 37183 1727096924.87625: Calling groups_inventory to load vars for managed_node3 37183 1727096924.87629: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.87635: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.87639: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.87643: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.87697: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.87726: done with get_vars() 37183 1727096924.87733: done getting variables 37183 1727096924.87790: in VariableManager get_vars() 37183 1727096924.87801: Calling all_inventory to load vars for managed_node3 37183 1727096924.87804: Calling groups_inventory to load vars for managed_node3 37183 1727096924.87807: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.87811: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.87813: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.87818: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.87892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.87908: done with get_vars() 37183 1727096924.87918: done queuing things up, now waiting for results queue to drain 37183 1727096924.87920: results queue empty 37183 1727096924.87920: checking for any_errors_fatal 37183 1727096924.87926: done checking for any_errors_fatal 37183 1727096924.87927: checking for max_fail_percentage 37183 1727096924.87928: done checking for max_fail_percentage 37183 1727096924.87929: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.87930: done checking to see if all hosts have failed 37183 1727096924.87936: getting the remaining hosts for this loop 37183 1727096924.87937: done getting the remaining hosts for this loop 37183 1727096924.87942: getting the next task for host managed_node3 37183 1727096924.87945: done getting next task for host managed_node3 37183 1727096924.87948: ^ task is: TASK: meta (flush_handlers) 37183 1727096924.87950: ^ state is: HOST STATE: block=4, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096924.87954: getting variables 37183 1727096924.87965: in VariableManager get_vars() 37183 1727096924.87973: Calling all_inventory to load vars for managed_node3 37183 1727096924.87982: Calling groups_inventory to load vars for managed_node3 37183 1727096924.87984: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.87989: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.87991: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.87994: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.88018: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.88034: done with get_vars() 37183 1727096924.88040: done getting variables 37183 1727096924.88116: in VariableManager get_vars() 37183 1727096924.88136: Calling all_inventory to load vars for managed_node3 37183 1727096924.88140: Calling groups_inventory to load vars for managed_node3 37183 1727096924.88142: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.88147: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.88149: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.88156: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.88210: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.88227: done with get_vars() 37183 1727096924.88237: done queuing things up, now waiting for results queue to drain 37183 1727096924.88238: results queue empty 37183 1727096924.88239: checking for any_errors_fatal 37183 1727096924.88240: done checking for any_errors_fatal 37183 1727096924.88241: checking for max_fail_percentage 37183 1727096924.88242: done checking for max_fail_percentage 37183 1727096924.88242: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.88243: done checking to see if all hosts have failed 37183 1727096924.88244: getting the remaining hosts for this loop 37183 1727096924.88245: done getting the remaining hosts for this loop 37183 1727096924.88247: getting the next task for host managed_node3 37183 1727096924.88249: done getting next task for host managed_node3 37183 1727096924.88250: ^ task is: None 37183 1727096924.88251: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 37183 1727096924.88252: done queuing things up, now waiting for results queue to drain 37183 1727096924.88253: results queue empty 37183 1727096924.88254: checking for any_errors_fatal 37183 1727096924.88254: done checking for any_errors_fatal 37183 1727096924.88255: checking for max_fail_percentage 37183 1727096924.88256: done checking for max_fail_percentage 37183 1727096924.88257: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.88257: done checking to see if all hosts have failed 37183 1727096924.88258: getting the next task for host managed_node3 37183 1727096924.88261: done getting next task for host managed_node3 37183 1727096924.88261: ^ task is: None 37183 1727096924.88262: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 37183 1727096924.88292: in VariableManager get_vars() 37183 1727096924.88315: done with get_vars() 37183 1727096924.88323: in VariableManager get_vars() 37183 1727096924.88335: done with get_vars() 37183 1727096924.88340: variable 'omit' from source: magic vars 37183 1727096924.88371: in VariableManager get_vars() 37183 1727096924.88389: done with get_vars() 37183 1727096924.88413: variable 'omit' from source: magic vars PLAY [Ensure a cluster and a qnetd cannot be configured on the same host] ****** 37183 1727096924.88741: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 37183 1727096924.88772: getting the remaining hosts for this loop 37183 1727096924.88773: done getting the remaining hosts for this loop 37183 1727096924.88775: getting the next task for host managed_node3 37183 1727096924.88777: done getting next task for host managed_node3 37183 1727096924.88778: ^ task is: TASK: meta (flush_handlers) 37183 1727096924.88779: ^ 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 37183 1727096924.88780: getting variables 37183 1727096924.88781: in VariableManager get_vars() 37183 1727096924.88790: Calling all_inventory to load vars for managed_node3 37183 1727096924.88792: Calling groups_inventory to load vars for managed_node3 37183 1727096924.88795: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.88799: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.88801: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.88810: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.88882: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.88900: done with get_vars() 37183 1727096924.88906: done getting variables 37183 1727096924.88946: in VariableManager get_vars() 37183 1727096924.88951: Calling all_inventory to load vars for managed_node3 37183 1727096924.88953: Calling groups_inventory to load vars for managed_node3 37183 1727096924.88954: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.88957: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.88959: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.88961: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.88986: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.89003: done with get_vars() 37183 1727096924.89010: done queuing things up, now waiting for results queue to drain 37183 1727096924.89011: results queue empty 37183 1727096924.89012: checking for any_errors_fatal 37183 1727096924.89013: done checking for any_errors_fatal 37183 1727096924.89013: checking for max_fail_percentage 37183 1727096924.89014: done checking for max_fail_percentage 37183 1727096924.89014: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.89015: done checking to see if all hosts have failed 37183 1727096924.89015: getting the remaining hosts for this loop 37183 1727096924.89016: done getting the remaining hosts for this loop 37183 1727096924.89017: getting the next task for host managed_node3 37183 1727096924.89019: done getting next task for host managed_node3 37183 1727096924.89024: ^ task is: TASK: Set up test environment 37183 1727096924.89029: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096924.89032: getting variables 37183 1727096924.89033: in VariableManager get_vars() 37183 1727096924.89041: Calling all_inventory to load vars for managed_node3 37183 1727096924.89043: Calling groups_inventory to load vars for managed_node3 37183 1727096924.89045: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.89053: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.89056: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.89059: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.89090: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.89105: done with get_vars() 37183 1727096924.89114: done getting variables TASK [Set up test environment] ************************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:21 Monday 23 September 2024 09:08:44 -0400 (0:00:00.104) 0:00:00.140 ****** 37183 1727096924.89165: entering _queue_task() for managed_node3/include_role 37183 1727096924.89167: Creating lock for include_role 37183 1727096924.89453: worker is 1 (out of 1 available) 37183 1727096924.89465: exiting _queue_task() for managed_node3/include_role 37183 1727096924.89474: done queuing things up, now waiting for results queue to drain 37183 1727096924.89476: waiting for pending results... 37183 1727096924.89700: running TaskExecutor() for managed_node3/TASK: Set up test environment 37183 1727096924.89779: in run() - task 129116b5-d8e7-d2f1-2000-000000000009 37183 1727096924.89843: variable 'ansible_search_path' from source: unknown 37183 1727096924.89856: calling self._execute() 37183 1727096924.89914: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096924.89923: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096924.89931: variable 'omit' from source: magic vars 37183 1727096924.90042: _execute() done 37183 1727096924.90048: dumping result to json 37183 1727096924.90058: done dumping result, returning 37183 1727096924.90132: done running TaskExecutor() for managed_node3/TASK: Set up test environment [129116b5-d8e7-d2f1-2000-000000000009] 37183 1727096924.90138: sending task result for task 129116b5-d8e7-d2f1-2000-000000000009 37183 1727096924.90412: no more pending results, returning what we have 37183 1727096924.90417: in VariableManager get_vars() 37183 1727096924.90449: Calling all_inventory to load vars for managed_node3 37183 1727096924.90453: Calling groups_inventory to load vars for managed_node3 37183 1727096924.90457: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.90480: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.90484: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.90488: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.90542: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.90559: done with get_vars() 37183 1727096924.90566: variable 'ansible_search_path' from source: unknown 37183 1727096924.91031: variable 'omit' from source: magic vars 37183 1727096924.91094: variable 'omit' from source: magic vars 37183 1727096924.91245: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000009 37183 1727096924.91250: WORKER PROCESS EXITING 37183 1727096924.91277: variable 'omit' from source: magic vars 37183 1727096924.91294: we have included files to process 37183 1727096924.91296: generating all_blocks data 37183 1727096924.91297: done generating all_blocks data 37183 1727096924.91298: processing included file: fedora.linux_system_roles.ha_cluster 37183 1727096924.91356: in VariableManager get_vars() 37183 1727096924.91379: done with get_vars() 37183 1727096924.91803: in VariableManager get_vars() 37183 1727096924.91874: done with get_vars() 37183 1727096924.91945: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/main.yml 37183 1727096924.92049: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/defaults/main.yml 37183 1727096924.92362: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/meta/main.yml 37183 1727096924.92527: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml 37183 1727096924.93469: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/handlers/main.yml 37183 1727096924.93657: iterating over new_blocks loaded from include file 37183 1727096924.93659: in VariableManager get_vars() 37183 1727096924.93671: done with get_vars() 37183 1727096924.93672: filtering new block on tags 37183 1727096924.93705: done filtering new block on tags 37183 1727096924.93709: in VariableManager get_vars() 37183 1727096924.93725: done with get_vars() 37183 1727096924.93727: filtering new block on tags 37183 1727096924.93761: done filtering new block on tags 37183 1727096924.93763: in VariableManager get_vars() 37183 1727096924.93777: done with get_vars() 37183 1727096924.93778: filtering new block on tags 37183 1727096924.93813: done filtering new block on tags 37183 1727096924.93817: in VariableManager get_vars() 37183 1727096924.93831: done with get_vars() 37183 1727096924.93833: filtering new block on tags 37183 1727096924.93849: done filtering new block on tags 37183 1727096924.93851: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ha_cluster for managed_node3 37183 1727096924.93862: extending task lists for all hosts with included blocks 37183 1727096924.93962: done extending task lists 37183 1727096924.93964: done processing included files 37183 1727096924.93964: results queue empty 37183 1727096924.93965: checking for any_errors_fatal 37183 1727096924.93968: done checking for any_errors_fatal 37183 1727096924.93969: checking for max_fail_percentage 37183 1727096924.93970: done checking for max_fail_percentage 37183 1727096924.93970: checking to see if all hosts have failed and the running result is not ok 37183 1727096924.93972: done checking to see if all hosts have failed 37183 1727096924.93972: getting the remaining hosts for this loop 37183 1727096924.93974: done getting the remaining hosts for this loop 37183 1727096924.93977: getting the next task for host managed_node3 37183 1727096924.93982: done getting next task for host managed_node3 37183 1727096924.93984: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters 37183 1727096924.93988: ^ 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 37183 1727096924.93995: getting variables 37183 1727096924.93996: in VariableManager get_vars() 37183 1727096924.94008: Calling all_inventory to load vars for managed_node3 37183 1727096924.94010: Calling groups_inventory to load vars for managed_node3 37183 1727096924.94011: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096924.94017: Calling all_plugins_play to load vars for managed_node3 37183 1727096924.94020: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096924.94025: Calling groups_plugins_play to load vars for managed_node3 37183 1727096924.94059: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096924.94083: done with get_vars() 37183 1727096924.94090: done getting variables 37183 1727096924.94185: 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 [fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 Monday 23 September 2024 09:08:44 -0400 (0:00:00.050) 0:00:00.190 ****** 37183 1727096924.94218: entering _queue_task() for managed_node3/set_fact 37183 1727096924.94223: Creating lock for set_fact 37183 1727096924.94596: worker is 1 (out of 1 available) 37183 1727096924.94610: exiting _queue_task() for managed_node3/set_fact 37183 1727096924.94824: done queuing things up, now waiting for results queue to drain 37183 1727096924.94828: waiting for pending results... 37183 1727096924.94902: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters 37183 1727096924.95050: in run() - task 129116b5-d8e7-d2f1-2000-00000000003b 37183 1727096924.95078: variable 'ansible_search_path' from source: unknown 37183 1727096924.95091: variable 'ansible_search_path' from source: unknown 37183 1727096924.95149: calling self._execute() 37183 1727096924.95241: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096924.95266: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096924.95290: variable 'omit' from source: magic vars 37183 1727096924.96067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096925.00406: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096925.00746: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096925.00752: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096925.00796: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096925.00853: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096925.01003: 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) 37183 1727096925.01087: 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) 37183 1727096925.01136: 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) 37183 1727096925.01458: 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) 37183 1727096925.01468: 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) 37183 1727096925.02095: variable 'ansible_play_hosts_all' from source: magic vars 37183 1727096925.02141: Evaluated conditional (ansible_play_hosts_all | length == 1): True 37183 1727096925.02158: variable 'omit' from source: magic vars 37183 1727096925.02224: variable 'omit' from source: magic vars 37183 1727096925.02279: variable 'omit' from source: magic vars 37183 1727096925.02342: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096925.02460: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096925.02464: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096925.02467: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096925.02499: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096925.02550: variable 'inventory_hostname' from source: host vars for 'managed_node3' 37183 1727096925.02564: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096925.02580: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096925.02723: Set connection var ansible_shell_executable to /bin/sh 37183 1727096925.02796: Set connection var ansible_timeout to 10 37183 1727096925.02799: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096925.02802: Set connection var ansible_connection to ssh 37183 1727096925.02806: Set connection var ansible_shell_type to sh 37183 1727096925.02809: Set connection var ansible_pipelining to False 37183 1727096925.02815: variable 'ansible_shell_executable' from source: unknown 37183 1727096925.02827: variable 'ansible_connection' from source: unknown 37183 1727096925.02838: variable 'ansible_module_compression' from source: unknown 37183 1727096925.02846: variable 'ansible_shell_type' from source: unknown 37183 1727096925.02853: variable 'ansible_shell_executable' from source: unknown 37183 1727096925.02860: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096925.02869: variable 'ansible_pipelining' from source: unknown 37183 1727096925.02874: variable 'ansible_timeout' from source: unknown 37183 1727096925.02880: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096925.03014: 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) 37183 1727096925.03017: variable 'omit' from source: magic vars 37183 1727096925.03020: starting attempt loop 37183 1727096925.03032: running the handler 37183 1727096925.03125: handler run complete 37183 1727096925.03128: attempt loop complete, returning result 37183 1727096925.03130: _execute() done 37183 1727096925.03132: dumping result to json 37183 1727096925.03133: done dumping result, returning 37183 1727096925.03135: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters [129116b5-d8e7-d2f1-2000-00000000003b] 37183 1727096925.03137: sending task result for task 129116b5-d8e7-d2f1-2000-00000000003b 37183 1727096925.03203: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000003b 37183 1727096925.03206: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } 37183 1727096925.03284: no more pending results, returning what we have 37183 1727096925.03286: results queue empty 37183 1727096925.03287: checking for any_errors_fatal 37183 1727096925.03289: done checking for any_errors_fatal 37183 1727096925.03289: checking for max_fail_percentage 37183 1727096925.03291: done checking for max_fail_percentage 37183 1727096925.03291: checking to see if all hosts have failed and the running result is not ok 37183 1727096925.03292: done checking to see if all hosts have failed 37183 1727096925.03293: getting the remaining hosts for this loop 37183 1727096925.03294: done getting the remaining hosts for this loop 37183 1727096925.03298: getting the next task for host managed_node3 37183 1727096925.03303: done getting next task for host managed_node3 37183 1727096925.03308: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests 37183 1727096925.03310: ^ 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 37183 1727096925.03332: getting variables 37183 1727096925.03334: in VariableManager get_vars() 37183 1727096925.03371: Calling all_inventory to load vars for managed_node3 37183 1727096925.03374: Calling groups_inventory to load vars for managed_node3 37183 1727096925.03376: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096925.03386: Calling all_plugins_play to load vars for managed_node3 37183 1727096925.03388: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096925.03391: Calling groups_plugins_play to load vars for managed_node3 37183 1727096925.03537: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096925.03571: done with get_vars() 37183 1727096925.03580: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Ensure facts used by tests] ******* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 Monday 23 September 2024 09:08:45 -0400 (0:00:00.094) 0:00:00.285 ****** 37183 1727096925.03667: entering _queue_task() for managed_node3/setup 37183 1727096925.04053: worker is 1 (out of 1 available) 37183 1727096925.04065: exiting _queue_task() for managed_node3/setup 37183 1727096925.04075: done queuing things up, now waiting for results queue to drain 37183 1727096925.04077: waiting for pending results... 37183 1727096925.04719: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests 37183 1727096925.05032: in run() - task 129116b5-d8e7-d2f1-2000-00000000003c 37183 1727096925.05037: variable 'ansible_search_path' from source: unknown 37183 1727096925.05040: variable 'ansible_search_path' from source: unknown 37183 1727096925.05055: calling self._execute() 37183 1727096925.05285: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096925.05297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096925.05310: variable 'omit' from source: magic vars 37183 1727096925.05756: variable 'ansible_facts' from source: unknown 37183 1727096925.05772: Evaluated conditional ('distribution' not in ansible_facts): True 37183 1727096925.05783: variable 'omit' from source: magic vars 37183 1727096925.05829: variable 'omit' from source: magic vars 37183 1727096925.05868: variable 'omit' from source: magic vars 37183 1727096925.05911: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096925.05953: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096925.05976: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096925.05997: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096925.06011: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096925.06045: variable 'inventory_hostname' from source: set_fact 37183 1727096925.06053: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096925.06060: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096925.06162: Set connection var ansible_shell_executable to /bin/sh 37183 1727096925.06172: Set connection var ansible_timeout to 10 37183 1727096925.06181: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096925.06187: Set connection var ansible_connection to ssh 37183 1727096925.06193: Set connection var ansible_shell_type to sh 37183 1727096925.06425: Set connection var ansible_pipelining to False 37183 1727096925.06429: variable 'ansible_shell_executable' from source: unknown 37183 1727096925.06431: variable 'ansible_connection' from source: unknown 37183 1727096925.06434: variable 'ansible_module_compression' from source: unknown 37183 1727096925.06435: variable 'ansible_shell_type' from source: unknown 37183 1727096925.06437: variable 'ansible_shell_executable' from source: unknown 37183 1727096925.06439: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096925.06441: variable 'ansible_pipelining' from source: unknown 37183 1727096925.06443: variable 'ansible_timeout' from source: unknown 37183 1727096925.06445: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096925.06457: 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) 37183 1727096925.06472: variable 'omit' from source: magic vars 37183 1727096925.06481: starting attempt loop 37183 1727096925.06486: running the handler 37183 1727096925.06505: _low_level_execute_command(): starting 37183 1727096925.06518: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 37183 1727096925.07461: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096925.07479: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096925.07494: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096925.07511: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096925.07617: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096925.07738: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.07927: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.09689: stdout chunk (state=3): >>>/root <<< 37183 1727096925.10001: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.10005: stdout chunk (state=3): >>><<< 37183 1727096925.10008: stderr chunk (state=3): >>><<< 37183 1727096925.10031: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096925.10053: _low_level_execute_command(): starting 37183 1727096925.10065: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906 `" && echo ansible-tmp-1727096925.1003842-37200-9577491270906="` echo /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906 `" ) && sleep 0' 37183 1727096925.11696: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096925.11804: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096925.11858: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096925.11908: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096925.11924: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.12031: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.13982: stdout chunk (state=3): >>>ansible-tmp-1727096925.1003842-37200-9577491270906=/root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906 <<< 37183 1727096925.14182: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.14186: stdout chunk (state=3): >>><<< 37183 1727096925.14192: stderr chunk (state=3): >>><<< 37183 1727096925.14217: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096925.1003842-37200-9577491270906=/root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096925.14630: variable 'ansible_module_compression' from source: unknown 37183 1727096925.14633: ANSIBALLZ: Using lock for setup 37183 1727096925.14636: ANSIBALLZ: Acquiring lock 37183 1727096925.14638: ANSIBALLZ: Lock acquired: 140026946212144 37183 1727096925.14640: ANSIBALLZ: Creating module 37183 1727096925.69941: ANSIBALLZ: Writing module into payload 37183 1727096925.70103: ANSIBALLZ: Writing module 37183 1727096925.70131: ANSIBALLZ: Renaming module 37183 1727096925.70150: ANSIBALLZ: Done creating module 37183 1727096925.70197: variable 'ansible_facts' from source: unknown 37183 1727096925.70208: variable 'inventory_hostname' from source: set_fact 37183 1727096925.70226: _low_level_execute_command(): starting 37183 1727096925.70241: _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' 37183 1727096925.70906: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096925.70920: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096925.70940: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096925.70958: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096925.71056: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096925.71080: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.71185: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.73029: stdout chunk (state=3): >>>PLATFORM <<< 37183 1727096925.73033: stdout chunk (state=3): >>>Linux <<< 37183 1727096925.73035: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 37183 1727096925.73378: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.73382: stderr chunk (state=3): >>><<< 37183 1727096925.73385: stdout chunk (state=3): >>><<< 37183 1727096925.73742: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096925.73752 [localhost]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 37183 1727096925.73797: _low_level_execute_command(): starting 37183 1727096925.73800: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 37183 1727096925.74256: Sending initial data 37183 1727096925.74260: Sent initial data (1181 bytes) 37183 1727096925.75324: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096925.75363: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096925.75391: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096925.75395: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.75497: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.79351: 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"} <<< 37183 1727096925.79830: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.79833: stdout chunk (state=3): >>><<< 37183 1727096925.79836: stderr chunk (state=3): >>><<< 37183 1727096925.79838: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096925.79840: variable 'ansible_facts' from source: unknown 37183 1727096925.79843: variable 'ansible_facts' from source: unknown 37183 1727096925.79845: variable 'ansible_module_compression' from source: unknown 37183 1727096925.79847: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-3718317k269cw/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 37183 1727096925.79849: variable 'ansible_facts' from source: unknown 37183 1727096925.80267: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py 37183 1727096925.80951: Sending initial data 37183 1727096925.80955: Sent initial data (152 bytes) 37183 1727096925.81762: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096925.81938: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096925.82027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.82096: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.83692: 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 <<< 37183 1727096925.83942: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 37183 1727096925.84115: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3718317k269cw/tmp_3sn8zn5 /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py <<< 37183 1727096925.84118: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py" <<< 37183 1727096925.84185: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3718317k269cw/tmp_3sn8zn5" to remote "/root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py" <<< 37183 1727096925.86768: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.86826: stderr chunk (state=3): >>><<< 37183 1727096925.86869: stdout chunk (state=3): >>><<< 37183 1727096925.86898: done transferring module to remote 37183 1727096925.86941: _low_level_execute_command(): starting 37183 1727096925.86975: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/ /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py && sleep 0' 37183 1727096925.88237: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096925.88389: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.88452: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.90272: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096925.90282: stdout chunk (state=3): >>><<< 37183 1727096925.90418: stderr chunk (state=3): >>><<< 37183 1727096925.90424: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096925.90427: _low_level_execute_command(): starting 37183 1727096925.90432: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/AnsiballZ_setup.py && sleep 0' 37183 1727096925.91478: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096925.91493: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096925.91509: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096925.91632: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096925.91734: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096925.91771: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096925.91860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096925.94346: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 37183 1727096925.94350: stdout chunk (state=3): >>>import '_io' # <<< 37183 1727096925.94352: stdout chunk (state=3): >>>import 'marshal' # <<< 37183 1727096925.94354: stdout chunk (state=3): >>>import 'posix' # <<< 37183 1727096925.94357: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 37183 1727096925.94359: stdout chunk (state=3): >>>import 'time' # <<< 37183 1727096925.94361: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 37183 1727096925.94363: 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' <<< 37183 1727096925.94365: stdout chunk (state=3): >>>import '_codecs' # <<< 37183 1727096925.94567: 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 0x7fa91f6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f5e7b30> # /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 0x7fa91f61aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # <<< 37183 1727096925.94596: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 37183 1727096925.94684: stdout chunk (state=3): >>>import '_collections_abc' # <<< 37183 1727096925.94793: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 37183 1727096925.94796: stdout chunk (state=3): >>>import 'os' # <<< 37183 1727096925.94798: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 37183 1727096925.94800: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 37183 1727096925.94818: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py <<< 37183 1727096925.95135: 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 0x7fa91f42d130> # /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 0x7fa91f42e3c0> # /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 0x7fa91f42f1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f42e5d0> # /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 0x7fa91f460110> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 37183 1727096925.95156: 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 0x7fa91f42ddf0> <<< 37183 1727096925.95183: stdout chunk (state=3): >>>import 'site' # <<< 37183 1727096925.95209: 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. <<< 37183 1727096925.95652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 37183 1727096925.95656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 37183 1727096925.95658: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 37183 1727096925.95661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096925.95663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 37183 1727096925.95696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 37183 1727096925.95712: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 37183 1727096925.95731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 37183 1727096925.95762: stdout chunk (state=3): >>>import '_operator' # <<< 37183 1727096925.95866: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f47ddc0> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 37183 1727096925.95870: 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 <<< 37183 1727096925.95976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' import 'itertools' # <<< 37183 1727096925.95981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 37183 1727096925.95983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4bcef0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 37183 1727096925.95986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4bd580> <<< 37183 1727096925.95989: stdout chunk (state=3): >>>import '_collections' # <<< 37183 1727096925.96061: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f47fe00> import '_functools' # <<< 37183 1727096925.96107: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f47e7b0> <<< 37183 1727096925.96239: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f486f30> # /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' # <<< 37183 1727096925.96264: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 37183 1727096925.96291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 37183 1727096925.96519: 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 0x7fa91f4ecbc0> <<< 37183 1727096925.96525: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4bf7a0> # /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 0x7fa91f5e7080> <<< 37183 1727096925.96527: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f499c70> # /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 37183 1727096925.96530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 37183 1727096925.96628: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ede80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f486210> # /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' <<< 37183 1727096925.96631: 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 0x7fa91f4ee2d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee180> <<< 37183 1727096925.96633: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096925.96670: 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 0x7fa91f4ee570> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f484e00> 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' <<< 37183 1727096925.97136: 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 0x7fa91f510a70> <<< 37183 1727096925.97171: 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 0x7fa91f5121b0> # /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' <<< 37183 1727096925.97178: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f512ff0> # 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 0x7fa91f513650> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f512540> # /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 0x7fa91f25c110> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f513800> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee870> # /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 0x7fa91f25ff50> # /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 0x7fa91f2909b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f290710> # 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 0x7fa91f2909e0> <<< 37183 1727096925.97198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 37183 1727096925.97213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 37183 1727096925.97362: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096925.97486: 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 0x7fa91f291310><<< 37183 1727096925.97505: stdout chunk (state=3): >>> <<< 37183 1727096925.97526: 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 0x7fa91f291cd0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f290bc0> <<< 37183 1727096925.97541: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f25e0f0> <<< 37183 1727096925.97563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 37183 1727096925.97582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 37183 1727096925.97608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 37183 1727096925.97624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 37183 1727096925.97643: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f293020> <<< 37183 1727096925.97918: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee150> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4eef90> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 37183 1727096925.97940: 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 0x7fa91f2bb380> # /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' <<< 37183 1727096925.97976: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f2df740> <<< 37183 1727096925.98032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 37183 1727096925.98048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 37183 1727096925.98259: 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 0x7fa91f33c4d0> # /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' <<< 37183 1727096925.98312: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f33ec30> <<< 37183 1727096925.98475: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f33c5f0> <<< 37183 1727096925.98651: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f3014f0> # /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 0x7fa91f1195e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f2de540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f293f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 37183 1727096925.98662: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa91f119850> <<< 37183 1727096925.98914: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_n8c5fa8_/ansible_setup_payload.zip' # zipimport: zlib available <<< 37183 1727096925.99043: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096925.99079: 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' <<< 37183 1727096925.99196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 37183 1727096925.99301: 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 0x7fa91f183380> import '_typing' # <<< 37183 1727096925.99446: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f162270> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1613d0> # zipimport: zlib available import 'ansible' # <<< 37183 1727096925.99485: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096925.99488: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096925.99503: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 37183 1727096925.99525: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.01205: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.02142: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 37183 1727096926.02146: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f181250> <<< 37183 1727096926.02148: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 37183 1727096926.02151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.02179: 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' <<< 37183 1727096926.02240: 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 0x7fa91f1aed20> <<< 37183 1727096926.02270: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1aeab0> <<< 37183 1727096926.02505: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1ae3c0> # /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 0x7fa91f1aeb10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f183da0> 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 0x7fa91f1afa40> # 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 0x7fa91f1afc80> # /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 37183 1727096926.02547: 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 0x7fa91f1dc1a0> <<< 37183 1727096926.02567: stdout chunk (state=3): >>>import 'pwd' # <<< 37183 1727096926.02683: 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 0x7fa91eb2df70> # 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 0x7fa91eb2fb90> # /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 37183 1727096926.02788: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb34590> # /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 0x7fa91eb35730> <<< 37183 1727096926.02813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 37183 1727096926.02939: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb38230> <<< 37183 1727096926.02963: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.02975: 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 0x7fa91eb38350> <<< 37183 1727096926.02988: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb364e0> <<< 37183 1727096926.03003: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 37183 1727096926.03032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 37183 1727096926.03066: 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' <<< 37183 1727096926.03137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 37183 1727096926.03337: 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 0x7fa91eb7c140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb3ac30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb3a990> # /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' <<< 37183 1727096926.03383: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb3af00> <<< 37183 1727096926.03501: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb369f0> # 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 0x7fa91eb80380> # /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 0x7fa91eb80560> <<< 37183 1727096926.03676: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa91eb82000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb81dc0> # /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 0x7fa91eb84590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb826c0> <<< 37183 1727096926.03687: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 37183 1727096926.03723: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.03743: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 37183 1727096926.03756: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 37183 1727096926.03825: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb87d40> <<< 37183 1727096926.03932: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb84740> <<< 37183 1727096926.03995: 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 0x7fa91eb88d70> <<< 37183 1727096926.04019: 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 0x7fa91eb88fb0> <<< 37183 1727096926.04254: 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 0x7fa91eb89040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb80710> # /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 0x7fa91ea14680> <<< 37183 1727096926.04332: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.04389: 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 0x7fa91ea158b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb8ae10> <<< 37183 1727096926.04393: 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 0x7fa91eb88da0> <<< 37183 1727096926.04397: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb8aa50> <<< 37183 1727096926.04400: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.04472: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 37183 1727096926.04526: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.04681: 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' # <<< 37183 1727096926.04684: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.04835: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.04907: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.05517: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.05997: 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 <<< 37183 1727096926.06011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.06058: 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 0x7fa91ea199a0> <<< 37183 1727096926.06272: 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 0x7fa91ea1a720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4edd00> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 37183 1727096926.06409: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.06574: 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' <<< 37183 1727096926.06578: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea1a510> # zipimport: zlib available <<< 37183 1727096926.07110: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.07636: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.07690: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 37183 1727096926.08088: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.08644: stdout chunk (state=3): >>># 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 0x7fa91ea1b980> # zipimport: zlib available <<< 37183 1727096926.08647: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.08718: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 37183 1727096926.08741: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available <<< 37183 1727096926.08792: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.08909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.08927: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.08986: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.09052: 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 <<< 37183 1727096926.09088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.09171: 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' <<< 37183 1727096926.09182: 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 0x7fa91ea26480> <<< 37183 1727096926.09200: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea21b50> <<< 37183 1727096926.09346: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.09363: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.09395: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.09605: 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' <<< 37183 1727096926.09608: 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 <<< 37183 1727096926.09610: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 37183 1727096926.09613: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 37183 1727096926.09678: 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 0x7fa91eb02ba0> <<< 37183 1727096926.09690: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ebfe870> <<< 37183 1727096926.09777: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea264b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea1a570> # destroy ansible.module_utils.distro <<< 37183 1727096926.09795: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 37183 1727096926.09811: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.10126: 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 <<< 37183 1727096926.10129: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 37183 1727096926.10132: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.10134: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.10136: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.10389: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.10400: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.10423: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.10456: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py <<< 37183 1727096926.10511: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 37183 1727096926.10742: stdout chunk (state=3): >>># /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 0x7fa91e6aa9f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6a9e20> <<< 37183 1727096926.10938: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6a8800> <<< 37183 1727096926.11077: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eab6c60> <<< 37183 1727096926.11443: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eab4bf0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.11504: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.11550: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.11848: 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' # /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 0x7fa91eab7050> # /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 0x7fa91e6f8980> <<< 37183 1727096926.11980: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.11984: 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 0x7fa91e6f8cb0> <<< 37183 1727096926.11988: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6e8140> <<< 37183 1727096926.11990: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6bb770> <<< 37183 1727096926.12088: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0050> <<< 37183 1727096926.12097: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0110> <<< 37183 1727096926.12100: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 37183 1727096926.12103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 37183 1727096926.12105: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 37183 1727096926.12107: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 37183 1727096926.12149: 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' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.12172: 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 0x7fa91e6fb860> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6fb110> <<< 37183 1727096926.12194: 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 0x7fa91e6fb2f0> <<< 37183 1727096926.12370: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6fa540> # /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 0x7fa91e6fb980> # /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 0x7fa91e51e540> <<< 37183 1727096926.12626: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e51c530> <<< 37183 1727096926.12631: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0890> import 'ansible.module_utils.facts.timeout' # <<< 37183 1727096926.12634: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 37183 1727096926.12636: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 37183 1727096926.12638: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.12641: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 37183 1727096926.12643: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.12724: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 37183 1727096926.12741: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # # zipimport: zlib available <<< 37183 1727096926.12836: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 37183 1727096926.12865: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.12915: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 37183 1727096926.12931: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.13127: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.13130: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available <<< 37183 1727096926.13172: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.13190: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.13246: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 37183 1727096926.13269: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.14044: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.14170: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # # zipimport: zlib available <<< 37183 1727096926.14233: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.14281: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.14547: stdout chunk (state=3): >>># 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' # <<< 37183 1727096926.14557: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.14693: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.14909: stdout chunk (state=3): >>># zipimport: zlib available # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e51e8a0> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 37183 1727096926.14936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 37183 1727096926.15051: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e51f4d0> <<< 37183 1727096926.15070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 37183 1727096926.15234: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.lsb' # # zipimport: zlib available <<< 37183 1727096926.15370: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.15446: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # # zipimport: zlib available <<< 37183 1727096926.15456: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.15666: stdout chunk (state=3): >>>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 <<< 37183 1727096926.15803: stdout chunk (state=3): >>># 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' <<< 37183 1727096926.15807: 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 0x7fa91e55ab40> <<< 37183 1727096926.16145: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e547710> import 'ansible.module_utils.facts.system.python' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available <<< 37183 1727096926.16204: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.16286: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.16428: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.16578: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 37183 1727096926.16596: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.16643: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # # zipimport: zlib available <<< 37183 1727096926.16738: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.17044: stdout chunk (state=3): >>># /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 0x7fa91e56e7b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e56e6f0> 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 <<< 37183 1727096926.17080: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.17237: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # # zipimport: zlib available <<< 37183 1727096926.17342: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.17644: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.17729: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.18044: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.18244: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.18764: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.19444: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.19473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 37183 1727096926.19497: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.19582: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.19683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 37183 1727096926.19935: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.19956: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20003: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 37183 1727096926.20031: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 37183 1727096926.20052: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20139: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.base' # # zipimport: zlib available <<< 37183 1727096926.20256: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20336: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20647: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20754: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 37183 1727096926.20758: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20790: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20817: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 37183 1727096926.20843: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20899: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20902: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 37183 1727096926.20904: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.20968: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21038: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 37183 1727096926.21060: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21098: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # <<< 37183 1727096926.21110: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21163: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21228: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 37183 1727096926.21295: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21526: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 37183 1727096926.21846: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21880: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 37183 1727096926.21894: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.21955: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22013: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 37183 1727096926.22030: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22063: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 37183 1727096926.22140: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22178: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 37183 1727096926.22218: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22256: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 37183 1727096926.22274: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22342: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22557: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 37183 1727096926.22561: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 37183 1727096926.22576: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 37183 1727096926.22609: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22665: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.22713: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.23036: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.23043: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 37183 1727096926.23050: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.23175: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.23440: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.23472: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 37183 1727096926.23501: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.23663: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.23666: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.23757: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 37183 1727096926.23813: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.23976: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 37183 1727096926.24034: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.24285: 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' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 37183 1727096926.24438: stdout chunk (state=3): >>># 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 0x7fa91e59be00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e598620> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e59bef0> <<< 37183 1727096926.25728: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.11.71 49960 10.31.15.224 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.11.71 49960 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC24PiGBOMDAKuIiV/A2CltGNQa3LKfywOtHUH1/yWWvYsNEoimqD+hh/KZfgXx9e0vR+hAFpXw3m9n3KKkSfshlZtqa6mmzqOQeUtLGIioCfpvjDkCbG/WJhuLhwWx13X5Eq0hQGUt42f10BUSSR3pUGfyU09IZYL4ne292ZSlt6HrEXz3+bmYGC427g+XDRVv4f3gQ+3r0sUPGPfHQXiGHY9c1Fsij5QPES6WlY03bcxtkU19MEvXd7bRCViu9j758/y1/3OP+42s2sBSzkneri+iDJnztys7jOf4cU9vHLZUOmGfuqal4r1HjxU0CIXEM9SFQs1z7CaFhy5XHJIaXcj85kdiRRk9RQWvmIZc08kmG/QznfcWeMf9QPoyT4f6RJikGxVs/L58TF4jro5vV/tswSObqIougiUBKgMRflNUzftvDj6a8DsR6p0W8twupOctoFk1i825NHCbTRzxHcWuLYEOaEYKMU1DTPL1PbTO4oB9+tE/1328rCtCcmk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPmd84VUNWY946eo4tavyI7ZlyiQVE0omfoO6Hyp+BStQINYj6EPElmMrv8B+mPa4AAfkaccFzmiBXXiIqOVPDo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAHr8SJbPwLOJJyhvch5Fv/m5Jh6DrMFKwAOaZ+9Yjb1", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-224.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-224", "ansible_nodename": "ip-10-31-15-224.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec2dc7f33671eb50e7e385e7d2609006", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "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", "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Monday", "weekday_number": "1", "weeknumber": "39", "day": "23", "hour": "09", "minute": "08", "second": "46", "epoch": "1727096926", "epoch_int": "1727096926", "date": "2024-09-23", "time": "09:08:46", "iso8601_micro": "2024-09-23T13:08:46.254587Z", "iso8601": "2024-09-23T13:08:46Z", "iso8601_basic": "20240923T090846254587", "iso8601_basic_short": "20240923T090846", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 37183 1727096926.26328: 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 <<< 37183 1727096926.26358: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # 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 <<< 37183 1727096926.26426: stdout chunk (state=3): >>># 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 # 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 # 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 <<< 37183 1727096926.26543: stdout chunk (state=3): >>># cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # 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__ <<< 37183 1727096926.26551: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.26781: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.26955: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma <<< 37183 1727096926.27033: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder <<< 37183 1727096926.27403: stdout chunk (state=3): >>># 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 unicodedata # 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 <<< 37183 1727096926.27406: stdout chunk (state=3): >>># destroy socket # destroy struct # destroy glob <<< 37183 1727096926.27434: stdout chunk (state=3): >>># destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector <<< 37183 1727096926.27512: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep <<< 37183 1727096926.27735: stdout chunk (state=3): >>># cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # 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 # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 37183 1727096926.27738: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy 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 importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc <<< 37183 1727096926.27970: 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 <<< 37183 1727096926.28071: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # 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 inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 37183 1727096926.28074: stdout chunk (state=3): >>># destroy _opcode # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 37183 1727096926.28147: 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 <<< 37183 1727096926.28250: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins <<< 37183 1727096926.28302: stdout chunk (state=3): >>># destroy _thread # clear sys.audit hooks <<< 37183 1727096926.29228: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.224 closed. <<< 37183 1727096926.29231: stdout chunk (state=3): >>><<< 37183 1727096926.29234: stderr chunk (state=3): >>><<< 37183 1727096926.29736: _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 0x7fa91f6184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f5e7b30> # /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 0x7fa91f61aa50> 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' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7fa91f42d130> # /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 0x7fa91f42e3c0> # /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 0x7fa91f42f1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f42e5d0> # /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 0x7fa91f460110> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7fa91f42ddf0> 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__/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 0x7fa91f47ddc0> # /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 0x7fa91f4bcef0> # /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 0x7fa91f4bd580> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f47fe00> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f47e7b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f486f30> # /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 0x7fa91f4ecbc0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4bf7a0> # /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 0x7fa91f5e7080> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f499c70> # /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 0x7fa91f4ede80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f486210> # /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 0x7fa91f4ee2d0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee180> # 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 0x7fa91f4ee570> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f484e00> 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 0x7fa91f510a70> 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 0x7fa91f5121b0> # /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 0x7fa91f512ff0> # 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 0x7fa91f513650> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f512540> # /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 0x7fa91f25c110> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f513800> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee870> # /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 0x7fa91f25ff50> # /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 0x7fa91f2909b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f290710> # 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 0x7fa91f2909e0> # /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 0x7fa91f291310> # 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 0x7fa91f291cd0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f290bc0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f25e0f0> # /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 0x7fa91f293020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4ee150> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4eef90> # /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 0x7fa91f2bb380> # /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 0x7fa91f2df740> # /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 0x7fa91f33c4d0> # /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 0x7fa91f33ec30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f33c5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f3014f0> # /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 0x7fa91f1195e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f2de540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f293f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa91f119850> # zipimport: found 103 names in '/tmp/ansible_setup_payload_n8c5fa8_/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 0x7fa91f183380> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f162270> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1613d0> # 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 0x7fa91f181250> # /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 0x7fa91f1aed20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1aeab0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f1ae3c0> # /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 0x7fa91f1aeb10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f183da0> 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 0x7fa91f1afa40> # 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 0x7fa91f1afc80> # /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 0x7fa91f1dc1a0> 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 0x7fa91eb2df70> # 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 0x7fa91eb2fb90> # /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 0x7fa91eb34590> # /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 0x7fa91eb35730> # /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 0x7fa91eb38230> # 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 0x7fa91eb38350> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb364e0> # /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 0x7fa91eb7c140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb3ac30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb3a990> # /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 0x7fa91eb3af00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb369f0> # 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 0x7fa91eb80380> # /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 0x7fa91eb80560> # /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 0x7fa91eb82000> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb81dc0> # /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 0x7fa91eb84590> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb826c0> # /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 0x7fa91eb87d40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb84740> # 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 0x7fa91eb88d70> # 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 0x7fa91eb88fb0> # 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 0x7fa91eb89040> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb80710> # /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 0x7fa91ea14680> # 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 0x7fa91ea158b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb8ae10> # 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 0x7fa91eb88da0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eb8aa50> # 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 0x7fa91ea199a0> # /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 0x7fa91ea1a720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91f4edd00> 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 0x7fa91ea1a510> # 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 0x7fa91ea1b980> # 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 0x7fa91ea26480> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea21b50> 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 0x7fa91eb02ba0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ebfe870> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea264b0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91ea1a570> # 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 # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.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 0x7fa91e6aa9f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6a9e20> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6a8800> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eab6c60> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eab4bf0> 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 0x7fa91eab7050> # /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 0x7fa91e6f8980> # 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 0x7fa91e6f8cb0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6e8140> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6bb770> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0050> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0110> # /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 0x7fa91e6fb860> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6fb110> # 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 0x7fa91e6fb2f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e6fa540> # /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 0x7fa91e6fb980> # /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 0x7fa91e51e540> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e51c530> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91eaa0890> 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 0x7fa91e51e8a0> # /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 0x7fa91e51f4d0> 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 0x7fa91e55ab40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e547710> 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 0x7fa91e56e7b0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e56e6f0> 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 0x7fa91e59be00> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e598620> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa91e59bef0> {"ansible_facts": {"ansible_python": {"version": {"major": 3, "minor": 12, "micro": 5, "releaselevel": "final", "serial": 0}, "version_info": [3, 12, 5, "final", 0], "executable": "/usr/bin/python3.12", "has_sslcontext": true, "type": "cpython"}, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_env": {"PYTHONVERBOSE": "1", "SHELL": "/bin/bash", "GPG_TTY": "/dev/pts/0", "PWD": "/root", "LOGNAME": "root", "XDG_SESSION_TYPE": "tty", "_": "/usr/bin/python3.12", "MOTD_SHOWN": "pam", "HOME": "/root", "LANG": "en_US.UTF-8", "LS_COLORS": "", "SSH_CONNECTION": "10.31.11.71 49960 10.31.15.224 22", "XDG_SESSION_CLASS": "user", "SELINUX_ROLE_REQUESTED": "", "LESSOPEN": "||/usr/bin/lesspipe.sh %s", "USER": "root", "SELINUX_USE_CURRENT_RANGE": "", "SHLVL": "1", "XDG_SESSION_ID": "5", "XDG_RUNTIME_DIR": "/run/user/0", "SSH_CLIENT": "10.31.11.71 49960 22", "DEBUGINFOD_URLS": "https://debuginfod.centos.org/ ", "PATH": "/root/.local/bin:/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin", "SELINUX_LEVEL_REQUESTED": "", "DBUS_SESSION_BUS_ADDRESS": "unix:path=/run/user/0/bus", "SSH_TTY": "/dev/pts/0"}, "ansible_local": {}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC24PiGBOMDAKuIiV/A2CltGNQa3LKfywOtHUH1/yWWvYsNEoimqD+hh/KZfgXx9e0vR+hAFpXw3m9n3KKkSfshlZtqa6mmzqOQeUtLGIioCfpvjDkCbG/WJhuLhwWx13X5Eq0hQGUt42f10BUSSR3pUGfyU09IZYL4ne292ZSlt6HrEXz3+bmYGC427g+XDRVv4f3gQ+3r0sUPGPfHQXiGHY9c1Fsij5QPES6WlY03bcxtkU19MEvXd7bRCViu9j758/y1/3OP+42s2sBSzkneri+iDJnztys7jOf4cU9vHLZUOmGfuqal4r1HjxU0CIXEM9SFQs1z7CaFhy5XHJIaXcj85kdiRRk9RQWvmIZc08kmG/QznfcWeMf9QPoyT4f6RJikGxVs/L58TF4jro5vV/tswSObqIougiUBKgMRflNUzftvDj6a8DsR6p0W8twupOctoFk1i825NHCbTRzxHcWuLYEOaEYKMU1DTPL1PbTO4oB9+tE/1328rCtCcmk=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPmd84VUNWY946eo4tavyI7ZlyiQVE0omfoO6Hyp+BStQINYj6EPElmMrv8B+mPa4AAfkaccFzmiBXXiIqOVPDo=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIAHr8SJbPwLOJJyhvch5Fv/m5Jh6DrMFKwAOaZ+9Yjb1", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-15-224.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-15-224", "ansible_nodename": "ip-10-31-15-224.us-east-1.aws.redhat.com", "ansible_domain": "us-east-1.aws.redhat.com", "ansible_userspace_bits": "64", "ansible_architecture": "x86_64", "ansible_userspace_architecture": "x86_64", "ansible_machine_id": "ec2dc7f33671eb50e7e385e7d2609006", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_fips": false, "ansible_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": "ttyS0,115200n8"}, "ansible_proc_cmdline": {"BOOT_IMAGE": "(hd0,gpt2)/boot/vmlinuz-6.11.0-0.rc6.23.el10.x86_64", "root": "UUID=4853857d-d3e2-44a6-8739-3837607c97e1", "ro": true, "rhgb": true, "crashkernel": "1G-4G:192M,4G-64G:256M,64G-:512M", "net.ifnames": "0", "console": ["tty0", "ttyS0,115200n8"]}, "ansible_lsb": {}, "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", "ansible_apparmor": {"status": "disabled"}, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Monday", "weekday_number": "1", "weeknumber": "39", "day": "23", "hour": "09", "minute": "08", "second": "46", "epoch": "1727096926", "epoch_int": "1727096926", "date": "2024-09-23", "time": "09:08:46", "iso8601_micro": "2024-09-23T13:08:46.254587Z", "iso8601": "2024-09-23T13:08:46Z", "iso8601_basic": "20240923T090846254587", "iso8601_basic_short": "20240923T090846", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_user_id": "root", "ansible_user_uid": 0, "ansible_user_gid": 0, "ansible_user_gecos": "Super User", "ansible_user_dir": "/root", "ansible_user_shell": "/bin/bash", "ansible_real_user_id": 0, "ansible_effective_user_id": 0, "ansible_real_group_id": 0, "ansible_effective_group_id": 0, "ansible_pkg_mgr": "dnf", "ansible_service_mgr": "systemd", "gather_subset": ["min"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["min"], "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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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 # 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 # 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 # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # 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 _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 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 unicodedata # 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 encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # 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 # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy 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 importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping 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 platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # 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 inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # 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 abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK 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.15.224 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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 # 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 # 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 # 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # 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 _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 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 unicodedata # 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 encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # 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 # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy 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 importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping 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 platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # 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 inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # 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 abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host localhost 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. 37183 1727096926.31790: done with _execute_module (setup, {'gather_subset': 'min', '_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-1727096925.1003842-37200-9577491270906/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 37183 1727096926.31793: _low_level_execute_command(): starting 37183 1727096926.31796: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096925.1003842-37200-9577491270906/ > /dev/null 2>&1 && sleep 0' 37183 1727096926.31798: 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 <<< 37183 1727096926.31801: 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.15.224 originally 10.31.15.224 debug2: match not found <<< 37183 1727096926.31803: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096926.31805: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096926.31807: 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.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096926.31986: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.32005: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.34175: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096926.34179: stdout chunk (state=3): >>><<< 37183 1727096926.34182: stderr chunk (state=3): >>><<< 37183 1727096926.34258: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096926.34262: handler run complete 37183 1727096926.34454: variable 'ansible_facts' from source: unknown 37183 1727096926.34600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096926.34918: variable 'ansible_facts' from source: unknown 37183 1727096926.35000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096926.35061: attempt loop complete, returning result 37183 1727096926.35141: _execute() done 37183 1727096926.35147: dumping result to json 37183 1727096926.35164: done dumping result, returning 37183 1727096926.35178: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests [129116b5-d8e7-d2f1-2000-00000000003c] 37183 1727096926.35186: sending task result for task 129116b5-d8e7-d2f1-2000-00000000003c ok: [managed_node3] 37183 1727096926.36097: no more pending results, returning what we have 37183 1727096926.36101: results queue empty 37183 1727096926.36103: checking for any_errors_fatal 37183 1727096926.36107: done checking for any_errors_fatal 37183 1727096926.36108: checking for max_fail_percentage 37183 1727096926.36110: done checking for max_fail_percentage 37183 1727096926.36111: checking to see if all hosts have failed and the running result is not ok 37183 1727096926.36113: done checking to see if all hosts have failed 37183 1727096926.36113: getting the remaining hosts for this loop 37183 1727096926.36115: done getting the remaining hosts for this loop 37183 1727096926.36120: getting the next task for host managed_node3 37183 1727096926.36130: done getting next task for host managed_node3 37183 1727096926.36134: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 37183 1727096926.36137: ^ 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? (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 37183 1727096926.36152: getting variables 37183 1727096926.36154: in VariableManager get_vars() 37183 1727096926.36185: Calling all_inventory to load vars for managed_node3 37183 1727096926.36191: Calling groups_inventory to load vars for managed_node3 37183 1727096926.36194: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096926.36204: Calling all_plugins_play to load vars for managed_node3 37183 1727096926.36208: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096926.36211: Calling groups_plugins_play to load vars for managed_node3 37183 1727096926.36484: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096926.36568: done with get_vars() 37183 1727096926.36577: done getting variables 37183 1727096926.36615: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000003c 37183 1727096926.36619: WORKER PROCESS EXITING TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 Monday 23 September 2024 09:08:46 -0400 (0:00:01.330) 0:00:01.615 ****** 37183 1727096926.36714: entering _queue_task() for managed_node3/stat 37183 1727096926.36999: worker is 1 (out of 1 available) 37183 1727096926.37010: exiting _queue_task() for managed_node3/stat 37183 1727096926.37022: done queuing things up, now waiting for results queue to drain 37183 1727096926.37024: waiting for pending results... 37183 1727096926.37342: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 37183 1727096926.37780: in run() - task 129116b5-d8e7-d2f1-2000-00000000003e 37183 1727096926.37805: variable 'ansible_search_path' from source: unknown 37183 1727096926.37840: variable 'ansible_search_path' from source: unknown 37183 1727096926.37893: calling self._execute() 37183 1727096926.37964: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096926.37980: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096926.37999: variable 'omit' from source: magic vars 37183 1727096926.38650: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096926.39437: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096926.39635: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096926.39819: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096926.39880: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096926.40058: 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) 37183 1727096926.40096: 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) 37183 1727096926.40147: 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) 37183 1727096926.40215: 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) 37183 1727096926.40315: Evaluated conditional (not __ha_cluster_is_ostree is defined): True 37183 1727096926.40338: variable 'omit' from source: magic vars 37183 1727096926.40403: variable 'omit' from source: magic vars 37183 1727096926.40460: variable 'omit' from source: magic vars 37183 1727096926.40528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096926.40539: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096926.40574: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096926.40602: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096926.40658: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096926.40670: variable 'inventory_hostname' from source: set_fact 37183 1727096926.40679: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096926.40691: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096926.40819: Set connection var ansible_shell_executable to /bin/sh 37183 1727096926.40875: Set connection var ansible_timeout to 10 37183 1727096926.40878: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096926.40880: Set connection var ansible_connection to ssh 37183 1727096926.40882: Set connection var ansible_shell_type to sh 37183 1727096926.40884: Set connection var ansible_pipelining to False 37183 1727096926.40909: variable 'ansible_shell_executable' from source: unknown 37183 1727096926.40918: variable 'ansible_connection' from source: unknown 37183 1727096926.40933: variable 'ansible_module_compression' from source: unknown 37183 1727096926.40943: variable 'ansible_shell_type' from source: unknown 37183 1727096926.40983: variable 'ansible_shell_executable' from source: unknown 37183 1727096926.40986: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096926.40991: variable 'ansible_pipelining' from source: unknown 37183 1727096926.40993: variable 'ansible_timeout' from source: unknown 37183 1727096926.40995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096926.41167: 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) 37183 1727096926.41184: variable 'omit' from source: magic vars 37183 1727096926.41312: starting attempt loop 37183 1727096926.41317: running the handler 37183 1727096926.41322: _low_level_execute_command(): starting 37183 1727096926.41326: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 37183 1727096926.42315: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.42436: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096926.42516: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.44194: stdout chunk (state=3): >>>/root <<< 37183 1727096926.44466: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096926.44469: stdout chunk (state=3): >>><<< 37183 1727096926.44471: stderr chunk (state=3): >>><<< 37183 1727096926.44474: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096926.44486: _low_level_execute_command(): starting 37183 1727096926.44492: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486 `" && echo ansible-tmp-1727096926.4437084-37248-198217468914486="` echo /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486 `" ) && sleep 0' 37183 1727096926.45039: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096926.45141: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.45152: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096926.45165: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096926.45271: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.47366: stdout chunk (state=3): >>>ansible-tmp-1727096926.4437084-37248-198217468914486=/root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486 <<< 37183 1727096926.47478: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096926.47597: stdout chunk (state=3): >>><<< 37183 1727096926.47600: stderr chunk (state=3): >>><<< 37183 1727096926.47706: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096926.4437084-37248-198217468914486=/root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096926.47710: variable 'ansible_module_compression' from source: unknown 37183 1727096926.47803: ANSIBALLZ: Using lock for stat 37183 1727096926.47854: ANSIBALLZ: Acquiring lock 37183 1727096926.47863: ANSIBALLZ: Lock acquired: 140026946212576 37183 1727096926.47870: ANSIBALLZ: Creating module 37183 1727096926.68497: ANSIBALLZ: Writing module into payload 37183 1727096926.68633: ANSIBALLZ: Writing module 37183 1727096926.68636: ANSIBALLZ: Renaming module 37183 1727096926.68662: ANSIBALLZ: Done creating module 37183 1727096926.68705: variable 'ansible_facts' from source: unknown 37183 1727096926.68770: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py 37183 1727096926.68954: Sending initial data 37183 1727096926.68958: Sent initial data (153 bytes) 37183 1727096926.70130: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.70148: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096926.70161: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096926.70263: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.72054: 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 <<< 37183 1727096926.72111: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 37183 1727096926.72226: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3718317k269cw/tmpkh8rfmtg /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py <<< 37183 1727096926.72238: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py" <<< 37183 1727096926.72334: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3718317k269cw/tmpkh8rfmtg" to remote "/root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py" <<< 37183 1727096926.74339: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096926.74493: stderr chunk (state=3): >>><<< 37183 1727096926.74496: stdout chunk (state=3): >>><<< 37183 1727096926.74517: done transferring module to remote 37183 1727096926.74542: _low_level_execute_command(): starting 37183 1727096926.74630: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/ /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py && sleep 0' 37183 1727096926.76229: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096926.76269: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.76285: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096926.76542: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096926.76629: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.78501: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096926.78523: stdout chunk (state=3): >>><<< 37183 1727096926.78537: stderr chunk (state=3): >>><<< 37183 1727096926.78562: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096926.78599: _low_level_execute_command(): starting 37183 1727096926.78611: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/AnsiballZ_stat.py && sleep 0' 37183 1727096926.80113: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096926.80148: 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 <<< 37183 1727096926.80216: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096926.80280: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096926.80335: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096926.80373: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096926.80611: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096926.82870: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 37183 1727096926.82887: stdout chunk (state=3): >>>import _imp # builtin <<< 37183 1727096926.82927: stdout chunk (state=3): >>>import '_thread' # <<< 37183 1727096926.82941: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 37183 1727096926.82986: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 37183 1727096926.83027: stdout chunk (state=3): >>>import 'posix' # <<< 37183 1727096926.83066: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 37183 1727096926.83126: stdout chunk (state=3): >>>import 'time' # <<< 37183 1727096926.83131: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 37183 1727096926.83163: 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' <<< 37183 1727096926.83191: stdout chunk (state=3): >>>import '_codecs' # <<< 37183 1727096926.83227: stdout chunk (state=3): >>>import 'codecs' # <<< 37183 1727096926.83254: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 37183 1727096926.83281: 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 0x7f6f51a184d0> <<< 37183 1727096926.83308: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f519e7b30> <<< 37183 1727096926.83331: 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 0x7f6f51a1aa50> <<< 37183 1727096926.83348: stdout chunk (state=3): >>>import '_signal' # <<< 37183 1727096926.83374: stdout chunk (state=3): >>>import '_abc' # <<< 37183 1727096926.83388: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 37183 1727096926.83437: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 37183 1727096926.83514: stdout chunk (state=3): >>>import '_collections_abc' # <<< 37183 1727096926.83539: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 37183 1727096926.83612: stdout chunk (state=3): >>>import 'os' # <<< 37183 1727096926.83618: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 37183 1727096926.83696: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7f6f51809130> <<< 37183 1727096926.83786: 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' <<< 37183 1727096926.83859: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5180a3c0> # /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' <<< 37183 1727096926.83998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py # code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5180b1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5180a5d0> # /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 0x7f6f5183c110> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 37183 1727096926.84086: 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 0x7f6f51809df0> import 'site' # <<< 37183 1727096926.84248: 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. <<< 37183 1727096926.84509: 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' <<< 37183 1727096926.84555: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f6f51859d60> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 37183 1727096926.84559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 37183 1727096926.84579: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 37183 1727096926.84610: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.84645: stdout chunk (state=3): >>>import 'itertools' # <<< 37183 1727096926.84676: 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 0x7f6f51898e90> <<< 37183 1727096926.84698: 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 0x7f6f51899520> <<< 37183 1727096926.84720: stdout chunk (state=3): >>>import '_collections' # <<< 37183 1727096926.84804: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5185bda0> import '_functools' # <<< 37183 1727096926.84807: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5185a750> <<< 37183 1727096926.84910: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51862ed0> <<< 37183 1727096926.84966: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 37183 1727096926.84977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 37183 1727096926.84982: stdout chunk (state=3): >>>import '_sre' # <<< 37183 1727096926.85065: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 37183 1727096926.85068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 37183 1727096926.85071: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 37183 1727096926.85164: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 37183 1727096926.85168: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ccad0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5189b6b0> # /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 0x7f6f518ccc20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51858e00> <<< 37183 1727096926.85207: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 37183 1727096926.85282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518cde20> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518621b0> # /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' <<< 37183 1727096926.85347: 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 0x7f6f518ce270> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ce120> # 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 0x7f6f518ce4e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51860da0> import 'runpy' # <<< 37183 1727096926.85371: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 37183 1727096926.85404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 37183 1727096926.85469: 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 0x7f6f518eca10> import 'errno' # <<< 37183 1727096926.85484: 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 0x7f6f518ee150> <<< 37183 1727096926.85508: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 37183 1727096926.85567: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 37183 1727096926.85573: 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' <<< 37183 1727096926.85578: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518eef30> <<< 37183 1727096926.85624: 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 0x7f6f518ef590> <<< 37183 1727096926.85653: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ee4e0> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 37183 1727096926.85702: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 37183 1727096926.85705: 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 0x7f6f518effe0> <<< 37183 1727096926.85755: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ef740> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ce810> <<< 37183 1727096926.85776: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 37183 1727096926.85792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 37183 1727096926.85812: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 37183 1727096926.85902: 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 0x7f6f51907f50> <<< 37183 1727096926.85906: 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' <<< 37183 1727096926.85952: 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 0x7f6f516b09b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b0710> <<< 37183 1727096926.85961: 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 0x7f6f516b09e0> <<< 37183 1727096926.85984: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 37183 1727096926.85997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 37183 1727096926.86133: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.86275: 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 0x7f6f516b1310> <<< 37183 1727096926.86337: 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 0x7f6f516b1cd0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b0bc0> <<< 37183 1727096926.86381: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f519060f0> # /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' <<< 37183 1727096926.86452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b3080> <<< 37183 1727096926.86496: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518cef30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 37183 1727096926.86576: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.86580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 37183 1727096926.86623: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 37183 1727096926.86651: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516d73b0> <<< 37183 1727096926.86696: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 37183 1727096926.86722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.86737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 37183 1727096926.86780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 37183 1727096926.86824: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516fb740> # /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 37183 1727096926.86847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 37183 1727096926.86910: stdout chunk (state=3): >>>import 'ntpath' # <<< 37183 1727096926.86942: 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 0x7f6f5175c4d0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 37183 1727096926.86970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 37183 1727096926.86996: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 37183 1727096926.87042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 37183 1727096926.87156: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5175ec30> <<< 37183 1727096926.87290: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5175c5f0> <<< 37183 1727096926.87351: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51721520> # /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 0x7f6f515615b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516fa540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b3f80> <<< 37183 1727096926.87491: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6f516fab40> <<< 37183 1727096926.87660: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_lv56im0k/ansible_stat_payload.zip' # zipimport: zlib available <<< 37183 1727096926.87758: 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' <<< 37183 1727096926.87780: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 37183 1727096926.87864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 37183 1727096926.87894: 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 0x7f6f515b7350> import '_typing' # <<< 37183 1727096926.88096: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51596240> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515953a0> # zipimport: zlib available <<< 37183 1727096926.88118: stdout chunk (state=3): >>>import 'ansible' # <<< 37183 1727096926.88144: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.88190: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 37183 1727096926.88264: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.89626: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.90732: 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 0x7f6f515b50d0> <<< 37183 1727096926.90861: 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' <<< 37183 1727096926.90864: 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' <<< 37183 1727096926.91003: 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 0x7f6f515dec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515dea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515de330> # /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 37183 1727096926.91006: 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 0x7f6f515ded80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515b7fe0> import 'atexit' # <<< 37183 1727096926.91082: 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 0x7f6f515df9b0> # 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 0x7f6f515dfbf0> <<< 37183 1727096926.91152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 37183 1727096926.91171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' import '_locale' # <<< 37183 1727096926.91436: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516040b0> import 'pwd' # # /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 37183 1727096926.91461: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f15f70> # 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 0x7f6f50f17b90> # /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 0x7f6f50f1c590> # /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 0x7f6f50f1d730> <<< 37183 1727096926.91481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 37183 1727096926.91509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 37183 1727096926.91530: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 37183 1727096926.91549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 37183 1727096926.91590: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f20200> <<< 37183 1727096926.91629: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.91650: 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 0x7f6f50f20320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f1e4b0> <<< 37183 1727096926.91685: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 37183 1727096926.91813: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 37183 1727096926.91829: 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 0x7f6f50f64140> import '_tokenize' # <<< 37183 1727096926.91915: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f22c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f22990> # /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' <<< 37183 1727096926.92020: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f22f00> <<< 37183 1727096926.92041: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f1e9c0> <<< 37183 1727096926.92063: 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 0x7f6f50f683e0> <<< 37183 1727096926.92090: 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 <<< 37183 1727096926.92133: 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 0x7f6f50f684d0> <<< 37183 1727096926.92149: 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' <<< 37183 1727096926.92162: 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' <<< 37183 1727096926.92197: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.92225: 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 0x7f6f50f6a060> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f69e20> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 37183 1727096926.92343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 37183 1727096926.92386: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.92412: 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 0x7f6f50f6c5c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f6a750> <<< 37183 1727096926.92415: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 37183 1727096926.92452: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.92552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 37183 1727096926.92566: 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 0x7f6f50f6fd70> <<< 37183 1727096926.92663: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f6c770> <<< 37183 1727096926.92773: 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 0x7f6f50f70d70> <<< 37183 1727096926.92803: 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 0x7f6f50f70f20> # 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 0x7f6f50f70fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f687d0> <<< 37183 1727096926.92834: 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' <<< 37183 1727096926.92891: 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' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.92918: 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 0x7f6f50ffc6e0> <<< 37183 1727096926.93068: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096926.93218: 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 0x7f6f50ffd970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f72e70> <<< 37183 1727096926.93236: 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 0x7f6f50f72630> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f72a80> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 37183 1727096926.93253: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.93348: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.93375: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 37183 1727096926.93410: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 37183 1727096926.93536: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.93705: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.94203: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.94760: 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' <<< 37183 1727096926.94800: 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 0x7f6f50e01a30> <<< 37183 1727096926.94915: 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' <<< 37183 1727096926.94918: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e02780> <<< 37183 1727096926.94920: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50ffd790> <<< 37183 1727096926.95015: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.95086: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 37183 1727096926.95213: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.95340: 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' <<< 37183 1727096926.95355: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e027b0> # zipimport: zlib available <<< 37183 1727096926.95797: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96240: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96312: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96398: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 37183 1727096926.96401: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96434: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96473: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 37183 1727096926.96481: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96549: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96640: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 37183 1727096926.96664: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 37183 1727096926.96711: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96761: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 37183 1727096926.96776: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.96990: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.97268: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 37183 1727096926.97283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 37183 1727096926.97285: stdout chunk (state=3): >>>import '_ast' # <<< 37183 1727096926.97572: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e039e0> # 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 <<< 37183 1727096926.97619: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 37183 1727096926.97625: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.97670: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.97712: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.97771: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.97843: 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 <<< 37183 1727096926.97875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096926.97955: 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' <<< 37183 1727096926.97989: 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 0x7f6f50e0e420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e09bb0> <<< 37183 1727096926.98040: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 37183 1727096926.98137: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.98239: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096926.98434: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 37183 1727096926.98459: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py # code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /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 0x7f6f51632cc0> <<< 37183 1727096926.98489: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5161a990> <<< 37183 1727096926.98561: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e0e5d0> <<< 37183 1727096926.98592: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e0e1b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 37183 1727096926.98596: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.98674: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 37183 1727096926.98678: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 37183 1727096926.98704: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.98728: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 37183 1727096926.98737: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.98871: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.99050: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096926.99189: 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__ <<< 37183 1727096926.99466: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 37183 1727096926.99488: 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 <<< 37183 1727096926.99538: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google <<< 37183 1727096926.99569: stdout chunk (state=3): >>># destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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 <<< 37183 1727096926.99590: 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 # 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 <<< 37183 1727096926.99617: 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 # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket <<< 37183 1727096926.99659: 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 # 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 <<< 37183 1727096926.99670: stdout chunk (state=3): >>># 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 <<< 37183 1727096926.99903: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery <<< 37183 1727096926.99934: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 37183 1727096926.99962: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 37183 1727096926.99996: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 37183 1727096926.99999: stdout chunk (state=3): >>># destroy ntpath <<< 37183 1727096927.00048: 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 <<< 37183 1727096927.00051: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 37183 1727096927.00064: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 37183 1727096927.00105: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil <<< 37183 1727096927.00128: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 37183 1727096927.00168: 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 <<< 37183 1727096927.00200: 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 <<< 37183 1727096927.00233: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping _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 <<< 37183 1727096927.00260: 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 warnings <<< 37183 1727096927.00290: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 <<< 37183 1727096927.00316: stdout chunk (state=3): >>># destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 37183 1727096927.00345: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 37183 1727096927.00466: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 37183 1727096927.00486: stdout chunk (state=3): >>># destroy _collections <<< 37183 1727096927.00510: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 37183 1727096927.00535: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 37183 1727096927.00576: stdout chunk (state=3): >>># destroy _typing <<< 37183 1727096927.00589: 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 <<< 37183 1727096927.00682: 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 <<< 37183 1727096927.00720: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 37183 1727096927.00725: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 37183 1727096927.00778: stdout chunk (state=3): >>># destroy _hashlib # destroy _operator # destroy _string # destroy re <<< 37183 1727096927.00783: stdout chunk (state=3): >>># destroy itertools <<< 37183 1727096927.00807: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 37183 1727096927.00818: stdout chunk (state=3): >>># clear sys.audit hooks <<< 37183 1727096927.01346: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.224 closed. <<< 37183 1727096927.01349: stdout chunk (state=3): >>><<< 37183 1727096927.01352: stderr chunk (state=3): >>><<< 37183 1727096927.01365: _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 0x7f6f51a184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f519e7b30> # /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 0x7f6f51a1aa50> 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' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7f6f51809130> # /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 0x7f6f5180a3c0> # /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 0x7f6f5180b1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5180a5d0> # /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 0x7f6f5183c110> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7f6f51809df0> 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__/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 0x7f6f51859d60> # /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 0x7f6f51898e90> # /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 0x7f6f51899520> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5185bda0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5185a750> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51862ed0> # /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 0x7f6f518ccad0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5189b6b0> # /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 0x7f6f518ccc20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51858e00> # /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 0x7f6f518cde20> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518621b0> # /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 0x7f6f518ce270> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ce120> # 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 0x7f6f518ce4e0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51860da0> 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 0x7f6f518eca10> 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 0x7f6f518ee150> # /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 0x7f6f518eef30> # 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 0x7f6f518ef590> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ee4e0> # /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 0x7f6f518effe0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ef740> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518ce810> # /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 0x7f6f51907f50> # /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 0x7f6f516b09b0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b0710> # 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 0x7f6f516b09e0> # /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 0x7f6f516b1310> # 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 0x7f6f516b1cd0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b0bc0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f519060f0> # /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 0x7f6f516b3080> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b1b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f518cef30> # /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 0x7f6f516d73b0> # /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 0x7f6f516fb740> # /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 0x7f6f5175c4d0> # /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 0x7f6f5175ec30> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5175c5f0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51721520> # /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 0x7f6f515615b0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516fa540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f516b3f80> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f6f516fab40> # zipimport: found 30 names in '/tmp/ansible_stat_payload_lv56im0k/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 0x7f6f515b7350> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f51596240> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515953a0> # 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 0x7f6f515b50d0> # /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 0x7f6f515dec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515dea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515de330> # /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 0x7f6f515ded80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f515b7fe0> 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 0x7f6f515df9b0> # 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 0x7f6f515dfbf0> # /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 0x7f6f516040b0> 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 0x7f6f50f15f70> # 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 0x7f6f50f17b90> # /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 0x7f6f50f1c590> # /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 0x7f6f50f1d730> # /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 0x7f6f50f20200> # 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 0x7f6f50f20320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f1e4b0> # /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 0x7f6f50f64140> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f22c30> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f22990> # /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 0x7f6f50f22f00> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f1e9c0> # 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 0x7f6f50f683e0> # /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 0x7f6f50f684d0> # /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 0x7f6f50f6a060> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f69e20> # /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 0x7f6f50f6c5c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f6a750> # /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 0x7f6f50f6fd70> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f6c770> # 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 0x7f6f50f70d70> # 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 0x7f6f50f70f20> # 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 0x7f6f50f70fb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f687d0> # /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 0x7f6f50ffc6e0> # 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 0x7f6f50ffd970> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f72e70> # 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 0x7f6f50f72630> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50f72a80> # 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 0x7f6f50e01a30> # /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 0x7f6f50e02780> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50ffd790> 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 0x7f6f50e027b0> # 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 0x7f6f50e039e0> # 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 0x7f6f50e0e420> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e09bb0> 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 0x7f6f51632cc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f5161a990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e0e5d0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f6f50e0e1b0> # 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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._abc # destroy importlib.util # destroy importlib.machinery # 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 _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 warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK 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.15.224 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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._abc # destroy importlib.util # destroy importlib.machinery # 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 _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 warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 37183 1727096927.02645: 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-1727096926.4437084-37248-198217468914486/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 37183 1727096927.02656: _low_level_execute_command(): starting 37183 1727096927.02659: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096926.4437084-37248-198217468914486/ > /dev/null 2>&1 && sleep 0' 37183 1727096927.03328: 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 <<< 37183 1727096927.03382: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096927.03634: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096927.03693: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096927.03888: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096927.05799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096927.05802: stdout chunk (state=3): >>><<< 37183 1727096927.05805: stderr chunk (state=3): >>><<< 37183 1727096927.06027: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096927.06031: handler run complete 37183 1727096927.06033: attempt loop complete, returning result 37183 1727096927.06036: _execute() done 37183 1727096927.06038: dumping result to json 37183 1727096927.06040: done dumping result, returning 37183 1727096927.06042: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree [129116b5-d8e7-d2f1-2000-00000000003e] 37183 1727096927.06044: sending task result for task 129116b5-d8e7-d2f1-2000-00000000003e 37183 1727096927.06111: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000003e 37183 1727096927.06114: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false, "stat": { "exists": false } } 37183 1727096927.06185: no more pending results, returning what we have 37183 1727096927.06188: results queue empty 37183 1727096927.06189: checking for any_errors_fatal 37183 1727096927.06196: done checking for any_errors_fatal 37183 1727096927.06197: checking for max_fail_percentage 37183 1727096927.06199: done checking for max_fail_percentage 37183 1727096927.06199: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.06200: done checking to see if all hosts have failed 37183 1727096927.06201: getting the remaining hosts for this loop 37183 1727096927.06203: done getting the remaining hosts for this loop 37183 1727096927.06207: getting the next task for host managed_node3 37183 1727096927.06212: done getting next task for host managed_node3 37183 1727096927.06215: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 37183 1727096927.06218: ^ 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=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 37183 1727096927.06231: getting variables 37183 1727096927.06234: in VariableManager get_vars() 37183 1727096927.06271: Calling all_inventory to load vars for managed_node3 37183 1727096927.06274: Calling groups_inventory to load vars for managed_node3 37183 1727096927.06278: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.06288: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.06292: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.06295: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.06517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.06727: done with get_vars() 37183 1727096927.06737: done getting variables 37183 1727096927.06866: 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.ha_cluster : Set flag to indicate system is ostree] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 Monday 23 September 2024 09:08:47 -0400 (0:00:00.701) 0:00:02.317 ****** 37183 1727096927.06906: entering _queue_task() for managed_node3/set_fact 37183 1727096927.07183: worker is 1 (out of 1 available) 37183 1727096927.07195: exiting _queue_task() for managed_node3/set_fact 37183 1727096927.07206: done queuing things up, now waiting for results queue to drain 37183 1727096927.07208: waiting for pending results... 37183 1727096927.07635: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 37183 1727096927.07640: in run() - task 129116b5-d8e7-d2f1-2000-00000000003f 37183 1727096927.07643: variable 'ansible_search_path' from source: unknown 37183 1727096927.07646: variable 'ansible_search_path' from source: unknown 37183 1727096927.07660: calling self._execute() 37183 1727096927.07699: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.07741: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.07766: variable 'omit' from source: magic vars 37183 1727096927.08265: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096927.08584: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096927.08649: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096927.08687: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096927.08737: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096927.08846: 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) 37183 1727096927.09038: 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) 37183 1727096927.09304: 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) 37183 1727096927.09307: 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) 37183 1727096927.09710: Evaluated conditional (not __ha_cluster_is_ostree is defined): True 37183 1727096927.09760: variable 'omit' from source: magic vars 37183 1727096927.09880: variable 'omit' from source: magic vars 37183 1727096927.10203: variable '__ostree_booted_stat' from source: set_fact 37183 1727096927.10383: variable 'omit' from source: magic vars 37183 1727096927.10512: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096927.10515: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096927.10572: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096927.10604: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.10618: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.10680: variable 'inventory_hostname' from source: set_fact 37183 1727096927.10689: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.10710: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.11039: Set connection var ansible_shell_executable to /bin/sh 37183 1727096927.11076: Set connection var ansible_timeout to 10 37183 1727096927.11079: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096927.11081: Set connection var ansible_connection to ssh 37183 1727096927.11085: Set connection var ansible_shell_type to sh 37183 1727096927.11128: Set connection var ansible_pipelining to False 37183 1727096927.11235: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.11239: variable 'ansible_connection' from source: unknown 37183 1727096927.11241: variable 'ansible_module_compression' from source: unknown 37183 1727096927.11243: variable 'ansible_shell_type' from source: unknown 37183 1727096927.11256: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.11259: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.11261: variable 'ansible_pipelining' from source: unknown 37183 1727096927.11263: variable 'ansible_timeout' from source: unknown 37183 1727096927.11295: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.11507: 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) 37183 1727096927.11588: variable 'omit' from source: magic vars 37183 1727096927.11591: starting attempt loop 37183 1727096927.11594: running the handler 37183 1727096927.11596: handler run complete 37183 1727096927.11599: attempt loop complete, returning result 37183 1727096927.11601: _execute() done 37183 1727096927.11603: dumping result to json 37183 1727096927.11605: done dumping result, returning 37183 1727096927.11607: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree [129116b5-d8e7-d2f1-2000-00000000003f] 37183 1727096927.11657: sending task result for task 129116b5-d8e7-d2f1-2000-00000000003f 37183 1727096927.11773: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000003f 37183 1727096927.11776: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } 37183 1727096927.11950: no more pending results, returning what we have 37183 1727096927.11953: results queue empty 37183 1727096927.11954: checking for any_errors_fatal 37183 1727096927.11960: done checking for any_errors_fatal 37183 1727096927.11961: checking for max_fail_percentage 37183 1727096927.11962: done checking for max_fail_percentage 37183 1727096927.11963: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.11964: done checking to see if all hosts have failed 37183 1727096927.11964: getting the remaining hosts for this loop 37183 1727096927.11966: done getting the remaining hosts for this loop 37183 1727096927.11970: getting the next task for host managed_node3 37183 1727096927.11977: done getting next task for host managed_node3 37183 1727096927.11980: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories 37183 1727096927.11983: ^ state is: HOST STATE: block=2, task=4, 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 37183 1727096927.11993: getting variables 37183 1727096927.11995: in VariableManager get_vars() 37183 1727096927.12030: Calling all_inventory to load vars for managed_node3 37183 1727096927.12032: Calling groups_inventory to load vars for managed_node3 37183 1727096927.12035: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.12044: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.12054: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.12057: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.12334: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.12435: done with get_vars() 37183 1727096927.12443: done getting variables 37183 1727096927.12510: 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.ha_cluster : Do not try to enable RHEL repositories] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:32 Monday 23 September 2024 09:08:47 -0400 (0:00:00.056) 0:00:02.374 ****** 37183 1727096927.12541: entering _queue_task() for managed_node3/set_fact 37183 1727096927.13030: worker is 1 (out of 1 available) 37183 1727096927.13040: exiting _queue_task() for managed_node3/set_fact 37183 1727096927.13050: done queuing things up, now waiting for results queue to drain 37183 1727096927.13052: waiting for pending results... 37183 1727096927.13341: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories 37183 1727096927.13347: in run() - task 129116b5-d8e7-d2f1-2000-000000000041 37183 1727096927.13350: variable 'ansible_search_path' from source: unknown 37183 1727096927.13353: variable 'ansible_search_path' from source: unknown 37183 1727096927.13355: calling self._execute() 37183 1727096927.13478: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.13494: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.13507: variable 'omit' from source: magic vars 37183 1727096927.13961: variable 'ansible_distribution' from source: facts 37183 1727096927.13986: Evaluated conditional (ansible_distribution == 'RedHat'): False 37183 1727096927.13997: when evaluation is False, skipping this task 37183 1727096927.14005: _execute() done 37183 1727096927.14016: dumping result to json 37183 1727096927.14024: done dumping result, returning 37183 1727096927.14228: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories [129116b5-d8e7-d2f1-2000-000000000041] 37183 1727096927.14231: sending task result for task 129116b5-d8e7-d2f1-2000-000000000041 37183 1727096927.14297: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000041 37183 1727096927.14300: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } 37183 1727096927.14337: no more pending results, returning what we have 37183 1727096927.14340: results queue empty 37183 1727096927.14341: checking for any_errors_fatal 37183 1727096927.14345: done checking for any_errors_fatal 37183 1727096927.14351: checking for max_fail_percentage 37183 1727096927.14353: done checking for max_fail_percentage 37183 1727096927.14354: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.14354: done checking to see if all hosts have failed 37183 1727096927.14355: getting the remaining hosts for this loop 37183 1727096927.14359: done getting the remaining hosts for this loop 37183 1727096927.14363: getting the next task for host managed_node3 37183 1727096927.14367: done getting next task for host managed_node3 37183 1727096927.14370: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd 37183 1727096927.14373: ^ state is: HOST STATE: block=2, task=4, 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 37183 1727096927.14385: getting variables 37183 1727096927.14387: in VariableManager get_vars() 37183 1727096927.14475: Calling all_inventory to load vars for managed_node3 37183 1727096927.14477: Calling groups_inventory to load vars for managed_node3 37183 1727096927.14480: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.14490: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.14493: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.14496: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.14661: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.14761: done with get_vars() 37183 1727096927.14768: done getting variables 37183 1727096927.14854: Loading ActionModule 'shell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/shell.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 [fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 Monday 23 September 2024 09:08:47 -0400 (0:00:00.023) 0:00:02.397 ****** 37183 1727096927.14882: entering _queue_task() for managed_node3/shell 37183 1727096927.14884: Creating lock for shell 37183 1727096927.15115: worker is 1 (out of 1 available) 37183 1727096927.15129: exiting _queue_task() for managed_node3/shell 37183 1727096927.15139: done queuing things up, now waiting for results queue to drain 37183 1727096927.15141: waiting for pending results... 37183 1727096927.15538: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd 37183 1727096927.15542: in run() - task 129116b5-d8e7-d2f1-2000-000000000042 37183 1727096927.15545: variable 'ansible_search_path' from source: unknown 37183 1727096927.15548: variable 'ansible_search_path' from source: unknown 37183 1727096927.15587: calling self._execute() 37183 1727096927.15670: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.15681: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.15695: variable 'omit' from source: magic vars 37183 1727096927.16242: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096927.18577: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096927.18680: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096927.18747: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096927.18795: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096927.18848: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096927.18980: 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) 37183 1727096927.19138: 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) 37183 1727096927.19141: 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) 37183 1727096927.19205: 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) 37183 1727096927.19277: 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) 37183 1727096927.19473: variable '__ha_cluster_is_ostree' from source: set_fact 37183 1727096927.19518: Evaluated conditional (__ha_cluster_is_ostree | d(false)): False 37183 1727096927.19528: when evaluation is False, skipping this task 37183 1727096927.19579: _execute() done 37183 1727096927.19587: dumping result to json 37183 1727096927.19597: done dumping result, returning 37183 1727096927.19609: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd [129116b5-d8e7-d2f1-2000-000000000042] 37183 1727096927.19617: sending task result for task 129116b5-d8e7-d2f1-2000-000000000042 37183 1727096927.19736: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000042 37183 1727096927.19740: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } 37183 1727096927.19819: no more pending results, returning what we have 37183 1727096927.19824: results queue empty 37183 1727096927.19825: checking for any_errors_fatal 37183 1727096927.19830: done checking for any_errors_fatal 37183 1727096927.19831: checking for max_fail_percentage 37183 1727096927.19833: done checking for max_fail_percentage 37183 1727096927.19833: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.19834: done checking to see if all hosts have failed 37183 1727096927.19835: getting the remaining hosts for this loop 37183 1727096927.19837: done getting the remaining hosts for this loop 37183 1727096927.19840: getting the next task for host managed_node3 37183 1727096927.19849: done getting next task for host managed_node3 37183 1727096927.19851: ^ task is: TASK: meta (role_complete) 37183 1727096927.19853: ^ state is: HOST STATE: block=2, task=5, 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 37183 1727096927.19867: getting variables 37183 1727096927.19869: in VariableManager get_vars() 37183 1727096927.19903: Calling all_inventory to load vars for managed_node3 37183 1727096927.19906: Calling groups_inventory to load vars for managed_node3 37183 1727096927.19908: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.19918: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.19923: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.19926: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.20225: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.20310: done with get_vars() 37183 1727096927.20320: done getting variables 37183 1727096927.20399: done queuing things up, now waiting for results queue to drain 37183 1727096927.20401: results queue empty 37183 1727096927.20402: checking for any_errors_fatal 37183 1727096927.20404: done checking for any_errors_fatal 37183 1727096927.20405: checking for max_fail_percentage 37183 1727096927.20406: done checking for max_fail_percentage 37183 1727096927.20407: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.20407: done checking to see if all hosts have failed 37183 1727096927.20408: getting the remaining hosts for this loop 37183 1727096927.20409: done getting the remaining hosts for this loop 37183 1727096927.20411: getting the next task for host managed_node3 37183 1727096927.20415: done getting next task for host managed_node3 37183 1727096927.20417: ^ task is: TASK: Run HA Cluster role 37183 1727096927.20418: ^ state is: HOST STATE: block=2, task=6, 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 37183 1727096927.20421: getting variables 37183 1727096927.20438: in VariableManager get_vars() 37183 1727096927.20461: Calling all_inventory to load vars for managed_node3 37183 1727096927.20463: Calling groups_inventory to load vars for managed_node3 37183 1727096927.20466: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.20471: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.20473: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.20476: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.20574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.20683: done with get_vars() 37183 1727096927.20693: done getting variables TASK [Run HA Cluster role] ***************************************************** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:26 Monday 23 September 2024 09:08:47 -0400 (0:00:00.059) 0:00:02.456 ****** 37183 1727096927.20801: entering _queue_task() for managed_node3/include_role 37183 1727096927.21230: worker is 1 (out of 1 available) 37183 1727096927.21242: exiting _queue_task() for managed_node3/include_role 37183 1727096927.21253: done queuing things up, now waiting for results queue to drain 37183 1727096927.21254: waiting for pending results... 37183 1727096927.21609: running TaskExecutor() for managed_node3/TASK: Run HA Cluster role 37183 1727096927.21674: in run() - task 129116b5-d8e7-d2f1-2000-00000000000a 37183 1727096927.21678: variable 'ansible_search_path' from source: unknown 37183 1727096927.21742: calling self._execute() 37183 1727096927.21796: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.21826: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.21832: variable 'omit' from source: magic vars 37183 1727096927.22018: _execute() done 37183 1727096927.22023: dumping result to json 37183 1727096927.22026: done dumping result, returning 37183 1727096927.22029: done running TaskExecutor() for managed_node3/TASK: Run HA Cluster role [129116b5-d8e7-d2f1-2000-00000000000a] 37183 1727096927.22031: sending task result for task 129116b5-d8e7-d2f1-2000-00000000000a 37183 1727096927.22255: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000000a 37183 1727096927.22259: WORKER PROCESS EXITING 37183 1727096927.22304: no more pending results, returning what we have 37183 1727096927.22310: in VariableManager get_vars() 37183 1727096927.22345: Calling all_inventory to load vars for managed_node3 37183 1727096927.22351: Calling groups_inventory to load vars for managed_node3 37183 1727096927.22359: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.22463: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.22468: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.22471: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.22569: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.22747: done with get_vars() 37183 1727096927.22754: variable 'ansible_search_path' from source: unknown 37183 1727096927.23486: variable 'omit' from source: magic vars 37183 1727096927.23508: variable 'omit' from source: magic vars 37183 1727096927.23524: variable 'omit' from source: magic vars 37183 1727096927.23528: we have included files to process 37183 1727096927.23529: generating all_blocks data 37183 1727096927.23530: done generating all_blocks data 37183 1727096927.23534: processing included file: fedora.linux_system_roles.ha_cluster 37183 1727096927.23556: in VariableManager get_vars() 37183 1727096927.23577: done with get_vars() 37183 1727096927.23618: in VariableManager get_vars() 37183 1727096927.23633: done with get_vars() 37183 1727096927.23715: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/main.yml 37183 1727096927.23812: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/defaults/main.yml 37183 1727096927.23978: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/meta/main.yml 37183 1727096927.24078: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml 37183 1727096927.24872: in VariableManager get_vars() 37183 1727096927.24914: done with get_vars() 37183 1727096927.24977: in VariableManager get_vars() 37183 1727096927.25010: done with get_vars() 37183 1727096927.25226: in VariableManager get_vars() 37183 1727096927.25244: done with get_vars() 37183 1727096927.25682: in VariableManager get_vars() 37183 1727096927.25708: done with get_vars() 37183 1727096927.25785: in VariableManager get_vars() 37183 1727096927.25803: done with get_vars() 37183 1727096927.25849: in VariableManager get_vars() 37183 1727096927.25871: done with get_vars() 37183 1727096927.26033: in VariableManager get_vars() 37183 1727096927.26058: done with get_vars() 37183 1727096927.26117: in VariableManager get_vars() 37183 1727096927.26140: done with get_vars() 37183 1727096927.26176: in VariableManager get_vars() 37183 1727096927.26225: done with get_vars() 37183 1727096927.26269: in VariableManager get_vars() 37183 1727096927.26287: done with get_vars() 37183 1727096927.26401: in VariableManager get_vars() 37183 1727096927.26467: done with get_vars() 37183 1727096927.26504: in VariableManager get_vars() 37183 1727096927.26733: done with get_vars() 37183 1727096927.26901: in VariableManager get_vars() 37183 1727096927.26918: done with get_vars() 37183 1727096927.26963: in VariableManager get_vars() 37183 1727096927.26991: done with get_vars() 37183 1727096927.27346: in VariableManager get_vars() 37183 1727096927.27367: done with get_vars() 37183 1727096927.27695: in VariableManager get_vars() 37183 1727096927.27712: done with get_vars() 37183 1727096927.27973: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/handlers/main.yml 37183 1727096927.29780: iterating over new_blocks loaded from include file 37183 1727096927.29783: in VariableManager get_vars() 37183 1727096927.29800: done with get_vars() 37183 1727096927.29802: filtering new block on tags 37183 1727096927.29973: done filtering new block on tags 37183 1727096927.29976: in VariableManager get_vars() 37183 1727096927.29990: done with get_vars() 37183 1727096927.29991: filtering new block on tags 37183 1727096927.30124: done filtering new block on tags 37183 1727096927.30127: in VariableManager get_vars() 37183 1727096927.30166: done with get_vars() 37183 1727096927.30168: filtering new block on tags 37183 1727096927.30188: done filtering new block on tags 37183 1727096927.30190: in VariableManager get_vars() 37183 1727096927.30200: done with get_vars() 37183 1727096927.30202: filtering new block on tags 37183 1727096927.30292: done filtering new block on tags 37183 1727096927.30295: in VariableManager get_vars() 37183 1727096927.30305: done with get_vars() 37183 1727096927.30307: filtering new block on tags 37183 1727096927.30479: done filtering new block on tags 37183 1727096927.30482: in VariableManager get_vars() 37183 1727096927.30507: done with get_vars() 37183 1727096927.30509: filtering new block on tags 37183 1727096927.30547: done filtering new block on tags 37183 1727096927.30550: in VariableManager get_vars() 37183 1727096927.30563: done with get_vars() 37183 1727096927.30565: filtering new block on tags 37183 1727096927.30585: done filtering new block on tags 37183 1727096927.30590: in VariableManager get_vars() 37183 1727096927.30741: done with get_vars() 37183 1727096927.30743: filtering new block on tags 37183 1727096927.30767: done filtering new block on tags 37183 1727096927.30769: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ha_cluster for managed_node3 37183 1727096927.30775: extending task lists for all hosts with included blocks 37183 1727096927.31284: done extending task lists 37183 1727096927.31285: done processing included files 37183 1727096927.31286: results queue empty 37183 1727096927.31287: checking for any_errors_fatal 37183 1727096927.31291: done checking for any_errors_fatal 37183 1727096927.31292: checking for max_fail_percentage 37183 1727096927.31293: done checking for max_fail_percentage 37183 1727096927.31294: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.31294: done checking to see if all hosts have failed 37183 1727096927.31295: getting the remaining hosts for this loop 37183 1727096927.31296: done getting the remaining hosts for this loop 37183 1727096927.31306: getting the next task for host managed_node3 37183 1727096927.31311: done getting next task for host managed_node3 37183 1727096927.31313: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 37183 1727096927.31316: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.31333: getting variables 37183 1727096927.31334: in VariableManager get_vars() 37183 1727096927.31346: Calling all_inventory to load vars for managed_node3 37183 1727096927.31348: Calling groups_inventory to load vars for managed_node3 37183 1727096927.31350: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.31360: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.31363: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.31366: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.31441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.31535: done with get_vars() 37183 1727096927.31543: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 Monday 23 September 2024 09:08:47 -0400 (0:00:00.108) 0:00:02.565 ****** 37183 1727096927.31642: entering _queue_task() for managed_node3/include_tasks 37183 1727096927.31643: Creating lock for include_tasks 37183 1727096927.32551: worker is 1 (out of 1 available) 37183 1727096927.32562: exiting _queue_task() for managed_node3/include_tasks 37183 1727096927.32573: done queuing things up, now waiting for results queue to drain 37183 1727096927.32574: waiting for pending results... 37183 1727096927.33147: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 37183 1727096927.33684: in run() - task 129116b5-d8e7-d2f1-2000-0000000000ab 37183 1727096927.33688: variable 'ansible_search_path' from source: unknown 37183 1727096927.33692: variable 'ansible_search_path' from source: unknown 37183 1727096927.33696: calling self._execute() 37183 1727096927.33842: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.34119: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.34125: variable 'omit' from source: magic vars 37183 1727096927.34531: _execute() done 37183 1727096927.34535: dumping result to json 37183 1727096927.34538: done dumping result, returning 37183 1727096927.34541: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-d2f1-2000-0000000000ab] 37183 1727096927.34543: sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ab 37183 1727096927.34612: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ab 37183 1727096927.34614: WORKER PROCESS EXITING 37183 1727096927.34660: no more pending results, returning what we have 37183 1727096927.34665: in VariableManager get_vars() 37183 1727096927.34705: Calling all_inventory to load vars for managed_node3 37183 1727096927.34708: Calling groups_inventory to load vars for managed_node3 37183 1727096927.34710: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.34729: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.34733: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.34736: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.35159: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.35529: done with get_vars() 37183 1727096927.35536: variable 'ansible_search_path' from source: unknown 37183 1727096927.35537: variable 'ansible_search_path' from source: unknown 37183 1727096927.35794: we have included files to process 37183 1727096927.35795: generating all_blocks data 37183 1727096927.35797: done generating all_blocks data 37183 1727096927.35800: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 37183 1727096927.35802: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 37183 1727096927.35805: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 37183 1727096927.37967: done processing included file 37183 1727096927.37969: iterating over new_blocks loaded from include file 37183 1727096927.37970: in VariableManager get_vars() 37183 1727096927.37993: done with get_vars() 37183 1727096927.37994: filtering new block on tags 37183 1727096927.38267: done filtering new block on tags 37183 1727096927.38272: in VariableManager get_vars() 37183 1727096927.38353: done with get_vars() 37183 1727096927.38359: filtering new block on tags 37183 1727096927.38401: done filtering new block on tags 37183 1727096927.38404: in VariableManager get_vars() 37183 1727096927.38427: done with get_vars() 37183 1727096927.38429: filtering new block on tags 37183 1727096927.38809: done filtering new block on tags 37183 1727096927.38812: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml for managed_node3 37183 1727096927.38817: extending task lists for all hosts with included blocks 37183 1727096927.39744: done extending task lists 37183 1727096927.39745: done processing included files 37183 1727096927.39746: results queue empty 37183 1727096927.39746: checking for any_errors_fatal 37183 1727096927.39750: done checking for any_errors_fatal 37183 1727096927.39750: checking for max_fail_percentage 37183 1727096927.39751: done checking for max_fail_percentage 37183 1727096927.39752: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.39753: done checking to see if all hosts have failed 37183 1727096927.39754: getting the remaining hosts for this loop 37183 1727096927.39755: done getting the remaining hosts for this loop 37183 1727096927.39983: getting the next task for host managed_node3 37183 1727096927.39988: done getting next task for host managed_node3 37183 1727096927.39992: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 37183 1727096927.39995: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.40005: getting variables 37183 1727096927.40006: in VariableManager get_vars() 37183 1727096927.40019: Calling all_inventory to load vars for managed_node3 37183 1727096927.40023: Calling groups_inventory to load vars for managed_node3 37183 1727096927.40026: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.40031: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.40034: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.40036: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.40220: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.40771: done with get_vars() 37183 1727096927.40779: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 Monday 23 September 2024 09:08:47 -0400 (0:00:00.096) 0:00:02.661 ****** 37183 1727096927.41326: entering _queue_task() for managed_node3/setup 37183 1727096927.42443: worker is 1 (out of 1 available) 37183 1727096927.42455: exiting _queue_task() for managed_node3/setup 37183 1727096927.42804: done queuing things up, now waiting for results queue to drain 37183 1727096927.42806: waiting for pending results... 37183 1727096927.43346: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 37183 1727096927.43479: in run() - task 129116b5-d8e7-d2f1-2000-000000000135 37183 1727096927.43669: variable 'ansible_search_path' from source: unknown 37183 1727096927.43677: variable 'ansible_search_path' from source: unknown 37183 1727096927.43680: calling self._execute() 37183 1727096927.43826: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.43830: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.43833: variable 'omit' from source: magic vars 37183 1727096927.45131: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096927.52081: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096927.52533: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096927.52537: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096927.52750: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096927.52857: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096927.52974: 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) 37183 1727096927.53010: 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) 37183 1727096927.53293: 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) 37183 1727096927.53328: 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) 37183 1727096927.53347: 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) 37183 1727096927.53447: 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) 37183 1727096927.53646: 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) 37183 1727096927.53756: 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) 37183 1727096927.53801: 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) 37183 1727096927.53921: 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) 37183 1727096927.54437: variable '__ha_cluster_required_facts' from source: role '' all vars 37183 1727096927.54525: variable 'ansible_facts' from source: unknown 37183 1727096927.54914: Evaluated conditional (__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 37183 1727096927.54917: when evaluation is False, skipping this task 37183 1727096927.54920: _execute() done 37183 1727096927.54924: dumping result to json 37183 1727096927.54927: done dumping result, returning 37183 1727096927.54929: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role [129116b5-d8e7-d2f1-2000-000000000135] 37183 1727096927.54931: sending task result for task 129116b5-d8e7-d2f1-2000-000000000135 37183 1727096927.55006: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000135 37183 1727096927.55009: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 37183 1727096927.55056: no more pending results, returning what we have 37183 1727096927.55060: results queue empty 37183 1727096927.55061: checking for any_errors_fatal 37183 1727096927.55062: done checking for any_errors_fatal 37183 1727096927.55063: checking for max_fail_percentage 37183 1727096927.55065: done checking for max_fail_percentage 37183 1727096927.55065: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.55066: done checking to see if all hosts have failed 37183 1727096927.55067: getting the remaining hosts for this loop 37183 1727096927.55069: done getting the remaining hosts for this loop 37183 1727096927.55072: getting the next task for host managed_node3 37183 1727096927.55081: done getting next task for host managed_node3 37183 1727096927.55084: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 37183 1727096927.55090: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.55108: getting variables 37183 1727096927.55110: in VariableManager get_vars() 37183 1727096927.55146: Calling all_inventory to load vars for managed_node3 37183 1727096927.55150: Calling groups_inventory to load vars for managed_node3 37183 1727096927.55153: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.55162: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.55165: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.55168: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.55892: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.56202: done with get_vars() 37183 1727096927.56212: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Check if system is ostree] ******** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10 Monday 23 September 2024 09:08:47 -0400 (0:00:00.152) 0:00:02.814 ****** 37183 1727096927.56598: entering _queue_task() for managed_node3/stat 37183 1727096927.57514: worker is 1 (out of 1 available) 37183 1727096927.57529: exiting _queue_task() for managed_node3/stat 37183 1727096927.57543: done queuing things up, now waiting for results queue to drain 37183 1727096927.57544: waiting for pending results... 37183 1727096927.58138: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 37183 1727096927.58143: in run() - task 129116b5-d8e7-d2f1-2000-000000000137 37183 1727096927.58146: variable 'ansible_search_path' from source: unknown 37183 1727096927.58148: variable 'ansible_search_path' from source: unknown 37183 1727096927.58155: calling self._execute() 37183 1727096927.58220: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.58526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.58530: variable 'omit' from source: magic vars 37183 1727096927.59087: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096927.59927: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096927.59930: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096927.59933: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096927.59935: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096927.60172: 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) 37183 1727096927.60201: 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) 37183 1727096927.60232: 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) 37183 1727096927.60257: 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) 37183 1727096927.60574: variable '__ha_cluster_is_ostree' from source: set_fact 37183 1727096927.60589: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 37183 1727096927.60596: when evaluation is False, skipping this task 37183 1727096927.60603: _execute() done 37183 1727096927.60609: dumping result to json 37183 1727096927.60617: done dumping result, returning 37183 1727096927.60630: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree [129116b5-d8e7-d2f1-2000-000000000137] 37183 1727096927.60641: sending task result for task 129116b5-d8e7-d2f1-2000-000000000137 37183 1727096927.60747: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000137 37183 1727096927.60756: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 37183 1727096927.60805: no more pending results, returning what we have 37183 1727096927.60809: results queue empty 37183 1727096927.60809: checking for any_errors_fatal 37183 1727096927.60816: done checking for any_errors_fatal 37183 1727096927.60816: checking for max_fail_percentage 37183 1727096927.60818: done checking for max_fail_percentage 37183 1727096927.60819: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.60819: done checking to see if all hosts have failed 37183 1727096927.60820: getting the remaining hosts for this loop 37183 1727096927.60824: done getting the remaining hosts for this loop 37183 1727096927.60828: getting the next task for host managed_node3 37183 1727096927.60835: done getting next task for host managed_node3 37183 1727096927.60838: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 37183 1727096927.60842: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.60857: getting variables 37183 1727096927.60859: in VariableManager get_vars() 37183 1727096927.60897: Calling all_inventory to load vars for managed_node3 37183 1727096927.60900: Calling groups_inventory to load vars for managed_node3 37183 1727096927.60903: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.60913: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.60917: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.60920: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.61310: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.61405: done with get_vars() 37183 1727096927.61416: done getting variables 37183 1727096927.61882: 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.ha_cluster : Set flag to indicate system is ostree] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15 Monday 23 September 2024 09:08:47 -0400 (0:00:00.053) 0:00:02.867 ****** 37183 1727096927.61913: entering _queue_task() for managed_node3/set_fact 37183 1727096927.62346: worker is 1 (out of 1 available) 37183 1727096927.62359: exiting _queue_task() for managed_node3/set_fact 37183 1727096927.62372: done queuing things up, now waiting for results queue to drain 37183 1727096927.62374: waiting for pending results... 37183 1727096927.63059: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 37183 1727096927.63571: in run() - task 129116b5-d8e7-d2f1-2000-000000000138 37183 1727096927.63575: variable 'ansible_search_path' from source: unknown 37183 1727096927.63577: variable 'ansible_search_path' from source: unknown 37183 1727096927.63609: calling self._execute() 37183 1727096927.63739: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.63825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.63908: variable 'omit' from source: magic vars 37183 1727096927.65111: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096927.65629: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096927.65796: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096927.65834: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096927.65871: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096927.66210: 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) 37183 1727096927.66294: 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) 37183 1727096927.66298: 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) 37183 1727096927.66304: 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) 37183 1727096927.66526: variable '__ha_cluster_is_ostree' from source: set_fact 37183 1727096927.66541: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 37183 1727096927.66548: when evaluation is False, skipping this task 37183 1727096927.66555: _execute() done 37183 1727096927.66562: dumping result to json 37183 1727096927.66569: done dumping result, returning 37183 1727096927.66581: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree [129116b5-d8e7-d2f1-2000-000000000138] 37183 1727096927.66591: sending task result for task 129116b5-d8e7-d2f1-2000-000000000138 skipping: [managed_node3] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 37183 1727096927.66768: no more pending results, returning what we have 37183 1727096927.66772: results queue empty 37183 1727096927.66773: checking for any_errors_fatal 37183 1727096927.66778: done checking for any_errors_fatal 37183 1727096927.66779: checking for max_fail_percentage 37183 1727096927.66781: done checking for max_fail_percentage 37183 1727096927.66781: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.66782: done checking to see if all hosts have failed 37183 1727096927.66783: getting the remaining hosts for this loop 37183 1727096927.66785: done getting the remaining hosts for this loop 37183 1727096927.66789: getting the next task for host managed_node3 37183 1727096927.66798: done getting next task for host managed_node3 37183 1727096927.66802: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 37183 1727096927.66805: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.66820: getting variables 37183 1727096927.66824: in VariableManager get_vars() 37183 1727096927.66860: Calling all_inventory to load vars for managed_node3 37183 1727096927.66864: Calling groups_inventory to load vars for managed_node3 37183 1727096927.66866: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.66875: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.66878: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.66881: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.67247: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.67633: done with get_vars() 37183 1727096927.67642: done getting variables 37183 1727096927.67672: done sending task result for task 129116b5-d8e7-d2f1-2000-000000000138 37183 1727096927.67675: WORKER PROCESS EXITING 37183 1727096927.67709: 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 [fedora.linux_system_roles.ha_cluster : Set platform/version specific variables] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 Monday 23 September 2024 09:08:47 -0400 (0:00:00.058) 0:00:02.926 ****** 37183 1727096927.67745: entering _queue_task() for managed_node3/include_vars 37183 1727096927.68461: worker is 1 (out of 1 available) 37183 1727096927.68472: exiting _queue_task() for managed_node3/include_vars 37183 1727096927.68482: done queuing things up, now waiting for results queue to drain 37183 1727096927.68483: waiting for pending results... 37183 1727096927.68841: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 37183 1727096927.69100: in run() - task 129116b5-d8e7-d2f1-2000-00000000013a 37183 1727096927.69113: variable 'ansible_search_path' from source: unknown 37183 1727096927.69116: variable 'ansible_search_path' from source: unknown 37183 1727096927.69975: variable 'ansible_facts' from source: unknown 37183 1727096927.70400: variable 'ansible_facts' from source: unknown 37183 1727096927.70720: variable 'ansible_facts' from source: unknown 37183 1727096927.70986: variable 'ansible_facts' from source: unknown 37183 1727096927.71259: variable 'omit' from source: magic vars 37183 1727096927.71476: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.71481: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.71484: variable 'omit' from source: magic vars 37183 1727096927.72129: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096927.72787: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096927.73152: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096927.73155: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096927.73158: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096927.73310: variable '__vars_file' from source: task vars 37183 1727096927.73528: variable 'role_path' from source: magic vars 37183 1727096927.73539: variable 'item' from source: unknown 37183 1727096927.73556: Evaluated conditional (__vars_file is file): True 37183 1727096927.73573: variable 'omit' from source: magic vars 37183 1727096927.73636: variable 'omit' from source: magic vars 37183 1727096927.73845: variable '__vars_file' from source: task vars 37183 1727096927.73957: variable '__vars_file' from source: task vars 37183 1727096927.74218: variable 'role_path' from source: magic vars 37183 1727096927.74230: variable 'item' from source: unknown 37183 1727096927.74251: variable 'omit' from source: magic vars 37183 1727096927.74368: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096927.74408: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096927.74628: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096927.74632: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.74634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.74638: variable 'inventory_hostname' from source: set_fact 37183 1727096927.74641: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.74643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.74872: Set connection var ansible_shell_executable to /bin/sh 37183 1727096927.74884: Set connection var ansible_timeout to 10 37183 1727096927.74896: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096927.75026: Set connection var ansible_connection to ssh 37183 1727096927.75029: Set connection var ansible_shell_type to sh 37183 1727096927.75032: Set connection var ansible_pipelining to False 37183 1727096927.75034: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.75036: variable 'ansible_connection' from source: unknown 37183 1727096927.75038: variable 'ansible_module_compression' from source: unknown 37183 1727096927.75040: variable 'ansible_shell_type' from source: unknown 37183 1727096927.75042: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.75043: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.75045: variable 'ansible_pipelining' from source: unknown 37183 1727096927.75047: variable 'ansible_timeout' from source: unknown 37183 1727096927.75050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.75316: 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) 37183 1727096927.75524: variable 'omit' from source: magic vars 37183 1727096927.75528: starting attempt loop 37183 1727096927.75530: running the handler 37183 1727096927.75652: handler run complete 37183 1727096927.75667: attempt loop complete, returning result 37183 1727096927.75745: variable 'item' from source: unknown 37183 1727096927.75937: variable 'item' from source: unknown ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [], "__ha_cluster_fence_agent_packages_default": "{{ ['fence-agents-all'] + (['fence-virt'] if ansible_architecture == 'x86_64' else []) }}", "__ha_cluster_fullstack_node_packages": [ "corosync", "libknet1-plugins-all", "resource-agents", "pacemaker" ], "__ha_cluster_pcs_provider": "pcs-0.10", "__ha_cluster_qdevice_node_packages": [ "corosync-qdevice", "bash", "coreutils", "curl", "grep", "nss-tools", "openssl", "sed" ], "__ha_cluster_repos": [], "__ha_cluster_role_essential_packages": [ "pcs", "corosync-qnetd", "openssl" ], "__ha_cluster_sbd_packages": [ "sbd" ], "__ha_cluster_services": [ "corosync", "corosync-qdevice", "pacemaker" ] }, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 37183 1727096927.76445: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.76448: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.76450: variable 'omit' from source: magic vars 37183 1727096927.76828: variable '__vars_file' from source: task vars 37183 1727096927.76990: variable 'role_path' from source: magic vars 37183 1727096927.77004: variable 'item' from source: unknown 37183 1727096927.77018: Evaluated conditional (__vars_file is file): False 37183 1727096927.77027: when evaluation is False, skipping this task 37183 1727096927.77073: variable 'item' from source: unknown 37183 1727096927.77265: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 37183 1727096927.77527: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.77694: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.77697: variable 'omit' from source: magic vars 37183 1727096927.77994: variable '__vars_file' from source: task vars 37183 1727096927.78242: variable 'role_path' from source: magic vars 37183 1727096927.78252: variable 'item' from source: unknown 37183 1727096927.78254: Evaluated conditional (__vars_file is file): True 37183 1727096927.78256: variable 'omit' from source: magic vars 37183 1727096927.78259: variable 'omit' from source: magic vars 37183 1727096927.78569: variable '__vars_file' from source: task vars 37183 1727096927.78572: variable '__vars_file' from source: task vars 37183 1727096927.78657: variable 'role_path' from source: magic vars 37183 1727096927.78697: variable 'item' from source: unknown 37183 1727096927.78819: variable 'omit' from source: magic vars 37183 1727096927.78846: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096927.78859: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.78870: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.78886: variable 'inventory_hostname' from source: set_fact 37183 1727096927.78893: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.78910: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.79129: Set connection var ansible_shell_executable to /bin/sh 37183 1727096927.79132: Set connection var ansible_timeout to 10 37183 1727096927.79134: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096927.79137: Set connection var ansible_connection to ssh 37183 1727096927.79139: Set connection var ansible_shell_type to sh 37183 1727096927.79141: Set connection var ansible_pipelining to False 37183 1727096927.79245: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.79253: variable 'ansible_connection' from source: unknown 37183 1727096927.79259: variable 'ansible_module_compression' from source: unknown 37183 1727096927.79265: variable 'ansible_shell_type' from source: unknown 37183 1727096927.79271: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.79277: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.79284: variable 'ansible_pipelining' from source: unknown 37183 1727096927.79291: variable 'ansible_timeout' from source: unknown 37183 1727096927.79298: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.79498: 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) 37183 1727096927.79518: variable 'omit' from source: magic vars 37183 1727096927.79666: starting attempt loop 37183 1727096927.79669: running the handler 37183 1727096927.79896: handler run complete 37183 1727096927.79899: attempt loop complete, returning result 37183 1727096927.79902: variable 'item' from source: unknown 37183 1727096927.79904: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [ "resource-agents-cloud", "fence-agents-aliyun", "fence-agents-aws", "fence-agents-azure-arm", "fence-agents-compute", "fence-agents-gce", "fence-agents-ibm-powervs", "fence-agents-ibm-vpc", "fence-agents-kubevirt", "fence-agents-openstack" ], "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 37183 1727096927.80427: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.80432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.80435: variable 'omit' from source: magic vars 37183 1727096927.80664: variable '__vars_file' from source: task vars 37183 1727096927.80735: variable 'role_path' from source: magic vars 37183 1727096927.80744: variable 'item' from source: unknown 37183 1727096927.80757: Evaluated conditional (__vars_file is file): True 37183 1727096927.80774: variable 'omit' from source: magic vars 37183 1727096927.80928: variable 'omit' from source: magic vars 37183 1727096927.80956: variable '__vars_file' from source: task vars 37183 1727096927.81028: variable '__vars_file' from source: task vars 37183 1727096927.81241: variable 'role_path' from source: magic vars 37183 1727096927.81328: variable 'item' from source: unknown 37183 1727096927.81345: variable 'omit' from source: magic vars 37183 1727096927.81371: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096927.81382: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.81393: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.81441: variable 'inventory_hostname' from source: set_fact 37183 1727096927.81449: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.81456: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.81664: Set connection var ansible_shell_executable to /bin/sh 37183 1727096927.81674: Set connection var ansible_timeout to 10 37183 1727096927.81687: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096927.81694: Set connection var ansible_connection to ssh 37183 1727096927.81700: Set connection var ansible_shell_type to sh 37183 1727096927.81708: Set connection var ansible_pipelining to False 37183 1727096927.81772: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.81775: variable 'ansible_connection' from source: unknown 37183 1727096927.81777: variable 'ansible_module_compression' from source: unknown 37183 1727096927.81801: variable 'ansible_shell_type' from source: unknown 37183 1727096927.81808: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.81880: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.81883: variable 'ansible_pipelining' from source: unknown 37183 1727096927.81885: variable 'ansible_timeout' from source: unknown 37183 1727096927.81887: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.82120: 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) 37183 1727096927.82130: variable 'omit' from source: magic vars 37183 1727096927.82132: starting attempt loop 37183 1727096927.82135: running the handler 37183 1727096927.82249: handler run complete 37183 1727096927.82313: attempt loop complete, returning result 37183 1727096927.82316: variable 'item' from source: unknown 37183 1727096927.82455: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS_10.yml) => { "ansible_facts": { "__ha_cluster_cloud_agents_packages": [ "resource-agents-cloud", "fence-agents-aliyun", "fence-agents-aws", "fence-agents-azure-arm", "fence-agents-compute", "fence-agents-gce", "fence-agents-ibm-powervs", "fence-agents-ibm-vpc", "fence-agents-kubevirt", "fence-agents-openstack" ], "__ha_cluster_repos": [ { "id": "highavailability", "name": "HighAvailability" }, { "id": "resilientstorage", "name": "ResilientStorage" } ] }, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 37183 1727096927.82655: dumping result to json 37183 1727096927.82907: done dumping result, returning 37183 1727096927.82910: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-d2f1-2000-00000000013a] 37183 1727096927.82912: sending task result for task 129116b5-d8e7-d2f1-2000-00000000013a 37183 1727096927.82970: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000013a 37183 1727096927.82972: WORKER PROCESS EXITING 37183 1727096927.83100: no more pending results, returning what we have 37183 1727096927.83103: results queue empty 37183 1727096927.83104: checking for any_errors_fatal 37183 1727096927.83108: done checking for any_errors_fatal 37183 1727096927.83109: checking for max_fail_percentage 37183 1727096927.83110: done checking for max_fail_percentage 37183 1727096927.83110: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.83111: done checking to see if all hosts have failed 37183 1727096927.83112: getting the remaining hosts for this loop 37183 1727096927.83113: done getting the remaining hosts for this loop 37183 1727096927.83117: getting the next task for host managed_node3 37183 1727096927.83124: done getting next task for host managed_node3 37183 1727096927.83127: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 37183 1727096927.83131: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.83140: getting variables 37183 1727096927.83141: in VariableManager get_vars() 37183 1727096927.83174: Calling all_inventory to load vars for managed_node3 37183 1727096927.83177: Calling groups_inventory to load vars for managed_node3 37183 1727096927.83179: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.83190: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.83192: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.83195: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.83473: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.83567: done with get_vars() 37183 1727096927.83576: done getting variables 37183 1727096927.83677: 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 [fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34 Monday 23 September 2024 09:08:47 -0400 (0:00:00.159) 0:00:03.085 ****** 37183 1727096927.83710: entering _queue_task() for managed_node3/include_vars 37183 1727096927.84566: worker is 1 (out of 1 available) 37183 1727096927.84580: exiting _queue_task() for managed_node3/include_vars 37183 1727096927.84594: done queuing things up, now waiting for results queue to drain 37183 1727096927.84595: waiting for pending results... 37183 1727096927.85266: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 37183 1727096927.85606: in run() - task 129116b5-d8e7-d2f1-2000-00000000013b 37183 1727096927.85612: variable 'ansible_search_path' from source: unknown 37183 1727096927.85615: variable 'ansible_search_path' from source: unknown 37183 1727096927.85696: calling self._execute() 37183 1727096927.85807: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.85831: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.85839: variable 'omit' from source: magic vars 37183 1727096927.86157: variable 'omit' from source: magic vars 37183 1727096927.86606: variable 'omit' from source: magic vars 37183 1727096927.87826: variable 'role_path' from source: magic vars 37183 1727096927.87835: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 37183 1727096927.87906: variable 'omit' from source: magic vars 37183 1727096927.88003: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096927.88093: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096927.88110: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096927.88129: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.88357: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096927.88361: variable 'inventory_hostname' from source: set_fact 37183 1727096927.88363: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.88365: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.88610: Set connection var ansible_shell_executable to /bin/sh 37183 1727096927.88613: Set connection var ansible_timeout to 10 37183 1727096927.88615: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096927.88617: Set connection var ansible_connection to ssh 37183 1727096927.88625: Set connection var ansible_shell_type to sh 37183 1727096927.88627: Set connection var ansible_pipelining to False 37183 1727096927.88677: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.88681: variable 'ansible_connection' from source: unknown 37183 1727096927.88684: variable 'ansible_module_compression' from source: unknown 37183 1727096927.88686: variable 'ansible_shell_type' from source: unknown 37183 1727096927.88691: variable 'ansible_shell_executable' from source: unknown 37183 1727096927.88694: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.88696: variable 'ansible_pipelining' from source: unknown 37183 1727096927.88698: variable 'ansible_timeout' from source: unknown 37183 1727096927.88700: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.89044: 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) 37183 1727096927.89064: variable 'omit' from source: magic vars 37183 1727096927.89069: starting attempt loop 37183 1727096927.89072: running the handler 37183 1727096927.89262: handler run complete 37183 1727096927.89265: attempt loop complete, returning result 37183 1727096927.89267: _execute() done 37183 1727096927.89269: dumping result to json 37183 1727096927.89272: done dumping result, returning 37183 1727096927.89274: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables [129116b5-d8e7-d2f1-2000-00000000013b] 37183 1727096927.89276: sending task result for task 129116b5-d8e7-d2f1-2000-00000000013b 37183 1727096927.89572: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000013b 37183 1727096927.89575: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": {}, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml" ], "changed": false } 37183 1727096927.89642: no more pending results, returning what we have 37183 1727096927.89644: results queue empty 37183 1727096927.89645: checking for any_errors_fatal 37183 1727096927.89655: done checking for any_errors_fatal 37183 1727096927.89655: checking for max_fail_percentage 37183 1727096927.89657: done checking for max_fail_percentage 37183 1727096927.89657: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.89658: done checking to see if all hosts have failed 37183 1727096927.89659: getting the remaining hosts for this loop 37183 1727096927.89660: done getting the remaining hosts for this loop 37183 1727096927.89664: getting the next task for host managed_node3 37183 1727096927.89671: done getting next task for host managed_node3 37183 1727096927.89675: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 37183 1727096927.89678: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096927.89691: getting variables 37183 1727096927.89692: in VariableManager get_vars() 37183 1727096927.89728: Calling all_inventory to load vars for managed_node3 37183 1727096927.89731: Calling groups_inventory to load vars for managed_node3 37183 1727096927.89734: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.89743: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.89747: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.89750: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.90067: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.90157: done with get_vars() 37183 1727096927.90166: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Enable package repositories] ****** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 Monday 23 September 2024 09:08:47 -0400 (0:00:00.067) 0:00:03.153 ****** 37183 1727096927.90471: entering _queue_task() for managed_node3/include_tasks 37183 1727096927.90968: worker is 1 (out of 1 available) 37183 1727096927.90979: exiting _queue_task() for managed_node3/include_tasks 37183 1727096927.90992: done queuing things up, now waiting for results queue to drain 37183 1727096927.90993: waiting for pending results... 37183 1727096927.91915: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 37183 1727096927.92078: in run() - task 129116b5-d8e7-d2f1-2000-0000000000ac 37183 1727096927.92083: variable 'ansible_search_path' from source: unknown 37183 1727096927.92086: variable 'ansible_search_path' from source: unknown 37183 1727096927.92419: calling self._execute() 37183 1727096927.92529: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096927.92604: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096927.92613: variable 'omit' from source: magic vars 37183 1727096927.93573: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096927.93829: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096927.93833: _execute() done 37183 1727096927.93835: dumping result to json 37183 1727096927.93837: done dumping result, returning 37183 1727096927.93839: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories [129116b5-d8e7-d2f1-2000-0000000000ac] 37183 1727096927.93841: sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ac 37183 1727096927.93920: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ac 37183 1727096927.93925: WORKER PROCESS EXITING 37183 1727096927.93965: no more pending results, returning what we have 37183 1727096927.93970: in VariableManager get_vars() 37183 1727096927.94012: Calling all_inventory to load vars for managed_node3 37183 1727096927.94015: Calling groups_inventory to load vars for managed_node3 37183 1727096927.94017: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.94027: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.94030: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.94032: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.94110: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.94414: done with get_vars() 37183 1727096927.94423: variable 'ansible_search_path' from source: unknown 37183 1727096927.94424: variable 'ansible_search_path' from source: unknown 37183 1727096927.94456: we have included files to process 37183 1727096927.94457: generating all_blocks data 37183 1727096927.94458: done generating all_blocks data 37183 1727096927.94462: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 37183 1727096927.94464: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 37183 1727096927.94466: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 37183 1727096927.95401: in VariableManager get_vars() 37183 1727096927.95432: done with get_vars() 37183 1727096927.95447: done processing included file 37183 1727096927.95449: iterating over new_blocks loaded from include file 37183 1727096927.95450: in VariableManager get_vars() 37183 1727096927.95469: done with get_vars() 37183 1727096927.95470: filtering new block on tags 37183 1727096927.95512: done filtering new block on tags 37183 1727096927.95515: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml for managed_node3 37183 1727096927.95728: extending task lists for all hosts with included blocks 37183 1727096927.97085: done extending task lists 37183 1727096927.97086: done processing included files 37183 1727096927.97089: results queue empty 37183 1727096927.97090: checking for any_errors_fatal 37183 1727096927.97094: done checking for any_errors_fatal 37183 1727096927.97094: checking for max_fail_percentage 37183 1727096927.97095: done checking for max_fail_percentage 37183 1727096927.97096: checking to see if all hosts have failed and the running result is not ok 37183 1727096927.97097: done checking to see if all hosts have failed 37183 1727096927.97098: getting the remaining hosts for this loop 37183 1727096927.97099: done getting the remaining hosts for this loop 37183 1727096927.97102: getting the next task for host managed_node3 37183 1727096927.97106: done getting next task for host managed_node3 37183 1727096927.97109: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 37183 1727096927.97112: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096927.97123: getting variables 37183 1727096927.97125: in VariableManager get_vars() 37183 1727096927.97174: Calling all_inventory to load vars for managed_node3 37183 1727096927.97177: Calling groups_inventory to load vars for managed_node3 37183 1727096927.97179: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096927.97185: Calling all_plugins_play to load vars for managed_node3 37183 1727096927.97190: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096927.97194: Calling groups_plugins_play to load vars for managed_node3 37183 1727096927.97441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096927.97531: done with get_vars() 37183 1727096927.97538: done getting variables 37183 1727096927.97581: 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.ha_cluster : Find platform/version specific tasks to enable repositories] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 Monday 23 September 2024 09:08:47 -0400 (0:00:00.071) 0:00:03.224 ****** 37183 1727096927.97612: entering _queue_task() for managed_node3/set_fact 37183 1727096927.98443: worker is 1 (out of 1 available) 37183 1727096927.98456: exiting _queue_task() for managed_node3/set_fact 37183 1727096927.98468: done queuing things up, now waiting for results queue to drain 37183 1727096927.98469: waiting for pending results... 37183 1727096927.99040: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 37183 1727096927.99406: in run() - task 129116b5-d8e7-d2f1-2000-00000000016e 37183 1727096927.99411: variable 'ansible_search_path' from source: unknown 37183 1727096927.99414: variable 'ansible_search_path' from source: unknown 37183 1727096928.00228: variable 'ansible_facts' from source: unknown 37183 1727096928.00716: variable 'ansible_facts' from source: unknown 37183 1727096928.00982: variable 'ansible_facts' from source: unknown 37183 1727096928.01347: variable 'ansible_facts' from source: unknown 37183 1727096928.01375: variable 'omit' from source: magic vars 37183 1727096928.01590: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.01595: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.01606: variable 'omit' from source: magic vars 37183 1727096928.02022: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096928.02028: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096928.02294: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096928.03336: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096928.03523: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096928.03554: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096928.03855: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096928.03881: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.04080: variable 'role_path' from source: magic vars 37183 1727096928.04083: variable 'item' from source: unknown 37183 1727096928.04097: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 37183 1727096928.04100: variable 'omit' from source: magic vars 37183 1727096928.04276: variable 'omit' from source: magic vars 37183 1727096928.04462: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.04610: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.04685: variable 'role_path' from source: magic vars 37183 1727096928.04691: variable 'item' from source: unknown 37183 1727096928.04706: variable 'omit' from source: magic vars 37183 1727096928.04799: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096928.04830: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096928.04845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096928.04862: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.04871: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.05015: variable 'inventory_hostname' from source: set_fact 37183 1727096928.05018: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.05023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.05269: Set connection var ansible_shell_executable to /bin/sh 37183 1727096928.05272: Set connection var ansible_timeout to 10 37183 1727096928.05275: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096928.05277: Set connection var ansible_connection to ssh 37183 1727096928.05279: Set connection var ansible_shell_type to sh 37183 1727096928.05281: Set connection var ansible_pipelining to False 37183 1727096928.05283: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.05286: variable 'ansible_connection' from source: unknown 37183 1727096928.05290: variable 'ansible_module_compression' from source: unknown 37183 1727096928.05293: variable 'ansible_shell_type' from source: unknown 37183 1727096928.05295: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.05299: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.05301: variable 'ansible_pipelining' from source: unknown 37183 1727096928.05303: variable 'ansible_timeout' from source: unknown 37183 1727096928.05305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.05597: 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) 37183 1727096928.05657: variable 'omit' from source: magic vars 37183 1727096928.05660: starting attempt loop 37183 1727096928.05663: running the handler 37183 1727096928.05675: handler run complete 37183 1727096928.05685: attempt loop complete, returning result 37183 1727096928.05701: variable 'item' from source: unknown 37183 1727096928.05874: variable 'item' from source: unknown ok: [managed_node3] => (item=RedHat.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/RedHat.yml" }, "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } 37183 1727096928.06227: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.06230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.06233: variable 'omit' from source: magic vars 37183 1727096928.06480: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096928.06485: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096928.06610: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.06906: variable 'role_path' from source: magic vars 37183 1727096928.06909: variable 'item' from source: unknown 37183 1727096928.06985: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 37183 1727096928.06990: variable 'omit' from source: magic vars 37183 1727096928.06993: variable 'omit' from source: magic vars 37183 1727096928.07023: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.07282: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.07394: variable 'role_path' from source: magic vars 37183 1727096928.07397: variable 'item' from source: unknown 37183 1727096928.07417: variable 'omit' from source: magic vars 37183 1727096928.07437: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096928.07446: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.07453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.07466: variable 'inventory_hostname' from source: set_fact 37183 1727096928.07636: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.07639: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.07678: Set connection var ansible_shell_executable to /bin/sh 37183 1727096928.07683: Set connection var ansible_timeout to 10 37183 1727096928.07820: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096928.07825: Set connection var ansible_connection to ssh 37183 1727096928.07827: Set connection var ansible_shell_type to sh 37183 1727096928.07831: Set connection var ansible_pipelining to False 37183 1727096928.07855: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.07858: variable 'ansible_connection' from source: unknown 37183 1727096928.07861: variable 'ansible_module_compression' from source: unknown 37183 1727096928.07863: variable 'ansible_shell_type' from source: unknown 37183 1727096928.07865: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.07867: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.07926: variable 'ansible_pipelining' from source: unknown 37183 1727096928.07929: variable 'ansible_timeout' from source: unknown 37183 1727096928.07931: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.08127: 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) 37183 1727096928.08130: variable 'omit' from source: magic vars 37183 1727096928.08133: starting attempt loop 37183 1727096928.08135: running the handler 37183 1727096928.08137: handler run complete 37183 1727096928.08139: attempt loop complete, returning result 37183 1727096928.08141: variable 'item' from source: unknown 37183 1727096928.08202: variable 'item' from source: unknown ok: [managed_node3] => (item=CentOS.yml) => { "ansible_facts": { "__ha_cluster_enable_repo_tasks_file": "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml" }, "ansible_loop_var": "item", "changed": false, "item": "CentOS.yml" } 37183 1727096928.08429: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.08432: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.08435: variable 'omit' from source: magic vars 37183 1727096928.08437: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096928.08439: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096928.08626: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.08645: variable 'role_path' from source: magic vars 37183 1727096928.08648: variable 'item' from source: unknown 37183 1727096928.08826: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 37183 1727096928.08830: when evaluation is False, skipping this task 37183 1727096928.08832: variable 'item' from source: unknown 37183 1727096928.08834: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 37183 1727096928.08901: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.08904: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.08907: variable 'omit' from source: magic vars 37183 1727096928.09128: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096928.09131: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096928.09134: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 37183 1727096928.09196: variable 'role_path' from source: magic vars 37183 1727096928.09199: variable 'item' from source: unknown 37183 1727096928.09215: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 37183 1727096928.09224: when evaluation is False, skipping this task 37183 1727096928.09255: variable 'item' from source: unknown 37183 1727096928.09310: variable 'item' from source: unknown skipping: [managed_node3] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__ha_cluster_enable_repo_tasks_file_candidate is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } 37183 1727096928.09627: dumping result to json 37183 1727096928.09630: done dumping result, returning 37183 1727096928.09633: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories [129116b5-d8e7-d2f1-2000-00000000016e] 37183 1727096928.09635: sending task result for task 129116b5-d8e7-d2f1-2000-00000000016e 37183 1727096928.09671: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000016e 37183 1727096928.09673: WORKER PROCESS EXITING 37183 1727096928.09723: no more pending results, returning what we have 37183 1727096928.09727: results queue empty 37183 1727096928.09727: checking for any_errors_fatal 37183 1727096928.09729: done checking for any_errors_fatal 37183 1727096928.09730: checking for max_fail_percentage 37183 1727096928.09731: done checking for max_fail_percentage 37183 1727096928.09732: checking to see if all hosts have failed and the running result is not ok 37183 1727096928.09733: done checking to see if all hosts have failed 37183 1727096928.09733: getting the remaining hosts for this loop 37183 1727096928.09735: done getting the remaining hosts for this loop 37183 1727096928.09738: getting the next task for host managed_node3 37183 1727096928.09743: done getting next task for host managed_node3 37183 1727096928.09746: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 37183 1727096928.09750: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096928.09759: getting variables 37183 1727096928.09761: in VariableManager get_vars() 37183 1727096928.09793: Calling all_inventory to load vars for managed_node3 37183 1727096928.09796: Calling groups_inventory to load vars for managed_node3 37183 1727096928.09798: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096928.09807: Calling all_plugins_play to load vars for managed_node3 37183 1727096928.09809: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096928.09812: Calling groups_plugins_play to load vars for managed_node3 37183 1727096928.09893: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096928.10190: done with get_vars() 37183 1727096928.10199: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Monday 23 September 2024 09:08:48 -0400 (0:00:00.126) 0:00:03.351 ****** 37183 1727096928.10297: entering _queue_task() for managed_node3/include_tasks 37183 1727096928.10959: worker is 1 (out of 1 available) 37183 1727096928.10968: exiting _queue_task() for managed_node3/include_tasks 37183 1727096928.10977: done queuing things up, now waiting for results queue to drain 37183 1727096928.10978: waiting for pending results... 37183 1727096928.11339: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 37183 1727096928.11528: in run() - task 129116b5-d8e7-d2f1-2000-00000000016f 37183 1727096928.11600: variable 'ansible_search_path' from source: unknown 37183 1727096928.11605: variable 'ansible_search_path' from source: unknown 37183 1727096928.11637: calling self._execute() 37183 1727096928.11809: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.11814: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.11826: variable 'omit' from source: magic vars 37183 1727096928.12594: variable 'ha_cluster_enable_repos' from source: role '' defaults 37183 1727096928.12613: Evaluated conditional (ha_cluster_enable_repos): True 37183 1727096928.13024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 37183 1727096928.13662: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 37183 1727096928.13694: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 37183 1727096928.13827: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 37183 1727096928.13850: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 37183 1727096928.14072: 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) 37183 1727096928.14099: 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) 37183 1727096928.14127: 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) 37183 1727096928.14151: 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) 37183 1727096928.14727: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 37183 1727096928.14730: Evaluated conditional (__ha_cluster_enable_repo_tasks_file is defined): True 37183 1727096928.14733: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096928.18655: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096928.18725: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096928.18885: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096928.18913: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096928.18938: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096928.19101: 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) 37183 1727096928.19125: 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) 37183 1727096928.19196: 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) 37183 1727096928.19236: 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) 37183 1727096928.19250: 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) 37183 1727096928.19456: variable '__ha_cluster_is_ostree' from source: set_fact 37183 1727096928.19470: Evaluated conditional (not __ha_cluster_is_ostree | d(false)): True 37183 1727096928.19477: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 37183 1727096928.19665: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 37183 1727096928.19679: _execute() done 37183 1727096928.19683: dumping result to json 37183 1727096928.19685: done dumping result, returning 37183 1727096928.19693: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories [129116b5-d8e7-d2f1-2000-00000000016f] 37183 1727096928.19698: sending task result for task 129116b5-d8e7-d2f1-2000-00000000016f 37183 1727096928.19918: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000016f 37183 1727096928.20026: WORKER PROCESS EXITING 37183 1727096928.20066: no more pending results, returning what we have 37183 1727096928.20070: in VariableManager get_vars() 37183 1727096928.20111: Calling all_inventory to load vars for managed_node3 37183 1727096928.20114: Calling groups_inventory to load vars for managed_node3 37183 1727096928.20116: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096928.20128: Calling all_plugins_play to load vars for managed_node3 37183 1727096928.20130: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096928.20133: Calling groups_plugins_play to load vars for managed_node3 37183 1727096928.20218: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096928.20590: done with get_vars() 37183 1727096928.20596: variable 'ansible_search_path' from source: unknown 37183 1727096928.20597: variable 'ansible_search_path' from source: unknown 37183 1727096928.20617: we have included files to process 37183 1727096928.20618: generating all_blocks data 37183 1727096928.20620: done generating all_blocks data 37183 1727096928.20626: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 37183 1727096928.20627: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 37183 1727096928.20630: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 37183 1727096928.21575: done processing included file 37183 1727096928.21578: iterating over new_blocks loaded from include file 37183 1727096928.21579: in VariableManager get_vars() 37183 1727096928.21603: done with get_vars() 37183 1727096928.21605: filtering new block on tags 37183 1727096928.21660: done filtering new block on tags 37183 1727096928.21663: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml for managed_node3 37183 1727096928.21668: extending task lists for all hosts with included blocks 37183 1727096928.22016: done extending task lists 37183 1727096928.22018: done processing included files 37183 1727096928.22018: results queue empty 37183 1727096928.22019: checking for any_errors_fatal 37183 1727096928.22030: done checking for any_errors_fatal 37183 1727096928.22031: checking for max_fail_percentage 37183 1727096928.22032: done checking for max_fail_percentage 37183 1727096928.22033: checking to see if all hosts have failed and the running result is not ok 37183 1727096928.22034: done checking to see if all hosts have failed 37183 1727096928.22035: getting the remaining hosts for this loop 37183 1727096928.22036: done getting the remaining hosts for this loop 37183 1727096928.22039: getting the next task for host managed_node3 37183 1727096928.22043: done getting next task for host managed_node3 37183 1727096928.22046: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 37183 1727096928.22049: ^ state is: HOST STATE: block=2, task=7, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096928.22129: getting variables 37183 1727096928.22131: in VariableManager get_vars() 37183 1727096928.22144: Calling all_inventory to load vars for managed_node3 37183 1727096928.22147: Calling groups_inventory to load vars for managed_node3 37183 1727096928.22149: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096928.22154: Calling all_plugins_play to load vars for managed_node3 37183 1727096928.22156: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096928.22159: Calling groups_plugins_play to load vars for managed_node3 37183 1727096928.22339: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096928.22543: done with get_vars() 37183 1727096928.22551: done getting variables 37183 1727096928.22715: 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 [fedora.linux_system_roles.ha_cluster : List active CentOS repositories] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 Monday 23 September 2024 09:08:48 -0400 (0:00:00.124) 0:00:03.476 ****** 37183 1727096928.22750: entering _queue_task() for managed_node3/command 37183 1727096928.22752: Creating lock for command 37183 1727096928.23415: worker is 1 (out of 1 available) 37183 1727096928.23581: exiting _queue_task() for managed_node3/command 37183 1727096928.23594: done queuing things up, now waiting for results queue to drain 37183 1727096928.23595: waiting for pending results... 37183 1727096928.23893: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 37183 1727096928.24292: in run() - task 129116b5-d8e7-d2f1-2000-0000000001c1 37183 1727096928.24296: variable 'ansible_search_path' from source: unknown 37183 1727096928.24299: variable 'ansible_search_path' from source: unknown 37183 1727096928.24302: calling self._execute() 37183 1727096928.24528: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.24532: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.24535: variable 'omit' from source: magic vars 37183 1727096928.24762: variable 'omit' from source: magic vars 37183 1727096928.24766: variable 'omit' from source: magic vars 37183 1727096928.24835: variable 'omit' from source: magic vars 37183 1727096928.24873: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096928.25025: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096928.25048: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096928.25065: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.25077: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096928.25220: variable 'inventory_hostname' from source: set_fact 37183 1727096928.25225: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.25228: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.25448: Set connection var ansible_shell_executable to /bin/sh 37183 1727096928.25452: Set connection var ansible_timeout to 10 37183 1727096928.25458: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096928.25461: Set connection var ansible_connection to ssh 37183 1727096928.25463: Set connection var ansible_shell_type to sh 37183 1727096928.25473: Set connection var ansible_pipelining to False 37183 1727096928.25498: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.25501: variable 'ansible_connection' from source: unknown 37183 1727096928.25504: variable 'ansible_module_compression' from source: unknown 37183 1727096928.25506: variable 'ansible_shell_type' from source: unknown 37183 1727096928.25509: variable 'ansible_shell_executable' from source: unknown 37183 1727096928.25511: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096928.25513: variable 'ansible_pipelining' from source: unknown 37183 1727096928.25520: variable 'ansible_timeout' from source: unknown 37183 1727096928.25631: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096928.25880: 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) 37183 1727096928.25892: variable 'omit' from source: magic vars 37183 1727096928.25895: starting attempt loop 37183 1727096928.25898: running the handler 37183 1727096928.25968: _low_level_execute_command(): starting 37183 1727096928.25976: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 37183 1727096928.27264: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096928.27382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096928.29128: stdout chunk (state=3): >>>/root <<< 37183 1727096928.29324: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096928.29328: stdout chunk (state=3): >>><<< 37183 1727096928.29330: stderr chunk (state=3): >>><<< 37183 1727096928.29333: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096928.29336: _low_level_execute_command(): starting 37183 1727096928.29339: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600 `" && echo ansible-tmp-1727096928.2929585-37306-167914179963600="` echo /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600 `" ) && sleep 0' 37183 1727096928.30207: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096928.30221: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096928.30236: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096928.30254: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096928.30317: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096928.30394: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096928.30461: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096928.30473: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096928.30548: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096928.32509: stdout chunk (state=3): >>>ansible-tmp-1727096928.2929585-37306-167914179963600=/root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600 <<< 37183 1727096928.32642: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096928.32840: stderr chunk (state=3): >>><<< 37183 1727096928.32844: stdout chunk (state=3): >>><<< 37183 1727096928.32846: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096928.2929585-37306-167914179963600=/root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096928.32876: variable 'ansible_module_compression' from source: unknown 37183 1727096928.33129: ANSIBALLZ: Using generic lock for ansible.legacy.command 37183 1727096928.33132: ANSIBALLZ: Acquiring lock 37183 1727096928.33134: ANSIBALLZ: Lock acquired: 140026946210896 37183 1727096928.33136: ANSIBALLZ: Creating module 37183 1727096928.53110: ANSIBALLZ: Writing module into payload 37183 1727096928.53215: ANSIBALLZ: Writing module 37183 1727096928.53279: ANSIBALLZ: Renaming module 37183 1727096928.53292: ANSIBALLZ: Done creating module 37183 1727096928.53315: variable 'ansible_facts' from source: unknown 37183 1727096928.53507: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py 37183 1727096928.53643: Sending initial data 37183 1727096928.53702: Sent initial data (156 bytes) 37183 1727096928.54260: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096928.54336: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096928.54392: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096928.54411: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096928.54443: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096928.54679: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096928.56174: 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 <<< 37183 1727096928.56347: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 37183 1727096928.56435: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3718317k269cw/tmp_6zwcv1e /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py <<< 37183 1727096928.56439: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py" <<< 37183 1727096928.56516: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3718317k269cw/tmp_6zwcv1e" to remote "/root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py" <<< 37183 1727096928.57957: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096928.58019: stderr chunk (state=3): >>><<< 37183 1727096928.58344: stdout chunk (state=3): >>><<< 37183 1727096928.58348: done transferring module to remote 37183 1727096928.58351: _low_level_execute_command(): starting 37183 1727096928.58353: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/ /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py && sleep 0' 37183 1727096928.59527: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096928.59541: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096928.59635: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096928.59699: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096928.59710: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096928.59887: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096928.59925: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096928.61699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096928.61842: stderr chunk (state=3): >>><<< 37183 1727096928.62019: stdout chunk (state=3): >>><<< 37183 1727096928.62024: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096928.62026: _low_level_execute_command(): starting 37183 1727096928.62028: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/AnsiballZ_command.py && sleep 0' 37183 1727096928.63274: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096928.63278: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096928.63280: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096928.63283: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096928.63325: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096928.63340: 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.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096928.63436: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096928.63504: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096928.63554: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096928.63640: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096928.65802: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 37183 1727096928.65929: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # <<< 37183 1727096928.65933: stdout chunk (state=3): >>>import '_io' # <<< 37183 1727096928.65935: stdout chunk (state=3): >>>import 'marshal' # <<< 37183 1727096928.65966: stdout chunk (state=3): >>>import 'posix' # <<< 37183 1727096928.66005: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 37183 1727096928.66033: stdout chunk (state=3): >>># installing zipimport hook <<< 37183 1727096928.66036: stdout chunk (state=3): >>>import 'time' # <<< 37183 1727096928.66039: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 37183 1727096928.66119: 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' # <<< 37183 1727096928.66141: stdout chunk (state=3): >>>import 'codecs' # <<< 37183 1727096928.66236: 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' import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571218bb00> <<< 37183 1727096928.66251: 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 0x7f57121bea50> <<< 37183 1727096928.66278: stdout chunk (state=3): >>>import '_signal' # <<< 37183 1727096928.66303: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 37183 1727096928.66478: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 37183 1727096928.66482: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 37183 1727096928.66504: stdout chunk (state=3): >>>import 'os' # <<< 37183 1727096928.66565: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.pth' <<< 37183 1727096928.66702: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121cd130> # /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 0x7f57121ce3c0> <<< 37183 1727096928.66725: 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' <<< 37183 1727096928.66744: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 37183 1727096928.66819: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121cf1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121ce5d0> # /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 0x7f5711fc00e0> <<< 37183 1727096928.66887: stdout chunk (state=3): >>>import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 37183 1727096928.66929: 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 <<< 37183 1727096928.66952: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096928.66955: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121cddf0> <<< 37183 1727096928.67035: 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. <<< 37183 1727096928.67247: 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' <<< 37183 1727096928.67441: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/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 0x7f5711fddcd0> <<< 37183 1727096928.67444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 37183 1727096928.67472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 37183 1727096928.67581: 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 0x7f5712020d70> <<< 37183 1727096928.67678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 37183 1727096928.67700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712021400> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fdfd70> import '_functools' # <<< 37183 1727096928.67730: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fde630> <<< 37183 1727096928.67831: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe6e40> <<< 37183 1727096928.67859: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 37183 1727096928.67916: 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 <<< 37183 1727096928.67941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 37183 1727096928.68044: 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 0x7f5712050980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712023560> # /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 0x7f57120509e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fdcd70> <<< 37183 1727096928.68135: 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 0x7f5712051c40> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe6120> <<< 37183 1727096928.68157: 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' <<< 37183 1727096928.68177: 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 0x7f5712052090> <<< 37183 1727096928.68244: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712051f40> # 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 0x7f5712052330> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe4d10> <<< 37183 1727096928.68272: stdout chunk (state=3): >>>import 'runpy' # <<< 37183 1727096928.68345: 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' <<< 37183 1727096928.68354: 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 0x7f5712070860> <<< 37183 1727096928.68375: stdout chunk (state=3): >>>import 'errno' # <<< 37183 1727096928.68461: 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 0x7f5712071fa0> # /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' <<< 37183 1727096928.68584: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712072e10> <<< 37183 1727096928.68611: 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 0x7f5712073440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712072360> # /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' <<< 37183 1727096928.68616: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5712073ec0> <<< 37183 1727096928.68630: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57120735f0> <<< 37183 1727096928.68657: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712052660> <<< 37183 1727096928.68700: 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' <<< 37183 1727096928.68729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 37183 1727096928.68942: 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 0x7f5711e07dd0> # /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 0x7f5711e34890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e345f0> # 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 0x7f5711e348c0> # /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' <<< 37183 1727096928.69042: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096928.69172: 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 0x7f5711e351f0> <<< 37183 1727096928.69203: 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 0x7f5711e35be0> <<< 37183 1727096928.69218: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e34aa0> <<< 37183 1727096928.69250: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e05f70> <<< 37183 1727096928.69263: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 37183 1727096928.69613: 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 0x7f5711e36ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e35d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712052d80> # /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 0x7f5711e5f380> <<< 37183 1727096928.69747: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e83710> # /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' <<< 37183 1727096928.69801: stdout chunk (state=3): >>>import 'ntpath' # <<< 37183 1727096928.69824: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 37183 1727096928.69942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc' import 'urllib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ee0530> # /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' <<< 37183 1727096928.70024: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ee2c90> <<< 37183 1727096928.70097: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ee0650> <<< 37183 1727096928.70131: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ea5520> <<< 37183 1727096928.70159: 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 0x7f5711ce1610> <<< 37183 1727096928.70234: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e82540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e37f50> <<< 37183 1727096928.70500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5711e82b40> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jqhs9p0j/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 37183 1727096928.70605: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.70639: 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' <<< 37183 1727096928.70701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 37183 1727096928.70757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 37183 1727096928.70806: 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 0x7f5711d372f0> import '_typing' # <<< 37183 1727096928.71028: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d1a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d19340> # zipimport: zlib available <<< 37183 1727096928.71051: stdout chunk (state=3): >>>import 'ansible' # <<< 37183 1727096928.71064: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.71089: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.71093: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.71230: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 37183 1727096928.72550: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.73667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 37183 1727096928.73672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d351c0> <<< 37183 1727096928.73682: 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' <<< 37183 1727096928.73747: 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' <<< 37183 1727096928.73750: 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' <<< 37183 1727096928.73784: 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 0x7f5711d5ec00> <<< 37183 1727096928.73814: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d5e990> <<< 37183 1727096928.73857: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d5e2a0> <<< 37183 1727096928.73876: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 37183 1727096928.73895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 37183 1727096928.73999: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d5e6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d37f80> 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 0x7f5711d5f980> # extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096928.74018: 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 0x7f5711d5fb90> <<< 37183 1727096928.74090: 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' <<< 37183 1727096928.74107: stdout chunk (state=3): >>>import '_locale' # <<< 37183 1727096928.74159: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d84080> import 'pwd' # <<< 37183 1727096928.74181: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 37183 1727096928.74205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 37183 1727096928.74243: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571170de20> <<< 37183 1727096928.74282: 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 0x7f571170fa40> <<< 37183 1727096928.74330: 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' <<< 37183 1727096928.74538: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711714440> <<< 37183 1727096928.74551: 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 0x7f57117155e0> # /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 0x7f57117180b0> <<< 37183 1727096928.74579: 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 0x7f57117181d0> <<< 37183 1727096928.74604: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711716360> <<< 37183 1727096928.74625: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 37183 1727096928.74670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 37183 1727096928.74673: 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' <<< 37183 1727096928.74698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 37183 1727096928.74736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 37183 1727096928.74771: 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 0x7f571171bfb0> <<< 37183 1727096928.74782: stdout chunk (state=3): >>>import '_tokenize' # <<< 37183 1727096928.74847: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571171aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571171a7e0> <<< 37183 1727096928.74875: 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' <<< 37183 1727096928.74949: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571171ad50> <<< 37183 1727096928.74997: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711716870> <<< 37183 1727096928.75032: 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 0x7f571175ffe0> <<< 37183 1727096928.75117: 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 0x7f5711760260> <<< 37183 1727096928.75124: 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' <<< 37183 1727096928.75155: 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 0x7f5711761df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711761be0> <<< 37183 1727096928.75159: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 37183 1727096928.75262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 37183 1727096928.75430: 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 0x7f5711764350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711762480> # /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' # <<< 37183 1727096928.75454: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711767b00> <<< 37183 1727096928.75589: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711764500> <<< 37183 1727096928.75695: 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 0x7f5711768bc0> <<< 37183 1727096928.75701: 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' <<< 37183 1727096928.75704: 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 0x7f57117689b0> <<< 37183 1727096928.75706: 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' <<< 37183 1727096928.75732: 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 0x7f5711768ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711760560> <<< 37183 1727096928.75945: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py # code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' # extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57117f44a0> <<< 37183 1727096928.75994: 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' <<< 37183 1727096928.76038: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f57117f5760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571176ac30> <<< 37183 1727096928.76041: 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 0x7f571176bfe0> <<< 37183 1727096928.76065: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571176a870> # zipimport: zlib available <<< 37183 1727096928.76083: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 37183 1727096928.76095: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.76228: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.76275: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.76296: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 37183 1727096928.76387: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 37183 1727096928.76452: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.76571: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.77141: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.77628: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 37183 1727096928.77688: 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' <<< 37183 1727096928.77731: 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 0x7f57117f9910> <<< 37183 1727096928.78228: 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' <<< 37183 1727096928.78231: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117fa810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117f5a60> import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096928.78236: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 37183 1727096928.78238: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.78248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 37183 1727096928.78269: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117fa6f0> <<< 37183 1727096928.78332: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.78758: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79198: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79269: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79343: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 37183 1727096928.79363: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79429: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.warnings' # <<< 37183 1727096928.79445: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79512: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79652: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 37183 1727096928.79665: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 37183 1727096928.79926: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.79955: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096928.80180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 37183 1727096928.80241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 37183 1727096928.80252: stdout chunk (state=3): >>>import '_ast' # <<< 37183 1727096928.80316: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117fb950> <<< 37183 1727096928.80328: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.80497: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.80511: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 37183 1727096928.80539: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 37183 1727096928.80553: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.80596: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.80655: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 37183 1727096928.80684: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.80827: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 37183 1727096928.80853: 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 <<< 37183 1727096928.80894: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096928.80976: 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 0x7f5711606300> <<< 37183 1727096928.81008: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711603ef0> <<< 37183 1727096928.81050: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 37183 1727096928.81119: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.81178: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.81210: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.81379: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # 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' <<< 37183 1727096928.81408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 37183 1727096928.81420: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 37183 1727096928.81476: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711dbe960> <<< 37183 1727096928.81507: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711dae630> <<< 37183 1727096928.81598: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711769130> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117fb200> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 37183 1727096928.81613: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.81640: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.81668: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 37183 1727096928.81749: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 37183 1727096928.81766: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 37183 1727096928.81915: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096928.82034: 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' <<< 37183 1727096928.82148: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711768c50> <<< 37183 1727096928.82152: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.04005: stdout chunk (state=3): >>> {"changed": true, "stdout": "repo id repo name\nappstream CentOS Stream 10 - AppStream\nbaseos CentOS Stream 10 - BaseOS\nbeaker-client Beaker Client - RedHatEnterpriseLinux9\nbeaker-harness Beaker harness\nbeakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv\nhighavailability CentOS Stream 10 - HighAvailability", "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 0x7ff117f68530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117f33b60>\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/__p<<< 37183 1727096929.04205: stdout chunk (state=3): >>>ycache__/utf_8.cpython-312.pyc'\nimport 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117f6aab0>\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'\nProcessing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7ff117d3d190>\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 0x7ff117d3e420>\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 0x7ff117d3f200>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d3e630>\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 0x7ff117d70140>\nimport 'importlib.util' # \nimport 'importlib.machinery' # \n# possible namespace for /usr/lib64/python3.12/site-packages/google\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\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 0x7ff117d3de50>\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/__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 0x7ff117d8b2f0>\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/__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'\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 0x7ff117d96420>\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__/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 0x7ff117ddcfb0>\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 0x7ff117ddd5e0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da0500>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da2f60>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d97680>\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 0x7ff117e0cb30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117ddf740>\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 0x7ff117e0cb90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dcd880>\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 0x7ff117e0de80>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d96e10>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d947d0>\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'\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 0x7ff117e0f710>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e0f530>\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 0x7ff117e0f9b0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dddf40>\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 0x7ff117e0fd10>\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 0x7ff117e0ffe0>\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/__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 0x7ff117e2c560>\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__/_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'\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 0x7ff117e2ff50>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2f6e0>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2f740>\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__/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'\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 0x7ff117c44e90>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44a40>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c37e90>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e7e0>\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# 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 0x7ff117c64710>\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 0x7ff117c651c0>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c64f20>\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 0x7ff117c651f0>\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 0x7ff117c65b20>\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 0x7ff117c664e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c653d0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c468a0>\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 0x7ff117c67da0>\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# /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 0x7ff117c85d30>\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 0x7ff117c85dc0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2ff20>\nimport 'errno' # \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 0x7ff117cac140>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c66630>\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 0x7ff117cac350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c67020>\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 0x7ff117cac8c0>\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# /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 0x7ff117caede0>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cac980>\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 0x7ff117d0cd40>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cfa420>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cf8d70>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44d10>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2da30>\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'\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 0x7ff1175339e0>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517f80>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e120>\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'\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/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 0x7ff11755f800>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755d790>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517ad0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2d1c0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c650>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c290>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c110>\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 0x7ff117e2c680>\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__/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 0x7ff1175bd730>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11758eb40>\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 0x7ff1175bec60>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bd0d0>\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 0x7ff1175be810>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755fbc0>\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 0x7ff1175bed80>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8be90>\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 0x7ff117d943e0>\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 0x7ff1174104d0>\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 0x7ff11742c620>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c1a0>\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 0x7ff11742ff50>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c7a0>\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 0x7ff11749f2c0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1174682f0>\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 0x7ff115955070>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11749f8c0>\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 0x7ff115957f80>\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 0x7ff115998170>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115955190>\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 0x7ff1159c5700>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159998e0>\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 0x7ff1159c69f0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c5d90>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117411d60>\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 0x7ff11758f9b0>\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'\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 0x7ff1159f24e0>\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 0x7ff1159f2840>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1970>\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 0x7ff115a21a60>\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 0x7ff115a22960>\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 0x7ff115a23290>\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 0x7ff115a23050>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a22ba0>\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'\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 0x7ff11504fb90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e780>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e4e0>\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 0x7ff11504ea50>\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 0x7ff11507f890>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504c860>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11501d190>\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'\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# /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 0x7ff1150bd910>\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 0x7ff1150bdee0>\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 0x7ff1150bed50>\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 0x7ff1150bf380>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150be2a0>\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 0x7ff1150bfd40>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150bf470>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508f8c0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508de50>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21ac0>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a212b0>\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 0x7ff1150d9730>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21e80>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f35f0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f0f80>\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 0x7ff1159f16a0>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1400>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c6f30>\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 0x7ff1150daff0>\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 0x7ff114e05670>\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 0x7ff114e05e80>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e04890>\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 0x7ff114e06690>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150db050>\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 0x7ff114e30140>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07680>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e074a0>\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'\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 0x7ff114e338c0>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33260>\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 0x7ff114e6dc10>\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 0x7ff114e6e2a0>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e55d00>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33bf0>\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 0x7ff114e6e720>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e326f0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30920>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07920>\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 0x7ff114ea13d0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea0410>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30e60>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py\n# cod<<< 37183 1727096929.04369: stdout chunk (state=3): >>>e object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc'\nimport 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea1a00>\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 0x7ff114ea1df0>\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 0x7ff114ea1eb0>\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 0x7ff114ea1fd0>\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 0x7ff114ec8c80>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea2d80>\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 0x7ff114ec8da0>\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 0x7ff114ec8e90>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea1e20>\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'\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 0x7ff114eca9f0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca720>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca030>\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 0x7ff114ecab70>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec9be0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec8fb0>\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'\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 0x7ff114cc43e0>\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 0x7ff114cf3b90>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cf2f90>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cc53a0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114c9c170>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ecb5c0>\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 0x7ff114c9e4e0>\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 0x7ff115a21a30>\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 0x7ff114d17f80>\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'\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# 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 0x7ff114d36420>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d346e0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d342f0>\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 0x7ff114d36720>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d34bc0>\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 0x7ff114d37620>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bf530>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8b830>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5fda0>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114d85df0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d85970>\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 0x7ff114d34650>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d84860>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d840e0>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5cd10>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5fb60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b03350>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b01e80>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b30b60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b30e60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b310d0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31370>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31ac0>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31910>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33410>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33560>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33770>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b546e0>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33f20>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b552e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b55700>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b558e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b55bb0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56ab0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56d20>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56f30>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b57b60>\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b57680>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b80a10>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b80350>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b816a0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b81970>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b828d0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b82b70>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b82d20>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37890>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37590>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/main.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/utils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc'\nimport 'dnf.cli.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83530>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83050>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba4e90>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba4800>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.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 0x7ff114ba5940>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5670>\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/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'\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba7da0>\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 0x7ff114bcd8e0>\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 0x7ff114bcc890>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114bcc380>\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 0x7ff114be71d0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be6600>\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 0x7ff114bfdee0>\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 0x7ff114bfe9f0>\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 0x7ff114be7860>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be7530>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5be0>\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 0x7ff114ba7920>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5790>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5010>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114984dd0>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.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 0x7ff1149a8110>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986810>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149865d0>\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/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 0x7ff1149f7770>\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 0x7ff114a22de0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a228a0>\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 0x7ff114856060>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a23710>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a20920>\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 0x7ff1148bd880>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a22750>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986ff0>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149856a0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149853a0>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148be750>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1148bfdd0>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf7d0>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf470>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf0e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bfb90>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.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 0x7ff1148f1c10>\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 0x7ff1148f1cd0>\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 0x7ff1148f23c0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2240>\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 0x7ff114918a40>\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 0x7ff114919c70>\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 0x7ff114919ee0>\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 0x7ff11491a030>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919f40>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919730>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114918bc0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f3e30>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f33b0>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2c30>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f16a0>\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f0b90>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f3110>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491a570>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491ae70>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491b230>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491bb60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\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# /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 0x7ff11493fd40>\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 0x7ff1145920f0>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493dfa0>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114592270>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\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 0x7ff114593770>\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593980>\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593b60>\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593da0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114592420>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493c740>\n# destroy dnf.plugin.dynamic\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# destroy 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 types\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 importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing google\n# destroy google\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# destroy 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 gettext\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing email.mime\n# cleanup[2] removing email.errors\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\n# cleanup[2] removing math\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 collections.abc\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing urllib\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 configparser\n# destroy configparser\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# destroy heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\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 weakref\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 copy\n# cleanup[2] removing signal\n# cleanup[2] removing unicodedata\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing textwrap\n# cleanup[2] removing contextlib\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing fnmatch\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing tempfile\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 glob\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 fcntl\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing logging.handlers\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 _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 dnf.persistor\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 inspect\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 _posixsubprocess\n# cleanup[2] removing subprocess\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 dnf.cli.format\n# cleanup[2] removing _curses\n# cleanup[2] removing curses\n# cleanup[2] removing termios\n# cleanup[2] removing dnf.cli.term\n# cleanup[2] removing dnf.cli.progress\n# cleanup[2] removing dnf.cli.output\n# cleanup[2] removing dnf.cli.aliases\n# cleanup[2] removing dnf.cli.option_parser\n# cleanup[2] removing dnf.cli.commands\n# cleanup[2] removing dnf.cli.commands.alias\n# cleanup[2] removing dnf.cli.commands.autoremove\n# cleanup[2] removing dnf.cli.commands.check\n# cleanup[2] removing dnf.cli.commands.clean\n# cleanup[2] removing dnf.cli.commands.repoquery\n# cleanup[2] removing dnf.cli.commands.deplist\n# cleanup[2] removing dnf.cli.commands.distrosync\n# cleanup[2] removing dnf.cli.commands.downgrade\n# cleanup[2] removing dnf.cli.commands.group\n# cleanup[2] removing dnf.transaction_sr\n# cleanup[2] removing dnf.cli.commands.history\n# cleanup[2] removing dnf.cli.commands.install\n# cleanup[2] removing dnf.cli.commands.makecache\n# cleanup[2] removing dnf.cli.commands.mark\n# cleanup[2] removing dnf.cli.commands.module\n# cleanup[2] removing dnf.cli.commands.reinstall\n# cleanup[2] removing dnf.cli.commands.remove\n# cleanup[2] removing dnf.cli.commands.repolist\n# cleanup[2] removing dnf.match_counter\n# cleanup[2] removing dnf.cli.commands.search\n# cleanup[2] removing cmd\n# cleanup[2] removing dnf.cli.commands.shell\n# cleanup[2] removing dnf.cli.commands.swap\n# cleanup[2] removing dnf.cli.commands.updateinfo\n# cleanup[2] removing dnf.cli.commands.upgrade\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\n# cleanup[2] removing dnf.cli.demand\n# cleanup[2] removing dnf.cli.cli\n# cleanup[2] removing dnf.cli\n# cleanup[2] removing dnf.cli.utils\n# cleanup[2] removing dnf.cli.main\n# cleanup[2] removing dnfpluginscore\n# destroy dnfpluginscore\n# cleanup[2] removing dnf.plugin.dynamic.builddep\n# destroy dnf.plugin.dynamic.builddep\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing six\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 dnf.plugin.dynamic.changelog\n# destroy dnf.plugin.dynamic.changelog\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\n# destroy dnf.plugin.dynamic.config_manager\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing distro.distro\n# cleanup[2] removing distro\n# destroy distro\n# destroy distro.distro\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http.client\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing dnf.plugin.dynamic.copr\n# destroy dnf.plugin.dynamic.copr\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\n# destroy dnf.plugin.dynamic.debuginfo-install\n# cleanup[2] removing dnf.plugin.dynamic.download\n# destroy dnf.plugin.dynamic.download\n# cleanup[2] removing _sqlite3\n# cleanup[2] removing sqlite3.dbapi2\n# cleanup[2] removing sqlite3\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\n# destroy dnf.plugin.dynamic.generate_completion_cache\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\n# destroy dnf.plugin.dynamic.groups_manager\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 dnf.plugin.dynamic.needs_restarting\n# destroy dnf.plugin.dynamic.needs_restarting\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\n# destroy dnf.plugin.dynamic.repoclosure\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\n# destroy dnf.plugin.dynamic.repodiff\n# cleanup[2] removing dnf.plugin.dynamic.repograph\n# destroy dnf.plugin.dynamic.repograph\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\n# destroy dnf.plugin.dynamic.repomanage\n# cleanup[2] removing dnf.plugin.dynamic.reposync\n# destroy dnf.plugin.dynamic.reposync\n# cleanup[2] removing platform\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing systemd\n# destroy systemd\n# cleanup[2] removing syslog\n# cleanup[2] removing systemd._journal\n# cleanup[2] removing systemd._reader\n# cleanup[2] removing systemd.id128\n# cleanup[2] removing systemd.journal\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\n# destroy dnf.plugin.dynamic.system_upgrade\n# destroy _sitebuiltins\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# destroy dateutil.parser._parser\n# destroy dateutil.relativedelta\n# destroy six.moves.urllib\n# destroy six.moves\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 dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# destroy dateutil.tz\n# destroy six\n# destroy sqlite3\n# destroy sqlite3.dbapi2\n# destroy _sqlite3\n# destroy dbus\n# destroy dbus._compat\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus._expat_introspect_parser\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus._dbus\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# destroy pyexpat\n# destroy systemd.journal\n# destroy uuid\n# destroy syslog\n# cleanup[3] wiping systemd.id128\n# cleanup[3] wiping systemd._reader\n# cleanup[3] wiping systemd._journal\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping platform\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping urllib.request\n# destroy bisect\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping http.client\n# destroy http\n# destroy ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping _typing\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping dnf.cli.main\n# cleanup[3] wiping dnf.cli.utils\n# cleanup[3] wiping dnf.cli\n# destroy dnf.cli.format\n# destroy dnf.cli.term\n# destroy dnf.cli.progress\n# destroy dnf.cli.aliases\n# destroy dnf.cli.option_parser\n# destroy dnf.cli.demand\n# destroy dnf.cli.cli\n# destroy dnf.cli.utils\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\n# cleanup[3] wiping dnf.cli.commands.upgrade\n# cleanup[3] wiping dnf.cli.commands.updateinfo\n# cleanup[3] wiping dnf.cli.commands.swap\n# cleanup[3] wiping dnf.cli.commands.shell\n# destroy cmd\n# cleanup[3] wiping dnf.cli.commands.search\n# cleanup[3] wiping dnf.match_counter\n# cleanup[3] wiping dnf.cli.commands.repolist\n# cleanup[3] wiping dnf.cli.commands.remove\n# cleanup[3] wiping dnf.cli.commands.reinstall\n# cleanup[3] wiping dnf.cli.commands.module\n# cleanup[3] wiping dnf.cli.commands.mark\n# cleanup[3] wiping dnf.cli.commands.makecache\n# cleanup[3] wiping dnf.cli.commands.install\n# cleanup[3] wiping dnf.cli.commands.history\n# cleanup[3] wiping dnf.transaction_sr\n# cleanup[3] wiping dnf.cli.comman<<< 37183 1727096929.04458: stdout chunk (state=3): >>>ds.group\n# cleanup[3] wiping dnf.cli.commands.downgrade\n# cleanup[3] wiping dnf.cli.commands.distrosync\n# cleanup[3] wiping dnf.cli.commands.deplist\n# cleanup[3] wiping dnf.cli.commands.repoquery\n# cleanup[3] wiping dnf.cli.commands.clean\n# cleanup[3] wiping dnf.cli.commands.check\n# cleanup[3] wiping dnf.cli.commands.autoremove\n# cleanup[3] wiping dnf.cli.commands.alias\n# destroy dnf.cli.commands\n# cleanup[3] wiping dnf.cli.output\n# cleanup[3] wiping termios\n# cleanup[3] wiping curses\n# cleanup[3] wiping _curses\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# destroy dnf.transaction_sr\n# destroy dnf.match_counter\n# destroy dnf.cli\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# destroy subprocess\n# cleanup[3] wiping _posixsubprocess\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\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 libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# destroy _compression\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# destroy copy\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping glob\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 tempfile\n# cleanup[3] wiping shutil\n# cleanup[3] wiping zlib\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# destroy linecache\n# destroy textwrap\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping signal\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 weakref\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 queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# destroy _heapq\n# cleanup[3] wiping threading\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.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _socket\n# cleanup[3] wiping random\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# destroy _bisect\n# cleanup[3] wiping math\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.errors\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 email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.mime\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email.utils\n# destroy email.headerregistry\n# destroy email.iterators\n# destroy email.message\n# destroy email.contentmanager\n# destroy email.policy\n# destroy email.feedparser\n# destroy email.parser\n# cleanup[3] wiping base64\n# cleanup[3] wiping binascii\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping gettext\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\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 importlib.machinery\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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.aliases\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\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 systemd.id128\n# destroy systemd._reader\n# destroy systemd._journal\n# destroy _dbus_bindings\n# destroy decimal\n# destroy _curses\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy _datetime\n# destroy sys.monitoring\n# destroy _socket\n# destroy dnf.cli.main\n# destroy _weakref\n# destroy _thread\n# destroy _hashlib\n# destroy platform\n# destr<<< 37183 1727096929.04473: stdout chunk (state=3): >>>oy _uuid\n# destroy unicodedata\n# destroy stat\n# destroy genericpath\n# destroy libdnf._error\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _io\n# destroy _queue\n# destroy random\n# destroy dnf.cli.output\n# destroy email\n# destroy queue\n# destroy shlex\n# destroy urllib.parse\n# destroy pwd\n# destroy gettext\n# destroy libcomps\n# destroy gzip\n# destroy urllib\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy hashlib\n# destroy json\n# destroy importlib\n# destroy inspect\n# destroy fnmatch\n# destroy argparse\n# destroy datetime\n# destroy gc\n# destroy math\n# destroy shutil\n# destroy array\n# destroy copyreg\n# destroy operator\n# destroy _struct\n# destroy _pickle\n# destroy tempfile\n# destroy traceback\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy curses\n# destroy struct\n# destroy termios\n# destroy dnf\n# destroy logging\n# destroy dnf.cli.commands.alias\n# destroy dnf.cli.commands.autoremove\n# destroy dnf.cli.commands.check\n# destroy dnf.cli.commands.clean\n# destroy dnf.cli.commands.repoquery\n# destroy dnf.cli.commands.deplist\n# destroy dnf.cli.commands.distrosync\n# destroy dnf.cli.commands.downgrade\n# destroy dnf.cli.commands.group\n# destroy dnf.cli.commands.history\n# destroy dnf.cli.commands.install\n# destroy dnf.cli.commands.makecache\n# destroy dnf.cli.commands.mark\n# destroy dnf.cli.commands.module\n# destroy dnf.cli.commands.reinstall\n# destroy dnf.cli.commands.remove\n# destroy dnf.cli.commands.repolist\n# destroy dnf.cli.commands.search\n# destroy dnf.cli.commands.shell\n# destroy dnf.cli.commands.swap\n# destroy dnf.cli.commands.updateinfo\n# destroy dnf.cli.commands.upgrade\n# destroy dnf.cli.commands.upgrademinimal\n# destroy _typing\n# destroy _tokenize\n# destroy rpm\n# destroy _blake2\n# destroy functools\n# destroy itertools\n# destroy zlib\n# destroy locale\n# destroy signal\n# destroy threading\n# destroy contextlib\n# destroy time\n# destroy fcntl\n# destroy _posixsubprocess\n# destroy select\n# destroy selectors\n# destroy json.scanner\n# destroy _json\n# destroy types\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy _warnings\n# destroy posix\n# destroy binascii\n# destroy http.client\n# destroy os\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy warnings\n# destroy string\n# destroy _ssl\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy re\n# destroy _random\n# destroy _sre\n# destroy _operator\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": ["dnf", "repolist"], "start": "2024-09-23 09:08:48.822371", "end": "2024-09-23 09:08:49.038829", "delta": "0:00:00.216458", "msg": "", "invocation": {"module_args": {"_raw_params": "dnf repolist", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": null, "chdir": null, "executable": null, "creates": null, "removes": null, "stdin": null}}} # destroy __main__ <<< 37183 1727096929.04962: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 37183 1727096929.04984: 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 <<< 37183 1727096929.05032: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 37183 1727096929.05058: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # 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 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 <<< 37183 1727096929.05144: stdout chunk (state=3): >>># 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 <<< 37183 1727096929.05157: stdout chunk (state=3): >>># 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 <<< 37183 1727096929.05464: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery <<< 37183 1727096929.05498: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 37183 1727096929.05524: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 37183 1727096929.05609: stdout chunk (state=3): >>># destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 37183 1727096929.05639: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 37183 1727096929.05683: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select <<< 37183 1727096929.05701: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno <<< 37183 1727096929.05764: stdout chunk (state=3): >>># destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 37183 1727096929.05816: 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 <<< 37183 1727096929.05849: 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 <<< 37183 1727096929.05867: 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 37183 1727096929.05904: 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 <<< 37183 1727096929.05982: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 <<< 37183 1727096929.06143: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 37183 1727096929.06191: stdout chunk (state=3): >>># destroy _collections <<< 37183 1727096929.06194: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 37183 1727096929.06227: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 37183 1727096929.06276: 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 <<< 37183 1727096929.06306: stdout chunk (state=3): >>># 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 <<< 37183 1727096929.06433: 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 <<< 37183 1727096929.06474: stdout chunk (state=3): >>># destroy time # destroy _random # destroy _weakref <<< 37183 1727096929.06647: 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 <<< 37183 1727096929.07129: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.224 closed. <<< 37183 1727096929.07132: stdout chunk (state=3): >>><<< 37183 1727096929.07134: stderr chunk (state=3): >>><<< 37183 1727096929.07370: _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 0x7f57121bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571218bb00> # /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 0x7f57121bea50> 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' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7f57121cd130> # /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 0x7f57121ce3c0> # /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 0x7f57121cf1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57121ce5d0> # /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 0x7f5711fc00e0> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7f57121cddf0> 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__/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 0x7f5711fddcd0> # /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 0x7f5712020d70> # /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 0x7f5712021400> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fdfd70> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fde630> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe6e40> # /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 0x7f5712050980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712023560> # /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 0x7f57120509e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fdcd70> # /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 0x7f5712051c40> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe6120> # /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 0x7f5712052090> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712051f40> # 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 0x7f5712052330> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711fe4d10> 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 0x7f5712070860> 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 0x7f5712071fa0> # /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 0x7f5712072e10> # 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 0x7f5712073440> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712072360> # /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 0x7f5712073ec0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57120735f0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712052660> # /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 0x7f5711e07dd0> # /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 0x7f5711e34890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e345f0> # 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 0x7f5711e348c0> # /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 0x7f5711e351f0> # 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 0x7f5711e35be0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e34aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e05f70> # /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 0x7f5711e36ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e35d30> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5712052d80> # /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 0x7f5711e5f380> # /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 0x7f5711e83710> # /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 0x7f5711ee0530> # /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 0x7f5711ee2c90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ee0650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711ea5520> # /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 0x7f5711ce1610> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e82540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711e37f50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5711e82b40> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_jqhs9p0j/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 0x7f5711d372f0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d1a1e0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d19340> # 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 0x7f5711d351c0> # /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 0x7f5711d5ec00> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d5e990> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d5e2a0> # /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 0x7f5711d5e6f0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711d37f80> 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 0x7f5711d5f980> # 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 0x7f5711d5fb90> # /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 0x7f5711d84080> 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 0x7f571170de20> # 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 0x7f571170fa40> # /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 0x7f5711714440> # /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 0x7f57117155e0> # /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 0x7f57117180b0> # 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 0x7f57117181d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711716360> # /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 0x7f571171bfb0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571171aa80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571171a7e0> # /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 0x7f571171ad50> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711716870> # 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 0x7f571175ffe0> # /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 0x7f5711760260> # /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 0x7f5711761df0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711761be0> # /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 0x7f5711764350> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711762480> # /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 0x7f5711767b00> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711764500> # 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 0x7f5711768bc0> # 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 0x7f57117689b0> # 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 0x7f5711768ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711760560> # /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 0x7f57117f44a0> # 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 0x7f57117f5760> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571176ac30> # 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 0x7f571176bfe0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f571176a870> # 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 0x7f57117f9910> # /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 0x7f57117fa810> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117f5a60> 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 0x7f57117fa6f0> # 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 0x7f57117fb950> # 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 0x7f5711606300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711603ef0> 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 0x7f5711dbe960> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711dae630> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5711769130> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f57117fb200> # 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 0x7f5711768c50> # zipimport: zlib available {"changed": true, "stdout": "repo id repo name\nappstream CentOS Stream 10 - AppStream\nbaseos CentOS Stream 10 - BaseOS\nbeaker-client Beaker Client - RedHatEnterpriseLinux9\nbeaker-harness Beaker harness\nbeakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv\nhighavailability CentOS Stream 10 - HighAvailability", "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 0x7ff117f68530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117f33b60>\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 0x7ff117f6aab0>\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'\nProcessing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7ff117d3d190>\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 0x7ff117d3e420>\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 0x7ff117d3f200>\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d3e630>\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 0x7ff117d70140>\nimport 'importlib.util' # \nimport 'importlib.machinery' # \n# possible namespace for /usr/lib64/python3.12/site-packages/google\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\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 0x7ff117d3de50>\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/__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 0x7ff117d8b2f0>\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/__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'\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 0x7ff117d96420>\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__/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 0x7ff117ddcfb0>\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 0x7ff117ddd5e0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da0500>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da2f60>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d97680>\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 0x7ff117e0cb30>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117ddf740>\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 0x7ff117e0cb90>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dcd880>\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 0x7ff117e0de80>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d96e10>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d947d0>\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'\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 0x7ff117e0f710>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e0f530>\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 0x7ff117e0f9b0>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dddf40>\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 0x7ff117e0fd10>\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 0x7ff117e0ffe0>\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/__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 0x7ff117e2c560>\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__/_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'\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 0x7ff117e2ff50>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2f6e0>\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'\nimport 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2f740>\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__/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'\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 0x7ff117c44e90>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44a40>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c37e90>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e7e0>\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# 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 0x7ff117c64710>\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 0x7ff117c651c0>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c64f20>\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 0x7ff117c651f0>\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 0x7ff117c65b20>\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 0x7ff117c664e0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c653d0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c468a0>\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 0x7ff117c67da0>\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# /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 0x7ff117c85d30>\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 0x7ff117c85dc0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2ff20>\nimport 'errno' # \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 0x7ff117cac140>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c66630>\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 0x7ff117cac350>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c67020>\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 0x7ff117cac8c0>\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# /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 0x7ff117caede0>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cac980>\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 0x7ff117d0cd40>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cfa420>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cf8d70>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44d10>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2da30>\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'\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 0x7ff1175339e0>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517f80>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e120>\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'\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/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 0x7ff11755f800>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755d790>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517ad0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2d1c0>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c650>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c290>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c110>\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 0x7ff117e2c680>\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__/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 0x7ff1175bd730>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11758eb40>\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 0x7ff1175bec60>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bd0d0>\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 0x7ff1175be810>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755fbc0>\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 0x7ff1175bed80>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8be90>\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 0x7ff117d943e0>\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 0x7ff1174104d0>\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 0x7ff11742c620>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c1a0>\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 0x7ff11742ff50>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c7a0>\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 0x7ff11749f2c0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1174682f0>\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 0x7ff115955070>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11749f8c0>\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 0x7ff115957f80>\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 0x7ff115998170>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115955190>\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 0x7ff1159c5700>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159998e0>\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 0x7ff1159c69f0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c5d90>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117411d60>\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 0x7ff11758f9b0>\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'\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 0x7ff1159f24e0>\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 0x7ff1159f2840>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1970>\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 0x7ff115a21a60>\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 0x7ff115a22960>\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 0x7ff115a23290>\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 0x7ff115a23050>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a22ba0>\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'\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 0x7ff11504fb90>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e780>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e4e0>\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 0x7ff11504ea50>\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 0x7ff11507f890>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504c860>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11501d190>\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'\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# /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 0x7ff1150bd910>\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 0x7ff1150bdee0>\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 0x7ff1150bed50>\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 0x7ff1150bf380>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150be2a0>\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 0x7ff1150bfd40>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150bf470>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508f8c0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508de50>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21ac0>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a212b0>\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 0x7ff1150d9730>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21e80>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f35f0>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f0f80>\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 0x7ff1159f16a0>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1400>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c6f30>\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 0x7ff1150daff0>\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 0x7ff114e05670>\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 0x7ff114e05e80>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e04890>\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 0x7ff114e06690>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150db050>\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 0x7ff114e30140>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07680>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e074a0>\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'\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 0x7ff114e338c0>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33260>\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 0x7ff114e6dc10>\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 0x7ff114e6e2a0>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e55d00>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33bf0>\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 0x7ff114e6e720>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e326f0>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30920>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07920>\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 0x7ff114ea13d0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea0410>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30e60>\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 0x7ff114ea1a00>\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 0x7ff114ea1df0>\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 0x7ff114ea1eb0>\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 0x7ff114ea1fd0>\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 0x7ff114ec8c80>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea2d80>\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 0x7ff114ec8da0>\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 0x7ff114ec8e90>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea1e20>\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'\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 0x7ff114eca9f0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca720>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca030>\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 0x7ff114ecab70>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec9be0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec8fb0>\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'\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 0x7ff114cc43e0>\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 0x7ff114cf3b90>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cf2f90>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cc53a0>\nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114c9c170>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ecb5c0>\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 0x7ff114c9e4e0>\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 0x7ff115a21a30>\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 0x7ff114d17f80>\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'\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# 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 0x7ff114d36420>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d346e0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d342f0>\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 0x7ff114d36720>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d34bc0>\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 0x7ff114d37620>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bf530>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8b830>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc'\nimport 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5fda0>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc'\n# /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py\n# code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc'\n# extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\n# extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'\nimport '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114d85df0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d85970>\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 0x7ff114d34650>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d84860>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d840e0>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5cd10>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc'\nimport 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5fb60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc'\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc'\nimport 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b03350>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b01e80>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc'\nimport 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b30b60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc'\nimport 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b30e60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc'\nimport 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b310d0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc'\nimport 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31370>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc'\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc'\nimport 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31ac0>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31910>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc'\nimport 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33410>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc'\nimport 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33560>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc'\nimport 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33770>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc'\nimport 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b546e0>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33f20>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc'\nimport 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b552e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc'\nimport 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b55700>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc'\nimport 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b558e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc'\nimport 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b55bb0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc'\nimport 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56ab0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc'\nimport 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56d20>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc'\nimport 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b56f30>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc'\nimport 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b57b60>\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b57680>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py\n# code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc'\nimport 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b80a10>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b80350>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc'\nimport 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b816a0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'\nimport 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b81970>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc'\nimport 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b828d0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc'\nimport 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b82b70>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/demand.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc'\nimport 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b82d20>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37890>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37590>\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/main.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/utils.py\n# code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc'\nimport 'dnf.cli.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83530>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83050>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc'\nimport 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba4e90>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba4800>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.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 0x7ff114ba5940>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5670>\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/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'\nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba7da0>\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 0x7ff114bcd8e0>\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 0x7ff114bcc890>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114bcc380>\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 0x7ff114be71d0>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be6600>\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 0x7ff114bfdee0>\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 0x7ff114bfe9f0>\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 0x7ff114be7860>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be7530>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5be0>\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 0x7ff114ba7920>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5790>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5010>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114984dd0>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py\n# code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.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 0x7ff1149a8110>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986810>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149865d0>\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/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 0x7ff1149f7770>\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 0x7ff114a22de0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a228a0>\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 0x7ff114856060>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a23710>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a20920>\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 0x7ff1148bd880>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a22750>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986ff0>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149856a0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149853a0>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148be750>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc'\n# /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py\n# code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc'\n# extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\n# extension module '_sqlite3' executed from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff1148bfdd0>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf7d0>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf470>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf0e0>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bfb90>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.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 0x7ff1148f1c10>\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 0x7ff1148f1cd0>\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 0x7ff1148f23c0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2240>\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 0x7ff114918a40>\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 0x7ff114919c70>\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 0x7ff114919ee0>\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 0x7ff11491a030>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919f40>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919730>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114918bc0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f3e30>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f33b0>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2c30>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f16a0>\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f0b90>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f3110>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491a570>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491ae70>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491b230>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc'\nimport 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11491bb60>\n# /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\n# code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc'\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# /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 0x7ff11493fd40>\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 0x7ff1145920f0>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493dfa0>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/__init__.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc'\nimport 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114592270>\n# /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py\n# code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc'\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 0x7ff114593770>\n# extension module 'systemd._journal' loaded from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593980>\n# extension module 'systemd._reader' loaded from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd._reader' executed from '/usr/lib64/python3.12/site-packages/systemd/_reader.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd._reader' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593b60>\n# extension module 'systemd.id128' loaded from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\n# extension module 'systemd.id128' executed from '/usr/lib64/python3.12/site-packages/systemd/id128.cpython-312-x86_64-linux-gnu.so'\nimport 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7ff114593da0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114592420>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493c740>\n# destroy dnf.plugin.dynamic\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# destroy 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 types\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 importlib._abc\n# cleanup[2] removing importlib.util\n# cleanup[2] removing importlib.machinery\n# cleanup[2] removing google\n# destroy google\n# cleanup[2] removing _distutils_hack\n# destroy _distutils_hack\n# cleanup[2] removing site\n# destroy site\n# cleanup[2] removing __future__\n# destroy __future__\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing itertools\n# cleanup[2] removing keyword\n# destroy 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 gettext\n# cleanup[2] removing _struct\n# cleanup[2] removing struct\n# cleanup[2] removing binascii\n# cleanup[2] removing base64\n# cleanup[2] removing email\n# cleanup[2] removing email.mime\n# cleanup[2] removing email.errors\n# cleanup[2] removing _string\n# cleanup[2] removing string\n# cleanup[2] removing email.quoprimime\n# cleanup[2] removing email.base64mime\n# cleanup[2] removing quopri\n# cleanup[2] removing email.encoders\n# cleanup[2] removing email.charset\n# cleanup[2] removing email.header\n# cleanup[2] removing math\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 collections.abc\n# cleanup[2] removing select\n# cleanup[2] removing selectors\n# cleanup[2] removing errno\n# cleanup[2] removing array\n# cleanup[2] removing socket\n# cleanup[2] removing _datetime\n# cleanup[2] removing datetime\n# cleanup[2] removing urllib\n# cleanup[2] removing ipaddress\n# cleanup[2] removing urllib.parse\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 email.utils\n# cleanup[2] removing email._policybase\n# cleanup[2] removing email._encoded_words\n# cleanup[2] removing email._header_value_parser\n# cleanup[2] removing email.headerregistry\n# cleanup[2] removing email.iterators\n# cleanup[2] removing email.message\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 configparser\n# destroy configparser\n# cleanup[2] removing _weakrefset\n# destroy _weakrefset\n# cleanup[2] removing threading\n# cleanup[2] removing _heapq\n# cleanup[2] removing heapq\n# destroy heapq\n# cleanup[2] removing _queue\n# cleanup[2] removing queue\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 weakref\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 copy\n# cleanup[2] removing signal\n# cleanup[2] removing unicodedata\n# cleanup[2] removing dnf.i18n\n# cleanup[2] removing dnf.yum\n# cleanup[2] removing dnf.transaction\n# cleanup[2] removing rpm._rpm\n# cleanup[2] removing rpm.transaction\n# cleanup[2] removing rpm\n# cleanup[2] removing token\n# cleanup[2] removing _tokenize\n# cleanup[2] removing tokenize\n# cleanup[2] removing linecache\n# cleanup[2] removing textwrap\n# cleanup[2] removing contextlib\n# cleanup[2] removing traceback\n# cleanup[2] removing atexit\n# cleanup[2] removing logging\n# cleanup[2] removing fnmatch\n# cleanup[2] removing zlib\n# cleanup[2] removing _compression\n# cleanup[2] removing _bz2\n# cleanup[2] removing bz2\n# destroy bz2\n# cleanup[2] removing _lzma\n# cleanup[2] removing lzma\n# destroy lzma\n# cleanup[2] removing shutil\n# cleanup[2] removing tempfile\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 glob\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 fcntl\n# cleanup[2] removing dnf.lock\n# cleanup[2] removing _compat_pickle\n# cleanup[2] removing _pickle\n# cleanup[2] removing pickle\n# cleanup[2] removing logging.handlers\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 _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 dnf.persistor\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 inspect\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 _posixsubprocess\n# cleanup[2] removing subprocess\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 dnf.cli.format\n# cleanup[2] removing _curses\n# cleanup[2] removing curses\n# cleanup[2] removing termios\n# cleanup[2] removing dnf.cli.term\n# cleanup[2] removing dnf.cli.progress\n# cleanup[2] removing dnf.cli.output\n# cleanup[2] removing dnf.cli.aliases\n# cleanup[2] removing dnf.cli.option_parser\n# cleanup[2] removing dnf.cli.commands\n# cleanup[2] removing dnf.cli.commands.alias\n# cleanup[2] removing dnf.cli.commands.autoremove\n# cleanup[2] removing dnf.cli.commands.check\n# cleanup[2] removing dnf.cli.commands.clean\n# cleanup[2] removing dnf.cli.commands.repoquery\n# cleanup[2] removing dnf.cli.commands.deplist\n# cleanup[2] removing dnf.cli.commands.distrosync\n# cleanup[2] removing dnf.cli.commands.downgrade\n# cleanup[2] removing dnf.cli.commands.group\n# cleanup[2] removing dnf.transaction_sr\n# cleanup[2] removing dnf.cli.commands.history\n# cleanup[2] removing dnf.cli.commands.install\n# cleanup[2] removing dnf.cli.commands.makecache\n# cleanup[2] removing dnf.cli.commands.mark\n# cleanup[2] removing dnf.cli.commands.module\n# cleanup[2] removing dnf.cli.commands.reinstall\n# cleanup[2] removing dnf.cli.commands.remove\n# cleanup[2] removing dnf.cli.commands.repolist\n# cleanup[2] removing dnf.match_counter\n# cleanup[2] removing dnf.cli.commands.search\n# cleanup[2] removing cmd\n# cleanup[2] removing dnf.cli.commands.shell\n# cleanup[2] removing dnf.cli.commands.swap\n# cleanup[2] removing dnf.cli.commands.updateinfo\n# cleanup[2] removing dnf.cli.commands.upgrade\n# cleanup[2] removing dnf.cli.commands.upgrademinimal\n# cleanup[2] removing dnf.cli.demand\n# cleanup[2] removing dnf.cli.cli\n# cleanup[2] removing dnf.cli\n# cleanup[2] removing dnf.cli.utils\n# cleanup[2] removing dnf.cli.main\n# cleanup[2] removing dnfpluginscore\n# destroy dnfpluginscore\n# cleanup[2] removing dnf.plugin.dynamic.builddep\n# destroy dnf.plugin.dynamic.builddep\n# cleanup[2] removing dateutil._version\n# cleanup[2] removing dateutil\n# cleanup[2] removing six\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 dnf.plugin.dynamic.changelog\n# destroy dnf.plugin.dynamic.changelog\n# cleanup[2] removing dnf.plugin.dynamic.config_manager\n# destroy dnf.plugin.dynamic.config_manager\n# cleanup[2] removing _typing\n# cleanup[2] removing typing\n# destroy typing\n# cleanup[2] removing distro.distro\n# cleanup[2] removing distro\n# destroy distro\n# destroy distro.distro\n# cleanup[2] removing http\n# cleanup[2] removing email.feedparser\n# cleanup[2] removing email.parser\n# cleanup[2] removing _ssl\n# cleanup[2] removing ssl\n# cleanup[2] removing http.client\n# cleanup[2] removing urllib.response\n# cleanup[2] removing urllib.error\n# cleanup[2] removing urllib.request\n# cleanup[2] removing dnf.plugin.dynamic.copr\n# destroy dnf.plugin.dynamic.copr\n# cleanup[2] removing dnf.plugin.dynamic.debuginfo-install\n# destroy dnf.plugin.dynamic.debuginfo-install\n# cleanup[2] removing dnf.plugin.dynamic.download\n# destroy dnf.plugin.dynamic.download\n# cleanup[2] removing _sqlite3\n# cleanup[2] removing sqlite3.dbapi2\n# cleanup[2] removing sqlite3\n# cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache\n# destroy dnf.plugin.dynamic.generate_completion_cache\n# cleanup[2] removing dnf.plugin.dynamic.groups_manager\n# destroy dnf.plugin.dynamic.groups_manager\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 dnf.plugin.dynamic.needs_restarting\n# destroy dnf.plugin.dynamic.needs_restarting\n# cleanup[2] removing dnf.plugin.dynamic.repoclosure\n# destroy dnf.plugin.dynamic.repoclosure\n# cleanup[2] removing dnf.plugin.dynamic.repodiff\n# destroy dnf.plugin.dynamic.repodiff\n# cleanup[2] removing dnf.plugin.dynamic.repograph\n# destroy dnf.plugin.dynamic.repograph\n# cleanup[2] removing dnf.plugin.dynamic.repomanage\n# destroy dnf.plugin.dynamic.repomanage\n# cleanup[2] removing dnf.plugin.dynamic.reposync\n# destroy dnf.plugin.dynamic.reposync\n# cleanup[2] removing platform\n# cleanup[2] removing _uuid\n# cleanup[2] removing uuid\n# cleanup[2] removing systemd\n# destroy systemd\n# cleanup[2] removing syslog\n# cleanup[2] removing systemd._journal\n# cleanup[2] removing systemd._reader\n# cleanup[2] removing systemd.id128\n# cleanup[2] removing systemd.journal\n# cleanup[2] removing dnf.plugin.dynamic.system_upgrade\n# destroy dnf.plugin.dynamic.system_upgrade\n# destroy _sitebuiltins\n# destroy _bz2\n# destroy _lzma\n# destroy dateutil\n# destroy dateutil._version\n# destroy dateutil._common\n# destroy dateutil.parser\n# destroy dateutil.parser._parser\n# destroy dateutil.relativedelta\n# destroy six.moves.urllib\n# destroy six.moves\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 dateutil.tz._common\n# destroy dateutil.tz._factories\n# destroy dateutil.tz.tz\n# destroy dateutil.tz\n# destroy six\n# destroy sqlite3\n# destroy sqlite3.dbapi2\n# destroy _sqlite3\n# destroy dbus\n# destroy dbus._compat\n# destroy dbus.exceptions\n# destroy dbus.types\n# destroy dbus.lowlevel\n# destroy dbus._expat_introspect_parser\n# destroy dbus.proxies\n# destroy dbus.connection\n# destroy dbus.bus\n# destroy dbus._dbus\n# destroy pyexpat.errors\n# destroy pyexpat.model\n# destroy pyexpat\n# destroy systemd.journal\n# destroy uuid\n# destroy syslog\n# cleanup[3] wiping systemd.id128\n# cleanup[3] wiping systemd._reader\n# cleanup[3] wiping systemd._journal\n# cleanup[3] wiping _uuid\n# cleanup[3] wiping platform\n# cleanup[3] wiping _dbus_bindings\n# cleanup[3] wiping urllib.request\n# destroy bisect\n# cleanup[3] wiping urllib.error\n# cleanup[3] wiping urllib.response\n# cleanup[3] wiping http.client\n# destroy http\n# destroy ssl\n# cleanup[3] wiping _ssl\n# cleanup[3] wiping email.parser\n# cleanup[3] wiping email.feedparser\n# cleanup[3] wiping _typing\n# cleanup[3] wiping _decimal\n# cleanup[3] wiping dnf.cli.main\n# cleanup[3] wiping dnf.cli.utils\n# cleanup[3] wiping dnf.cli\n# destroy dnf.cli.format\n# destroy dnf.cli.term\n# destroy dnf.cli.progress\n# destroy dnf.cli.aliases\n# destroy dnf.cli.option_parser\n# destroy dnf.cli.demand\n# destroy dnf.cli.cli\n# destroy dnf.cli.utils\n# cleanup[3] wiping dnf.cli.commands.upgrademinimal\n# cleanup[3] wiping dnf.cli.commands.upgrade\n# cleanup[3] wiping dnf.cli.commands.updateinfo\n# cleanup[3] wiping dnf.cli.commands.swap\n# cleanup[3] wiping dnf.cli.commands.shell\n# destroy cmd\n# cleanup[3] wiping dnf.cli.commands.search\n# cleanup[3] wiping dnf.match_counter\n# cleanup[3] wiping dnf.cli.commands.repolist\n# cleanup[3] wiping dnf.cli.commands.remove\n# cleanup[3] wiping dnf.cli.commands.reinstall\n# cleanup[3] wiping dnf.cli.commands.module\n# cleanup[3] wiping dnf.cli.commands.mark\n# cleanup[3] wiping dnf.cli.commands.makecache\n# cleanup[3] wiping dnf.cli.commands.install\n# cleanup[3] wiping dnf.cli.commands.history\n# cleanup[3] wiping dnf.transaction_sr\n# cleanup[3] wiping dnf.cli.commands.group\n# cleanup[3] wiping dnf.cli.commands.downgrade\n# cleanup[3] wiping dnf.cli.commands.distrosync\n# cleanup[3] wiping dnf.cli.commands.deplist\n# cleanup[3] wiping dnf.cli.commands.repoquery\n# cleanup[3] wiping dnf.cli.commands.clean\n# cleanup[3] wiping dnf.cli.commands.check\n# cleanup[3] wiping dnf.cli.commands.autoremove\n# cleanup[3] wiping dnf.cli.commands.alias\n# destroy dnf.cli.commands\n# cleanup[3] wiping dnf.cli.output\n# cleanup[3] wiping termios\n# cleanup[3] wiping curses\n# cleanup[3] wiping _curses\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# destroy dnf.transaction_sr\n# destroy dnf.match_counter\n# destroy dnf.cli\n# cleanup[3] wiping gc\n# cleanup[3] wiping dnf.rpm.miscutils\n# destroy subprocess\n# cleanup[3] wiping _posixsubprocess\n# cleanup[3] wiping dnf.rpm.connection\n# cleanup[3] wiping inspect\n# destroy ast\n# destroy dis\n# destroy token\n# cleanup[3] wiping _opcode\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 libdnf.smartcols\n# cleanup[3] wiping libdnf._smartcols\n# cleanup[3] wiping dnf.rpm.transaction\n# cleanup[3] wiping gzip\n# destroy _compression\n# cleanup[3] wiping logging.handlers\n# destroy pickle\n# destroy copy\n# cleanup[3] wiping _pickle\n# cleanup[3] wiping _compat_pickle\n# cleanup[3] wiping fcntl\n# cleanup[3] wiping dnf.yum.misc\n# cleanup[3] wiping glob\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 tempfile\n# cleanup[3] wiping shutil\n# cleanup[3] wiping zlib\n# cleanup[3] wiping fnmatch\n# cleanup[3] wiping logging\n# destroy logging.handlers\n# cleanup[3] wiping atexit\n# destroy atexit\n# cleanup[3] wiping traceback\n# destroy linecache\n# destroy textwrap\n# cleanup[3] wiping contextlib\n# cleanup[3] wiping tokenize\n# cleanup[3] wiping _tokenize\n# cleanup[3] wiping rpm\n# destroy rpm.transaction\n# cleanup[3] wiping rpm._rpm\n# cleanup[3] wiping unicodedata\n# cleanup[3] wiping signal\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 weakref\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 queue\n# cleanup[3] wiping _queue\n# cleanup[3] wiping _heapq\n# destroy _heapq\n# cleanup[3] wiping threading\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.message\n# destroy quopri\n# cleanup[3] wiping email.iterators\n# cleanup[3] wiping email.headerregistry\n# cleanup[3] wiping email._header_value_parser\n# cleanup[3] wiping email._encoded_words\n# cleanup[3] wiping email._policybase\n# cleanup[3] wiping email.utils\n# cleanup[3] wiping email._parseaddr\n# cleanup[3] wiping calendar\n# cleanup[3] wiping locale\n# destroy encodings\n# cleanup[3] wiping _locale\n# destroy _locale\n# cleanup[3] wiping urllib.parse\n# destroy ipaddress\n# cleanup[3] wiping urllib\n# destroy urllib.response\n# destroy urllib.error\n# destroy urllib.request\n# cleanup[3] wiping datetime\n# cleanup[3] wiping _datetime\n# cleanup[3] wiping socket\n# cleanup[3] wiping array\n# cleanup[3] wiping errno\n# cleanup[3] wiping selectors\n# cleanup[3] wiping select\n# cleanup[3] wiping collections.abc\n# cleanup[3] wiping _socket\n# cleanup[3] wiping random\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# destroy _bisect\n# cleanup[3] wiping math\n# cleanup[3] wiping email.header\n# cleanup[3] wiping email.charset\n# cleanup[3] wiping email.encoders\n# cleanup[3] wiping email.base64mime\n# cleanup[3] wiping email.quoprimime\n# cleanup[3] wiping string\n# cleanup[3] wiping _string\n# destroy _string\n# cleanup[3] wiping email.errors\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 email\n# destroy email._parseaddr\n# destroy email._policybase\n# destroy email._encoded_words\n# destroy email._header_value_parser\n# destroy email.mime\n# destroy email.errors\n# destroy email.quoprimime\n# destroy email.base64mime\n# destroy email.encoders\n# destroy email.charset\n# destroy email.header\n# destroy email.utils\n# destroy email.headerregistry\n# destroy email.iterators\n# destroy email.message\n# destroy email.contentmanager\n# destroy email.policy\n# destroy email.feedparser\n# destroy email.parser\n# cleanup[3] wiping base64\n# cleanup[3] wiping binascii\n# cleanup[3] wiping struct\n# cleanup[3] wiping _struct\n# cleanup[3] wiping gettext\n# cleanup[3] wiping re\n# destroy re._constants\n# destroy re._casefix\n# destroy re._compiler\n# destroy enum\n# cleanup[3] wiping copyreg\n# cleanup[3] wiping re._parser\n# cleanup[3] wiping _sre\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 importlib.machinery\n# cleanup[3] wiping importlib.util\n# cleanup[3] wiping importlib._abc\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.util\n# destroy importlib.machinery\n# cleanup[3] wiping warnings\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\n# cleanup[3] wiping types\n# cleanup[3] wiping encodings.utf_8_sig\n# cleanup[3] wiping os\n# destroy posixpath\n# cleanup[3] wiping genericpath\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.aliases\n# cleanup[3] wiping codecs\n# cleanup[3] wiping _codecs\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 systemd.id128\n# destroy systemd._reader\n# destroy systemd._journal\n# destroy _dbus_bindings\n# destroy decimal\n# destroy _curses\n# destroy libcomps._libpycomps\n# destroy hawkey._hawkey\n# destroy rpm._rpm\n# destroy _datetime\n# destroy sys.monitoring\n# destroy _socket\n# destroy dnf.cli.main\n# destroy _weakref\n# destroy _thread\n# destroy _hashlib\n# destroy platform\n# destroy _uuid\n# destroy unicodedata\n# destroy stat\n# destroy genericpath\n# destroy libdnf._error\n# destroy re._parser\n# destroy tokenize\n# destroy _compat_pickle\n# destroy _io\n# destroy _queue\n# destroy random\n# destroy dnf.cli.output\n# destroy email\n# destroy queue\n# destroy shlex\n# destroy urllib.parse\n# destroy pwd\n# destroy gettext\n# destroy libcomps\n# destroy gzip\n# destroy urllib\n# destroy dnf.rpm.transaction\n# destroy dnf.rpm.connection\n# destroy dnf.rpm.miscutils\n# destroy hashlib\n# destroy json\n# destroy importlib\n# destroy inspect\n# destroy fnmatch\n# destroy argparse\n# destroy datetime\n# destroy gc\n# destroy math\n# destroy shutil\n# destroy array\n# destroy copyreg\n# destroy operator\n# destroy _struct\n# destroy _pickle\n# destroy tempfile\n# destroy traceback\n# destroy calendar\n# destroy dnf.yum.misc\n# destroy glob\n# destroy hawkey\n# destroy curses\n# destroy struct\n# destroy termios\n# destroy dnf\n# destroy logging\n# destroy dnf.cli.commands.alias\n# destroy dnf.cli.commands.autoremove\n# destroy dnf.cli.commands.check\n# destroy dnf.cli.commands.clean\n# destroy dnf.cli.commands.repoquery\n# destroy dnf.cli.commands.deplist\n# destroy dnf.cli.commands.distrosync\n# destroy dnf.cli.commands.downgrade\n# destroy dnf.cli.commands.group\n# destroy dnf.cli.commands.history\n# destroy dnf.cli.commands.install\n# destroy dnf.cli.commands.makecache\n# destroy dnf.cli.commands.mark\n# destroy dnf.cli.commands.module\n# destroy dnf.cli.commands.reinstall\n# destroy dnf.cli.commands.remove\n# destroy dnf.cli.commands.repolist\n# destroy dnf.cli.commands.search\n# destroy dnf.cli.commands.shell\n# destroy dnf.cli.commands.swap\n# destroy dnf.cli.commands.updateinfo\n# destroy dnf.cli.commands.upgrade\n# destroy dnf.cli.commands.upgrademinimal\n# destroy _typing\n# destroy _tokenize\n# destroy rpm\n# destroy _blake2\n# destroy functools\n# destroy itertools\n# destroy zlib\n# destroy locale\n# destroy signal\n# destroy threading\n# destroy contextlib\n# destroy time\n# destroy fcntl\n# destroy _posixsubprocess\n# destroy select\n# destroy selectors\n# destroy json.scanner\n# destroy _json\n# destroy types\n# destroy collections\n# destroy io\n# destroy _opcode\n# destroy _warnings\n# destroy posix\n# destroy binascii\n# destroy http.client\n# destroy os\n# destroy socket\n# destroy base64\n# destroy errno\n# destroy warnings\n# destroy string\n# destroy _ssl\n# clear sys.meta_path\n# clear sys.modules\n# destroy _frozen_importlib\n# destroy codecs\n# destroy encodings.aliases\n# destroy encodings.utf_8\n# destroy encodings.utf_8_sig\n# destroy _codecs\n# destroy re\n# destroy _random\n# destroy _sre\n# destroy _operator\n# destroy _functools\n# clear sys.audit hooks", "rc": 0, "cmd": ["dnf", "repolist"], "start": "2024-09-23 09:08:48.822371", "end": "2024-09-23 09:08:49.038829", "delta": "0:00:00.216458", "msg": "", "invocation": {"module_args": {"_raw_params": "dnf repolist", "_uses_shell": false, "expand_argument_vars": true, "stdin_add_newline": true, "strip_empty_ends": true, "argv": 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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._abc # destroy importlib.util # destroy importlib.machinery # 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 _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 warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK 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.15.224 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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._abc # destroy importlib.util # destroy importlib.machinery # 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 _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 warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 37183 1727096929.08427: done with _execute_module (ansible.legacy.command, {'_raw_params': 'dnf repolist', '_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-1727096928.2929585-37306-167914179963600/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 37183 1727096929.08430: _low_level_execute_command(): starting 37183 1727096929.08434: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096928.2929585-37306-167914179963600/ > /dev/null 2>&1 && sleep 0' 37183 1727096929.08874: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096929.08882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096929.08887: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 <<< 37183 1727096929.08905: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.08911: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096929.08930: 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.15.224 originally 10.31.15.224 debug2: match found <<< 37183 1727096929.08932: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.08982: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096929.08986: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.09069: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 37183 1727096929.11696: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096929.11700: stdout chunk (state=3): >>><<< 37183 1727096929.11702: stderr chunk (state=3): >>><<< 37183 1727096929.11934: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' 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 37183 1727096929.11937: handler run complete 37183 1727096929.11940: Evaluated conditional (False): False 37183 1727096929.11942: attempt loop complete, returning result 37183 1727096929.11944: _execute() done 37183 1727096929.11946: dumping result to json 37183 1727096929.11993: done dumping result, returning 37183 1727096929.12007: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories [129116b5-d8e7-d2f1-2000-0000000001c1] 37183 1727096929.12016: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001c1 ok: [managed_node3] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.216458", "end": "2024-09-23 09:08:49.038829", "rc": 0, "start": "2024-09-23 09:08:48.822371" } STDOUT: repo id repo name appstream CentOS Stream 10 - AppStream baseos CentOS Stream 10 - BaseOS beaker-client Beaker Client - RedHatEnterpriseLinux9 beaker-harness Beaker harness beakerlib-libraries Copr repo for beakerlib-libraries owned by bgoncalv highavailability CentOS Stream 10 - HighAvailability 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 0x7ff117f68530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117f33b60> # /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 0x7ff117f6aab0> 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' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7ff117d3d190> # /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 0x7ff117d3e420> # /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 0x7ff117d3f200> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d3e630> # /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 0x7ff117d70140> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7ff117d3de50> 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__/__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 0x7ff117d8b2f0> # /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/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py # code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' # /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 0x7ff117d96420> # /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__/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 0x7ff117ddcfb0> # /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 0x7ff117ddd5e0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da0500> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117da2f60> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d97680> # /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 0x7ff117e0cb30> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117ddf740> # /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 0x7ff117e0cb90> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dcd880> # /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 0x7ff117e0de80> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d96e10> import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d947d0> # /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/__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 0x7ff117e0f710> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e0f530> # 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 0x7ff117e0f9b0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117dddf40> # /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 0x7ff117e0fd10> # /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 0x7ff117e0ffe0> # /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/__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 0x7ff117e2c560> # /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' # /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 0x7ff117e2ff50> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2f6e0> # /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 0x7ff117e2f740> # /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__/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 0x7ff117c44e90> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44a40> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c37e90> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e7e0> # /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' # 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 0x7ff117c64710> # /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 0x7ff117c651c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c64f20> # 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 0x7ff117c651f0> # /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 0x7ff117c65b20> # 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 0x7ff117c664e0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c653d0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c468a0> # /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 0x7ff117c67da0> # /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' # /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 0x7ff117c85d30> # 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 0x7ff117c85dc0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2ff20> import 'errno' # # 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 0x7ff117cac140> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c66630> # /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 0x7ff117cac350> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c67020> # /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 0x7ff117cac8c0> # /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 0x7ff117caede0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cac980> # /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 0x7ff117d0cd40> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cfa420> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117cf8d70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117c44d10> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2da30> # /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 0x7ff1175339e0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517f80> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2e120> # /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 0x7ff11755f800> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755d790> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117517ad0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2d1c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c650> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c290> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117e2c110> # /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 0x7ff117e2c680> # /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__/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 0x7ff1175bd730> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11758eb40> # /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 0x7ff1175bec60> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bd0d0> # 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 0x7ff1175be810> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11755fbc0> # /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 0x7ff1175bed80> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8be90> # /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 0x7ff117d943e0> # /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 0x7ff1174104d0> # /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 0x7ff11742c620> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c1a0> # /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 0x7ff11742ff50> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11742c7a0> # /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 0x7ff11749f2c0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1174682f0> # /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 0x7ff115955070> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11749f8c0> # /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 0x7ff115957f80> # /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 0x7ff115998170> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115955190> # /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 0x7ff1159c5700> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159998e0> # /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 0x7ff1159c69f0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c5d90> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117411d60> # /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 0x7ff11758f9b0> # /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' # /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 0x7ff1159f24e0> # 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 0x7ff1159f2840> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1970> # /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 0x7ff115a21a60> # /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 0x7ff115a22960> # /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 0x7ff115a23290> # /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 0x7ff115a23050> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a22ba0> # /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' # /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 0x7ff11504fb90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504e4e0> # /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 0x7ff11504ea50> # /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 0x7ff11507f890> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11504c860> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11501d190> # /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__/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 0x7ff1150bd910> # 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 0x7ff1150bdee0> # /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 0x7ff1150bed50> # 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 0x7ff1150bf380> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150be2a0> # /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 0x7ff1150bfd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150bf470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508f8c0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11508de50> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21ac0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a212b0> # /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 0x7ff1150d9730> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff115a21e80> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f35f0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f0f80> # /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 0x7ff1159f16a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159f1400> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1159c6f30> # /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 0x7ff1150daff0> # /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 0x7ff114e05670> # /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 0x7ff114e05e80> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e04890> # /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 0x7ff114e06690> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1150db050> # /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 0x7ff114e30140> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07680> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e074a0> # /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' # 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 0x7ff114e338c0> import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33260> # /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 0x7ff114e6dc10> # 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 0x7ff114e6e2a0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e55d00> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e33bf0> # /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 0x7ff114e6e720> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e326f0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30920> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e07920> # /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 0x7ff114ea13d0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea0410> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114e30e60> # /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 0x7ff114ea1a00> # /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 0x7ff114ea1df0> # /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 0x7ff114ea1eb0> # /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 0x7ff114ea1fd0> # /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 0x7ff114ec8c80> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea2d80> # /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 0x7ff114ec8da0> # /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 0x7ff114ec8e90> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ea1e20> # /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' # /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 0x7ff114eca9f0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114eca030> # /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 0x7ff114ecab70> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec9be0> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ec8fb0> # /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__/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 0x7ff114cc43e0> # /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 0x7ff114cf3b90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cf2f90> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114cc53a0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114c9c170> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ecb5c0> # /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 0x7ff114c9e4e0> # /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 0x7ff115a21a30> # /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 0x7ff114d17f80> # /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' # /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' # 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 0x7ff114d36420> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d346e0> import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d342f0> # /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 0x7ff114d36720> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d34bc0> # /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 0x7ff114d37620> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1175bf530> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff117d8b830> # /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 0x7ff114d5fda0> # /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 0x7ff114d85df0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d85970> # 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 0x7ff114d34650> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d84860> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d840e0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d5cd10> # /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 0x7ff114d5fb60> # /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 0x7ff114b03350> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b01e80> # /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 0x7ff114b30b60> # /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 0x7ff114b30e60> # /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 0x7ff114b310d0> # /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 0x7ff114b31370> # /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 0x7ff114b31ac0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b31910> # /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 0x7ff114b33410> # /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 0x7ff114b33560> # /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 0x7ff114b33770> # /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 0x7ff114b546e0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b33f20> # /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 0x7ff114b552e0> # /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 0x7ff114b55700> # /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 0x7ff114b558e0> # /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 0x7ff114b55bb0> # /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 0x7ff114b56ab0> # /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 0x7ff114b56d20> # /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 0x7ff114b56f30> # /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 0x7ff114b57b60> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b57680> # /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 0x7ff114b80a10> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b80350> # /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 0x7ff114b816a0> # /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 0x7ff114b81970> # /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 0x7ff114b828d0> # /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 0x7ff114b82b70> # /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 0x7ff114b82d20> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37890> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114d37590> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/main.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/main.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/utils.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/utils.cpython-312.pyc' import 'dnf.cli.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83530> import 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114b83050> # /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 0x7ff114ba4e90> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba4800> # /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 0x7ff114ba5940> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5670> # /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 0x7ff114ba7da0> # /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 0x7ff114bcd8e0> # 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 0x7ff114bcc890> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114bcc380> # /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 0x7ff114be71d0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be6600> # /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 0x7ff114bfdee0> # /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 0x7ff114bfe9f0> # /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 0x7ff114be7860> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114be7530> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5be0> # /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 0x7ff114ba7920> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5790> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114ba5010> # /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 0x7ff114984dd0> # /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' # /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__/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 0x7ff1149a8110> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986810> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149865d0> # /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/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 0x7ff1149f7770> # /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 0x7ff114a22de0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a228a0> # /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 0x7ff114856060> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a23710> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a20920> # /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 0x7ff1148bd880> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114a22750> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114986ff0> import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1149856a0> # /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 0x7ff1149853a0> # /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 0x7ff1148be750> # /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 0x7ff1148bfdd0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf7d0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf470> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148bf0e0> # /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 0x7ff1148bfb90> # /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 0x7ff1148f1c10> # /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 0x7ff1148f1cd0> # /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 0x7ff1148f23c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2240> # /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 0x7ff114918a40> # /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 0x7ff114919c70> # /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 0x7ff114919ee0> # /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 0x7ff11491a030> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919f40> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114919730> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114918bc0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f3e30> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f33b0> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f2c30> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f16a0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff1148f0b90> # /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 0x7ff1148f3110> # /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 0x7ff11491a570> # /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 0x7ff11491ae70> # /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 0x7ff11491b230> # /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 0x7ff11491bb60> # /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' # /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' # /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 0x7ff11493fd40> # 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 0x7ff1145920f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493dfa0> # /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 0x7ff114592270> # /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' # 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 0x7ff114593770> # 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 0x7ff114593980> # 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 0x7ff114593b60> # 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 0x7ff114593da0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff114592420> import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7ff11493c740> # destroy dnf.plugin.dynamic # 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 # destroy 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing __future__ # destroy __future__ # 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 gettext # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing email.errors # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.charset # cleanup[2] removing email.header # 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 _socket # cleanup[2] removing collections.abc # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing errno # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing _locale # cleanup[2] removing locale # 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.text # cleanup[2] removing configparser # destroy configparser # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing threading # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # 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 weakref # 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 copy # cleanup[2] removing signal # 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 token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing contextlib # cleanup[2] removing traceback # cleanup[2] removing atexit # cleanup[2] removing logging # cleanup[2] removing fnmatch # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # destroy bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # destroy lzma # cleanup[2] removing shutil # cleanup[2] removing tempfile # 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 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 fcntl # 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 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 _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing dnf.persistor # 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 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 _posixsubprocess # cleanup[2] removing subprocess # 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 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.cli.utils # cleanup[2] removing dnf.cli.main # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # 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 _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing distro.distro # cleanup[2] removing distro # destroy distro # destroy distro.distro # cleanup[2] removing http # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # 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 platform # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing syslog # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # 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 pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy systemd.journal # destroy uuid # destroy syslog # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _uuid # cleanup[3] wiping platform # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping _typing # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli.main # cleanup[3] wiping dnf.cli.utils # 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 # destroy dnf.cli.utils # 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 # destroy subprocess # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping logging.handlers # destroy pickle # destroy copy # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping fcntl # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # 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 tempfile # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping fnmatch # cleanup[3] wiping logging # destroy logging.handlers # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping contextlib # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping signal # 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 weakref # 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 queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping threading # 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.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 locale # destroy encodings # cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping socket # cleanup[3] wiping array # cleanup[3] wiping errno # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping collections.abc # cleanup[3] wiping _socket # cleanup[3] wiping random # cleanup[3] wiping hashlib # cleanup[3] wiping _blake2 # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.encoders # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping email.errors # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # 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.errors # destroy email.quoprimime # destroy email.base64mime # destroy email.encoders # 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 base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping gettext # 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 importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # destroy _frozen_importlib_external # 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 _signal # destroy _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 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 systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy dnf.cli.main # destroy _weakref # destroy _thread # destroy _hashlib # destroy platform # destroy _uuid # destroy unicodedata # destroy stat # destroy genericpath # destroy libdnf._error # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy _io # destroy _queue # destroy random # destroy dnf.cli.output # destroy email # destroy queue # destroy shlex # destroy urllib.parse # destroy pwd # destroy gettext # destroy libcomps # destroy gzip # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy fnmatch # destroy argparse # destroy datetime # destroy gc # destroy math # destroy shutil # destroy array # destroy copyreg # destroy operator # destroy _struct # destroy _pickle # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy hawkey # destroy curses # destroy struct # destroy termios # destroy dnf # destroy logging # 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 _typing # destroy _tokenize # destroy rpm # destroy _blake2 # destroy functools # destroy itertools # destroy zlib # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy types # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy os # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 _codecs # destroy re # destroy _random # destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks 37183 1727096929.15474: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001c1 37183 1727096929.15479: WORKER PROCESS EXITING 37183 1727096929.15503: no more pending results, returning what we have 37183 1727096929.15507: results queue empty 37183 1727096929.15508: checking for any_errors_fatal 37183 1727096929.15509: done checking for any_errors_fatal 37183 1727096929.15510: checking for max_fail_percentage 37183 1727096929.15511: done checking for max_fail_percentage 37183 1727096929.15512: checking to see if all hosts have failed and the running result is not ok 37183 1727096929.15513: done checking to see if all hosts have failed 37183 1727096929.15514: getting the remaining hosts for this loop 37183 1727096929.15515: done getting the remaining hosts for this loop 37183 1727096929.15519: getting the next task for host managed_node3 37183 1727096929.15527: done getting next task for host managed_node3 37183 1727096929.15531: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 37183 1727096929.15535: ^ state is: HOST STATE: block=2, task=7, 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? (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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096929.15546: getting variables 37183 1727096929.15547: in VariableManager get_vars() 37183 1727096929.15576: Calling all_inventory to load vars for managed_node3 37183 1727096929.15578: Calling groups_inventory to load vars for managed_node3 37183 1727096929.15581: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096929.15589: Calling all_plugins_play to load vars for managed_node3 37183 1727096929.15601: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096929.15606: Calling groups_plugins_play to load vars for managed_node3 37183 1727096929.15687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096929.15793: done with get_vars() 37183 1727096929.15804: done getting variables 37183 1727096929.15874: 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.ha_cluster : Enable CentOS repositories] ******* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:10 Monday 23 September 2024 09:08:49 -0400 (0:00:00.931) 0:00:04.407 ****** 37183 1727096929.15913: entering _queue_task() for managed_node3/command 37183 1727096929.16380: worker is 1 (out of 1 available) 37183 1727096929.16392: exiting _queue_task() for managed_node3/command 37183 1727096929.16402: done queuing things up, now waiting for results queue to drain 37183 1727096929.16403: waiting for pending results... 37183 1727096929.16593: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 37183 1727096929.16854: in run() - task 129116b5-d8e7-d2f1-2000-0000000001c2 37183 1727096929.16900: variable 'ansible_search_path' from source: unknown 37183 1727096929.16972: variable 'ansible_search_path' from source: unknown 37183 1727096929.17050: variable '__ha_cluster_repos' from source: include_vars 37183 1727096929.17613: variable '__ha_cluster_repos' from source: include_vars 37183 1727096929.18120: variable 'omit' from source: magic vars 37183 1727096929.18287: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096929.18337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096929.18340: variable 'omit' from source: magic vars 37183 1727096929.18734: variable 'item' from source: unknown 37183 1727096929.18746: variable '__ha_cluster_repolist' from source: set_fact 37183 1727096929.18919: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): False 37183 1727096929.18925: when evaluation is False, skipping this task 37183 1727096929.18955: variable 'item' from source: unknown 37183 1727096929.19071: variable 'item' from source: unknown skipping: [managed_node3] => (item={'id': 'highavailability', 'name': 'HighAvailability'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.id not in __ha_cluster_repolist.stdout", "item": { "id": "highavailability", "name": "HighAvailability" }, "skip_reason": "Conditional result was False" } 37183 1727096929.19603: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096929.19610: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096929.19613: variable 'omit' from source: magic vars 37183 1727096929.19832: variable 'item' from source: unknown 37183 1727096929.19844: variable '__ha_cluster_repolist' from source: set_fact 37183 1727096929.19945: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): True 37183 1727096929.20132: variable 'item' from source: unknown 37183 1727096929.20207: variable 'ha_cluster_enable_repos_resilient_storage' from source: role '' defaults 37183 1727096929.20238: Evaluated conditional (item.name != "ResilientStorage" or ha_cluster_enable_repos_resilient_storage): False 37183 1727096929.20241: when evaluation is False, skipping this task 37183 1727096929.20283: variable 'item' from source: unknown 37183 1727096929.20427: variable 'item' from source: unknown skipping: [managed_node3] => (item={'id': 'resilientstorage', 'name': 'ResilientStorage'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.name != \"ResilientStorage\" or ha_cluster_enable_repos_resilient_storage", "item": { "id": "resilientstorage", "name": "ResilientStorage" }, "skip_reason": "Conditional result was False" } 37183 1727096929.20861: dumping result to json 37183 1727096929.20864: done dumping result, returning 37183 1727096929.20866: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories [129116b5-d8e7-d2f1-2000-0000000001c2] 37183 1727096929.20868: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001c2 skipping: [managed_node3] => { "changed": false } MSG: All items skipped 37183 1727096929.21384: no more pending results, returning what we have 37183 1727096929.21390: results queue empty 37183 1727096929.21391: checking for any_errors_fatal 37183 1727096929.21419: done checking for any_errors_fatal 37183 1727096929.21420: checking for max_fail_percentage 37183 1727096929.21423: done checking for max_fail_percentage 37183 1727096929.21424: checking to see if all hosts have failed and the running result is not ok 37183 1727096929.21425: done checking to see if all hosts have failed 37183 1727096929.21426: getting the remaining hosts for this loop 37183 1727096929.21427: done getting the remaining hosts for this loop 37183 1727096929.21435: getting the next task for host managed_node3 37183 1727096929.21442: done getting next task for host managed_node3 37183 1727096929.21445: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 37183 1727096929.21448: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096929.21458: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001c2 37183 1727096929.21461: WORKER PROCESS EXITING 37183 1727096929.21476: getting variables 37183 1727096929.21477: in VariableManager get_vars() 37183 1727096929.21502: Calling all_inventory to load vars for managed_node3 37183 1727096929.21505: Calling groups_inventory to load vars for managed_node3 37183 1727096929.21507: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096929.21515: Calling all_plugins_play to load vars for managed_node3 37183 1727096929.21518: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096929.21521: Calling groups_plugins_play to load vars for managed_node3 37183 1727096929.21671: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096929.21801: done with get_vars() 37183 1727096929.21817: done getting variables 37183 1727096929.22001: 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 [fedora.linux_system_roles.ha_cluster : Install role essential packages] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 Monday 23 September 2024 09:08:49 -0400 (0:00:00.061) 0:00:04.469 ****** 37183 1727096929.22066: entering _queue_task() for managed_node3/package 37183 1727096929.22068: Creating lock for package 37183 1727096929.22411: worker is 1 (out of 1 available) 37183 1727096929.22426: exiting _queue_task() for managed_node3/package 37183 1727096929.22440: done queuing things up, now waiting for results queue to drain 37183 1727096929.22442: waiting for pending results... 37183 1727096929.22708: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 37183 1727096929.22832: in run() - task 129116b5-d8e7-d2f1-2000-0000000000ad 37183 1727096929.22858: variable 'ansible_search_path' from source: unknown 37183 1727096929.22867: variable 'ansible_search_path' from source: unknown 37183 1727096929.22905: calling self._execute() 37183 1727096929.23026: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096929.23030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096929.23033: variable 'omit' from source: magic vars 37183 1727096929.23130: variable 'omit' from source: magic vars 37183 1727096929.23192: variable 'omit' from source: magic vars 37183 1727096929.23621: variable '__ha_cluster_role_essential_packages' from source: include_vars 37183 1727096929.23626: variable 'ha_cluster_extra_packages' from source: role '' defaults 37183 1727096929.23812: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096929.26681: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096929.26813: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096929.26881: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096929.27021: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096929.27034: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096929.27156: 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) 37183 1727096929.27205: 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) 37183 1727096929.27244: 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) 37183 1727096929.27300: 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) 37183 1727096929.27341: 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) 37183 1727096929.27475: variable '__ha_cluster_is_ostree' from source: set_fact 37183 1727096929.27486: variable 'omit' from source: magic vars 37183 1727096929.27538: variable 'omit' from source: magic vars 37183 1727096929.27627: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096929.27631: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096929.27633: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096929.27661: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096929.27685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096929.27719: variable 'inventory_hostname' from source: set_fact 37183 1727096929.27736: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096929.27744: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096929.27855: Set connection var ansible_shell_executable to /bin/sh 37183 1727096929.27867: Set connection var ansible_timeout to 10 37183 1727096929.27891: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096929.27894: Set connection var ansible_connection to ssh 37183 1727096929.27896: Set connection var ansible_shell_type to sh 37183 1727096929.27998: Set connection var ansible_pipelining to False 37183 1727096929.28001: variable 'ansible_shell_executable' from source: unknown 37183 1727096929.28003: variable 'ansible_connection' from source: unknown 37183 1727096929.28006: variable 'ansible_module_compression' from source: unknown 37183 1727096929.28008: variable 'ansible_shell_type' from source: unknown 37183 1727096929.28010: variable 'ansible_shell_executable' from source: unknown 37183 1727096929.28012: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096929.28013: variable 'ansible_pipelining' from source: unknown 37183 1727096929.28015: variable 'ansible_timeout' from source: unknown 37183 1727096929.28017: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096929.28085: 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) 37183 1727096929.28109: variable 'omit' from source: magic vars 37183 1727096929.28119: starting attempt loop 37183 1727096929.28128: running the handler 37183 1727096929.28147: variable 'ansible_facts' from source: unknown 37183 1727096929.28167: variable 'ansible_facts' from source: unknown 37183 1727096929.28231: _low_level_execute_command(): starting 37183 1727096929.28243: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 37183 1727096929.29057: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096929.29127: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096929.29144: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.29227: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096929.29247: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096929.29268: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.29394: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 3 <<< 37183 1727096929.31602: stdout chunk (state=3): >>>/root <<< 37183 1727096929.31821: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096929.31826: stdout chunk (state=3): >>><<< 37183 1727096929.31828: stderr chunk (state=3): >>><<< 37183 1727096929.31851: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 3 debug2: Received exit status from master 0 37183 1727096929.31868: _low_level_execute_command(): starting 37183 1727096929.31871: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172 `" && echo ansible-tmp-1727096929.3184102-37338-72019018420172="` echo /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172 `" ) && sleep 0' 37183 1727096929.32579: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096929.32607: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.32728: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 37183 1727096929.35244: stdout chunk (state=3): >>>ansible-tmp-1727096929.3184102-37338-72019018420172=/root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172 <<< 37183 1727096929.35400: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096929.35449: stderr chunk (state=3): >>><<< 37183 1727096929.35478: stdout chunk (state=3): >>><<< 37183 1727096929.35630: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096929.3184102-37338-72019018420172=/root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 37183 1727096929.35636: variable 'ansible_module_compression' from source: unknown 37183 1727096929.35660: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 37183 1727096929.35669: ANSIBALLZ: Acquiring lock 37183 1727096929.35676: ANSIBALLZ: Lock acquired: 140026946210896 37183 1727096929.35694: ANSIBALLZ: Creating module 37183 1727096929.50828: ANSIBALLZ: Writing module into payload 37183 1727096929.50958: ANSIBALLZ: Writing module 37183 1727096929.50976: ANSIBALLZ: Renaming module 37183 1727096929.51003: ANSIBALLZ: Done creating module 37183 1727096929.51026: variable 'ansible_facts' from source: unknown 37183 1727096929.51096: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py 37183 1727096929.51203: Sending initial data 37183 1727096929.51207: Sent initial data (151 bytes) 37183 1727096929.51643: 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 <<< 37183 1727096929.51647: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.51655: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration <<< 37183 1727096929.51667: 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.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.51708: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096929.51711: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096929.51713: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.51797: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 37183 1727096929.54376: 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 <<< 37183 1727096929.54464: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 37183 1727096929.54572: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-3718317k269cw/tmpjq6prp94 /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py <<< 37183 1727096929.54576: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py" <<< 37183 1727096929.54711: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-3718317k269cw/tmpjq6prp94" to remote "/root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py" <<< 37183 1727096929.56916: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096929.56920: stdout chunk (state=3): >>><<< 37183 1727096929.56929: stderr chunk (state=3): >>><<< 37183 1727096929.56932: done transferring module to remote 37183 1727096929.56934: _low_level_execute_command(): starting 37183 1727096929.56936: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/ /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py && sleep 0' 37183 1727096929.58272: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096929.58291: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096929.58305: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096929.58331: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096929.58446: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096929.58533: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096929.58618: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096929.58633: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096929.58754: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.58847: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 37183 1727096929.61546: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096929.61558: stdout chunk (state=3): >>><<< 37183 1727096929.61574: stderr chunk (state=3): >>><<< 37183 1727096929.61594: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' 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 37183 1727096929.61602: _low_level_execute_command(): starting 37183 1727096929.61611: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/AnsiballZ_dnf.py && sleep 0' 37183 1727096929.62479: 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096929.62495: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096929.62509: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096929.62628: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 37183 1727096929.65774: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 37183 1727096929.65855: stdout chunk (state=3): >>>import _imp # builtin import '_thread' # <<< 37183 1727096929.65883: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 37183 1727096929.66042: stdout chunk (state=3): >>>import '_io' # <<< 37183 1727096929.66181: stdout chunk (state=3): >>>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' <<< 37183 1727096929.66380: 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 0x7f584a8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a8b7b30> # /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 0x7f584a8eaa50> import '_signal' # import '_abc' # import 'abc' # <<< 37183 1727096929.66650: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # <<< 37183 1727096929.66654: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 37183 1727096929.66689: stdout chunk (state=3): >>>import 'os' # <<< 37183 1727096929.66727: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 37183 1727096929.66752: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.pth' <<< 37183 1727096929.66833: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a699130> <<< 37183 1727096929.66936: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 37183 1727096929.67059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a69a3c0> # /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 0x7f584a69b1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a69a5d0> <<< 37183 1727096929.67093: 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 0x7f584a6cc110> import 'importlib.util' # import 'importlib.machinery' # <<< 37183 1727096929.67114: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 37183 1727096929.67182: 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 <<< 37183 1727096929.67215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096929.67243: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a699df0> import 'site' # <<< 37183 1727096929.67316: 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. <<< 37183 1727096929.67710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 37183 1727096929.67732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 37183 1727096929.67760: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 37183 1727096929.67812: 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 <<< 37183 1727096929.67860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 37183 1727096929.67880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 37183 1727096929.67907: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 37183 1727096929.67937: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6e9ca0> <<< 37183 1727096929.68148: stdout chunk (state=3): >>># /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 0x7f584a72cdd0> <<< 37183 1727096929.68174: 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 0x7f584a72d460> <<< 37183 1727096929.68197: stdout chunk (state=3): >>>import '_collections' # <<< 37183 1727096929.68265: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6ebd10> <<< 37183 1727096929.68288: stdout chunk (state=3): >>>import '_functools' # <<< 37183 1727096929.68333: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6ea690> <<< 37183 1727096929.68760: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f2e10> # /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 0x7f584a75c9b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a72f590> <<< 37183 1727096929.68815: 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 0x7f584a75ca10> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6e8d40> <<< 37183 1727096929.69033: 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 0x7f584a75dbe0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f20f0> # /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 0x7f584a75e030> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75dee0> # 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 0x7f584a75e2d0> <<< 37183 1727096929.69076: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f0ce0> <<< 37183 1727096929.69079: stdout chunk (state=3): >>>import 'runpy' # <<< 37183 1727096929.69114: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 37183 1727096929.69162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 37183 1727096929.69196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 37183 1727096929.69221: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a77c800> <<< 37183 1727096929.69347: 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 0x7f584a77df40> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 37183 1727096929.69519: 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 0x7f584a77edb0> # 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 0x7f584a77f410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a77e300> # /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' <<< 37183 1727096929.69550: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.69580: 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 0x7f584a77fe90> <<< 37183 1727096929.69609: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a77f5c0> <<< 37183 1727096929.69841: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75e600> # /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' <<< 37183 1727096929.69865: 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 0x7f584a4bbd70> <<< 37183 1727096929.69915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 37183 1727096929.69918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 37183 1727096929.70048: 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 0x7f584a4e4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e45c0> # 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 0x7f584a4e4890> # /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 37183 1727096929.70052: stdout chunk (state=3): >>> <<< 37183 1727096929.70063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 37183 1727096929.70250: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.70444: 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 0x7f584a4e5160> <<< 37183 1727096929.70630: 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 0x7f584a4e5b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e4a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4b9f10> # /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 0x7f584a4e6e70> <<< 37183 1727096929.70647: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e4fe0> <<< 37183 1727096929.70681: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75ed20> <<< 37183 1727096929.70719: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 37183 1727096929.70808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096929.70834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 37183 1727096929.70902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 37183 1727096929.70952: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a50f200> <<< 37183 1727096929.71120: 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' <<< 37183 1727096929.71282: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a53b560> <<< 37183 1727096929.71302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 37183 1727096929.71305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' import 'ntpath' # <<< 37183 1727096929.71308: 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 0x7f584a594380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 37183 1727096929.71451: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 37183 1727096929.71472: 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' <<< 37183 1727096929.71482: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a596ae0> <<< 37183 1727096929.71565: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a5944a0> <<< 37183 1727096929.71591: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a561370> <<< 37183 1727096929.71653: 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 0x7f584a399490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a53a360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e7dd0> <<< 37183 1727096929.71763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 37183 1727096929.71801: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f584a53a960> <<< 37183 1727096929.72018: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vylvpi1n/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 37183 1727096929.72545: 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' <<< 37183 1727096929.72548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /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 0x7f584a3f31d0> import '_typing' # <<< 37183 1727096929.72554: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3d20c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3d1280> <<< 37183 1727096929.72557: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.72699: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 37183 1727096929.72702: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # # zipimport: zlib available <<< 37183 1727096929.74403: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.76115: 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 0x7f584a3f0f20> <<< 37183 1727096929.76171: 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' <<< 37183 1727096929.76223: 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 0x7f584a41aae0> <<< 37183 1727096929.76262: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a41a8a0> <<< 37183 1727096929.76310: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a41a1e0> <<< 37183 1727096929.76314: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 37183 1727096929.76411: 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 0x7f584a41a630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3f3e60> import 'atexit' # <<< 37183 1727096929.76535: 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 0x7f584a41b860> # 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 0x7f584a41ba40> # /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' # <<< 37183 1727096929.76561: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a41bf20> <<< 37183 1727096929.76567: stdout chunk (state=3): >>>import 'pwd' # <<< 37183 1727096929.76587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 37183 1727096929.76639: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 37183 1727096929.76652: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d19c40> <<< 37183 1727096929.76678: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.76684: 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 0x7f5849d1b860> <<< 37183 1727096929.76887: 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' <<< 37183 1727096929.76892: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d20200> <<< 37183 1727096929.76940: 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 0x7f5849d21370> # /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' <<< 37183 1727096929.76963: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d23e00> <<< 37183 1727096929.77005: 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 0x7f584a893320> <<< 37183 1727096929.77026: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d220f0> <<< 37183 1727096929.77053: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 37183 1727096929.77084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 37183 1727096929.77143: 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' <<< 37183 1727096929.77243: 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 0x7f5849d27ce0> <<< 37183 1727096929.77443: stdout chunk (state=3): >>>import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d26510> # /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' <<< 37183 1727096929.77447: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d26a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d22600> # 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 0x7f5849d6bf80> # /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 0x7f5849d6c110> <<< 37183 1727096929.77483: 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 <<< 37183 1727096929.77645: 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 0x7f5849d6dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6d9d0> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 37183 1727096929.77693: 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 0x7f5849d6ffe0> <<< 37183 1727096929.77704: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6e210> <<< 37183 1727096929.77920: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py # code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d73860> <<< 37183 1727096929.78005: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d70260> <<< 37183 1727096929.78035: 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 0x7f5849d748f0> <<< 37183 1727096929.78069: 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 0x7f5849d74890> <<< 37183 1727096929.78105: 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 0x7f5849d74b90> <<< 37183 1727096929.78242: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6c320> # /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' <<< 37183 1727096929.78308: 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' # 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 0x7f5849c00350> <<< 37183 1727096929.78503: 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 0x7f5849c01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d76ae0> <<< 37183 1727096929.78555: 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 0x7f5849d77e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d766f0> # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 37183 1727096929.78715: stdout chunk (state=3): >>># zipimport: zlib available<<< 37183 1727096929.78736: stdout chunk (state=3): >>> # zipimport: zlib available <<< 37183 1727096929.78847: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.78868: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 37183 1727096929.78915: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 37183 1727096929.78932: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.79147: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.79281: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.80148: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.81032: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 37183 1727096929.81036: 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 <<< 37183 1727096929.81039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096929.81091: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.81104: stdout chunk (state=3): >>># extension module '_ctypes' executed from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5849c05a00> <<< 37183 1727096929.81194: 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 0x7f5849c06720> <<< 37183 1727096929.81205: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c01580> <<< 37183 1727096929.81246: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 37183 1727096929.81327: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.81340: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 37183 1727096929.81516: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.81641: 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 0x7f5849c066f0> # zipimport: zlib available <<< 37183 1727096929.82074: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.82510: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.82587: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.82660: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 37183 1727096929.82735: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.82749: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 37183 1727096929.82909: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.82945: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 37183 1727096929.82995: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.83050: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 37183 1727096929.83053: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.83346: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.83580: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 37183 1727096929.83619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 37183 1727096929.83680: stdout chunk (state=3): >>>import '_ast' # <<< 37183 1727096929.83969: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c078f0> # zipimport: zlib available <<< 37183 1727096929.83973: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.locale' # # zipimport: zlib available <<< 37183 1727096929.84013: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.84058: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.84131: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.84197: 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 <<< 37183 1727096929.84225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096929.84308: 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 0x7f5849c12270> <<< 37183 1727096929.84434: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c0f1d0> import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 37183 1727096929.84476: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.84619: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 37183 1727096929.84655: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 37183 1727096929.84716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 37183 1727096929.84836: 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' <<< 37183 1727096929.84947: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d02a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a452720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c07260> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 37183 1727096929.84983: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 37183 1727096929.85075: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 37183 1727096929.85158: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 37183 1727096929.85161: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.85628: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.86217: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.86930: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.88083: 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 0x7f5849ca4ad0> <<< 37183 1727096929.88287: 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 0x7f5849ca4d10> <<< 37183 1727096929.88291: 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' <<< 37183 1727096929.88356: 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 # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca5460> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4fe0> # /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 0x7f5849ca5d90> # /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' <<< 37183 1727096929.88491: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /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 <<< 37183 1727096929.88670: 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 0x7f5849c91970> # /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 0x7f5849c91820> # /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 0x7f58498d2780> <<< 37183 1727096929.88717: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca7560> # /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 <<< 37183 1727096929.88753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 37183 1727096929.88763: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498e12e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498d3e60> <<< 37183 1727096929.88860: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498d31d0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca69f0> <<< 37183 1727096929.88863: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 37183 1727096929.88894: 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 <<< 37183 1727096929.88991: stdout chunk (state=3): >>># 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 0x7f584994d340> <<< 37183 1727096929.89159: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849905460> <<< 37183 1727096929.89237: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4950> <<< 37183 1727096929.89257: 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' <<< 37183 1727096929.89275: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 37183 1727096929.89342: 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 0x7f5849954e00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584994f0e0> <<< 37183 1727096929.89463: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849904f80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca60c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca5af0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4d70> # /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 0x7f5849ca5e50> <<< 37183 1727096929.89510: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py # code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 37183 1727096929.89542: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58499553d0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849954b30> <<< 37183 1727096929.89569: 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' <<< 37183 1727096929.89633: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849955af0> <<< 37183 1727096929.89655: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 37183 1727096929.89681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 37183 1727096929.89739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 37183 1727096929.89767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 37183 1727096929.89841: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.89953: 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 0x7f584995c7d0> <<< 37183 1727096929.90093: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584993d940> <<< 37183 1727096929.90120: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849956b40> <<< 37183 1727096929.90156: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 37183 1727096929.90159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 37183 1727096929.90206: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584993d3d0> # /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 37183 1727096929.90212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 37183 1727096929.90226: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58499727e0> <<< 37183 1727096929.90240: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py <<< 37183 1727096929.90255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 37183 1727096929.90289: 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' <<< 37183 1727096929.90302: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58499734a0> <<< 37183 1727096929.90328: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849972f30> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 37183 1727096929.90404: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 37183 1727096929.90507: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849973980> # /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 37183 1727096929.90528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 37183 1727096929.91044: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849967e90> # /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 0x7f5849894560> # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__about__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849895be0> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498959d0> # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/certificate_transparency.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/utils.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc' import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498965d0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896cc0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896c60> <<< 37183 1727096929.91225: stdout chunk (state=3): >>># extension module '_cffi_backend' loaded from '/usr/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096929.91244: stdout chunk (state=3): >>># extension module '_cffi_backend' executed from '/usr/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' import '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58495cc6e0> # extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' # extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' import 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5849896e70> <<< 37183 1727096929.91265: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cce90> <<< 37183 1727096929.91279: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py <<< 37183 1727096929.91335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' <<< 37183 1727096929.91347: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd040> <<< 37183 1727096929.91370: stdout chunk (state=3): >>>import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896000> <<< 37183 1727096929.91435: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/verification.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/verification.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/verification.cpython-312.pyc' <<< 37183 1727096929.91463: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/general_name.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/name.py <<< 37183 1727096929.91709: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc' <<< 37183 1727096929.91731: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/oid.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/oid.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfd70> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfbf0> <<< 37183 1727096929.92595: stdout chunk (state=3): >>>import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495ce600> <<< 37183 1727096929.92827: stdout chunk (state=3): >>>import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd9a0> <<< 37183 1727096929.92833: stdout chunk (state=3): >>>import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd700> <<< 37183 1727096929.92835: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/base.py <<< 37183 1727096929.92838: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc' <<< 37183 1727096929.92840: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096929.92843: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc' <<< 37183 1727096929.92845: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496051f0> <<< 37183 1727096929.92847: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/base.py <<< 37183 1727096929.92849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-312.pyc' import 'cryptography.hazmat.primitives.serialization.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849606cf0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/ssh.py <<< 37183 1727096929.92899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-312.pyc' <<< 37183 1727096929.92909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 37183 1727096929.92952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 37183 1727096929.93061: stdout chunk (state=3): >>># 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 <<< 37183 1727096929.93105: stdout chunk (state=3): >>># 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 <<< 37183 1727096929.93190: stdout chunk (state=3): >>># 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 0x7f5849681700> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849680b30> <<< 37183 1727096929.93230: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849657530> <<< 37183 1727096929.93395: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849643380> import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496416a0> <<< 37183 1727096929.93472: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849654ad0> <<< 37183 1727096929.93561: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849695dc0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc' <<< 37183 1727096929.93579: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849696570> import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849695fd0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py <<< 37183 1727096929.93614: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' <<< 37183 1727096929.93718: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849696720> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697680> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc' <<< 37183 1727096929.93834: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc' import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124170> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491243b0> <<< 37183 1727096929.93869: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697aa0> <<< 37183 1727096929.93973: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124680> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' <<< 37183 1727096929.94192: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491267e0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849126930> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849126630> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849125fa0> <<< 37183 1727096929.94227: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849125430> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124e60> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697a10> <<< 37183 1727096929.94417: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849606d80> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849604e00> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py <<< 37183 1727096929.94422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496404d0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc' <<< 37183 1727096929.94563: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127230> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-312.pyc' <<< 37183 1727096929.94569: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491277a0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/types.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.dh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127c50> import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127b00> <<< 37183 1727096929.94790: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/extensions.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc' <<< 37183 1727096929.94839: 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' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849198200> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584916be00> import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491681d0> <<< 37183 1727096929.94871: stdout chunk (state=3): >>>import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d76360> <<< 37183 1727096929.94928: stdout chunk (state=3): >>>import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849895cd0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfa40> <<< 37183 1727096929.95006: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.95054: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 37183 1727096929.95193: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.95341: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # # zipimport: zlib available <<< 37183 1727096929.95404: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.95509: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # # zipimport: zlib available <<< 37183 1727096929.95571: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.95681: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 37183 1727096929.95765: stdout chunk (state=3): >>># zipimport: zlib available <<< 37183 1727096929.96259: 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' <<< 37183 1727096929.96345: 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' # /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 0x7f58491c8440> <<< 37183 1727096929.96393: stdout chunk (state=3): >>># /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' <<< 37183 1727096929.96511: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491c8560> <<< 37183 1727096929.96542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 37183 1727096929.96568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 37183 1727096929.96616: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 37183 1727096929.96627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' # extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5849010950> <<< 37183 1727096929.96729: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58490101a0> # 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 0x7f5849010350> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491c8aa0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584919bec0> <<< 37183 1727096929.96743: 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' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491c80e0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 37183 1727096929.96831: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 37183 1727096929.96853: 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' # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 37183 1727096929.96881: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 37183 1727096929.97082: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 37183 1727096929.97181: 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 0x7f584907e090> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907dc70> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 37183 1727096929.97253: stdout chunk (state=3): >>># 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 0x7f58490a1970> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907e1e0> # /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 37183 1727096929.97528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 37183 1727096929.98208: 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 0x7f5848e9caa0> <<< 37183 1727096929.98280: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58490a1ac0> <<< 37183 1727096929.98340: 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 <<< 37183 1727096929.98371: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 37183 1727096929.98459: 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 0x7f5848eda6c0> <<< 37183 1727096929.98609: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848e9cf80> # /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' <<< 37183 1727096929.98885: 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 0x7f5848f19790> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848eda930> # /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' <<< 37183 1727096929.98996: 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 0x7f5848f558b0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f19ac0> <<< 37183 1727096929.99075: 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' <<< 37183 1727096929.99164: 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 0x7f5848f56ae0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f55f40> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907d7f0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 37183 1727096929.99357: stdout chunk (state=3): >>># 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 0x7f5848f89f70> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f89430> # /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 37183 1727096929.99466: stdout chunk (state=3): >>># 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 0x7f58472205f0> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 37183 1727096929.99533: stdout chunk (state=3): >>># 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 0x7f58472214f0> # /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' <<< 37183 1727096930.00158: 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 0x7f5847221dc0> # /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 0x7f5847223350> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5847221730> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472204a0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f8be00> # /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' <<< 37183 1727096930.00268: 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 0x7f584724cf80> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5847223f80> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f8a2a0> <<< 37183 1727096930.00327: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f88a40> # /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' <<< 37183 1727096930.00451: 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 0x7f5848f89160> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f88ec0> <<< 37183 1727096930.00472: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f56c00> <<< 37183 1727096930.00561: 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 0x7f584724e630> <<< 37183 1727096930.00567: 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 <<< 37183 1727096930.00616: stdout chunk (state=3): >>># 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 <<< 37183 1727096930.00674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727cb30> # /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' <<< 37183 1727096930.00751: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727d2e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584724fe60> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 37183 1727096930.00816: stdout chunk (state=3): >>># 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 0x7f584727daf0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584724e600> <<< 37183 1727096930.00820: 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' <<< 37183 1727096930.00956: 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 # 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' <<< 37183 1727096930.01096: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727f560> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727eae0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727e900> # /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 <<< 37183 1727096930.01099: stdout chunk (state=3): >>># 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 0x7f58472be600> <<< 37183 1727096930.01167: stdout chunk (state=3): >>># /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' <<< 37183 1727096930.01245: stdout chunk (state=3): >>># /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' <<< 37183 1727096930.01330: stdout chunk (state=3): >>># /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 0x7f5846c286b0> # extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096930.01361: 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 0x7f5846c28a10> <<< 37183 1727096930.01411: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472dc920> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472beab0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472bdaf0> <<< 37183 1727096930.01437: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727fd40> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727faa0> <<< 37183 1727096930.01476: 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 <<< 37183 1727096930.01526: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 37183 1727096930.01606: 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 # 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 0x7f5846c2a420> <<< 37183 1727096930.01672: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c29580> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727fce0> # /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' <<< 37183 1727096930.01771: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c2ab70> # /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 0x7f5846c2af30> # /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 0x7f5846c2aff0> <<< 37183 1727096930.01852: 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 0x7f5846c2b110> # /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 <<< 37183 1727096930.01934: stdout chunk (state=3): >>># 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' <<< 37183 1727096930.02235: 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 0x7f5846c55cd0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c2be30> # /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 0x7f5846c55e50> # /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 0x7f5846c55f40> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c2af60> # /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 0x7f5846c560f0> # /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 0x7f5846c56d20> # /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 0x7f5846c57890> <<< 37183 1727096930.02586: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c57a10> # /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 0x7f5846c84290> # /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 0x7f5846c84500> # /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 0x7f5846c84e60> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c848f0> # /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 0x7f5846c85d60> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849010aa0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584919b4a0> <<< 37183 1727096930.03189: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/builddep.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' # /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 0x7f5846c868a0> # /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' <<< 37183 1727096930.03270: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/format.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846caf2f0> # /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' <<< 37183 1727096930.03316: 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' <<< 37183 1727096930.03470: 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 0x7f5846ccd2e0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ccce90> <<< 37183 1727096930.03580: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 37183 1727096930.03642: 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 0x7f58472be4e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846cafd70> <<< 37183 1727096930.03648: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846caf620> <<< 37183 1727096930.03667: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846cac380> <<< 37183 1727096930.03735: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/aliases.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846caf0e0> <<< 37183 1727096930.03780: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 37183 1727096930.03798: 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 <<< 37183 1727096930.03918: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 37183 1727096930.03944: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ce27b0> <<< 37183 1727096930.04007: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ce12e0> <<< 37183 1727096930.04031: 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 <<< 37183 1727096930.04042: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 37183 1727096930.04049: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ce3ef0> <<< 37183 1727096930.04082: 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 <<< 37183 1727096930.04118: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 37183 1727096930.04124: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10230> # /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' <<< 37183 1727096930.04141: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10470> <<< 37183 1727096930.04172: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 37183 1727096930.04202: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10710> <<< 37183 1727096930.04236: 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 <<< 37183 1727096930.04245: stdout chunk (state=3): >>># 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 <<< 37183 1727096930.04292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 37183 1727096930.04354: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10e30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10c80> # /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 <<< 37183 1727096930.04386: 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 0x7f5846d12720> # /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' <<< 37183 1727096930.04417: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d12870> <<< 37183 1727096930.04443: 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' <<< 37183 1727096930.04499: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d12a80> # /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' <<< 37183 1727096930.04540: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction_sr.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 37183 1727096930.04598: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d139e0> <<< 37183 1727096930.04605: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d13260> # /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 <<< 37183 1727096930.04655: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d13b90> # /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' <<< 37183 1727096930.04686: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fca10> # /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' <<< 37183 1727096930.04707: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fcbf0> # /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 <<< 37183 1727096930.04805: stdout chunk (state=3): >>># 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 0x7f58468fcec0> <<< 37183 1727096930.04813: 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 <<< 37183 1727096930.04834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fdd90> <<< 37183 1727096930.04896: 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 # 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 0x7f58468fdfd0> <<< 37183 1727096930.04899: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 37183 1727096930.04972: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fe1e0> <<< 37183 1727096930.05003: 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 <<< 37183 1727096930.05038: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc'<<< 37183 1727096930.05041: 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 <<< 37183 1727096930.05111: 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 0x7f58468fede0><<< 37183 1727096930.05134: stdout chunk (state=3): >>> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fe900> # /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<<< 37183 1727096930.05139: stdout chunk (state=3): >>> <<< 37183 1727096930.05166: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc'<<< 37183 1727096930.05200: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 37183 1727096930.05267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468ffc50><<< 37183 1727096930.05273: stdout chunk (state=3): >>> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468ff590><<< 37183 1727096930.05317: 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 <<< 37183 1727096930.05350: 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 0x7f5846938920><<< 37183 1727096930.05370: 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 <<< 37183 1727096930.05411: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc'<<< 37183 1727096930.05434: stdout chunk (state=3): >>> import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846938c20> <<< 37183 1727096930.05471: 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'<<< 37183 1727096930.05552: stdout chunk (state=3): >>> import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846939b80> # /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 0x7f5846939df0> <<< 37183 1727096930.05629: 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' <<< 37183 1727096930.05705: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846939fa0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86cf0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86a80><<< 37183 1727096930.05731: stdout chunk (state=3): >>> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c861b0> # /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'<<< 37183 1727096930.05799: 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' # /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py<<< 37183 1727096930.05857: stdout chunk (state=3): >>> # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693a9f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693a720><<< 37183 1727096930.05879: 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 <<< 37183 1727096930.05945: stdout chunk (state=3): >>># 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 <<< 37183 1727096930.06003: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc'<<< 37183 1727096930.06082: stdout chunk (state=3): >>> # /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' <<< 37183 1727096930.06116: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694ce90> <<< 37183 1727096930.06139: 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' <<< 37183 1727096930.06275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 37183 1727096930.06301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 37183 1727096930.06311: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694e5d0> <<< 37183 1727096930.06436: 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 0x7f584694d7c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694d3a0> # /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' <<< 37183 1727096930.06449: 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 0x7f584696bd40> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694d2e0> <<< 37183 1727096930.06466: 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' # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 37183 1727096930.06571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 37183 1727096930.06919: stdout chunk (state=3): >>>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 0x7f584698ec90> # /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 0x7f584698f590> # /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 <<< 37183 1727096930.07044: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584698c3e0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584696bfb0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693acc0> # /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 0x7f584694c9e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693aa20> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86a50> # /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 <<< 37183 1727096930.07203: stdout chunk (state=3): >>># 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 0x7f58469b17f0> # /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 0x7f58469b2090> # /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 0x7f58469b3080> # /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 0x7f58469b36e0> # /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' <<< 37183 1727096930.07239: 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 0x7f58469dcda0> <<< 37183 1727096930.07285: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc7a0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc440> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc0e0> <<< 37183 1727096930.07325: 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 # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 37183 1727096930.07350: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dcb60> <<< 37183 1727096930.07420: 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 # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 37183 1727096930.07503: 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' # /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 0x7f58469deb10> # /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' <<< 37183 1727096930.07520: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469debd0> # /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' <<< 37183 1727096930.07835: 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 0x7f58469df2f0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469df170> <<< 37183 1727096930.07842: 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' <<< 37183 1727096930.07883: 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 # 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 0x7f5846799940> # /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' <<< 37183 1727096930.07892: 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 0x7f584679ab70> <<< 37183 1727096930.07929: 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 0x7f584679ade0> # /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' <<< 37183 1727096930.07977: stdout chunk (state=3): >>># 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 0x7f584679af60> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584679ad80> <<< 37183 1727096930.08040: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584679a630> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846799ac0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846798d70> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846798320> <<< 37183 1727096930.08113: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dfb60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469de600> <<< 37183 1727096930.08127: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469ddb20> # /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 0x7f58469dffe0> <<< 37183 1727096930.08306: 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 # 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 0x7f584679b440> # /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 0x7f584679bd10> <<< 37183 1727096930.08312: 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 # 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 0x7f58467b4110> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 37183 1727096930.08317: stdout chunk (state=3): >>># 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 0x7f58467b4a10> <<< 37183 1727096930.08426: 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 # 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 0x7f58467b5550> <<< 37183 1727096931.59505: stdout chunk (state=3): >>> <<< 37183 1727096931.59517: stdout chunk (state=3): >>>{"msg": "", "changed": true, "results": ["Installed: corosync-qnetd-3.0.3-6.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["pcs", "corosync-qnetd", "openssl"], "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}}}<<< 37183 1727096931.59643: stdout chunk (state=3): >>> <<< 37183 1727096931.62299: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 37183 1727096931.62428: stdout chunk (state=3): >>># destroy __main__ <<< 37183 1727096931.63226: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 37183 1727096931.63264: stdout chunk (state=3): >>># clear sys.path_hooks<<< 37183 1727096931.63284: stdout chunk (state=3): >>> # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2<<< 37183 1727096931.63318: stdout chunk (state=3): >>> # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib<<< 37183 1727096931.63344: stdout chunk (state=3): >>> # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings<<< 37183 1727096931.63401: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google<<< 37183 1727096931.63413: stdout chunk (state=3): >>> # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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<<< 37183 1727096931.63445: stdout chunk (state=3): >>> # 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 runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno<<< 37183 1727096931.63473: stdout chunk (state=3): >>> # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random<<< 37183 1727096931.63507: 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 # 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<<< 37183 1727096931.63536: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.63554: 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<<< 37183 1727096931.63574: 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 # cleanup[2] removing _tokenize<<< 37183 1727096931.63613: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.63651: 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 <<< 37183 1727096931.63670: 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<<< 37183 1727096931.63685: stdout chunk (state=3): >>> # 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 <<< 37183 1727096931.63725: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # 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<<< 37183 1727096931.63773: 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 # 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 <<< 37183 1727096931.63804: stdout chunk (state=3): >>># 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<<< 37183 1727096931.63841: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.63891: stdout chunk (state=3): >>> # 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 cryptography.__about__ # cleanup[2] removing cryptography # destroy cryptography # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils<<< 37183 1727096931.63911: stdout chunk (state=3): >>> # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.bindings # destroy cryptography.hazmat.bindings # cleanup[2] removing _cffi_backend # cleanup[2] removing _openssl # cleanup[2] removing cryptography.hazmat.bindings._rust # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.hashes <<< 37183 1727096931.63936: stdout chunk (state=3): >>># cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.verification # cleanup[2] removing cryptography.hazmat.primitives._serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis<<< 37183 1727096931.63968: stdout chunk (state=3): >>> # cleanup[2] removing inspect # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.hazmat.primitives._asymmetric # destroy cryptography.hazmat.primitives._asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa<<< 37183 1727096931.64007: stdout chunk (state=3): >>> # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding # cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm # destroy cryptography.hazmat.primitives._cipheralgorithm # cleanup[2] removing cryptography.hazmat.decrepit # destroy cryptography.hazmat.decrepit # cleanup[2] removing cryptography.hazmat.decrepit.ciphers # destroy cryptography.hazmat.decrepit.ciphers # cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms # destroy cryptography.hazmat.decrepit.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base<<< 37183 1727096931.64042: stdout chunk (state=3): >>> # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing hmac # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls<<< 37183 1727096931.64071: stdout chunk (state=3): >>> # 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 # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq<<< 37183 1727096931.64107: stdout chunk (state=3): >>> # destroy 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<<< 37183 1727096931.64127: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.64155: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.64180: stdout chunk (state=3): >>> # 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 <<< 37183 1727096931.64212: stdout chunk (state=3): >>># 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<<< 37183 1727096931.64239: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.64271: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.64309: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.64349: stdout chunk (state=3): >>> # 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 <<< 37183 1727096931.64435: stdout chunk (state=3): >>># 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 <<< 37183 1727096931.65316: stdout chunk (state=3): >>># destroy _sitebuiltins<<< 37183 1727096931.65336: stdout chunk (state=3): >>> <<< 37183 1727096931.65354: stdout chunk (state=3): >>># destroy _bz2 <<< 37183 1727096931.65385: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path<<< 37183 1727096931.65431: stdout chunk (state=3): >>> # destroy zipfile<<< 37183 1727096931.65461: stdout chunk (state=3): >>> # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 37183 1727096931.65501: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog<<< 37183 1727096931.65554: stdout chunk (state=3): >>> # destroy selinux<<< 37183 1727096931.65562: stdout chunk (state=3): >>> <<< 37183 1727096931.65585: stdout chunk (state=3): >>># destroy distro<<< 37183 1727096931.65591: stdout chunk (state=3): >>> <<< 37183 1727096931.65617: stdout chunk (state=3): >>># destroy distro.distro # destroy mimetypes<<< 37183 1727096931.65637: stdout chunk (state=3): >>> # destroy netrc<<< 37183 1727096931.65654: stdout chunk (state=3): >>> # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name<<< 37183 1727096931.65724: stdout chunk (state=3): >>> # destroy cryptography.x509.general_name # destroy cryptography.x509.verification # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy dateutil<<< 37183 1727096931.65748: stdout chunk (state=3): >>> # destroy dateutil._version<<< 37183 1727096931.65756: stdout chunk (state=3): >>> # destroy dateutil._common <<< 37183 1727096931.65786: stdout chunk (state=3): >>># destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib<<< 37183 1727096931.65797: stdout chunk (state=3): >>> # destroy six.moves # destroy six.moves.urllib_parse<<< 37183 1727096931.65832: stdout chunk (state=3): >>> # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser # destroy dateutil.tz._common<<< 37183 1727096931.65878: stdout chunk (state=3): >>> # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz <<< 37183 1727096931.65888: stdout chunk (state=3): >>># destroy six<<< 37183 1727096931.65919: stdout chunk (state=3): >>> # destroy sqlite3 <<< 37183 1727096931.65962: stdout chunk (state=3): >>># destroy sqlite3.dbapi2 # destroy _sqlite3<<< 37183 1727096931.65967: stdout chunk (state=3): >>> # destroy dbus<<< 37183 1727096931.65997: stdout chunk (state=3): >>> # 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 pyexpat.errors # destroy pyexpat.model # destroy pyexpat<<< 37183 1727096931.66038: stdout chunk (state=3): >>> # destroy uuid<<< 37183 1727096931.66048: stdout chunk (state=3): >>> <<< 37183 1727096931.66098: stdout chunk (state=3): >>># destroy systemd.journal # cleanup[3] wiping _dbus_bindings<<< 37183 1727096931.66111: stdout chunk (state=3): >>> <<< 37183 1727096931.66128: stdout chunk (state=3): >>># cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli<<< 37183 1727096931.66161: stdout chunk (state=3): >>> # 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 <<< 37183 1727096931.66165: stdout chunk (state=3): >>># 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<<< 37183 1727096931.66198: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66219: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66269: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.cli.output # cleanup[3] wiping termios # cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf<<< 37183 1727096931.66272: stdout chunk (state=3): >>> # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback<<< 37183 1727096931.66315: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66341: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66369: stdout chunk (state=3): >>> # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils # destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols<<< 37183 1727096931.66380: stdout chunk (state=3): >>> # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob<<< 37183 1727096931.66411: stdout chunk (state=3): >>> # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps <<< 37183 1727096931.66417: stdout chunk (state=3): >>># cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm<<< 37183 1727096931.66448: stdout chunk (state=3): >>> # destroy rpm.transaction # cleanup[3] wiping rpm._rpm<<< 37183 1727096931.66457: stdout chunk (state=3): >>> # cleanup[3] wiping unicodedata<<< 37183 1727096931.66654: stdout chunk (state=3): >>> # 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 # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping cryptography.hazmat.primitives.constant_time # destroy hmac # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x448 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[3] wiping cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.algorithms # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.padding # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.rsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ec # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.dsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.utils # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping cryptography.hazmat.primitives._serialization # cleanup[3] wiping cryptography.hazmat.primitives.hashes # cleanup[3] wiping cryptography.hazmat.bindings._rust # destroy _openssl # cleanup[3] wiping _cffi_backend # cleanup[3] wiping cryptography.utils # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy 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<<< 37183 1727096931.66666: stdout chunk (state=3): >>> # cleanup[3] wiping email.encoders<<< 37183 1727096931.66678: stdout chunk (state=3): >>> # cleanup[3] wiping email.mime<<< 37183 1727096931.66694: stdout chunk (state=3): >>> # destroy email.mime.base <<< 37183 1727096931.66714: stdout chunk (state=3): >>># destroy email.mime.nonmultipart<<< 37183 1727096931.66741: stdout chunk (state=3): >>> # destroy email.mime.application <<< 37183 1727096931.66766: stdout chunk (state=3): >>># destroy email.mime.multipart <<< 37183 1727096931.66800: stdout chunk (state=3): >>># destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr<<< 37183 1727096931.66846: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66861: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.66880: stdout chunk (state=3): >>> # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy<<< 37183 1727096931.66894: 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<<< 37183 1727096931.66900: stdout chunk (state=3): >>> # cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128<<< 37183 1727096931.66924: stdout chunk (state=3): >>> # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers<<< 37183 1727096931.66946: stdout chunk (state=3): >>> # cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string <<< 37183 1727096931.67000: stdout chunk (state=3): >>># cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize<<< 37183 1727096931.67019: stdout chunk (state=3): >>> # cleanup[3] wiping _tokenize # cleanup[3] wiping _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<<< 37183 1727096931.67048: stdout chunk (state=3): >>> # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale<<< 37183 1727096931.67076: stdout chunk (state=3): >>> # destroy _locale # cleanup[3] wiping fcntl<<< 37183 1727096931.67079: stdout chunk (state=3): >>> # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner<<< 37183 1727096931.67120: stdout chunk (state=3): >>> # cleanup[3] wiping _json # cleanup[3] wiping typing # cleanup[3] wiping _typing <<< 37183 1727096931.67151: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse<<< 37183 1727096931.67171: stdout chunk (state=3): >>> # cleanup[3] wiping ipaddress<<< 37183 1727096931.67195: stdout chunk (state=3): >>> # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile<<< 37183 1727096931.67216: stdout chunk (state=3): >>> # 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 # destroy _bisect<<< 37183 1727096931.67247: stdout chunk (state=3): >>> # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno<<< 37183 1727096931.67275: stdout chunk (state=3): >>> # cleanup[3] wiping fnmatch # cleanup[3] wiping base64 # cleanup[3] wiping binascii<<< 37183 1727096931.67349: stdout chunk (state=3): >>> # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg<<< 37183 1727096931.67389: stdout chunk (state=3): >>> # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools<<< 37183 1727096931.67412: stdout chunk (state=3): >>> # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external<<< 37183 1727096931.67466: stdout chunk (state=3): >>> # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os<<< 37183 1727096931.67527: stdout chunk (state=3): >>> # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc<<< 37183 1727096931.67531: stdout chunk (state=3): >>> # cleanup[3] wiping _signal # destroy _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<<< 37183 1727096931.67571: stdout chunk (state=3): >>> # 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<<< 37183 1727096931.67650: stdout chunk (state=3): >>> # destroy _dbus_bindings<<< 37183 1727096931.67653: stdout chunk (state=3): >>> <<< 37183 1727096931.67727: stdout chunk (state=3): >>># destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _cffi_backend<<< 37183 1727096931.67774: stdout chunk (state=3): >>> # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 37183 1727096931.68566: stdout chunk (state=3): >>># destroy sys.monitoring<<< 37183 1727096931.68669: stdout chunk (state=3): >>> # destroy _socket <<< 37183 1727096931.68723: stdout chunk (state=3): >>># destroy _weakref # destroy platform # destroy _uuid <<< 37183 1727096931.68747: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser # destroy tokenize<<< 37183 1727096931.68780: stdout chunk (state=3): >>> # destroy _compat_pickle <<< 37183 1727096931.68832: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib<<< 37183 1727096931.68851: stdout chunk (state=3): >>> # destroy _queue # destroy array<<< 37183 1727096931.68885: stdout chunk (state=3): >>> # destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse<<< 37183 1727096931.68948: stdout chunk (state=3): >>> # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves<<< 37183 1727096931.68993: stdout chunk (state=3): >>> # destroy _operator # destroy gzip<<< 37183 1727096931.69047: stdout chunk (state=3): >>> # destroy cryptography.hazmat.primitives.constant_time <<< 37183 1727096931.69071: stdout chunk (state=3): >>># destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.asymmetric.ed448 # destroy cryptography.hazmat.primitives.asymmetric.x448 # destroy cryptography.hazmat.primitives.asymmetric.x25519 # destroy ipaddress <<< 37183 1727096931.69104: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy unicodedata<<< 37183 1727096931.69196: stdout chunk (state=3): >>> # destroy cryptography.hazmat.primitives._serialization <<< 37183 1727096931.69199: stdout chunk (state=3): >>># destroy _blake2 <<< 37183 1727096931.69276: stdout chunk (state=3): >>># destroy email # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy urllib<<< 37183 1727096931.69279: stdout chunk (state=3): >>> # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy json # destroy importlib # destroy gc # destroy math # destroy shutil # destroy zlib # destroy _hashlib # destroy hashlib # destroy enum # destroy cryptography.hazmat.primitives.hashes<<< 37183 1727096931.69343: stdout chunk (state=3): >>> # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.padding # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.asymmetric.utils # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes # destroy urllib.parse # destroy fnmatch<<< 37183 1727096931.69465: stdout chunk (state=3): >>> # destroy tempfile # destroy traceback<<< 37183 1727096931.69477: stdout chunk (state=3): >>> # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses <<< 37183 1727096931.69508: stdout chunk (state=3): >>># destroy struct # 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<<< 37183 1727096931.69545: stdout chunk (state=3): >>> # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output <<< 37183 1727096931.69614: stdout chunk (state=3): >>># destroy dnf # destroy typing # destroy cryptography.utils # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy rpm<<< 37183 1727096931.69631: stdout chunk (state=3): >>> <<< 37183 1727096931.69711: stdout chunk (state=3): >>># destroy functools <<< 37183 1727096931.69739: stdout chunk (state=3): >>># destroy itertools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time <<< 37183 1727096931.69761: stdout chunk (state=3): >>># destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json<<< 37183 1727096931.69870: stdout chunk (state=3): >>> # destroy collections # destroy io # destroy _opcode # destroy _warnings <<< 37183 1727096931.69887: stdout chunk (state=3): >>># destroy posix <<< 37183 1727096931.69969: stdout chunk (state=3): >>># destroy binascii <<< 37183 1727096931.70001: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string<<< 37183 1727096931.70136: stdout chunk (state=3): >>> # destroy _ssl<<< 37183 1727096931.70158: stdout chunk (state=3): >>> <<< 37183 1727096931.70205: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules<<< 37183 1727096931.70274: stdout chunk (state=3): >>> # destroy _frozen_importlib<<< 37183 1727096931.70456: stdout chunk (state=3): >>> <<< 37183 1727096931.70637: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 37183 1727096931.70668: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 37183 1727096931.70755: stdout chunk (state=3): >>># destroy _sre # clear sys.audit hooks <<< 37183 1727096931.72237: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.15.224 closed. <<< 37183 1727096931.72279: stderr chunk (state=3): >>><<< 37183 1727096931.72282: stdout chunk (state=3): >>><<< 37183 1727096931.72555: _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 0x7f584a8e84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a8b7b30> # /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 0x7f584a8eaa50> 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' Processing .pth file: '/usr/lib64/python3.12/site-packages/protobuf-3.19.6-py3.12-nspkg.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 0x7f584a699130> # /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 0x7f584a69a3c0> # /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 0x7f584a69b1a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a69a5d0> # /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 0x7f584a6cc110> import 'importlib.util' # import 'importlib.machinery' # # possible namespace for /usr/lib64/python3.12/site-packages/google Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /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 0x7f584a699df0> 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__/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 0x7f584a6e9ca0> # /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 0x7f584a72cdd0> # /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 0x7f584a72d460> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6ebd10> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6ea690> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f2e10> # /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 0x7f584a75c9b0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a72f590> # /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 0x7f584a75ca10> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6e8d40> # /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 0x7f584a75dbe0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f20f0> # /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 0x7f584a75e030> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75dee0> # 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 0x7f584a75e2d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a6f0ce0> 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 0x7f584a77c800> 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 0x7f584a77df40> # /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 0x7f584a77edb0> # 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 0x7f584a77f410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a77e300> # /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 0x7f584a77fe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a77f5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75e600> # /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 0x7f584a4bbd70> # /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 0x7f584a4e4860> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e45c0> # 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 0x7f584a4e4890> # /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 0x7f584a4e5160> # 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 0x7f584a4e5b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e4a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4b9f10> # /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 0x7f584a4e6e70> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e4fe0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a75ed20> # /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 0x7f584a50f200> # /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 0x7f584a53b560> # /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 0x7f584a594380> # /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 0x7f584a596ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a5944a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a561370> # /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 0x7f584a399490> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a53a360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a4e7dd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f584a53a960> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_vylvpi1n/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 0x7f584a3f31d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3d20c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3d1280> # 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 0x7f584a3f0f20> # /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 0x7f584a41aae0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a41a8a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a41a1e0> # /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 0x7f584a41a630> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a3f3e60> 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 0x7f584a41b860> # 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 0x7f584a41ba40> # /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 0x7f584a41bf20> 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 0x7f5849d19c40> # 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 0x7f5849d1b860> # /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 0x7f5849d20200> # /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 0x7f5849d21370> # /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 0x7f5849d23e00> # 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 0x7f584a893320> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d220f0> # /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 0x7f5849d27ce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d267b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d26510> # /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 0x7f5849d26a80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d22600> # 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 0x7f5849d6bf80> # /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 0x7f5849d6c110> # /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 0x7f5849d6dc10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6d9d0> # /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 0x7f5849d6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6e210> # /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 0x7f5849d73860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d70260> # 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 0x7f5849d748f0> # 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 0x7f5849d74890> # 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 0x7f5849d74b90> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d6c320> # /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 0x7f5849c00350> # 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 0x7f5849c01730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d76ae0> # 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 0x7f5849d77e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d766f0> # 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 0x7f5849c05a00> # /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 0x7f5849c06720> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c01580> 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 0x7f5849c066f0> # 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 0x7f5849c078f0> # 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 0x7f5849c12270> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c0f1d0> 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 0x7f5849d02a50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584a452720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c122a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849c07260> # 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 0x7f5849ca4ad0> # /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 0x7f5849ca4d10> # /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 0x7f5849ca5460> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4fe0> # /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 0x7f5849ca5d90> # /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 0x7f5849c91970> # /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 0x7f5849c91820> # /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 0x7f58498d2780> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca7560> # /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 0x7f58498e12e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498d3e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498d31d0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca69f0> # /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 0x7f584994d340> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849905460> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4950> # /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 0x7f5849954e00> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584994f0e0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849904f80> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca60c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca5e20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca5af0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849ca4d70> # /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 0x7f5849ca5e50> # /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 0x7f58499553d0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849954b30> # /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 0x7f5849955af0> # /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 0x7f584995c7d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584993d940> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849956b40> # /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 0x7f584993d3d0> # /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 0x7f58499727e0> # /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 0x7f58499734a0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849972f30> # /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 0x7f5849973980> # /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 0x7f5849967e90> # /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 0x7f5849894560> # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__about__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849895be0> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498959d0> # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/certificate_transparency.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/certificate_transparency.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/utils.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/utils.cpython-312.pyc' import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58498965d0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896cc0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.bindings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896c60> # extension module '_cffi_backend' loaded from '/usr/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' # extension module '_cffi_backend' executed from '/usr/lib64/python3.12/site-packages/_cffi_backend.cpython-312-x86_64-linux-gnu.so' import '_cffi_backend' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f58495cc6e0> # extension module 'cryptography.hazmat.bindings._rust' loaded from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' # extension module 'cryptography.hazmat.bindings._rust' executed from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/bindings/_rust.abi3.so' import 'cryptography.hazmat.bindings._rust' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5849896e70> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cce90> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/hashes.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd040> import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849896000> # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/verification.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/verification.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/verification.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/general_name.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/name.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/oid.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/oid.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfd70> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfbf0> import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495ce600> import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd9a0> import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cd700> # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/base.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_serialization.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc' import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496051f0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/base.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/base.cpython-312.pyc' import 'cryptography.hazmat.primitives.serialization.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849606cf0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/ssh.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.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' # /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 0x7f5849681700> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849680b30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849657530> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849643380> import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496416a0> # /usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849654ad0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849695dc0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/dsa.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/utils.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/utils.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849696570> import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849695fd0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ec.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849696720> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed25519.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697680> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/padding.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_asymmetric.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_asymmetric.cpython-312.pyc' import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124170> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491243b0> import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697aa0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/_cipheralgorithm.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124680> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/base.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/modes.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/algorithms.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491267e0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849126930> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/algorithms.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc' import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849126630> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849125fa0> import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849125430> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849124e60> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849697a10> import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849606d80> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849604e00> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/ed448.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed448.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58496404d0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/x448.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.x448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127230> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/x25519.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x25519.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.x25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491277a0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/types.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc' import 'cryptography.hazmat.primitives.asymmetric.dh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127c50> import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849127b00> # /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/extensions.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/constant_time.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.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 0x7f5849198200> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584916be00> import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491681d0> import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849d76360> import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849895cd0> # /usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__init__.py # code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/backends/__pycache__/__init__.cpython-312.pyc' import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58495cfa40> # 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 0x7f58491c8440> # /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 0x7f58491c8560> # /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 0x7f5849010950> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58490101a0> # 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 0x7f5849010350> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58491c8aa0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584919bec0> # /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 0x7f58491c80e0> # /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 0x7f584907e090> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907dc70> # /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 0x7f58490a1970> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907e1e0> # /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 0x7f5848e9caa0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58490a1ac0> # /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 0x7f5848eda6c0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848e9cf80> # /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 0x7f5848f19790> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848eda930> # /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 0x7f5848f558b0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f19ac0> # /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 0x7f5848f56ae0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f55f40> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584907d7f0> # /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 0x7f5848f89f70> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f89430> # /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 0x7f58472205f0> # /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 0x7f58472214f0> # /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 0x7f5847221dc0> # /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 0x7f5847223350> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5847221730> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472204a0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f8be00> # /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 0x7f584724cf80> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5847223f80> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f8a2a0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f88a40> # /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 0x7f5848f89160> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f88ec0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5848f56c00> # /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 0x7f584724e630> # /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 0x7f584727cb30> # /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 0x7f584727d2e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584724fe60> # /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 0x7f584727daf0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584724e600> # /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 0x7f584727f560> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727eae0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727e900> # /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 0x7f58472be600> # /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 0x7f5846c286b0> # 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 0x7f5846c28a10> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472dc920> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472beab0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58472bdaf0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727fd40> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727faa0> # /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 0x7f5846c2a420> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c29580> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584727fce0> # /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 0x7f5846c2ab70> # /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 0x7f5846c2af30> # /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 0x7f5846c2aff0> # /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 0x7f5846c2b110> # /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 0x7f5846c55cd0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c2be30> # /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 0x7f5846c55e50> # /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 0x7f5846c55f40> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c2af60> # /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 0x7f5846c560f0> # /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 0x7f5846c56d20> # /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 0x7f5846c57890> # /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 0x7f5846c57a10> # /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 0x7f5846c84290> # /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 0x7f5846c84500> # /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 0x7f5846c84e60> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c848f0> # /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 0x7f5846c85d60> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5849010aa0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584919b4a0> # /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 0x7f5846c868a0> # /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 0x7f5846caf2f0> # /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 0x7f5846ccd2e0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ccce90> # 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 0x7f58472be4e0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846cafd70> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846caf620> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846cac380> # /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 0x7f5846caf0e0> # /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 0x7f5846ce27b0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846ce12e0> # /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 0x7f5846ce3ef0> # /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 0x7f5846d10230> # /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 0x7f5846d10470> # /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 0x7f5846d10710> # /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 0x7f5846d10e30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d10c80> # /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 0x7f5846d12720> # /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 0x7f5846d12870> # /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 0x7f5846d12a80> # /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 0x7f5846d139e0> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846d13260> # /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 0x7f5846d13b90> # /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 0x7f58468fca10> # /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 0x7f58468fcbf0> # /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 0x7f58468fcec0> # /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 0x7f58468fdd90> # /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 0x7f58468fdfd0> # /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 0x7f58468fe1e0> # /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 0x7f58468fede0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468fe900> # /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 0x7f58468ffc50> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58468ff590> # /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 0x7f5846938920> # /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 0x7f5846938c20> # /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 0x7f5846939b80> # /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 0x7f5846939df0> # /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 0x7f5846939fa0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86cf0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86a80> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c861b0> # /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 0x7f584693a9f0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693a720> # /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 0x7f584694ce90> # /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 0x7f584694e5d0> # 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 0x7f584694d7c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694d3a0> # /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 0x7f584696bd40> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584694d2e0> # /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 0x7f584698ec90> # /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 0x7f584698f590> # /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 0x7f584698c3e0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584696bfb0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693acc0> # /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 0x7f584694c9e0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584693aa20> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846c86a50> # /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 0x7f58469b17f0> # /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 0x7f58469b2090> # /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 0x7f58469b3080> # /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 0x7f58469b36e0> # /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 0x7f58469dcda0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc7a0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc440> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dc0e0> # /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 0x7f58469dcb60> # /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 0x7f58469deb10> # /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 0x7f58469debd0> # /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 0x7f58469df2f0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469df170> # /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 0x7f5846799940> # /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 0x7f584679ab70> # /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 0x7f584679ade0> # /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 0x7f584679af60> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584679ad80> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f584679a630> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846799ac0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846798d70> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5846798320> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469dfb60> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469de600> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f58469ddb20> # /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 0x7f58469dffe0> # /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 0x7f584679b440> # /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 0x7f584679bd10> # /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 0x7f58467b4110> # /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 0x7f58467b4a10> # /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 0x7f58467b5550> {"msg": "", "changed": true, "results": ["Installed: corosync-qnetd-3.0.3-6.el10.x86_64"], "rc": 0, "invocation": {"module_args": {"name": ["pcs", "corosync-qnetd", "openssl"], "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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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 # 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 # 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 cryptography.__about__ # cleanup[2] removing cryptography # destroy cryptography # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.bindings # destroy cryptography.hazmat.bindings # cleanup[2] removing _cffi_backend # cleanup[2] removing _openssl # cleanup[2] removing cryptography.hazmat.bindings._rust # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.hashes # cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.verification # cleanup[2] removing cryptography.hazmat.primitives._serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.hazmat.primitives._asymmetric # destroy cryptography.hazmat.primitives._asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding # cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm # destroy cryptography.hazmat.primitives._cipheralgorithm # cleanup[2] removing cryptography.hazmat.decrepit # destroy cryptography.hazmat.decrepit # cleanup[2] removing cryptography.hazmat.decrepit.ciphers # destroy cryptography.hazmat.decrepit.ciphers # cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms # destroy cryptography.hazmat.decrepit.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing hmac # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # 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 # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy 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 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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name # destroy cryptography.x509.general_name # destroy cryptography.x509.verification # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # 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 pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 # destroy subprocess # 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 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 # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping cryptography.hazmat.primitives.constant_time # destroy hmac # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x448 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[3] wiping cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.algorithms # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.padding # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.rsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ec # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.dsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.utils # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping cryptography.hazmat.primitives._serialization # cleanup[3] wiping cryptography.hazmat.primitives.hashes # cleanup[3] wiping cryptography.hazmat.bindings._rust # destroy _openssl # cleanup[3] wiping _cffi_backend # cleanup[3] wiping cryptography.utils # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy 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 # 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 traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _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 # destroy encodings # 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 urllib.parse # cleanup[3] wiping ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # 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 # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # 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 keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _cffi_backend # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # 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 cryptography.hazmat.primitives.constant_time # destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.asymmetric.ed448 # destroy cryptography.hazmat.primitives.asymmetric.x448 # destroy cryptography.hazmat.primitives.asymmetric.x25519 # destroy ipaddress # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy unicodedata # destroy cryptography.hazmat.primitives._serialization # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy json # destroy importlib # destroy gc # destroy math # destroy shutil # destroy zlib # destroy _hashlib # destroy hashlib # destroy enum # destroy cryptography.hazmat.primitives.hashes # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.padding # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.asymmetric.utils # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy typing # destroy cryptography.utils # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy rpm # destroy functools # destroy itertools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' 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.15.224 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 types # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing importlib.machinery # cleanup[2] removing google # destroy google # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # 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 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 # 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 # 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 cryptography.__about__ # cleanup[2] removing cryptography # destroy cryptography # destroy cryptography.__about__ # cleanup[2] removing cryptography.utils # cleanup[2] removing cryptography.hazmat # destroy cryptography.hazmat # cleanup[2] removing cryptography.hazmat.bindings # destroy cryptography.hazmat.bindings # cleanup[2] removing _cffi_backend # cleanup[2] removing _openssl # cleanup[2] removing cryptography.hazmat.bindings._rust # cleanup[2] removing cryptography.hazmat.primitives # destroy cryptography.hazmat.primitives # cleanup[2] removing cryptography.hazmat.primitives.hashes # cleanup[2] removing cryptography.x509.certificate_transparency # cleanup[2] removing cryptography.hazmat._oid # destroy cryptography.hazmat._oid # cleanup[2] removing cryptography.x509.oid # cleanup[2] removing cryptography.x509.name # cleanup[2] removing cryptography.x509.general_name # cleanup[2] removing cryptography.x509.verification # cleanup[2] removing cryptography.hazmat.primitives._serialization # cleanup[2] removing cryptography.hazmat.primitives.serialization.base # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dataclasses # destroy dataclasses # cleanup[2] removing cryptography.exceptions # destroy cryptography.exceptions # cleanup[2] removing cryptography.hazmat.primitives.asymmetric # destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ec # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[2] removing cryptography.hazmat.primitives._asymmetric # destroy cryptography.hazmat.primitives._asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.rsa # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.padding # cleanup[2] removing cryptography.hazmat.primitives._cipheralgorithm # destroy cryptography.hazmat.primitives._cipheralgorithm # cleanup[2] removing cryptography.hazmat.decrepit # destroy cryptography.hazmat.decrepit # cleanup[2] removing cryptography.hazmat.decrepit.ciphers # destroy cryptography.hazmat.decrepit.ciphers # cleanup[2] removing cryptography.hazmat.decrepit.ciphers.algorithms # destroy cryptography.hazmat.decrepit.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.algorithms # cleanup[2] removing cryptography.hazmat.primitives.ciphers.modes # cleanup[2] removing cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers # destroy cryptography.hazmat.primitives.ciphers.base # cleanup[2] removing cryptography.hazmat.primitives.serialization.ssh # cleanup[2] removing cryptography.hazmat.primitives.serialization # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x448 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.types # destroy cryptography.hazmat.primitives.asymmetric.dh # cleanup[2] removing hmac # cleanup[2] removing cryptography.hazmat.primitives.constant_time # cleanup[2] removing cryptography.x509.extensions # cleanup[2] removing cryptography.x509.base # cleanup[2] removing cryptography.x509 # cleanup[2] removing cryptography.hazmat.backends # destroy cryptography.hazmat.backends # 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 # destroy configparser # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy 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 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 # destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog # destroy selinux # destroy distro # destroy distro.distro # destroy mimetypes # destroy netrc # destroy cryptography.x509 # destroy cryptography.x509.certificate_transparency # destroy cryptography.x509.oid # destroy cryptography.x509.name # destroy cryptography.x509.general_name # destroy cryptography.x509.verification # destroy cryptography.x509.extensions # destroy cryptography.x509.base # destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves # 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 dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz # destroy six # destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 # 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 pyexpat.errors # destroy pyexpat.model # destroy pyexpat # destroy uuid # destroy systemd.journal # cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # 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 # destroy subprocess # 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 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 # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping cryptography.hazmat.primitives.constant_time # destroy hmac # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.x448 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed448 # cleanup[3] wiping cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.serialization.base # destroy cryptography.hazmat.primitives.serialization.ssh # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.modes # cleanup[3] wiping cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.algorithms # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.padding # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.rsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ed25519 # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.ec # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.dsa # cleanup[3] wiping cryptography.hazmat.primitives.asymmetric.utils # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping cryptography.hazmat.primitives._serialization # cleanup[3] wiping cryptography.hazmat.primitives.hashes # cleanup[3] wiping cryptography.hazmat.bindings._rust # destroy _openssl # cleanup[3] wiping _cffi_backend # cleanup[3] wiping cryptography.utils # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy 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 # 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 traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _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 # destroy encodings # 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 urllib.parse # cleanup[3] wiping ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # 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 # destroy _bisect # cleanup[3] wiping math # cleanup[3] wiping shutil # cleanup[3] wiping zlib # cleanup[3] wiping errno # cleanup[3] wiping fnmatch # 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 keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.util # destroy importlib.machinery # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # 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 # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _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 _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy _cffi_backend # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # 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 cryptography.hazmat.primitives.constant_time # destroy cryptography.hazmat.primitives.serialization # destroy cryptography.hazmat.primitives.asymmetric.ed448 # destroy cryptography.hazmat.primitives.asymmetric.x448 # destroy cryptography.hazmat.primitives.asymmetric.x25519 # destroy ipaddress # destroy _frozen_importlib_external # destroy _imp # destroy marshal # destroy unicodedata # destroy cryptography.hazmat.primitives._serialization # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy _functools # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy json # destroy importlib # destroy gc # destroy math # destroy shutil # destroy zlib # destroy _hashlib # destroy hashlib # destroy enum # destroy cryptography.hazmat.primitives.hashes # destroy cryptography.hazmat.primitives.asymmetric.dsa # destroy cryptography.hazmat.primitives.asymmetric.ec # destroy cryptography.hazmat.primitives.asymmetric.ed25519 # destroy cryptography.hazmat.primitives.asymmetric.padding # destroy cryptography.hazmat.primitives.asymmetric.rsa # destroy cryptography.hazmat.primitives.asymmetric.utils # destroy cryptography.hazmat.primitives.ciphers.algorithms # destroy cryptography.hazmat.primitives.ciphers.modes # destroy urllib.parse # destroy fnmatch # destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # 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 datetime # destroy logging # destroy operator # destroy random # destroy hawkey # destroy dnf.cli.output # destroy dnf # destroy typing # destroy cryptography.utils # destroy copy # destroy inspect # destroy keyword # destroy abc # destroy _thread # destroy rpm # destroy functools # destroy itertools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy binascii # destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string # destroy _ssl # 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 re # destroy _random # destroy _sre # clear sys.audit hooks 37183 1727096931.73984: done with _execute_module (ansible.legacy.dnf, {'name': ['pcs', 'corosync-qnetd', 'openssl'], '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-1727096929.3184102-37338-72019018420172/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 37183 1727096931.73987: _low_level_execute_command(): starting 37183 1727096931.73989: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096929.3184102-37338-72019018420172/ > /dev/null 2>&1 && sleep 0' 37183 1727096931.73992: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 37183 1727096931.73993: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096931.73994: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096931.73995: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096931.73997: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 <<< 37183 1727096931.73998: stderr chunk (state=3): >>>debug2: match not found <<< 37183 1727096931.73999: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096931.74000: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 37183 1727096931.74003: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.15.224 is address <<< 37183 1727096931.74005: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 37183 1727096931.74007: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 37183 1727096931.74009: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 37183 1727096931.74010: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 37183 1727096931.74012: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 <<< 37183 1727096931.74013: stderr chunk (state=3): >>>debug2: match found <<< 37183 1727096931.74014: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 37183 1727096931.74015: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' <<< 37183 1727096931.74016: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 37183 1727096931.74017: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 37183 1727096931.74019: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 4 <<< 37183 1727096931.76451: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 37183 1727096931.76483: stderr chunk (state=3): >>><<< 37183 1727096931.76493: stdout chunk (state=3): >>><<< 37183 1727096931.76509: _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.15.224 originally 10.31.15.224 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.15.224 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.15.224 originally 10.31.15.224 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/0ca98764bc' 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 37183 1727096931.76515: handler run complete 37183 1727096931.76546: attempt loop complete, returning result 37183 1727096931.76549: _execute() done 37183 1727096931.76551: dumping result to json 37183 1727096931.76554: done dumping result, returning 37183 1727096931.76565: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages [129116b5-d8e7-d2f1-2000-0000000000ad] 37183 1727096931.76567: sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ad 37183 1727096931.76653: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ad 37183 1727096931.76656: WORKER PROCESS EXITING changed: [managed_node3] => { "changed": true, "rc": 0, "results": [ "Installed: corosync-qnetd-3.0.3-6.el10.x86_64" ] } 37183 1727096931.76753: no more pending results, returning what we have 37183 1727096931.76756: results queue empty 37183 1727096931.76757: checking for any_errors_fatal 37183 1727096931.76762: done checking for any_errors_fatal 37183 1727096931.76762: checking for max_fail_percentage 37183 1727096931.76764: done checking for max_fail_percentage 37183 1727096931.76766: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.76767: done checking to see if all hosts have failed 37183 1727096931.76767: getting the remaining hosts for this loop 37183 1727096931.76769: done getting the remaining hosts for this loop 37183 1727096931.76772: getting the next task for host managed_node3 37183 1727096931.76778: done getting next task for host managed_node3 37183 1727096931.76781: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 37183 1727096931.76784: ^ state is: HOST STATE: block=2, task=7, 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 37183 1727096931.76796: getting variables 37183 1727096931.76797: in VariableManager get_vars() 37183 1727096931.76833: Calling all_inventory to load vars for managed_node3 37183 1727096931.76835: Calling groups_inventory to load vars for managed_node3 37183 1727096931.76837: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.76846: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.76848: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.76851: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.76957: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.77057: done with get_vars() 37183 1727096931.77070: done getting variables TASK [fedora.linux_system_roles.ha_cluster : Check and prepare role variables] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 Monday 23 September 2024 09:08:51 -0400 (0:00:02.550) 0:00:07.020 ****** 37183 1727096931.77168: entering _queue_task() for managed_node3/include_tasks 37183 1727096931.77438: worker is 1 (out of 1 available) 37183 1727096931.77450: exiting _queue_task() for managed_node3/include_tasks 37183 1727096931.77462: done queuing things up, now waiting for results queue to drain 37183 1727096931.77463: waiting for pending results... 37183 1727096931.77761: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 37183 1727096931.77800: in run() - task 129116b5-d8e7-d2f1-2000-0000000000ae 37183 1727096931.77817: variable 'ansible_search_path' from source: unknown 37183 1727096931.77822: variable 'ansible_search_path' from source: unknown 37183 1727096931.77852: calling self._execute() 37183 1727096931.77931: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.77934: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.77961: variable 'omit' from source: magic vars 37183 1727096931.78358: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 37183 1727096931.78385: _execute() done 37183 1727096931.78389: dumping result to json 37183 1727096931.78391: done dumping result, returning 37183 1727096931.78394: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables [129116b5-d8e7-d2f1-2000-0000000000ae] 37183 1727096931.78396: sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ae 37183 1727096931.78557: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000000ae 37183 1727096931.78562: WORKER PROCESS EXITING 37183 1727096931.78645: no more pending results, returning what we have 37183 1727096931.78649: in VariableManager get_vars() 37183 1727096931.78681: Calling all_inventory to load vars for managed_node3 37183 1727096931.78686: Calling groups_inventory to load vars for managed_node3 37183 1727096931.78688: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.78695: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.78697: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.78702: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.78772: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.78833: done with get_vars() 37183 1727096931.78839: variable 'ansible_search_path' from source: unknown 37183 1727096931.78841: variable 'ansible_search_path' from source: unknown 37183 1727096931.78865: we have included files to process 37183 1727096931.78866: generating all_blocks data 37183 1727096931.78867: done generating all_blocks data 37183 1727096931.78870: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 37183 1727096931.78871: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 37183 1727096931.78872: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 37183 1727096931.80990: done processing included file 37183 1727096931.80995: iterating over new_blocks loaded from include file 37183 1727096931.80997: in VariableManager get_vars() 37183 1727096931.81026: done with get_vars() 37183 1727096931.81029: filtering new block on tags 37183 1727096931.81078: done filtering new block on tags 37183 1727096931.81082: in VariableManager get_vars() 37183 1727096931.81106: done with get_vars() 37183 1727096931.81107: filtering new block on tags 37183 1727096931.81139: done filtering new block on tags 37183 1727096931.81142: in VariableManager get_vars() 37183 1727096931.81167: done with get_vars() 37183 1727096931.81169: filtering new block on tags 37183 1727096931.81196: done filtering new block on tags 37183 1727096931.81198: in VariableManager get_vars() 37183 1727096931.81216: done with get_vars() 37183 1727096931.81218: filtering new block on tags 37183 1727096931.81299: done filtering new block on tags 37183 1727096931.81302: in VariableManager get_vars() 37183 1727096931.81325: done with get_vars() 37183 1727096931.81327: filtering new block on tags 37183 1727096931.81471: done filtering new block on tags 37183 1727096931.81473: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml for managed_node3 37183 1727096931.81481: extending task lists for all hosts with included blocks 37183 1727096931.82178: done extending task lists 37183 1727096931.82179: done processing included files 37183 1727096931.82180: results queue empty 37183 1727096931.82180: checking for any_errors_fatal 37183 1727096931.82183: done checking for any_errors_fatal 37183 1727096931.82184: checking for max_fail_percentage 37183 1727096931.82184: done checking for max_fail_percentage 37183 1727096931.82185: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.82185: done checking to see if all hosts have failed 37183 1727096931.82186: getting the remaining hosts for this loop 37183 1727096931.82187: done getting the remaining hosts for this loop 37183 1727096931.82189: getting the next task for host managed_node3 37183 1727096931.82192: done getting next task for host managed_node3 37183 1727096931.82194: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 37183 1727096931.82196: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096931.82202: getting variables 37183 1727096931.82203: in VariableManager get_vars() 37183 1727096931.82211: Calling all_inventory to load vars for managed_node3 37183 1727096931.82212: Calling groups_inventory to load vars for managed_node3 37183 1727096931.82214: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.82218: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.82219: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.82221: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.82266: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.82332: done with get_vars() 37183 1727096931.82337: done getting variables 37183 1727096931.82377: 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.ha_cluster : Discover cluster node names] ****** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:3 Monday 23 September 2024 09:08:51 -0400 (0:00:00.052) 0:00:07.072 ****** 37183 1727096931.82405: entering _queue_task() for managed_node3/set_fact 37183 1727096931.82710: worker is 1 (out of 1 available) 37183 1727096931.82770: exiting _queue_task() for managed_node3/set_fact 37183 1727096931.82783: done queuing things up, now waiting for results queue to drain 37183 1727096931.82785: waiting for pending results... 37183 1727096931.83159: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 37183 1727096931.83166: in run() - task 129116b5-d8e7-d2f1-2000-0000000001e7 37183 1727096931.83171: variable 'ansible_search_path' from source: unknown 37183 1727096931.83174: variable 'ansible_search_path' from source: unknown 37183 1727096931.83268: calling self._execute() 37183 1727096931.83301: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.83304: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.83340: variable 'omit' from source: magic vars 37183 1727096931.83480: variable 'omit' from source: magic vars 37183 1727096931.83550: variable 'omit' from source: magic vars 37183 1727096931.83991: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096931.85783: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096931.85830: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096931.85859: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096931.85884: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096931.85907: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096931.85976: 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) 37183 1727096931.86000: 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) 37183 1727096931.86017: 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) 37183 1727096931.86076: 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) 37183 1727096931.86079: 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) 37183 1727096931.86173: variable 'inventory_hostname' from source: set_fact 37183 1727096931.86213: variable 'omit' from source: magic vars 37183 1727096931.86227: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096931.86248: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096931.86261: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096931.86275: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.86283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.86309: variable 'inventory_hostname' from source: set_fact 37183 1727096931.86313: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.86315: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.86407: Set connection var ansible_shell_executable to /bin/sh 37183 1727096931.86415: Set connection var ansible_timeout to 10 37183 1727096931.86418: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096931.86420: Set connection var ansible_connection to ssh 37183 1727096931.86424: Set connection var ansible_shell_type to sh 37183 1727096931.86427: Set connection var ansible_pipelining to False 37183 1727096931.86459: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.86462: variable 'ansible_connection' from source: unknown 37183 1727096931.86465: variable 'ansible_module_compression' from source: unknown 37183 1727096931.86467: variable 'ansible_shell_type' from source: unknown 37183 1727096931.86470: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.86472: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.86474: variable 'ansible_pipelining' from source: unknown 37183 1727096931.86476: variable 'ansible_timeout' from source: unknown 37183 1727096931.86480: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.86588: 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) 37183 1727096931.86598: variable 'omit' from source: magic vars 37183 1727096931.86603: starting attempt loop 37183 1727096931.86606: running the handler 37183 1727096931.86620: handler run complete 37183 1727096931.86625: attempt loop complete, returning result 37183 1727096931.86628: _execute() done 37183 1727096931.86631: dumping result to json 37183 1727096931.86633: done dumping result, returning 37183 1727096931.86665: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names [129116b5-d8e7-d2f1-2000-0000000001e7] 37183 1727096931.86669: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001e7 37183 1727096931.86770: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001e7 37183 1727096931.86773: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } 37183 1727096931.86848: no more pending results, returning what we have 37183 1727096931.86851: results queue empty 37183 1727096931.86852: checking for any_errors_fatal 37183 1727096931.86853: done checking for any_errors_fatal 37183 1727096931.86854: checking for max_fail_percentage 37183 1727096931.86855: done checking for max_fail_percentage 37183 1727096931.86856: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.86856: done checking to see if all hosts have failed 37183 1727096931.86860: getting the remaining hosts for this loop 37183 1727096931.86861: done getting the remaining hosts for this loop 37183 1727096931.86865: getting the next task for host managed_node3 37183 1727096931.86871: done getting next task for host managed_node3 37183 1727096931.86876: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 37183 1727096931.86879: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096931.86900: getting variables 37183 1727096931.86901: in VariableManager get_vars() 37183 1727096931.86933: Calling all_inventory to load vars for managed_node3 37183 1727096931.86936: Calling groups_inventory to load vars for managed_node3 37183 1727096931.86938: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.86945: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.86947: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.86950: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.87051: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.87134: done with get_vars() 37183 1727096931.87147: done getting variables 37183 1727096931.87187: 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.ha_cluster : Collect cluster node names] ******* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:7 Monday 23 September 2024 09:08:51 -0400 (0:00:00.048) 0:00:07.120 ****** 37183 1727096931.87236: entering _queue_task() for managed_node3/set_fact 37183 1727096931.87484: worker is 1 (out of 1 available) 37183 1727096931.87500: exiting _queue_task() for managed_node3/set_fact 37183 1727096931.87512: done queuing things up, now waiting for results queue to drain 37183 1727096931.87513: waiting for pending results... 37183 1727096931.87763: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 37183 1727096931.87830: in run() - task 129116b5-d8e7-d2f1-2000-0000000001e8 37183 1727096931.87841: variable 'ansible_search_path' from source: unknown 37183 1727096931.87846: variable 'ansible_search_path' from source: unknown 37183 1727096931.87872: calling self._execute() 37183 1727096931.87926: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.87932: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.87939: variable 'omit' from source: magic vars 37183 1727096931.88086: variable 'omit' from source: magic vars 37183 1727096931.88167: variable 'omit' from source: magic vars 37183 1727096931.88568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096931.90043: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096931.90114: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096931.90118: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096931.90146: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096931.90167: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096931.90226: 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) 37183 1727096931.90246: 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) 37183 1727096931.90265: 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) 37183 1727096931.90329: 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) 37183 1727096931.90333: 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) 37183 1727096931.90336: 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) 37183 1727096931.90351: 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) 37183 1727096931.90368: 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) 37183 1727096931.90398: 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) 37183 1727096931.90408: 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) 37183 1727096931.90493: variable 'ansible_play_hosts' from source: magic vars 37183 1727096931.90506: variable 'hostvars' from source: magic vars 37183 1727096931.90523: in VariableManager get_vars() 37183 1727096931.90534: Calling all_inventory to load vars for managed_node3 37183 1727096931.90537: Calling groups_inventory to load vars for managed_node3 37183 1727096931.90545: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.90556: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.90560: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.90566: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.90631: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.90676: done with get_vars() 37183 1727096931.90687: variable '__ha_cluster_node_name' from source: set_fact 37183 1727096931.90734: variable 'omit' from source: magic vars 37183 1727096931.90752: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096931.90773: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096931.90786: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096931.90801: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.90810: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.90835: variable 'inventory_hostname' from source: set_fact 37183 1727096931.90839: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.90841: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.90907: Set connection var ansible_shell_executable to /bin/sh 37183 1727096931.90911: Set connection var ansible_timeout to 10 37183 1727096931.90916: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096931.90920: Set connection var ansible_connection to ssh 37183 1727096931.90924: Set connection var ansible_shell_type to sh 37183 1727096931.90926: Set connection var ansible_pipelining to False 37183 1727096931.90949: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.90952: variable 'ansible_connection' from source: unknown 37183 1727096931.90955: variable 'ansible_module_compression' from source: unknown 37183 1727096931.90957: variable 'ansible_shell_type' from source: unknown 37183 1727096931.90959: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.90961: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.90963: variable 'ansible_pipelining' from source: unknown 37183 1727096931.90966: variable 'ansible_timeout' from source: unknown 37183 1727096931.90970: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.91045: 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) 37183 1727096931.91049: variable 'omit' from source: magic vars 37183 1727096931.91055: starting attempt loop 37183 1727096931.91057: running the handler 37183 1727096931.91065: handler run complete 37183 1727096931.91072: attempt loop complete, returning result 37183 1727096931.91075: _execute() done 37183 1727096931.91077: dumping result to json 37183 1727096931.91079: done dumping result, returning 37183 1727096931.91086: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names [129116b5-d8e7-d2f1-2000-0000000001e8] 37183 1727096931.91100: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001e8 37183 1727096931.91169: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001e8 37183 1727096931.91172: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } 37183 1727096931.91238: no more pending results, returning what we have 37183 1727096931.91240: results queue empty 37183 1727096931.91241: checking for any_errors_fatal 37183 1727096931.91244: done checking for any_errors_fatal 37183 1727096931.91245: checking for max_fail_percentage 37183 1727096931.91247: done checking for max_fail_percentage 37183 1727096931.91247: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.91248: done checking to see if all hosts have failed 37183 1727096931.91249: getting the remaining hosts for this loop 37183 1727096931.91250: done getting the remaining hosts for this loop 37183 1727096931.91253: getting the next task for host managed_node3 37183 1727096931.91261: done getting next task for host managed_node3 37183 1727096931.91264: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 37183 1727096931.91268: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096931.91276: getting variables 37183 1727096931.91278: in VariableManager get_vars() 37183 1727096931.91312: Calling all_inventory to load vars for managed_node3 37183 1727096931.91315: Calling groups_inventory to load vars for managed_node3 37183 1727096931.91316: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.91326: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.91328: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.91331: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.91441: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.91495: done with get_vars() 37183 1727096931.91501: done getting variables 37183 1727096931.91566: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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 [fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:16 Monday 23 September 2024 09:08:51 -0400 (0:00:00.043) 0:00:07.164 ****** 37183 1727096931.91590: entering _queue_task() for managed_node3/fail 37183 1727096931.91591: Creating lock for fail 37183 1727096931.91788: worker is 1 (out of 1 available) 37183 1727096931.91800: exiting _queue_task() for managed_node3/fail 37183 1727096931.91804: done queuing things up, now waiting for results queue to drain 37183 1727096931.91805: waiting for pending results... 37183 1727096931.91976: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 37183 1727096931.92046: in run() - task 129116b5-d8e7-d2f1-2000-0000000001ea 37183 1727096931.92060: variable 'ansible_search_path' from source: unknown 37183 1727096931.92065: variable 'ansible_search_path' from source: unknown 37183 1727096931.92091: calling self._execute() 37183 1727096931.92147: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.92153: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.92162: variable 'omit' from source: magic vars 37183 1727096931.92529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096931.93931: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096931.93974: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096931.94002: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096931.94031: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096931.94050: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096931.94152: variable '__nodes_from_options' from source: task vars 37183 1727096931.94250: 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) 37183 1727096931.94268: 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) 37183 1727096931.94285: 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) 37183 1727096931.94316: 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) 37183 1727096931.94326: 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) 37183 1727096931.94357: 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) 37183 1727096931.94375: 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) 37183 1727096931.94394: 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) 37183 1727096931.94421: 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) 37183 1727096931.94433: 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) 37183 1727096931.94496: variable 'ha_cluster_node_options' from source: role '' defaults 37183 1727096931.94531: variable '__ha_cluster_all_node_names' from source: set_fact 37183 1727096931.94540: Evaluated conditional (( __nodes_from_options != (__nodes_from_options | unique) ) or ( __nodes_from_options | difference(__ha_cluster_all_node_names) ) ): False 37183 1727096931.94543: when evaluation is False, skipping this task 37183 1727096931.94546: _execute() done 37183 1727096931.94548: dumping result to json 37183 1727096931.94550: done dumping result, returning 37183 1727096931.94557: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes [129116b5-d8e7-d2f1-2000-0000000001ea] 37183 1727096931.94561: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ea 37183 1727096931.94649: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ea 37183 1727096931.94652: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "(\n __nodes_from_options != (__nodes_from_options | unique)\n) or (\n __nodes_from_options | difference(__ha_cluster_all_node_names)\n)\n", "skip_reason": "Conditional result was False" } 37183 1727096931.94700: no more pending results, returning what we have 37183 1727096931.94703: results queue empty 37183 1727096931.94703: checking for any_errors_fatal 37183 1727096931.94709: done checking for any_errors_fatal 37183 1727096931.94709: checking for max_fail_percentage 37183 1727096931.94710: done checking for max_fail_percentage 37183 1727096931.94711: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.94712: done checking to see if all hosts have failed 37183 1727096931.94712: getting the remaining hosts for this loop 37183 1727096931.94714: done getting the remaining hosts for this loop 37183 1727096931.94717: getting the next task for host managed_node3 37183 1727096931.94726: done getting next task for host managed_node3 37183 1727096931.94730: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Extract node options 37183 1727096931.94733: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096931.94747: getting variables 37183 1727096931.94749: in VariableManager get_vars() 37183 1727096931.94778: Calling all_inventory to load vars for managed_node3 37183 1727096931.94781: Calling groups_inventory to load vars for managed_node3 37183 1727096931.94783: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.94792: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.94795: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.94797: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.94873: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.94939: done with get_vars() 37183 1727096931.94946: done getting variables 37183 1727096931.94984: 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.ha_cluster : Extract node options] ************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:30 Monday 23 September 2024 09:08:51 -0400 (0:00:00.034) 0:00:07.198 ****** 37183 1727096931.95011: entering _queue_task() for managed_node3/set_fact 37183 1727096931.95193: worker is 1 (out of 1 available) 37183 1727096931.95204: exiting _queue_task() for managed_node3/set_fact 37183 1727096931.95216: done queuing things up, now waiting for results queue to drain 37183 1727096931.95217: waiting for pending results... 37183 1727096931.95377: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Extract node options 37183 1727096931.95459: in run() - task 129116b5-d8e7-d2f1-2000-0000000001ec 37183 1727096931.95467: variable 'ansible_search_path' from source: unknown 37183 1727096931.95470: variable 'ansible_search_path' from source: unknown 37183 1727096931.95499: calling self._execute() 37183 1727096931.95549: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.95559: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.95564: variable 'omit' from source: magic vars 37183 1727096931.95636: variable 'omit' from source: magic vars 37183 1727096931.95677: variable 'omit' from source: magic vars 37183 1727096931.95987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096931.97385: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096931.97434: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096931.97460: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096931.97484: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096931.97508: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096931.97571: 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) 37183 1727096931.97590: 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) 37183 1727096931.97610: 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) 37183 1727096931.97641: 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) 37183 1727096931.97652: 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) 37183 1727096931.97683: 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) 37183 1727096931.97701: 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) 37183 1727096931.97718: 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) 37183 1727096931.97750: 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) 37183 1727096931.97759: 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) 37183 1727096931.97786: 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) 37183 1727096931.97804: 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) 37183 1727096931.97820: 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) 37183 1727096931.97849: 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) 37183 1727096931.97860: 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) 37183 1727096931.97886: 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) 37183 1727096931.97904: 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) 37183 1727096931.97920: 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) 37183 1727096931.97947: 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) 37183 1727096931.97959: 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) 37183 1727096931.98306: variable 'ha_cluster_node_options' from source: role '' defaults 37183 1727096931.98309: variable '__ha_cluster_node_name' from source: set_fact 37183 1727096931.98373: variable 'omit' from source: magic vars 37183 1727096931.98393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096931.98413: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096931.98437: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096931.98448: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.98456: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096931.98476: variable 'inventory_hostname' from source: set_fact 37183 1727096931.98479: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.98482: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.98552: Set connection var ansible_shell_executable to /bin/sh 37183 1727096931.98555: Set connection var ansible_timeout to 10 37183 1727096931.98561: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096931.98564: Set connection var ansible_connection to ssh 37183 1727096931.98566: Set connection var ansible_shell_type to sh 37183 1727096931.98571: Set connection var ansible_pipelining to False 37183 1727096931.98589: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.98594: variable 'ansible_connection' from source: unknown 37183 1727096931.98606: variable 'ansible_module_compression' from source: unknown 37183 1727096931.98609: variable 'ansible_shell_type' from source: unknown 37183 1727096931.98611: variable 'ansible_shell_executable' from source: unknown 37183 1727096931.98613: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096931.98615: variable 'ansible_pipelining' from source: unknown 37183 1727096931.98617: variable 'ansible_timeout' from source: unknown 37183 1727096931.98619: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096931.98688: 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) 37183 1727096931.98699: variable 'omit' from source: magic vars 37183 1727096931.98704: starting attempt loop 37183 1727096931.98706: running the handler 37183 1727096931.98714: handler run complete 37183 1727096931.98723: attempt loop complete, returning result 37183 1727096931.98725: _execute() done 37183 1727096931.98728: dumping result to json 37183 1727096931.98731: done dumping result, returning 37183 1727096931.98737: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Extract node options [129116b5-d8e7-d2f1-2000-0000000001ec] 37183 1727096931.98743: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ec 37183 1727096931.98835: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ec 37183 1727096931.98838: WORKER PROCESS EXITING ok: [managed_node3] => { "ansible_facts": { "__ha_cluster_local_node": {} }, "changed": false } 37183 1727096931.98965: no more pending results, returning what we have 37183 1727096931.98967: results queue empty 37183 1727096931.98968: checking for any_errors_fatal 37183 1727096931.98972: done checking for any_errors_fatal 37183 1727096931.98973: checking for max_fail_percentage 37183 1727096931.98974: done checking for max_fail_percentage 37183 1727096931.98976: checking to see if all hosts have failed and the running result is not ok 37183 1727096931.98977: done checking to see if all hosts have failed 37183 1727096931.98978: getting the remaining hosts for this loop 37183 1727096931.98981: done getting the remaining hosts for this loop 37183 1727096931.98984: getting the next task for host managed_node3 37183 1727096931.98994: done getting next task for host managed_node3 37183 1727096931.98997: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified 37183 1727096931.99000: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096931.99009: getting variables 37183 1727096931.99010: in VariableManager get_vars() 37183 1727096931.99042: Calling all_inventory to load vars for managed_node3 37183 1727096931.99045: Calling groups_inventory to load vars for managed_node3 37183 1727096931.99047: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096931.99054: Calling all_plugins_play to load vars for managed_node3 37183 1727096931.99056: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096931.99059: Calling groups_plugins_play to load vars for managed_node3 37183 1727096931.99178: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096931.99309: done with get_vars() 37183 1727096931.99326: done getting variables 37183 1727096931.99416: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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.ha_cluster : Fail if passwords are not specified] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:43 Monday 23 September 2024 09:08:51 -0400 (0:00:00.044) 0:00:07.243 ****** 37183 1727096931.99456: entering _queue_task() for managed_node3/fail 37183 1727096931.99648: worker is 1 (out of 1 available) 37183 1727096931.99661: exiting _queue_task() for managed_node3/fail 37183 1727096931.99666: done queuing things up, now waiting for results queue to drain 37183 1727096931.99668: waiting for pending results... 37183 1727096932.00038: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified 37183 1727096932.00068: in run() - task 129116b5-d8e7-d2f1-2000-0000000001ee 37183 1727096932.00076: variable 'ansible_search_path' from source: unknown 37183 1727096932.00079: variable 'ansible_search_path' from source: unknown 37183 1727096932.00201: variable 'omit' from source: magic vars 37183 1727096932.00258: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.00265: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.00278: variable 'omit' from source: magic vars 37183 1727096932.00734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096932.03024: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096932.03077: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096932.03105: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096932.03133: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096932.03159: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096932.03213: 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) 37183 1727096932.03236: 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) 37183 1727096932.03254: 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) 37183 1727096932.03283: 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) 37183 1727096932.03295: 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) 37183 1727096932.03332: 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) 37183 1727096932.03348: 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) 37183 1727096932.03364: 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) 37183 1727096932.03392: 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) 37183 1727096932.03408: 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) 37183 1727096932.03526: variable 'item' from source: unknown 37183 1727096932.03581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup 37183 1727096932.03674: Loaded config def from plugin (lookup/vars) 37183 1727096932.03678: Loading LookupModule 'vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/lookup/vars.py 37183 1727096932.03692: variable 'ha_cluster_hacluster_password' from source: include_vars 37183 1727096932.06927: Evaluated conditional (lookup("vars", item, default="") | string | length < 1): False 37183 1727096932.06931: when evaluation is False, skipping this task 37183 1727096932.06933: variable 'item' from source: unknown 37183 1727096932.06935: variable 'item' from source: unknown skipping: [managed_node3] => (item=ha_cluster_hacluster_password) => { "ansible_loop_var": "item", "changed": false, "false_condition": "lookup(\"vars\", item, default=\"\") | string | length < 1", "item": "ha_cluster_hacluster_password", "skip_reason": "Conditional result was False" } 37183 1727096932.07076: dumping result to json 37183 1727096932.07085: done dumping result, returning 37183 1727096932.07098: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified [129116b5-d8e7-d2f1-2000-0000000001ee] 37183 1727096932.07108: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ee 37183 1727096932.07367: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ee 37183 1727096932.07370: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false } MSG: All items skipped 37183 1727096932.07420: no more pending results, returning what we have 37183 1727096932.07433: results queue empty 37183 1727096932.07434: checking for any_errors_fatal 37183 1727096932.07438: done checking for any_errors_fatal 37183 1727096932.07439: checking for max_fail_percentage 37183 1727096932.07440: done checking for max_fail_percentage 37183 1727096932.07441: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.07441: done checking to see if all hosts have failed 37183 1727096932.07442: getting the remaining hosts for this loop 37183 1727096932.07443: done getting the remaining hosts for this loop 37183 1727096932.07447: getting the next task for host managed_node3 37183 1727096932.07451: done getting next task for host managed_node3 37183 1727096932.07454: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified 37183 1727096932.07457: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096932.07471: getting variables 37183 1727096932.07472: in VariableManager get_vars() 37183 1727096932.07506: Calling all_inventory to load vars for managed_node3 37183 1727096932.07509: Calling groups_inventory to load vars for managed_node3 37183 1727096932.07511: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.07519: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.07524: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.07528: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.07712: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.07826: done with get_vars() 37183 1727096932.07834: done getting variables 37183 1727096932.07911: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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.ha_cluster : Fail if nodes do not have the same number of SBD devices specified] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:53 Monday 23 September 2024 09:08:52 -0400 (0:00:00.084) 0:00:07.328 ****** 37183 1727096932.07946: entering _queue_task() for managed_node3/fail 37183 1727096932.08347: worker is 1 (out of 1 available) 37183 1727096932.08360: exiting _queue_task() for managed_node3/fail 37183 1727096932.08365: done queuing things up, now waiting for results queue to drain 37183 1727096932.08367: waiting for pending results... 37183 1727096932.08667: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified 37183 1727096932.08804: in run() - task 129116b5-d8e7-d2f1-2000-0000000001ef 37183 1727096932.08823: variable 'ansible_search_path' from source: unknown 37183 1727096932.08831: variable 'ansible_search_path' from source: unknown 37183 1727096932.08879: calling self._execute() 37183 1727096932.08976: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.09005: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.09032: variable 'omit' from source: magic vars 37183 1727096932.09507: variable 'ha_cluster_cluster_present' from source: role '' defaults 37183 1727096932.09518: Evaluated conditional (ha_cluster_cluster_present): True 37183 1727096932.09594: variable 'ha_cluster_sbd_enabled' from source: role '' defaults 37183 1727096932.09597: Evaluated conditional (ha_cluster_sbd_enabled): False 37183 1727096932.09601: when evaluation is False, skipping this task 37183 1727096932.09604: _execute() done 37183 1727096932.09607: dumping result to json 37183 1727096932.09611: done dumping result, returning 37183 1727096932.09615: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if nodes do not have the same number of SBD devices specified [129116b5-d8e7-d2f1-2000-0000000001ef] 37183 1727096932.09617: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ef 37183 1727096932.09702: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001ef 37183 1727096932.09705: WORKER PROCESS EXITING skipping: [managed_node3] => { "changed": false, "false_condition": "ha_cluster_sbd_enabled", "skip_reason": "Conditional result was False" } 37183 1727096932.09773: no more pending results, returning what we have 37183 1727096932.09776: results queue empty 37183 1727096932.09777: checking for any_errors_fatal 37183 1727096932.09785: done checking for any_errors_fatal 37183 1727096932.09785: checking for max_fail_percentage 37183 1727096932.09786: done checking for max_fail_percentage 37183 1727096932.09787: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.09790: done checking to see if all hosts have failed 37183 1727096932.09791: getting the remaining hosts for this loop 37183 1727096932.09792: done getting the remaining hosts for this loop 37183 1727096932.09795: getting the next task for host managed_node3 37183 1727096932.09801: done getting next task for host managed_node3 37183 1727096932.09804: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node 37183 1727096932.09807: ^ state is: HOST STATE: block=2, task=7, 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? (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 37183 1727096932.09821: getting variables 37183 1727096932.09824: in VariableManager get_vars() 37183 1727096932.09854: Calling all_inventory to load vars for managed_node3 37183 1727096932.09856: Calling groups_inventory to load vars for managed_node3 37183 1727096932.09858: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.09865: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.09868: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.09870: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.09931: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.09986: done with get_vars() 37183 1727096932.09996: done getting variables 37183 1727096932.10038: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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.ha_cluster : Fail if configuring qnetd on a cluster node] *** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:69 Monday 23 September 2024 09:08:52 -0400 (0:00:00.021) 0:00:07.349 ****** 37183 1727096932.10060: entering _queue_task() for managed_node3/fail 37183 1727096932.10262: worker is 1 (out of 1 available) 37183 1727096932.10274: exiting _queue_task() for managed_node3/fail 37183 1727096932.10286: done queuing things up, now waiting for results queue to drain 37183 1727096932.10287: waiting for pending results... 37183 1727096932.10437: running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node 37183 1727096932.10511: in run() - task 129116b5-d8e7-d2f1-2000-0000000001f0 37183 1727096932.10522: variable 'ansible_search_path' from source: unknown 37183 1727096932.10526: variable 'ansible_search_path' from source: unknown 37183 1727096932.10558: calling self._execute() 37183 1727096932.10606: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.10609: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.10618: variable 'omit' from source: magic vars 37183 1727096932.10924: variable 'ha_cluster_cluster_present' from source: role '' defaults 37183 1727096932.10931: Evaluated conditional (ha_cluster_cluster_present): True 37183 1727096932.11072: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 37183 1727096932.12747: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 37183 1727096932.12794: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 37183 1727096932.12819: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 37183 1727096932.12846: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 37183 1727096932.12866: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 37183 1727096932.12926: 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) 37183 1727096932.12945: 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) 37183 1727096932.12962: 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) 37183 1727096932.12990: 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) 37183 1727096932.13008: 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) 37183 1727096932.13073: variable 'ha_cluster_qnetd' from source: play vars 37183 1727096932.13093: Evaluated conditional (ha_cluster_qnetd.present | d(false)): True 37183 1727096932.13098: variable 'omit' from source: magic vars 37183 1727096932.13140: variable 'omit' from source: magic vars 37183 1727096932.13163: variable 'omit' from source: magic vars 37183 1727096932.13181: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096932.13202: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096932.13215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096932.13235: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096932.13242: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096932.13263: variable 'inventory_hostname' from source: set_fact 37183 1727096932.13266: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.13269: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.13349: Set connection var ansible_shell_executable to /bin/sh 37183 1727096932.13353: Set connection var ansible_timeout to 10 37183 1727096932.13358: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096932.13361: Set connection var ansible_connection to ssh 37183 1727096932.13364: Set connection var ansible_shell_type to sh 37183 1727096932.13368: Set connection var ansible_pipelining to False 37183 1727096932.13390: variable 'ansible_shell_executable' from source: unknown 37183 1727096932.13393: variable 'ansible_connection' from source: unknown 37183 1727096932.13396: variable 'ansible_module_compression' from source: unknown 37183 1727096932.13398: variable 'ansible_shell_type' from source: unknown 37183 1727096932.13400: variable 'ansible_shell_executable' from source: unknown 37183 1727096932.13402: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.13404: variable 'ansible_pipelining' from source: unknown 37183 1727096932.13406: variable 'ansible_timeout' from source: unknown 37183 1727096932.13408: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.13483: Loading ActionModule 'fail' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/fail.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) 37183 1727096932.13493: variable 'omit' from source: magic vars 37183 1727096932.13495: starting attempt loop 37183 1727096932.13498: running the handler 37183 1727096932.13506: handler run complete 37183 1727096932.13525: attempt loop complete, returning result 37183 1727096932.13528: _execute() done 37183 1727096932.13530: dumping result to json 37183 1727096932.13534: done dumping result, returning 37183 1727096932.13554: done running TaskExecutor() for managed_node3/TASK: fedora.linux_system_roles.ha_cluster : Fail if configuring qnetd on a cluster node [129116b5-d8e7-d2f1-2000-0000000001f0] 37183 1727096932.13557: sending task result for task 129116b5-d8e7-d2f1-2000-0000000001f0 37183 1727096932.13628: done sending task result for task 129116b5-d8e7-d2f1-2000-0000000001f0 37183 1727096932.13632: WORKER PROCESS EXITING 37183 1727096932.13655: marking managed_node3 as failed 37183 1727096932.13664: marking host managed_node3 failed, current state: HOST STATE: block=2, task=7, 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? (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 37183 1727096932.13672: ^ failed state is now: HOST STATE: block=2, task=7, 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? (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 37183 1727096932.13680: getting the next task for host managed_node3 37183 1727096932.13686: done getting next task for host managed_node3 37183 1727096932.13691: ^ task is: TASK: Check errors 37183 1727096932.13692: ^ state is: HOST STATE: block=2, task=7, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False fatal: [managed_node3]: FAILED! => { "changed": false } MSG: Qnetd cannot be configured on a cluster node - 'ha_cluster_cluster_present' and 'ha_cluster_qnetd.present' cannot be both set to true 37183 1727096932.13814: no more pending results, returning what we have 37183 1727096932.13816: results queue empty 37183 1727096932.13817: checking for any_errors_fatal 37183 1727096932.13820: done checking for any_errors_fatal 37183 1727096932.13829: checking for max_fail_percentage 37183 1727096932.13831: done checking for max_fail_percentage 37183 1727096932.13831: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.13832: done checking to see if all hosts have failed 37183 1727096932.13833: getting the remaining hosts for this loop 37183 1727096932.13834: done getting the remaining hosts for this loop 37183 1727096932.13837: getting the next task for host managed_node3 37183 1727096932.13842: done getting next task for host managed_node3 37183 1727096932.13843: ^ task is: TASK: Check errors 37183 1727096932.13844: ^ state is: HOST STATE: block=2, task=7, rescue=1, always=0, handlers=0, run_state=2, fail_state=2, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096932.13849: getting variables 37183 1727096932.13850: in VariableManager get_vars() 37183 1727096932.13868: Calling all_inventory to load vars for managed_node3 37183 1727096932.13870: Calling groups_inventory to load vars for managed_node3 37183 1727096932.13871: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.13877: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.13879: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.13880: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.13940: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.13988: done with get_vars() 37183 1727096932.13994: done getting variables 37183 1727096932.14062: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=False, class_only=True) TASK [Check errors] ************************************************************ task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:30 Monday 23 September 2024 09:08:52 -0400 (0:00:00.040) 0:00:07.389 ****** 37183 1727096932.14081: entering _queue_task() for managed_node3/assert 37183 1727096932.14082: Creating lock for assert 37183 1727096932.14364: worker is 1 (out of 1 available) 37183 1727096932.14375: exiting _queue_task() for managed_node3/assert 37183 1727096932.14386: done queuing things up, now waiting for results queue to drain 37183 1727096932.14387: waiting for pending results... 37183 1727096932.14639: running TaskExecutor() for managed_node3/TASK: Check errors 37183 1727096932.14747: in run() - task 129116b5-d8e7-d2f1-2000-00000000000b 37183 1727096932.14754: variable 'ansible_search_path' from source: unknown 37183 1727096932.14883: calling self._execute() 37183 1727096932.14887: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.14893: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.14900: variable 'omit' from source: magic vars 37183 1727096932.15008: variable 'omit' from source: magic vars 37183 1727096932.15046: variable 'omit' from source: magic vars 37183 1727096932.15083: variable 'omit' from source: magic vars 37183 1727096932.15140: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 37183 1727096932.15180: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 37183 1727096932.15215: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 37183 1727096932.15238: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096932.15254: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 37183 1727096932.15298: variable 'inventory_hostname' from source: set_fact 37183 1727096932.15326: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.15337: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.15447: Set connection var ansible_shell_executable to /bin/sh 37183 1727096932.15464: Set connection var ansible_timeout to 10 37183 1727096932.15469: Set connection var ansible_module_compression to ZIP_DEFLATED 37183 1727096932.15472: Set connection var ansible_connection to ssh 37183 1727096932.15474: Set connection var ansible_shell_type to sh 37183 1727096932.15482: Set connection var ansible_pipelining to False 37183 1727096932.15520: variable 'ansible_shell_executable' from source: unknown 37183 1727096932.15535: variable 'ansible_connection' from source: unknown 37183 1727096932.15542: variable 'ansible_module_compression' from source: unknown 37183 1727096932.15545: variable 'ansible_shell_type' from source: unknown 37183 1727096932.15548: variable 'ansible_shell_executable' from source: unknown 37183 1727096932.15551: variable 'ansible_host' from source: host vars for 'managed_node3' 37183 1727096932.15553: variable 'ansible_pipelining' from source: unknown 37183 1727096932.15555: variable 'ansible_timeout' from source: unknown 37183 1727096932.15557: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node3' 37183 1727096932.15661: Loading ActionModule 'assert' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/assert.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=False) 37183 1727096932.15666: variable 'omit' from source: magic vars 37183 1727096932.15668: starting attempt loop 37183 1727096932.15671: running the handler 37183 1727096932.15925: variable 'ansible_failed_result' from source: set_fact 37183 1727096932.15938: Evaluated conditional ('Qnetd cannot be configured on a cluster node' in ansible_failed_result.msg): True 37183 1727096932.15942: handler run complete 37183 1727096932.15954: attempt loop complete, returning result 37183 1727096932.15956: _execute() done 37183 1727096932.15961: dumping result to json 37183 1727096932.15963: done dumping result, returning 37183 1727096932.15973: done running TaskExecutor() for managed_node3/TASK: Check errors [129116b5-d8e7-d2f1-2000-00000000000b] 37183 1727096932.15975: sending task result for task 129116b5-d8e7-d2f1-2000-00000000000b 37183 1727096932.16085: done sending task result for task 129116b5-d8e7-d2f1-2000-00000000000b 37183 1727096932.16091: WORKER PROCESS EXITING ok: [managed_node3] => { "changed": false } MSG: All assertions passed 37183 1727096932.16135: no more pending results, returning what we have 37183 1727096932.16137: results queue empty 37183 1727096932.16138: checking for any_errors_fatal 37183 1727096932.16143: done checking for any_errors_fatal 37183 1727096932.16143: checking for max_fail_percentage 37183 1727096932.16144: done checking for max_fail_percentage 37183 1727096932.16145: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.16146: done checking to see if all hosts have failed 37183 1727096932.16146: getting the remaining hosts for this loop 37183 1727096932.16147: done getting the remaining hosts for this loop 37183 1727096932.16150: getting the next task for host managed_node3 37183 1727096932.16157: done getting next task for host managed_node3 37183 1727096932.16159: ^ task is: TASK: meta (flush_handlers) 37183 1727096932.16161: ^ 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 37183 1727096932.16164: getting variables 37183 1727096932.16165: in VariableManager get_vars() 37183 1727096932.16191: Calling all_inventory to load vars for managed_node3 37183 1727096932.16193: Calling groups_inventory to load vars for managed_node3 37183 1727096932.16195: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.16206: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.16208: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.16210: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.16263: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.16318: done with get_vars() 37183 1727096932.16325: done getting variables 37183 1727096932.16368: in VariableManager get_vars() 37183 1727096932.16374: Calling all_inventory to load vars for managed_node3 37183 1727096932.16376: Calling groups_inventory to load vars for managed_node3 37183 1727096932.16377: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.16380: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.16381: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.16383: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.16429: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.16470: done with get_vars() 37183 1727096932.16477: done queuing things up, now waiting for results queue to drain 37183 1727096932.16478: results queue empty 37183 1727096932.16479: checking for any_errors_fatal 37183 1727096932.16480: done checking for any_errors_fatal 37183 1727096932.16481: checking for max_fail_percentage 37183 1727096932.16481: done checking for max_fail_percentage 37183 1727096932.16482: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.16482: done checking to see if all hosts have failed 37183 1727096932.16483: getting the remaining hosts for this loop 37183 1727096932.16483: done getting the remaining hosts for this loop 37183 1727096932.16485: getting the next task for host managed_node3 37183 1727096932.16487: done getting next task for host managed_node3 37183 1727096932.16490: ^ task is: TASK: meta (flush_handlers) 37183 1727096932.16491: ^ state is: HOST STATE: block=4, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 37183 1727096932.16496: getting variables 37183 1727096932.16497: in VariableManager get_vars() 37183 1727096932.16502: Calling all_inventory to load vars for managed_node3 37183 1727096932.16503: Calling groups_inventory to load vars for managed_node3 37183 1727096932.16505: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.16508: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.16509: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.16511: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.16551: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.16594: done with get_vars() 37183 1727096932.16598: done getting variables 37183 1727096932.16629: in VariableManager get_vars() 37183 1727096932.16636: Calling all_inventory to load vars for managed_node3 37183 1727096932.16638: Calling groups_inventory to load vars for managed_node3 37183 1727096932.16640: Calling all_plugins_inventory to load vars for managed_node3 37183 1727096932.16643: Calling all_plugins_play to load vars for managed_node3 37183 1727096932.16644: Calling groups_plugins_inventory to load vars for managed_node3 37183 1727096932.16646: Calling groups_plugins_play to load vars for managed_node3 37183 1727096932.16681: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 37183 1727096932.16725: done with get_vars() 37183 1727096932.16732: done queuing things up, now waiting for results queue to drain 37183 1727096932.16734: results queue empty 37183 1727096932.16734: checking for any_errors_fatal 37183 1727096932.16735: done checking for any_errors_fatal 37183 1727096932.16735: checking for max_fail_percentage 37183 1727096932.16736: done checking for max_fail_percentage 37183 1727096932.16736: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.16737: done checking to see if all hosts have failed 37183 1727096932.16737: getting the remaining hosts for this loop 37183 1727096932.16738: done getting the remaining hosts for this loop 37183 1727096932.16740: getting the next task for host managed_node3 37183 1727096932.16742: done getting next task for host managed_node3 37183 1727096932.16743: ^ task is: None 37183 1727096932.16743: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 37183 1727096932.16744: done queuing things up, now waiting for results queue to drain 37183 1727096932.16745: results queue empty 37183 1727096932.16746: checking for any_errors_fatal 37183 1727096932.16746: done checking for any_errors_fatal 37183 1727096932.16747: checking for max_fail_percentage 37183 1727096932.16748: done checking for max_fail_percentage 37183 1727096932.16749: checking to see if all hosts have failed and the running result is not ok 37183 1727096932.16749: done checking to see if all hosts have failed 37183 1727096932.16750: getting the next task for host managed_node3 37183 1727096932.16752: done getting next task for host managed_node3 37183 1727096932.16752: ^ task is: None 37183 1727096932.16753: ^ state is: HOST STATE: block=5, task=0, rescue=0, always=0, handlers=0, run_state=5, 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 PLAY RECAP ********************************************************************* managed_node3 : ok=20 changed=1 unreachable=0 failed=0 skipped=9 rescued=1 ignored=0 Monday 23 September 2024 09:08:52 -0400 (0:00:00.027) 0:00:07.416 ****** =============================================================================== fedora.linux_system_roles.ha_cluster : Install role essential packages --- 2.55s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 fedora.linux_system_roles.ha_cluster : Ensure facts used by tests ------- 1.33s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:14 fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.93s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.70s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:22 fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.16s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role --- 0.15s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:2 fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.13s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.12s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Run HA Cluster role ----------------------------------------------------- 0.11s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:26 Include vault variables ------------------------------------------------- 0.10s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_qnetd_and_cluster.yml:5 fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.10s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:3 fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters --- 0.09s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:9 fedora.linux_system_roles.ha_cluster : Fail if passwords are not specified --- 0.08s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:43 fedora.linux_system_roles.ha_cluster : Enable package repositories ------ 0.07s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:6 fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables --- 0.07s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:34 fedora.linux_system_roles.ha_cluster : Enable CentOS repositories ------- 0.06s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:10 fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd --- 0.06s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:41 fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree --- 0.06s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:15 fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree --- 0.06s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml:27 fedora.linux_system_roles.ha_cluster : Check if system is ostree -------- 0.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:10 37183 1727096932.16814: RUNNING CLEANUP