[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. 32580 1727096777.27728: 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 32580 1727096777.28012: Added group all to inventory 32580 1727096777.28014: Added group ungrouped to inventory 32580 1727096777.28017: Group all now contains ungrouped 32580 1727096777.28018: Examining possible inventory source: /tmp/ha_cluster-U96/inventory.yml 32580 1727096777.36528: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 32580 1727096777.36566: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 32580 1727096777.36581: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 32580 1727096777.36624: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 32580 1727096777.36668: Loaded config def from plugin (inventory/script) 32580 1727096777.36669: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 32580 1727096777.36696: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 32580 1727096777.36754: Loaded config def from plugin (inventory/yaml) 32580 1727096777.36756: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 32580 1727096777.36814: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 32580 1727096777.37082: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 32580 1727096777.37084: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 32580 1727096777.37086: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 32580 1727096777.37090: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 32580 1727096777.37095: Loading data from /tmp/ha_cluster-U96/inventory.yml 32580 1727096777.37137: /tmp/ha_cluster-U96/inventory.yml was not parsable by auto 32580 1727096777.37179: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 32580 1727096777.37207: Loading data from /tmp/ha_cluster-U96/inventory.yml 32580 1727096777.37261: group all already in inventory 32580 1727096777.37266: set inventory_file for managed_node1 32580 1727096777.37269: set inventory_dir for managed_node1 32580 1727096777.37269: Added host managed_node1 to inventory 32580 1727096777.37271: Added host managed_node1 to group all 32580 1727096777.37271: set ansible_host for managed_node1 32580 1727096777.37272: set ansible_ssh_extra_args for managed_node1 32580 1727096777.37274: set inventory_file for managed_node2 32580 1727096777.37275: set inventory_dir for managed_node2 32580 1727096777.37276: Added host managed_node2 to inventory 32580 1727096777.37277: Added host managed_node2 to group all 32580 1727096777.37277: set ansible_host for managed_node2 32580 1727096777.37278: set ansible_ssh_extra_args for managed_node2 32580 1727096777.37279: set inventory_file for managed_node3 32580 1727096777.37280: set inventory_dir for managed_node3 32580 1727096777.37281: Added host managed_node3 to inventory 32580 1727096777.37282: Added host managed_node3 to group all 32580 1727096777.37282: set ansible_host for managed_node3 32580 1727096777.37283: set ansible_ssh_extra_args for managed_node3 32580 1727096777.37284: Reconcile groups and hosts in inventory. 32580 1727096777.37286: Group ungrouped now contains managed_node1 32580 1727096777.37287: Group ungrouped now contains managed_node2 32580 1727096777.37288: Group ungrouped now contains managed_node3 32580 1727096777.37341: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 32580 1727096777.37419: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 32580 1727096777.37450: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 32580 1727096777.37467: Loaded config def from plugin (vars/host_group_vars) 32580 1727096777.37469: 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) 32580 1727096777.37475: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 32580 1727096777.37480: 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) 32580 1727096777.37509: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 32580 1727096777.37732: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.37794: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 32580 1727096777.37818: Loaded config def from plugin (connection/local) 32580 1727096777.37820: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 32580 1727096777.38185: Loaded config def from plugin (connection/paramiko_ssh) 32580 1727096777.38188: 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) 32580 1727096777.38734: 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) 32580 1727096777.38758: Loaded config def from plugin (connection/psrp) 32580 1727096777.38760: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 32580 1727096777.39156: 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) 32580 1727096777.39178: Loaded config def from plugin (connection/ssh) 32580 1727096777.39180: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 32580 1727096777.40400: 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) 32580 1727096777.40427: Loaded config def from plugin (connection/winrm) 32580 1727096777.40430: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 32580 1727096777.40449: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 32580 1727096777.40489: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 32580 1727096777.40533: Loaded config def from plugin (shell/cmd) 32580 1727096777.40534: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 32580 1727096777.40550: 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) 32580 1727096777.40585: Loaded config def from plugin (shell/powershell) 32580 1727096777.40586: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 32580 1727096777.40625: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 32580 1727096777.40726: Loaded config def from plugin (shell/sh) 32580 1727096777.40728: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 32580 1727096777.40750: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 32580 1727096777.40821: Loaded config def from plugin (become/runas) 32580 1727096777.40824: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 32580 1727096777.40931: Loaded config def from plugin (become/su) 32580 1727096777.40933: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 32580 1727096777.41027: Loaded config def from plugin (become/sudo) 32580 1727096777.41028: 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 32580 1727096777.41048: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml 32580 1727096777.41350: trying /usr/local/lib/python3.12/site-packages/ansible/modules 32580 1727096777.43205: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 32580 1727096777.43389: in VariableManager get_vars() 32580 1727096777.43405: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096777.43415: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.43419: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.43439: done with get_vars() 32580 1727096777.43467: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 32580 1727096777.43477: 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 32580 1727096777.43642: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 32580 1727096777.43734: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 32580 1727096777.43736: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) 32580 1727096777.43755: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 32580 1727096777.43770: 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) 32580 1727096777.43869: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 32580 1727096777.43906: Loaded config def from plugin (callback/default) 32580 1727096777.43908: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 32580 1727096777.44634: Loaded config def from plugin (callback/junit) 32580 1727096777.44636: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 32580 1727096777.44663: 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) 32580 1727096777.44704: Loaded config def from plugin (callback/minimal) 32580 1727096777.44706: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 32580 1727096777.44733: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) 32580 1727096777.44768: Loaded config def from plugin (callback/tree) 32580 1727096777.44770: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 32580 1727096777.44848: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 32580 1727096777.44850: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__) (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_node_options_check.yml ***************************************** 2 plays in /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml 32580 1727096777.44866: in VariableManager get_vars() 32580 1727096777.44875: done with get_vars() 32580 1727096777.44878: in VariableManager get_vars() 32580 1727096777.44883: done with get_vars() 32580 1727096777.44886: variable 'omit' from source: magic vars 32580 1727096777.44910: in VariableManager get_vars() 32580 1727096777.44919: done with get_vars() 32580 1727096777.44933: variable 'omit' from source: magic vars PLAY [all] ********************************************************************* 32580 1727096777.45262: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 32580 1727096777.45310: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 32580 1727096777.45337: getting the remaining hosts for this loop 32580 1727096777.45339: done getting the remaining hosts for this loop 32580 1727096777.45341: getting the next task for host managed_node1 32580 1727096777.45344: done getting next task for host managed_node1 32580 1727096777.45345: ^ task is: TASK: meta (flush_handlers) 32580 1727096777.45346: ^ 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 32580 1727096777.45348: getting variables 32580 1727096777.45348: in VariableManager get_vars() 32580 1727096777.45354: Calling all_inventory to load vars for managed_node1 32580 1727096777.45356: Calling groups_inventory to load vars for managed_node1 32580 1727096777.45357: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.45365: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.45371: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.45373: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.45394: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.45426: done with get_vars() 32580 1727096777.45430: done getting variables 32580 1727096777.45457: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 32580 1727096777.45485: in VariableManager get_vars() 32580 1727096777.45491: Calling all_inventory to load vars for managed_node1 32580 1727096777.45493: Calling groups_inventory to load vars for managed_node1 32580 1727096777.45495: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.45498: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.45499: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.45501: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.45517: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.45527: done with get_vars() 32580 1727096777.45533: done queuing things up, now waiting for results queue to drain 32580 1727096777.45535: results queue empty 32580 1727096777.45535: checking for any_errors_fatal 32580 1727096777.45536: done checking for any_errors_fatal 32580 1727096777.45536: checking for max_fail_percentage 32580 1727096777.45537: done checking for max_fail_percentage 32580 1727096777.45537: checking to see if all hosts have failed and the running result is not ok 32580 1727096777.45538: done checking to see if all hosts have failed 32580 1727096777.45538: getting the remaining hosts for this loop 32580 1727096777.45539: done getting the remaining hosts for this loop 32580 1727096777.45540: getting the next task for host managed_node1 32580 1727096777.45544: done getting next task for host managed_node1 32580 1727096777.45545: ^ task is: TASK: Include vault variables 32580 1727096777.45547: ^ 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 32580 1727096777.45548: getting variables 32580 1727096777.45549: in VariableManager get_vars() 32580 1727096777.45555: Calling all_inventory to load vars for managed_node1 32580 1727096777.45556: Calling groups_inventory to load vars for managed_node1 32580 1727096777.45557: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.45627: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.45630: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.45632: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.45649: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.45659: done with get_vars() 32580 1727096777.45663: done getting variables 32580 1727096777.45706: 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_node_options_check.yml:5 Monday 23 September 2024 09:06:17 -0400 (0:00:00.009) 0:00:00.009 ****** 32580 1727096777.45723: entering _queue_task() for managed_node1/include_vars 32580 1727096777.45724: Creating lock for include_vars 32580 1727096777.45982: worker is 1 (out of 1 available) 32580 1727096777.45992: exiting _queue_task() for managed_node1/include_vars 32580 1727096777.46026: done queuing things up, now waiting for results queue to drain 32580 1727096777.46028: waiting for pending results... 32580 1727096777.46135: running TaskExecutor() for managed_node1/TASK: Include vault variables 32580 1727096777.46187: in run() - task 129116b5-d8e7-4d6e-189e-000000000006 32580 1727096777.46198: variable 'ansible_search_path' from source: unknown 32580 1727096777.46227: calling self._execute() 32580 1727096777.46267: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.46271: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.46280: variable 'omit' from source: magic vars 32580 1727096777.46349: variable 'omit' from source: magic vars 32580 1727096777.46382: variable 'omit' from source: magic vars 32580 1727096777.46406: variable 'omit' from source: magic vars 32580 1727096777.46439: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096777.46466: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096777.46483: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096777.46498: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096777.46507: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096777.46530: variable 'inventory_hostname' from source: host vars for 'managed_node1' 32580 1727096777.46533: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.46535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.46600: Set connection var ansible_shell_type to sh 32580 1727096777.46606: Set connection var ansible_pipelining to False 32580 1727096777.46612: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096777.46617: Set connection var ansible_shell_executable to /bin/sh 32580 1727096777.46619: Set connection var ansible_connection to ssh 32580 1727096777.46626: Set connection var ansible_timeout to 10 32580 1727096777.46645: variable 'ansible_shell_executable' from source: unknown 32580 1727096777.46648: variable 'ansible_connection' from source: unknown 32580 1727096777.46651: variable 'ansible_module_compression' from source: unknown 32580 1727096777.46653: variable 'ansible_shell_type' from source: unknown 32580 1727096777.46655: variable 'ansible_shell_executable' from source: unknown 32580 1727096777.46658: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.46661: variable 'ansible_pipelining' from source: unknown 32580 1727096777.46664: variable 'ansible_timeout' from source: unknown 32580 1727096777.46668: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.46769: 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) 32580 1727096777.46777: variable 'omit' from source: magic vars 32580 1727096777.46782: starting attempt loop 32580 1727096777.46785: running the handler 32580 1727096777.46853: handler run complete 32580 1727096777.46860: attempt loop complete, returning result 32580 1727096777.46863: _execute() done 32580 1727096777.46865: dumping result to json 32580 1727096777.46868: done dumping result, returning 32580 1727096777.46873: done running TaskExecutor() for managed_node1/TASK: Include vault variables [129116b5-d8e7-4d6e-189e-000000000006] 32580 1727096777.46878: sending task result for task 129116b5-d8e7-4d6e-189e-000000000006 32580 1727096777.47003: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000006 32580 1727096777.47006: WORKER PROCESS EXITING ok: [managed_node1] => { "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 } 32580 1727096777.48464: no more pending results, returning what we have 32580 1727096777.48466: results queue empty 32580 1727096777.48467: checking for any_errors_fatal 32580 1727096777.48468: done checking for any_errors_fatal 32580 1727096777.48468: checking for max_fail_percentage 32580 1727096777.48469: done checking for max_fail_percentage 32580 1727096777.48469: checking to see if all hosts have failed and the running result is not ok 32580 1727096777.48470: done checking to see if all hosts have failed 32580 1727096777.48470: getting the remaining hosts for this loop 32580 1727096777.48471: done getting the remaining hosts for this loop 32580 1727096777.48473: getting the next task for host managed_node1 32580 1727096777.48475: done getting next task for host managed_node1 32580 1727096777.48476: ^ task is: TASK: meta (flush_handlers) 32580 1727096777.48477: ^ 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 32580 1727096777.48479: getting variables 32580 1727096777.48479: in VariableManager get_vars() 32580 1727096777.48487: Calling all_inventory to load vars for managed_node1 32580 1727096777.48488: Calling groups_inventory to load vars for managed_node1 32580 1727096777.48490: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.48494: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.48496: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.48498: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.48523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.48533: done with get_vars() 32580 1727096777.48537: done getting variables 32580 1727096777.48569: in VariableManager get_vars() 32580 1727096777.48575: Calling all_inventory to load vars for managed_node1 32580 1727096777.48576: Calling groups_inventory to load vars for managed_node1 32580 1727096777.48577: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.48580: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.48581: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.48583: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.48599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.48607: done with get_vars() 32580 1727096777.48615: done queuing things up, now waiting for results queue to drain 32580 1727096777.48616: results queue empty 32580 1727096777.48617: checking for any_errors_fatal 32580 1727096777.48618: done checking for any_errors_fatal 32580 1727096777.48619: checking for max_fail_percentage 32580 1727096777.48619: done checking for max_fail_percentage 32580 1727096777.48619: checking to see if all hosts have failed and the running result is not ok 32580 1727096777.48620: done checking to see if all hosts have failed 32580 1727096777.48625: getting the remaining hosts for this loop 32580 1727096777.48626: done getting the remaining hosts for this loop 32580 1727096777.48628: getting the next task for host managed_node1 32580 1727096777.48630: done getting next task for host managed_node1 32580 1727096777.48631: ^ task is: TASK: meta (flush_handlers) 32580 1727096777.48631: ^ 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 32580 1727096777.48633: getting variables 32580 1727096777.48633: in VariableManager get_vars() 32580 1727096777.48638: Calling all_inventory to load vars for managed_node1 32580 1727096777.48640: Calling groups_inventory to load vars for managed_node1 32580 1727096777.48641: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.48644: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.48645: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.48647: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.48663: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.48670: done with get_vars() 32580 1727096777.48674: done getting variables 32580 1727096777.48702: in VariableManager get_vars() 32580 1727096777.48707: Calling all_inventory to load vars for managed_node1 32580 1727096777.48708: Calling groups_inventory to load vars for managed_node1 32580 1727096777.48709: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.48712: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.48713: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.48715: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.48735: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.48743: done with get_vars() 32580 1727096777.48750: done queuing things up, now waiting for results queue to drain 32580 1727096777.48751: results queue empty 32580 1727096777.48751: checking for any_errors_fatal 32580 1727096777.48753: done checking for any_errors_fatal 32580 1727096777.48753: checking for max_fail_percentage 32580 1727096777.48754: done checking for max_fail_percentage 32580 1727096777.48754: checking to see if all hosts have failed and the running result is not ok 32580 1727096777.48754: done checking to see if all hosts have failed 32580 1727096777.48755: getting the remaining hosts for this loop 32580 1727096777.48755: done getting the remaining hosts for this loop 32580 1727096777.48757: getting the next task for host managed_node1 32580 1727096777.48759: done getting next task for host managed_node1 32580 1727096777.48759: ^ task is: None 32580 1727096777.48760: ^ 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 32580 1727096777.48761: done queuing things up, now waiting for results queue to drain 32580 1727096777.48761: results queue empty 32580 1727096777.48761: checking for any_errors_fatal 32580 1727096777.48762: done checking for any_errors_fatal 32580 1727096777.48762: checking for max_fail_percentage 32580 1727096777.48763: done checking for max_fail_percentage 32580 1727096777.48763: checking to see if all hosts have failed and the running result is not ok 32580 1727096777.48764: done checking to see if all hosts have failed 32580 1727096777.48764: getting the next task for host managed_node1 32580 1727096777.48766: done getting next task for host managed_node1 32580 1727096777.48766: ^ task is: None 32580 1727096777.48767: ^ 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 32580 1727096777.48787: in VariableManager get_vars() 32580 1727096777.48799: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096777.48809: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48813: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48836: done with get_vars() 32580 1727096777.48841: in VariableManager get_vars() 32580 1727096777.48849: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096777.48858: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48860: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48874: done with get_vars() 32580 1727096777.48878: variable 'omit' from source: magic vars 32580 1727096777.48894: in VariableManager get_vars() 32580 1727096777.48903: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096777.48911: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48914: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.48930: done with get_vars() 32580 1727096777.48946: variable 'omit' from source: magic vars PLAY [Verify node_name in ha_cluster_node_options check is working] ************ 32580 1727096777.49074: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 32580 1727096777.49093: getting the remaining hosts for this loop 32580 1727096777.49094: done getting the remaining hosts for this loop 32580 1727096777.49096: getting the next task for host managed_node1 32580 1727096777.49098: done getting next task for host managed_node1 32580 1727096777.49099: ^ task is: TASK: Gathering Facts 32580 1727096777.49100: ^ state is: HOST STATE: block=0, task=0, rescue=0, always=0, handlers=0, run_state=0, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=True, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096777.49101: getting variables 32580 1727096777.49101: in VariableManager get_vars() 32580 1727096777.49106: Calling all_inventory to load vars for managed_node1 32580 1727096777.49108: Calling groups_inventory to load vars for managed_node1 32580 1727096777.49112: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096777.49115: Calling all_plugins_play to load vars for managed_node1 32580 1727096777.49116: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096777.49118: Calling groups_plugins_play to load vars for managed_node1 32580 1727096777.49137: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096777.49145: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096777.49154: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.49158: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096777.49176: done with get_vars() 32580 1727096777.49180: done getting variables 32580 1727096777.49230: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.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 [Gathering Facts] ********************************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml:9 Monday 23 September 2024 09:06:17 -0400 (0:00:00.035) 0:00:00.044 ****** 32580 1727096777.49245: entering _queue_task() for managed_node1/gather_facts 32580 1727096777.49246: Creating lock for gather_facts 32580 1727096777.49429: worker is 1 (out of 1 available) 32580 1727096777.49440: exiting _queue_task() for managed_node1/gather_facts 32580 1727096777.49450: done queuing things up, now waiting for results queue to drain 32580 1727096777.49451: waiting for pending results... 32580 1727096777.49571: running TaskExecutor() for managed_node1/TASK: Gathering Facts 32580 1727096777.49626: in run() - task 129116b5-d8e7-4d6e-189e-000000000022 32580 1727096777.49636: variable 'ansible_search_path' from source: unknown 32580 1727096777.49662: calling self._execute() 32580 1727096777.49709: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.49713: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.49720: variable 'omit' from source: magic vars 32580 1727096777.49788: variable 'omit' from source: magic vars 32580 1727096777.49812: variable 'omit' from source: magic vars 32580 1727096777.49837: variable 'omit' from source: magic vars 32580 1727096777.49867: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096777.49892: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096777.49909: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096777.49924: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096777.50014: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096777.50018: variable 'inventory_hostname' from source: host vars for 'managed_node1' 32580 1727096777.50020: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.50025: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.50027: Set connection var ansible_shell_type to sh 32580 1727096777.50029: Set connection var ansible_pipelining to False 32580 1727096777.50031: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096777.50036: Set connection var ansible_shell_executable to /bin/sh 32580 1727096777.50038: Set connection var ansible_connection to ssh 32580 1727096777.50046: Set connection var ansible_timeout to 10 32580 1727096777.50063: variable 'ansible_shell_executable' from source: unknown 32580 1727096777.50066: variable 'ansible_connection' from source: unknown 32580 1727096777.50068: variable 'ansible_module_compression' from source: unknown 32580 1727096777.50070: variable 'ansible_shell_type' from source: unknown 32580 1727096777.50073: variable 'ansible_shell_executable' from source: unknown 32580 1727096777.50075: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096777.50079: variable 'ansible_pipelining' from source: unknown 32580 1727096777.50082: variable 'ansible_timeout' from source: unknown 32580 1727096777.50088: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096777.50216: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.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) 32580 1727096777.50225: variable 'omit' from source: magic vars 32580 1727096777.50230: starting attempt loop 32580 1727096777.50233: running the handler 32580 1727096777.50245: variable 'ansible_facts' from source: unknown 32580 1727096777.50264: _low_level_execute_command(): starting 32580 1727096777.50267: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096777.50769: 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 <<< 32580 1727096777.50773: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.50776: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096777.50778: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.50827: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.50830: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096777.50832: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.50896: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.52604: stdout chunk (state=3): >>>/root <<< 32580 1727096777.52704: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.52728: stderr chunk (state=3): >>><<< 32580 1727096777.52731: stdout chunk (state=3): >>><<< 32580 1727096777.52747: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096777.52758: _low_level_execute_command(): starting 32580 1727096777.52762: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243 `" && echo ansible-tmp-1727096777.5274668-32585-13095418931243="` echo /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243 `" ) && sleep 0' 32580 1727096777.53169: 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 <<< 32580 1727096777.53172: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.53174: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096777.53182: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.53226: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.53229: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.53282: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.55189: stdout chunk (state=3): >>>ansible-tmp-1727096777.5274668-32585-13095418931243=/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243 <<< 32580 1727096777.55296: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.55324: stderr chunk (state=3): >>><<< 32580 1727096777.55327: stdout chunk (state=3): >>><<< 32580 1727096777.55339: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096777.5274668-32585-13095418931243=/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096777.55362: variable 'ansible_module_compression' from source: unknown 32580 1727096777.55399: ANSIBALLZ: Using generic lock for ansible.legacy.setup 32580 1727096777.55402: ANSIBALLZ: Acquiring lock 32580 1727096777.55404: ANSIBALLZ: Lock acquired: 140238211726224 32580 1727096777.55407: ANSIBALLZ: Creating module 32580 1727096777.74928: ANSIBALLZ: Writing module into payload 32580 1727096777.74932: ANSIBALLZ: Writing module 32580 1727096777.74955: ANSIBALLZ: Renaming module 32580 1727096777.74966: ANSIBALLZ: Done creating module 32580 1727096777.75005: variable 'ansible_facts' from source: unknown 32580 1727096777.75016: variable 'inventory_hostname' from source: host vars for 'managed_node1' 32580 1727096777.75031: _low_level_execute_command(): starting 32580 1727096777.75041: _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' 32580 1727096777.75650: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096777.75664: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096777.75676: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096777.75701: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096777.75720: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096777.75736: stderr chunk (state=3): >>>debug2: match not found <<< 32580 1727096777.75837: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096777.75858: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.75918: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.77664: stdout chunk (state=3): >>>PLATFORM <<< 32580 1727096777.77739: stdout chunk (state=3): >>>Linux <<< 32580 1727096777.77795: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 /usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 32580 1727096777.77938: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.77980: stderr chunk (state=3): >>><<< 32580 1727096777.78007: stdout chunk (state=3): >>><<< 32580 1727096777.78030: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096777.78046 [managed_node1]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 32580 1727096777.78100: _low_level_execute_command(): starting 32580 1727096777.78119: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 32580 1727096777.78239: Sending initial data 32580 1727096777.78249: Sent initial data (1181 bytes) 32580 1727096777.78774: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096777.78790: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096777.78836: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096777.78857: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.78938: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.78963: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096777.78977: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.79064: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.82587: 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"} <<< 32580 1727096777.83085: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.83088: stdout chunk (state=3): >>><<< 32580 1727096777.83090: stderr chunk (state=3): >>><<< 32580 1727096777.83092: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096777.83226: variable 'ansible_facts' from source: unknown 32580 1727096777.83229: variable 'ansible_facts' from source: unknown 32580 1727096777.83232: variable 'ansible_module_compression' from source: unknown 32580 1727096777.83234: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-32580h_aqbw8_/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 32580 1727096777.83264: variable 'ansible_facts' from source: unknown 32580 1727096777.83455: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py 32580 1727096777.83646: Sending initial data 32580 1727096777.83650: Sent initial data (153 bytes) 32580 1727096777.84102: 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 <<< 32580 1727096777.84122: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.84164: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.84176: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.84229: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.85891: 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 <<< 32580 1727096777.85948: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096777.85987: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpi3v6qvlw /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py <<< 32580 1727096777.85990: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py" <<< 32580 1727096777.86024: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpi3v6qvlw" to remote "/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py" <<< 32580 1727096777.87435: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.87442: stderr chunk (state=3): >>><<< 32580 1727096777.87445: stdout chunk (state=3): >>><<< 32580 1727096777.87461: done transferring module to remote 32580 1727096777.87472: _low_level_execute_command(): starting 32580 1727096777.87481: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/ /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py && sleep 0' 32580 1727096777.87870: 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 <<< 32580 1727096777.87873: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.87888: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.87944: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.87949: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096777.87951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.87990: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.89972: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096777.89977: stdout chunk (state=3): >>><<< 32580 1727096777.89980: stderr chunk (state=3): >>><<< 32580 1727096777.89982: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096777.89984: _low_level_execute_command(): starting 32580 1727096777.89986: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/AnsiballZ_setup.py && sleep 0' 32580 1727096777.90450: 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 <<< 32580 1727096777.90455: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096777.90457: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096777.90459: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.90461: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096777.90463: 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.11.47 originally 10.31.11.47 <<< 32580 1727096777.90466: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096777.90517: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096777.90520: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096777.90528: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096777.90572: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096777.92828: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096777.92864: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096777.92887: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 32580 1727096777.92894: stdout chunk (state=3): >>>import '_weakref' # <<< 32580 1727096777.92964: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096777.92967: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096777.92996: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096777.93029: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096777.93056: stdout chunk (state=3): >>>import 'time' # <<< 32580 1727096777.93060: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 32580 1727096777.93111: 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' <<< 32580 1727096777.93137: stdout chunk (state=3): >>>import '_codecs' # <<< 32580 1727096777.93158: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096777.93195: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096777.93219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096777.93224: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1bbc4d0> <<< 32580 1727096777.93233: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1b8bb00> <<< 32580 1727096777.93264: 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' <<< 32580 1727096777.93271: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1bbea50> <<< 32580 1727096777.93294: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096777.93317: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 32580 1727096777.93340: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096777.93374: stdout chunk (state=3): >>>import '_stat' # <<< 32580 1727096777.93378: stdout chunk (state=3): >>>import 'stat' # <<< 32580 1727096777.93460: stdout chunk (state=3): >>>import '_collections_abc' # <<< 32580 1727096777.93486: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 32580 1727096777.93526: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096777.93529: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 32580 1727096777.93559: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 32580 1727096777.93569: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 32580 1727096777.93577: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096777.93589: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096777.93619: 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 <<< 32580 1727096777.93627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 32580 1727096777.93644: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1bcd130> <<< 32580 1727096777.93702: 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 <<< 32580 1727096777.93713: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096777.93723: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1bce090> <<< 32580 1727096777.93741: stdout chunk (state=3): >>>import 'site' # <<< 32580 1727096777.93774: 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. <<< 32580 1727096777.94163: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096777.94173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 32580 1727096777.94186: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096777.94203: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096777.94223: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096777.94271: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096777.94281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096777.94312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096777.94315: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19ebec0> <<< 32580 1727096777.94343: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 32580 1727096777.94356: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 32580 1727096777.94382: stdout chunk (state=3): >>>import '_operator' # <<< 32580 1727096777.94388: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19ebf80> <<< 32580 1727096777.94408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 32580 1727096777.94433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 32580 1727096777.94459: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096777.94511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096777.94527: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096777.94550: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 32580 1727096777.94559: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a238c0> <<< 32580 1727096777.94579: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 32580 1727096777.94584: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 32580 1727096777.94601: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a23f50> <<< 32580 1727096777.94610: stdout chunk (state=3): >>>import '_collections' # <<< 32580 1727096777.94657: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a03b90> <<< 32580 1727096777.94662: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096777.94698: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a012b0> <<< 32580 1727096777.94791: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e9070> <<< 32580 1727096777.94848: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096777.94853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 32580 1727096777.94865: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 32580 1727096777.94920: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096777.94939: 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' <<< 32580 1727096777.94967: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a47800> <<< 32580 1727096777.95012: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a46450> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 32580 1727096777.95025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a02180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e8260> <<< 32580 1727096777.95069: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 32580 1727096777.95073: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a78890> <<< 32580 1727096777.95113: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e82f0> # /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' <<< 32580 1727096777.95149: 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 0x7fdde1a78d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a78bf0> <<< 32580 1727096777.95196: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096777.95236: 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 0x7fdde1a78fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e6e10> # /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 32580 1727096777.95255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096777.95301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a79370> <<< 32580 1727096777.95310: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 32580 1727096777.95333: 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' <<< 32580 1727096777.95353: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7a540> <<< 32580 1727096777.95376: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 32580 1727096777.95401: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096777.95440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096777.95496: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 32580 1727096777.95504: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a90740> import 'errno' # <<< 32580 1727096777.95559: 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 0x7fdde1a91e20> <<< 32580 1727096777.95564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py # code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 32580 1727096777.95595: 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' <<< 32580 1727096777.95598: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a92cc0> <<< 32580 1727096777.95663: 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 0x7fdde1a932f0> <<< 32580 1727096777.95668: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a92210> <<< 32580 1727096777.95682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096777.95695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096777.95745: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096777.95749: 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 0x7fdde1a93d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a934a0> <<< 32580 1727096777.95778: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7a4b0> <<< 32580 1727096777.95801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096777.95825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096777.95843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096777.95866: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096777.95896: 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 0x7fdde1793c80> <<< 32580 1727096777.95923: 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' <<< 32580 1727096777.95956: 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 0x7fdde17bc6e0> <<< 32580 1727096777.95962: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bc440> <<< 32580 1727096777.96005: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096777.96030: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdde17bc560> <<< 32580 1727096777.96032: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 32580 1727096777.96041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096777.96104: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096777.96224: 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 0x7fdde17bd010> <<< 32580 1727096777.96351: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096777.96357: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdde17bda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bc8c0> <<< 32580 1727096777.96411: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1791e20> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 32580 1727096777.96441: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 32580 1727096777.96459: 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 0x7fdde17bed80> <<< 32580 1727096777.96490: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bd880> <<< 32580 1727096777.96511: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7ac60> <<< 32580 1727096777.96539: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096777.96588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096777.96609: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096777.96642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096777.96676: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17eb110> <<< 32580 1727096777.96736: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096777.96766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096777.96773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 32580 1727096777.96797: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096777.96834: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde180f4a0> <<< 32580 1727096777.96863: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096777.96887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096777.96962: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096777.97008: 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 0x7fdde186c230> <<< 32580 1727096777.97011: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096777.97050: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096777.97088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096777.97180: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde186e990> <<< 32580 1727096777.97256: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde186c350> <<< 32580 1727096777.97284: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1839220> <<< 32580 1727096777.97309: 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 0x7fdde1125340> <<< 32580 1727096777.97353: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde180e2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bfce0> <<< 32580 1727096777.97524: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 32580 1727096777.97540: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdde180e8a0> <<< 32580 1727096777.97854: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_lhp352d3/ansible_ansible.legacy.setup_payload.zip' <<< 32580 1727096777.97857: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096777.97971: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096777.98011: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096777.98024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096777.98056: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096777.98137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 32580 1727096777.98166: 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 0x7fdde118b050> <<< 32580 1727096777.98173: stdout chunk (state=3): >>>import '_typing' # <<< 32580 1727096777.98380: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1169f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11690a0> # zipimport: zlib available <<< 32580 1727096777.98407: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 32580 1727096777.98437: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 32580 1727096777.98467: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 32580 1727096777.98470: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096777.99889: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.01039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 32580 1727096778.01044: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1189340> <<< 32580 1727096778.01072: 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' <<< 32580 1727096778.01103: 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' <<< 32580 1727096778.01135: 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' <<< 32580 1727096778.01170: 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 0x7fdde11ba930> <<< 32580 1727096778.01213: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11ba750> <<< 32580 1727096778.01240: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11ba090> <<< 32580 1727096778.01265: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096778.01272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096778.01313: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11baae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde118bce0> <<< 32580 1727096778.01331: stdout chunk (state=3): >>>import 'atexit' # <<< 32580 1727096778.01360: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.01365: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdde11bb6e0> <<< 32580 1727096778.01394: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.01402: 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 0x7fdde11bb920> <<< 32580 1727096778.01418: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096778.01472: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096778.01515: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096778.01542: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11bbe60> <<< 32580 1727096778.01548: stdout chunk (state=3): >>>import 'pwd' # <<< 32580 1727096778.01569: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096778.01605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096778.01638: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1025b50> <<< 32580 1727096778.01661: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.01666: 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 0x7fdde1027770> <<< 32580 1727096778.01688: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096778.01701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096778.01739: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1028110> <<< 32580 1727096778.01757: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096778.01787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096778.01804: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1029280> <<< 32580 1727096778.01828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096778.01862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096778.01886: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096778.01946: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde102bd40> <<< 32580 1727096778.01983: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.01988: 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 0x7fdde19e6f00> <<< 32580 1727096778.02005: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde102a030> <<< 32580 1727096778.02039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096778.02067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc'<<< 32580 1727096778.02074: stdout chunk (state=3): >>> <<< 32580 1727096778.02091: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 32580 1727096778.02101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 32580 1727096778.02112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 32580 1727096778.02228: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096778.02258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 32580 1727096778.02261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1033c20> <<< 32580 1727096778.02283: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096778.02348: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1032720> <<< 32580 1727096778.02357: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1032480> <<< 32580 1727096778.02368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096778.02385: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096778.02453: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10329c0> <<< 32580 1727096778.02483: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde102a540> <<< 32580 1727096778.02512: 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 0x7fdde1077e30> <<< 32580 1727096778.02538: 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 0x7fdde1077e90> <<< 32580 1727096778.02567: 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 <<< 32580 1727096778.02579: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096778.02607: 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' <<< 32580 1727096778.02644: 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 0x7fdde1079ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1079880> <<< 32580 1727096778.02668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096778.02707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096778.02755: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.02775: 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 0x7fdde107bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde107a180> <<< 32580 1727096778.02804: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096778.02837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096778.02891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 32580 1727096778.02896: stdout chunk (state=3): >>>import '_string' # <<< 32580 1727096778.02922: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde107f800> <<< 32580 1727096778.03062: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde107c1d0> <<< 32580 1727096778.03115: 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 0x7fdde1080590> <<< 32580 1727096778.03151: 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 0x7fdde1080800> <<< 32580 1727096778.03197: 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' <<< 32580 1727096778.03203: 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 0x7fdde1080b00> <<< 32580 1727096778.03246: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10781d0> <<< 32580 1727096778.03250: 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' <<< 32580 1727096778.03289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096778.03309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' # extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.03334: 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 0x7fdde0f0c200> <<< 32580 1727096778.03485: 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 0x7fdde0f0d520> <<< 32580 1727096778.03539: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1082990> <<< 32580 1727096778.03544: 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 0x7fdde1083d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10825a0> <<< 32580 1727096778.03565: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 32580 1727096778.03594: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 32580 1727096778.03681: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.03779: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.03803: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available <<< 32580 1727096778.03838: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 32580 1727096778.03962: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.04070: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.04617: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.05161: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096778.05205: 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 <<< 32580 1727096778.05229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096778.05268: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.05274: 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 0x7fdde0f11700> <<< 32580 1727096778.05348: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 32580 1727096778.05368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f12480> <<< 32580 1727096778.05384: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f0d850> <<< 32580 1727096778.05464: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # # zipimport: zlib available <<< 32580 1727096778.05494: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # # zipimport: zlib available <<< 32580 1727096778.05637: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.05792: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096778.05799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 32580 1727096778.05809: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f125d0> <<< 32580 1727096778.05824: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06274: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06709: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06810: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06860: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096778.06869: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06908: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.06939: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096778.06960: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07026: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07115: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 32580 1727096778.07136: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 32580 1727096778.07156: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07193: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07238: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096778.07251: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07470: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096778.07761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096778.07769: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096778.07846: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f13650> <<< 32580 1727096778.07849: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.07931: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08006: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 32580 1727096778.08013: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 32580 1727096778.08023: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096778.08045: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08085: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08125: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096778.08134: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08180: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08225: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08281: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08351: 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 <<< 32580 1727096778.08398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096778.08489: 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 0x7fdde0f1e090> <<< 32580 1727096778.08549: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f1b0e0> <<< 32580 1727096778.08565: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 32580 1727096778.08574: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08636: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08721: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08743: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.08798: 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 <<< 32580 1727096778.08801: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096778.08806: 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 <<< 32580 1727096778.08829: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096778.08846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096778.08904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096778.08923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 32580 1727096778.08945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 32580 1727096778.09001: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1006990> <<< 32580 1727096778.09042: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10fe660> <<< 32580 1727096778.09125: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f1e120> <<< 32580 1727096778.09136: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f13110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 32580 1727096778.09145: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09176: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09207: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096778.09262: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096778.09288: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09309: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 32580 1727096778.09316: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09374: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09438: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09453: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09476: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09522: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09573: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09604: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09655: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available <<< 32580 1727096778.09723: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09795: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09816: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.09854: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # <<< 32580 1727096778.09864: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.10045: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.10224: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.10265: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.10335: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 32580 1727096778.10354: stdout chunk (state=3): >>># 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 <<< 32580 1727096778.10365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 32580 1727096778.10384: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 32580 1727096778.10416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 32580 1727096778.10445: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb2420> <<< 32580 1727096778.10463: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 32580 1727096778.10467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 32580 1727096778.10494: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 32580 1727096778.10542: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 32580 1727096778.10555: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 32580 1727096778.10571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 32580 1727096778.10576: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc00e0> <<< 32580 1727096778.10642: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.10654: 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 0x7fdde0bc06b0> <<< 32580 1727096778.10684: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fa2ae0> <<< 32580 1727096778.10705: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb2f30> <<< 32580 1727096778.10748: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb0aa0> <<< 32580 1727096778.10782: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb0740> # /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 32580 1727096778.10836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 32580 1727096778.10861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 32580 1727096778.10873: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 32580 1727096778.10900: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 32580 1727096778.10909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 32580 1727096778.10934: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.10936: 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 0x7fdde0bc3410> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc2cc0> <<< 32580 1727096778.10964: 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 0x7fdde0bc2ea0> <<< 32580 1727096778.10999: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc20f0> <<< 32580 1727096778.11018: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 32580 1727096778.11132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 32580 1727096778.11136: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc35c0> <<< 32580 1727096778.11171: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 32580 1727096778.11200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 32580 1727096778.11229: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' # extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdde0c220c0> <<< 32580 1727096778.11263: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c200e0> <<< 32580 1727096778.11289: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb07a0> <<< 32580 1727096778.11300: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.timeout' # <<< 32580 1727096778.11311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 32580 1727096778.11314: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11339: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 32580 1727096778.11363: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11418: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11473: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 32580 1727096778.11492: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11553: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11602: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 32580 1727096778.11630: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11633: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11639: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system' # <<< 32580 1727096778.11655: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11686: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11717: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 32580 1727096778.11725: stdout chunk (state=3): >>> <<< 32580 1727096778.11732: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11781: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11832: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 32580 1727096778.11835: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11888: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.11931: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 32580 1727096778.11944: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.12001: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.12061: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.12118: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.12174: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # <<< 32580 1727096778.12194: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.12675: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13106: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 32580 1727096778.13113: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13174: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13227: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13261: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13308: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 32580 1727096778.13311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # <<< 32580 1727096778.13324: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13358: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13398: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 32580 1727096778.13401: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13479: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13529: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 32580 1727096778.13536: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13551: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13574: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 32580 1727096778.13595: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13637: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13663: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # # zipimport: zlib available <<< 32580 1727096778.13745: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.13850: 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' <<< 32580 1727096778.13867: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c23620> <<< 32580 1727096778.13873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 32580 1727096778.13909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 32580 1727096778.14058: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c22c90> import 'ansible.module_utils.facts.system.local' # # zipimport: zlib available <<< 32580 1727096778.14124: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14185: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 32580 1727096778.14190: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14293: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14377: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 32580 1727096778.14384: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14446: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14515: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 32580 1727096778.14522: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14566: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.14619: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 32580 1727096778.14674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 32580 1727096778.14740: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.14828: 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 0x7fdde0c5e2d0> <<< 32580 1727096778.15041: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c4f1a0> import 'ansible.module_utils.facts.system.python' # <<< 32580 1727096778.15244: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system.selinux' # # zipimport: zlib available # zipimport: zlib available <<< 32580 1727096778.15277: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15424: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15595: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 32580 1727096778.15601: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available # zipimport: zlib available <<< 32580 1727096778.15633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 32580 1727096778.15644: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15677: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 32580 1727096778.15741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 32580 1727096778.15771: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096778.15774: 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 0x7fdde0c72120> <<< 32580 1727096778.15786: stdout chunk (state=3): >>>import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c73ad0> <<< 32580 1727096778.15802: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # # zipimport: zlib available <<< 32580 1727096778.15818: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15826: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware' # <<< 32580 1727096778.15829: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15870: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.15914: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 32580 1727096778.15924: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16070: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16219: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 32580 1727096778.16226: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16331: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16427: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16471: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # <<< 32580 1727096778.16522: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.darwin' # <<< 32580 1727096778.16527: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16552: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16572: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16708: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.16853: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # <<< 32580 1727096778.16856: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.dragonfly' # # zipimport: zlib available <<< 32580 1727096778.16985: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.17104: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 32580 1727096778.17120: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.17145: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.17180: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18027: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18242: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 32580 1727096778.18263: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # # zipimport: zlib available <<< 32580 1727096778.18360: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18464: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 32580 1727096778.18479: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18571: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18667: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 32580 1727096778.18686: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18833: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.18985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 32580 1727096778.19012: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network' # <<< 32580 1727096778.19029: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19067: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19106: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 32580 1727096778.19126: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19212: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19311: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19511: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19726: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 32580 1727096778.19736: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19762: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19808: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 32580 1727096778.19829: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19850: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19871: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 32580 1727096778.19883: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.19938: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20009: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # # zipimport: zlib available <<< 32580 1727096778.20048: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20072: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 32580 1727096778.20082: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20131: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 32580 1727096778.20201: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20259: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20323: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 32580 1727096778.20326: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20636: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20847: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 32580 1727096778.20865: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20909: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.20990: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 32580 1727096778.21025: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21049: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available <<< 32580 1727096778.21104: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21146: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 32580 1727096778.21163: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21205: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 32580 1727096778.21225: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21285: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21373: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 32580 1727096778.21396: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.virtual' # <<< 32580 1727096778.21415: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21453: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21513: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # # zipimport: zlib available <<< 32580 1727096778.21558: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 32580 1727096778.21600: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21647: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21710: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21803: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # import 'ansible.module_utils.facts.virtual.freebsd' # <<< 32580 1727096778.21814: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # # zipimport: zlib available <<< 32580 1727096778.21855: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.21912: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # # zipimport: zlib available <<< 32580 1727096778.22117: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22310: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 32580 1727096778.22313: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22351: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22404: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 32580 1727096778.22407: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22456: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22497: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 32580 1727096778.22508: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22581: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22677: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 32580 1727096778.22687: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22768: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.22860: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # import 'ansible.module_utils.facts.compat' # <<< 32580 1727096778.22875: stdout chunk (state=3): >>>import 'ansible.module_utils.facts' # <<< 32580 1727096778.22944: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096778.23355: 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' <<< 32580 1727096778.23394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 32580 1727096778.23397: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 32580 1727096778.23453: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' # extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fdde0a0b8c0> <<< 32580 1727096778.23466: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a082f0> <<< 32580 1727096778.23495: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a096d0> <<< 32580 1727096778.35708: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 32580 1727096778.35735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' <<< 32580 1727096778.35743: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a50830> <<< 32580 1727096778.35771: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 32580 1727096778.35794: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 32580 1727096778.35820: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a518b0> <<< 32580 1727096778.35873: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 32580 1727096778.35879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096778.35929: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py <<< 32580 1727096778.35932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' <<< 32580 1727096778.35935: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c60080> <<< 32580 1727096778.35970: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a53680> <<< 32580 1727096778.36218: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 32580 1727096778.60073: stdout chunk (state=3): >>> {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_lsb": {}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Monday", "weekday_number": "1", "weeknumber": "39", "day": "23", "hour": "09", "minute": "06", "second": "18", "epoch": "1727096778", "epoch_int": "1727096778", "date": "2024-09-23", "time": "09:06:18", "iso8601_micro": "2024-09-23T13:06:18.231728Z", "iso8601": "2024-09-23T13:06:18Z", "iso8601_basic": "20240923T090618231728", "iso8601_basic_short": "20240923T090618", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDNR8IKkSO2oncVL2QSK8OMOYgryAQss1tCB1/o/I1z6ld31DDmrgDjhaSR05nKqrNGCOG9Vc909ySL4XzrGAnccihqbCWl/gRjX+nbYuap1dY9TGewiB01E+INV7nvyQw+xD9gukB4JnVinEw2DxrxbVL6ht+QEN+4qovuchKOxhyyiPRMPo9Ql6g5JP4HRuOadh+DVx84Pz9nvsN0M9v7SAynZVnSq2kaqQLhByNeasmFepRduHAALZtVFsQCngpW35O9caG2VE1WWW/hUOdGOi9fSdXnletLXQpaFRAwI0qDXQENjUrRGN5DUzt4em<<< 32580 1727096778.60108: stdout chunk (state=3): >>>JlPOb1J1xJ0AjJtf2PXQYtassnJhIdqbtxhXBL9foXoitj8gRVd0aT9A8csSOZAUQGmfcs5Scn1PdyA7m03Wsr395JjVvaL7cJa3z8sJJgNZfXI+RN2FZ6zjw6SWAyShkoFgSmEQy03+4er+ngJdGrnVunURIrjN0rikgKa0vaBo8m7jDLPUKqKrOm68JkEFM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGkCBt1D0toa0k0VFxsSqprT41oa+0vc5qRLlqIRnwYTMmSwaMqBUtYWn9WNC0vC0ZTEnxk5mGgy5nSXIVj/aa8=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILhCHXcrVV3/p/w2KQvh/0PkR9dBJ07cRBZ/sHXUfYYD", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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-11-47.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-47", "ansible_nodename": "ip-10-31-11-47.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": "ec2a4c0eaa866c516624df62295ff3f2", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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 53240 10.31.11.47 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 53240 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_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_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "ansible_loadavg": {"1m": 1.9091796875, "5m": 1.51953125, "15m": 0.9462890625}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2342, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1189, "free": 2342}, "nocache": {"free": 2809, "used": 722}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2a4c0e-aa86-6c51-6624-df62295ff3f2", <<< 32580 1727096778.60142: stdout chunk (state=3): >>>"ansible_product_uuid": "ec2a4c0e-aa86-6c51-6624-df62295ff3f2", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 928, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261682589696, "block_size": 4096, "block_total": 65519099, "block_available": 63887351, "block_used": 1631748, "inode_total": 131070960, "inode_available": 131022158, "inode_used": 48802, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "ansible_apparmor": {"status": "disabled"}, "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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:f8:69:14:8e:9f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.47", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f8:69ff:fe14:8e9f", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.47", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f8:69:14:8e:9f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.47"], "ansible_all_ipv6_addresses": ["fe80::10f8:69ff:fe14:8e9f"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.47", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10f8:69ff:fe14:8e9f"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 32580 1727096778.60788: 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 <<< 32580 1727096778.60798: stdout chunk (state=3): >>># clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys <<< 32580 1727096778.60801: stdout chunk (state=3): >>># cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 32580 1727096778.60920: stdout chunk (state=3): >>># cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize<<< 32580 1727096778.60954: stdout chunk (state=3): >>> # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # 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 <<< 32580 1727096778.61082: 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 # 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 <<< 32580 1727096778.61101: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util <<< 32580 1727096778.61132: stdout chunk (state=3): >>># 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 <<< 32580 1727096778.61154: stdout chunk (state=3): >>># 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<<< 32580 1727096778.61202: stdout chunk (state=3): >>> # 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 <<< 32580 1727096778.61209: stdout chunk (state=3): >>># 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 <<< 32580 1727096778.61235: stdout chunk (state=3): >>># 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 # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy <<< 32580 1727096778.61578: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 32580 1727096778.61585: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 32580 1727096778.61626: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 <<< 32580 1727096778.61670: stdout chunk (state=3): >>># destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 32580 1727096778.61673: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 32580 1727096778.61736: stdout chunk (state=3): >>># destroy ipaddress # destroy ntpath <<< 32580 1727096778.61774: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 32580 1727096778.61791: stdout chunk (state=3): >>># destroy _locale # destroy locale # destroy select # destroy _signal <<< 32580 1727096778.61816: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid <<< 32580 1727096778.61869: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 32580 1727096778.61886: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 32580 1727096778.61916: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector<<< 32580 1727096778.61920: stdout chunk (state=3): >>> # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle <<< 32580 1727096778.61956: stdout chunk (state=3): >>># destroy _compat_pickle <<< 32580 1727096778.61961: stdout chunk (state=3): >>># destroy _pickle # destroy queue # destroy _heapq # destroy _queue <<< 32580 1727096778.61980: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 32580 1727096778.62003: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess <<< 32580 1727096778.62026: stdout chunk (state=3): >>># destroy base64 <<< 32580 1727096778.62051: stdout chunk (state=3): >>># destroy _ssl <<< 32580 1727096778.62064: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 32580 1727096778.62107: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 32580 1727096778.62124: stdout chunk (state=3): >>># destroy glob # destroy fnmatch # destroy ansible.module_utils.compat.typing # destroy ansible.module_utils.facts.timeout # destroy ansible.module_utils.facts.collector # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing <<< 32580 1727096778.62132: stdout chunk (state=3): >>># destroy array <<< 32580 1727096778.62148: stdout chunk (state=3): >>># destroy multiprocessing.dummy.connection <<< 32580 1727096778.62201: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux <<< 32580 1727096778.62212: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 32580 1727096778.62264: stdout chunk (state=3): >>># 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 <<< 32580 1727096778.62280: stdout chunk (state=3): >>># cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 32580 1727096778.62314: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 32580 1727096778.62319: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc <<< 32580 1727096778.62341: stdout chunk (state=3): >>># cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig <<< 32580 1727096778.62357: stdout chunk (state=3): >>># cleanup[3] wiping os # destroy posixpath <<< 32580 1727096778.62370: stdout chunk (state=3): >>># 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 <<< 32580 1727096778.62386: stdout chunk (state=3): >>># cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 32580 1727096778.62406: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 32580 1727096778.62421: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon <<< 32580 1727096778.62428: stdout chunk (state=3): >>># destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 32580 1727096778.62576: stdout chunk (state=3): >>># destroy sys.monitoring <<< 32580 1727096778.62582: stdout chunk (state=3): >>># destroy _socket <<< 32580 1727096778.62599: stdout chunk (state=3): >>># destroy _collections <<< 32580 1727096778.62631: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 32580 1727096778.62667: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 32580 1727096778.62704: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 32580 1727096778.62713: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 32580 1727096778.62734: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 32580 1727096778.62755: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 32580 1727096778.62865: 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 <<< 32580 1727096778.62871: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math <<< 32580 1727096778.62873: stdout chunk (state=3): >>># destroy _bisect # destroy time <<< 32580 1727096778.62900: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 32580 1727096778.62930: stdout chunk (state=3): >>># destroy _hashlib <<< 32580 1727096778.62933: stdout chunk (state=3): >>># destroy _operator <<< 32580 1727096778.62944: stdout chunk (state=3): >>># destroy _sre # destroy _string # destroy re <<< 32580 1727096778.62954: stdout chunk (state=3): >>># destroy itertools <<< 32580 1727096778.62977: stdout chunk (state=3): >>># destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 32580 1727096778.62982: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096778.63404: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096778.63416: stderr chunk (state=3): >>><<< 32580 1727096778.63425: stdout chunk (state=3): >>><<< 32580 1727096778.63572: _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 0x7fdde1bbc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1b8bb00> # /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 0x7fdde1bbea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1bcd130> # /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 0x7fdde1bce090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19ebec0> # /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 0x7fdde19ebf80> # /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 0x7fdde1a238c0> # /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 0x7fdde1a23f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a03b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a012b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e9070> # /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 0x7fdde1a47800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a46450> # /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 0x7fdde1a02180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e8260> # /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 0x7fdde1a78890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e82f0> # /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 0x7fdde1a78d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a78bf0> # 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 0x7fdde1a78fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde19e6e10> # /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 0x7fdde1a79670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a79370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a90740> 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 0x7fdde1a91e20> # /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 0x7fdde1a92cc0> # 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 0x7fdde1a932f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a92210> # /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 0x7fdde1a93d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a934a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7a4b0> # /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 0x7fdde1793c80> # /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 0x7fdde17bc6e0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bc440> # 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 0x7fdde17bc560> # /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 0x7fdde17bd010> # 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 0x7fdde17bda00> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bc8c0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1791e20> # /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 0x7fdde17bed80> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bd880> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1a7ac60> # /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 0x7fdde17eb110> # /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 0x7fdde180f4a0> # /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 0x7fdde186c230> # /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 0x7fdde186e990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde186c350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1839220> # /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 0x7fdde1125340> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde180e2a0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde17bfce0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fdde180e8a0> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_lhp352d3/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde118b050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1169f40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11690a0> # 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 0x7fdde1189340> # /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 0x7fdde11ba930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11ba750> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde11ba090> # /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 0x7fdde11baae0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde118bce0> 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 0x7fdde11bb6e0> # 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 0x7fdde11bb920> # /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 0x7fdde11bbe60> 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 0x7fdde1025b50> # 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 0x7fdde1027770> # /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 0x7fdde1028110> # /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 0x7fdde1029280> # /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 0x7fdde102bd40> # 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 0x7fdde19e6f00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde102a030> # /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 0x7fdde1033c20> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1032720> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1032480> # /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 0x7fdde10329c0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde102a540> # 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 0x7fdde1077e30> # /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 0x7fdde1077e90> # /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 0x7fdde1079ac0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1079880> # /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 0x7fdde107bfe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde107a180> # /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 0x7fdde107f800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde107c1d0> # 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 0x7fdde1080590> # 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 0x7fdde1080800> # 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 0x7fdde1080b00> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10781d0> # /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 0x7fdde0f0c200> # 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 0x7fdde0f0d520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde1082990> # 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 0x7fdde1083d40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10825a0> # 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 0x7fdde0f11700> # /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 0x7fdde0f12480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f0d850> 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 0x7fdde0f125d0> # 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 0x7fdde0f13650> # 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 0x7fdde0f1e090> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f1b0e0> 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 0x7fdde1006990> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde10fe660> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f1e120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0f13110> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat.typing' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb2420> # /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 0x7fdde0bc00e0> # 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 0x7fdde0bc06b0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fa2ae0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb2f30> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb0aa0> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb0740> # /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 0x7fdde0bc3410> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc2cc0> # 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 0x7fdde0bc2ea0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0bc20f0> # /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 0x7fdde0bc35c0> # /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 0x7fdde0c220c0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c200e0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0fb07a0> 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 0x7fdde0c23620> # /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 0x7fdde0c22c90> 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 0x7fdde0c5e2d0> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c4f1a0> 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 0x7fdde0c72120> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c73ad0> 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 0x7fdde0a0b8c0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a082f0> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a096d0> # /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a50830> # /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a518b0> # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/connection.py # code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/connection.cpython-312.pyc' import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0c60080> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fdde0a53680> PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame {"ansible_facts": {"ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_lsb": {}, "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_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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_fibre_channel_wwn": [], "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Monday", "weekday_number": "1", "weeknumber": "39", "day": "23", "hour": "09", "minute": "06", "second": "18", "epoch": "1727096778", "epoch_int": "1727096778", "date": "2024-09-23", "time": "09:06:18", "iso8601_micro": "2024-09-23T13:06:18.231728Z", "iso8601": "2024-09-23T13:06:18Z", "iso8601_basic": "20240923T090618231728", "iso8601_basic_short": "20240923T090618", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_local": {}, "ansible_iscsi_iqn": "", "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQDNR8IKkSO2oncVL2QSK8OMOYgryAQss1tCB1/o/I1z6ld31DDmrgDjhaSR05nKqrNGCOG9Vc909ySL4XzrGAnccihqbCWl/gRjX+nbYuap1dY9TGewiB01E+INV7nvyQw+xD9gukB4JnVinEw2DxrxbVL6ht+QEN+4qovuchKOxhyyiPRMPo9Ql6g5JP4HRuOadh+DVx84Pz9nvsN0M9v7SAynZVnSq2kaqQLhByNeasmFepRduHAALZtVFsQCngpW35O9caG2VE1WWW/hUOdGOi9fSdXnletLXQpaFRAwI0qDXQENjUrRGN5DUzt4emJlPOb1J1xJ0AjJtf2PXQYtassnJhIdqbtxhXBL9foXoitj8gRVd0aT9A8csSOZAUQGmfcs5Scn1PdyA7m03Wsr395JjVvaL7cJa3z8sJJgNZfXI+RN2FZ6zjw6SWAyShkoFgSmEQy03+4er+ngJdGrnVunURIrjN0rikgKa0vaBo8m7jDLPUKqKrOm68JkEFM=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGkCBt1D0toa0k0VFxsSqprT41oa+0vc5qRLlqIRnwYTMmSwaMqBUtYWn9WNC0vC0ZTEnxk5mGgy5nSXIVj/aa8=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAILhCHXcrVV3/p/w2KQvh/0PkR9dBJ07cRBZ/sHXUfYYD", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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-11-47.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-11-47", "ansible_nodename": "ip-10-31-11-47.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": "ec2a4c0eaa866c516624df62295ff3f2", "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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 53240 10.31.11.47 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 53240 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_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_fips": false, "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "ansible_loadavg": {"1m": 1.9091796875, "5m": 1.51953125, "15m": 0.9462890625}, "ansible_processor": ["0", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz", "1", "GenuineIntel", "Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz"], "ansible_processor_count": 1, "ansible_processor_cores": 1, "ansible_processor_threads_per_core": 2, "ansible_processor_vcpus": 2, "ansible_processor_nproc": 2, "ansible_memtotal_mb": 3531, "ansible_memfree_mb": 2342, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 1189, "free": 2342}, "nocache": {"free": 2809, "used": 722}, "swap": {"total": 0, "free": 0, "used": 0, "cached": 0}}, "ansible_bios_date": "08/24/2006", "ansible_bios_vendor": "Xen", "ansible_bios_version": "4.11.amazon", "ansible_board_asset_tag": "NA", "ansible_board_name": "NA", "ansible_board_serial": "NA", "ansible_board_vendor": "NA", "ansible_board_version": "NA", "ansible_chassis_asset_tag": "NA", "ansible_chassis_serial": "NA", "ansible_chassis_vendor": "Xen", "ansible_chassis_version": "NA", "ansible_form_factor": "Other", "ansible_product_name": "HVM domU", "ansible_product_serial": "ec2a4c0e-aa86-6c51-6624-df62295ff3f2", "ansible_product_uuid": "ec2a4c0e-aa86-6c51-6624-df62295ff3f2", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"xvda": {"virtual": 1, "links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "vendor": null, "model": null, "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "partitions": {"xvda2": {"links": {"ids": [], "uuids": ["4853857d-d3e2-44a6-8739-3837607c97e1"], "labels": [], "masters": []}, "start": "4096", "sectors": "524283871", "sectorsize": 512, "size": "250.00 GB", "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1", "holders": []}, "xvda1": {"links": {"ids": [], "uuids": [], "labels": [], "masters": []}, "start": "2048", "sectors": "2048", "sectorsize": 512, "size": "1.00 MB", "uuid": null, "holders": []}}, "rotational": "0", "scheduler_mode": "mq-deadline", "sectors": "524288000", "sectorsize": "512", "size": "250.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 928, "ansible_lvm": {"lvs": {}, "vgs": {}, "pvs": {}}, "ansible_mounts": [{"mount": "/", "device": "/dev/xvda2", "fstype": "xfs", "options": "rw,seclabel,relatime,attr2,inode64,logbufs=8,logbsize=32k,noquota", "dump": 0, "passno": 0, "size_total": 268366229504, "size_available": 261682589696, "block_size": 4096, "block_total": 65519099, "block_available": 63887351, "block_used": 1631748, "inode_total": 131070960, "inode_available": 131022158, "inode_used": 48802, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "ansible_apparmor": {"status": "disabled"}, "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_interfaces": ["eth0", "lo"], "ansible_lo": {"device": "lo", "mtu": 65536, "active": true, "type": "loopback", "promisc": false, "ipv4": {"address": "127.0.0.1", "broadcast": "", "netmask": "255.0.0.0", "network": "127.0.0.0", "prefix": "8"}, "ipv6": [{"address": "::1", "prefix": "128", "scope": "host"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "off [fixed]", "tx_checksum_ip_generic": "on [fixed]", "tx_checksum_ipv6": "off [fixed]", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "on [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on [fixed]", "tx_scatter_gather_fraglist": "on [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "on", "tx_tcp_mangleid_segmentation": "on", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "on [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "on [fixed]", "tx_lockless": "on [fixed]", "netns_local": "on [fixed]", "tx_gso_robust": "off [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "on", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "on", "tx_gso_list": "on", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off [fixed]", "loopback": "on [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_eth0": {"device": "eth0", "macaddress": "12:f8:69:14:8e:9f", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.11.47", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22"}, "ipv6": [{"address": "fe80::10f8:69ff:fe14:8e9f", "prefix": "64", "scope": "link"}], "features": {"rx_checksumming": "on [fixed]", "tx_checksumming": "on", "tx_checksum_ipv4": "on [fixed]", "tx_checksum_ip_generic": "off [fixed]", "tx_checksum_ipv6": "on", "tx_checksum_fcoe_crc": "off [fixed]", "tx_checksum_sctp": "off [fixed]", "scatter_gather": "on", "tx_scatter_gather": "on", "tx_scatter_gather_fraglist": "off [fixed]", "tcp_segmentation_offload": "on", "tx_tcp_segmentation": "on", "tx_tcp_ecn_segmentation": "off [fixed]", "tx_tcp_mangleid_segmentation": "off", "tx_tcp6_segmentation": "on", "generic_segmentation_offload": "on", "generic_receive_offload": "on", "large_receive_offload": "off [fixed]", "rx_vlan_offload": "off [fixed]", "tx_vlan_offload": "off [fixed]", "ntuple_filters": "off [fixed]", "receive_hashing": "off [fixed]", "highdma": "off [fixed]", "rx_vlan_filter": "off [fixed]", "vlan_challenged": "off [fixed]", "tx_lockless": "off [fixed]", "netns_local": "off [fixed]", "tx_gso_robust": "on [fixed]", "tx_fcoe_segmentation": "off [fixed]", "tx_gre_segmentation": "off [fixed]", "tx_gre_csum_segmentation": "off [fixed]", "tx_ipxip4_segmentation": "off [fixed]", "tx_ipxip6_segmentation": "off [fixed]", "tx_udp_tnl_segmentation": "off [fixed]", "tx_udp_tnl_csum_segmentation": "off [fixed]", "tx_gso_partial": "off [fixed]", "tx_tunnel_remcsum_segmentation": "off [fixed]", "tx_sctp_segmentation": "off [fixed]", "tx_esp_segmentation": "off [fixed]", "tx_udp_segmentation": "off [fixed]", "tx_gso_list": "off [fixed]", "fcoe_mtu": "off [fixed]", "tx_nocache_copy": "off", "loopback": "off [fixed]", "rx_fcs": "off [fixed]", "rx_all": "off [fixed]", "tx_vlan_stag_hw_insert": "off [fixed]", "rx_vlan_stag_hw_parse": "off [fixed]", "rx_vlan_stag_filter": "off [fixed]", "l2_fwd_offload": "off [fixed]", "hw_tc_offload": "off [fixed]", "esp_hw_offload": "off [fixed]", "esp_tx_csum_hw_offload": "off [fixed]", "rx_udp_tunnel_port_offload": "off [fixed]", "tls_hw_tx_offload": "off [fixed]", "tls_hw_rx_offload": "off [fixed]", "rx_gro_hw": "off [fixed]", "tls_hw_record": "off [fixed]", "rx_gro_list": "off", "macsec_hw_offload": "off [fixed]", "rx_udp_gro_forwarding": "off", "hsr_tag_ins_offload": "off [fixed]", "hsr_tag_rm_offload": "off [fixed]", "hsr_fwd_offload": "off [fixed]", "hsr_dup_offload": "off [fixed]"}, "timestamping": [], "hw_timestamp_filters": []}, "ansible_default_ipv4": {"gateway": "10.31.8.1", "interface": "eth0", "address": "10.31.11.47", "broadcast": "10.31.11.255", "netmask": "255.255.252.0", "network": "10.31.8.0", "prefix": "22", "macaddress": "12:f8:69:14:8e:9f", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.11.47"], "ansible_all_ipv6_addresses": ["fe80::10f8:69ff:fe14:8e9f"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.11.47", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::10f8:69ff:fe14:8e9f"]}, "ansible_pkg_mgr": "dnf", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # 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 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 # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. [WARNING]: Module invocation had junk after the JSON data: # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle # destroy _pickle # destroy queue # destroy _heapq # destroy _queue # destroy multiprocessing.reduction # destroy selectors # 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 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 # destroy unicodedata # destroy errno # destroy multiprocessing.connection # destroy tempfile # destroy multiprocessing.context # destroy multiprocessing.process # destroy multiprocessing.util # destroy _multiprocessing # destroy array # destroy multiprocessing.dummy.connection # cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _sre # destroy _string # destroy re # destroy itertools # destroy _abc # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 32580 1727096778.64895: done with _execute_module (ansible.legacy.setup, {'_ansible_check_mode': False, '_ansible_no_log': False, '_ansible_debug': True, '_ansible_diff': False, '_ansible_verbosity': 2, '_ansible_version': '2.17.4', '_ansible_module_name': 'ansible.legacy.setup', '_ansible_syslog_facility': 'LOG_USER', '_ansible_selinux_special_fs': ['fuse', 'nfs', 'vboxsf', 'ramfs', '9p', 'vfat'], '_ansible_string_conversion_action': 'warn', '_ansible_socket': None, '_ansible_shell_executable': '/bin/sh', '_ansible_keep_remote_files': False, '_ansible_tmpdir': '/root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096778.64905: _low_level_execute_command(): starting 32580 1727096778.64929: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096777.5274668-32585-13095418931243/ > /dev/null 2>&1 && sleep 0' 32580 1727096778.64933: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096778.64935: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096778.64937: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096778.64942: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096778.64944: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096778.64946: stderr chunk (state=3): >>>debug2: match not found <<< 32580 1727096778.64948: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.64950: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 32580 1727096778.64952: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.47 is address <<< 32580 1727096778.64954: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 32580 1727096778.64956: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096778.64964: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096778.64965: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096778.64967: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096778.64968: stderr chunk (state=3): >>>debug2: match found <<< 32580 1727096778.64969: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.64971: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096778.64972: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096778.64973: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096778.64977: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096778.66862: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096778.66889: stderr chunk (state=3): >>><<< 32580 1727096778.66895: stdout chunk (state=3): >>><<< 32580 1727096778.66904: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096778.66912: handler run complete 32580 1727096778.67003: variable 'ansible_facts' from source: unknown 32580 1727096778.67095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.67287: variable 'ansible_facts' from source: unknown 32580 1727096778.67342: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.67415: attempt loop complete, returning result 32580 1727096778.67418: _execute() done 32580 1727096778.67421: dumping result to json 32580 1727096778.67442: done dumping result, returning 32580 1727096778.67449: done running TaskExecutor() for managed_node1/TASK: Gathering Facts [129116b5-d8e7-4d6e-189e-000000000022] 32580 1727096778.67455: sending task result for task 129116b5-d8e7-4d6e-189e-000000000022 32580 1727096778.67700: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000022 32580 1727096778.67703: WORKER PROCESS EXITING ok: [managed_node1] 32580 1727096778.67959: no more pending results, returning what we have 32580 1727096778.67961: results queue empty 32580 1727096778.67962: checking for any_errors_fatal 32580 1727096778.67962: done checking for any_errors_fatal 32580 1727096778.67963: checking for max_fail_percentage 32580 1727096778.67964: done checking for max_fail_percentage 32580 1727096778.67964: checking to see if all hosts have failed and the running result is not ok 32580 1727096778.67965: done checking to see if all hosts have failed 32580 1727096778.67966: getting the remaining hosts for this loop 32580 1727096778.67966: done getting the remaining hosts for this loop 32580 1727096778.67969: getting the next task for host managed_node1 32580 1727096778.67972: done getting next task for host managed_node1 32580 1727096778.67973: ^ task is: TASK: meta (flush_handlers) 32580 1727096778.67975: ^ 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 32580 1727096778.67977: getting variables 32580 1727096778.67978: in VariableManager get_vars() 32580 1727096778.67995: Calling all_inventory to load vars for managed_node1 32580 1727096778.67996: Calling groups_inventory to load vars for managed_node1 32580 1727096778.67998: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.68005: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.68007: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.68008: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.68124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.68264: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.68274: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68281: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68327: done with get_vars() 32580 1727096778.68334: done getting variables 32580 1727096778.68383: in VariableManager get_vars() 32580 1727096778.68389: Calling all_inventory to load vars for managed_node1 32580 1727096778.68390: Calling groups_inventory to load vars for managed_node1 32580 1727096778.68394: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.68397: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.68398: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.68400: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.68502: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.68641: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.68651: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68654: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68690: done with get_vars() 32580 1727096778.68705: done queuing things up, now waiting for results queue to drain 32580 1727096778.68707: results queue empty 32580 1727096778.68708: checking for any_errors_fatal 32580 1727096778.68710: done checking for any_errors_fatal 32580 1727096778.68711: checking for max_fail_percentage 32580 1727096778.68712: done checking for max_fail_percentage 32580 1727096778.68713: checking to see if all hosts have failed and the running result is not ok 32580 1727096778.68714: done checking to see if all hosts have failed 32580 1727096778.68714: getting the remaining hosts for this loop 32580 1727096778.68715: done getting the remaining hosts for this loop 32580 1727096778.68717: getting the next task for host managed_node1 32580 1727096778.68720: done getting next task for host managed_node1 32580 1727096778.68723: ^ task is: TASK: Set up test environment 32580 1727096778.68724: ^ 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 32580 1727096778.68726: getting variables 32580 1727096778.68726: in VariableManager get_vars() 32580 1727096778.68732: Calling all_inventory to load vars for managed_node1 32580 1727096778.68733: Calling groups_inventory to load vars for managed_node1 32580 1727096778.68735: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.68738: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.68739: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.68741: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.68820: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.68937: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.68947: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68949: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.68969: done with get_vars() 32580 1727096778.68974: done getting variables TASK [Set up test environment] ************************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml:19 Monday 23 September 2024 09:06:18 -0400 (0:00:01.198) 0:00:01.242 ****** 32580 1727096778.69060: entering _queue_task() for managed_node1/include_role 32580 1727096778.69061: Creating lock for include_role 32580 1727096778.69332: worker is 1 (out of 1 available) 32580 1727096778.69343: exiting _queue_task() for managed_node1/include_role 32580 1727096778.69354: done queuing things up, now waiting for results queue to drain 32580 1727096778.69355: waiting for pending results... 32580 1727096778.69490: running TaskExecutor() for managed_node1/TASK: Set up test environment 32580 1727096778.69558: in run() - task 129116b5-d8e7-4d6e-189e-000000000009 32580 1727096778.69569: variable 'ansible_search_path' from source: unknown 32580 1727096778.69598: calling self._execute() 32580 1727096778.69643: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.69647: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.69655: variable 'omit' from source: magic vars 32580 1727096778.69745: _execute() done 32580 1727096778.69749: dumping result to json 32580 1727096778.69752: done dumping result, returning 32580 1727096778.69755: done running TaskExecutor() for managed_node1/TASK: Set up test environment [129116b5-d8e7-4d6e-189e-000000000009] 32580 1727096778.69758: sending task result for task 129116b5-d8e7-4d6e-189e-000000000009 32580 1727096778.69924: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000009 32580 1727096778.69927: WORKER PROCESS EXITING 32580 1727096778.69980: no more pending results, returning what we have 32580 1727096778.69984: in VariableManager get_vars() 32580 1727096778.70018: Calling all_inventory to load vars for managed_node1 32580 1727096778.70025: Calling groups_inventory to load vars for managed_node1 32580 1727096778.70028: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.70044: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.70049: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.70053: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.70236: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.70383: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.70397: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70400: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70428: done with get_vars() 32580 1727096778.70432: variable 'ansible_search_path' from source: unknown 32580 1727096778.70490: variable 'omit' from source: magic vars 32580 1727096778.70508: variable 'omit' from source: magic vars 32580 1727096778.70517: variable 'omit' from source: magic vars 32580 1727096778.70520: we have included files to process 32580 1727096778.70521: generating all_blocks data 32580 1727096778.70523: done generating all_blocks data 32580 1727096778.70524: processing included file: fedora.linux_system_roles.ha_cluster 32580 1727096778.70537: in VariableManager get_vars() 32580 1727096778.70546: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.70555: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70558: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70572: done with get_vars() 32580 1727096778.70628: in VariableManager get_vars() 32580 1727096778.70638: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.70646: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70649: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.70664: done with get_vars() 32580 1727096778.70690: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/main.yml 32580 1727096778.70731: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/defaults/main.yml 32580 1727096778.70883: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/meta/main.yml 32580 1727096778.71002: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/test_setup.yml 32580 1727096778.71743: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/handlers/main.yml 32580 1727096778.71889: iterating over new_blocks loaded from include file 32580 1727096778.71891: in VariableManager get_vars() 32580 1727096778.71900: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.71923: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.71928: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.71947: done with get_vars() 32580 1727096778.71948: filtering new block on tags 32580 1727096778.71969: done filtering new block on tags 32580 1727096778.71971: in VariableManager get_vars() 32580 1727096778.71979: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.71988: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.71992: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72007: done with get_vars() 32580 1727096778.72008: filtering new block on tags 32580 1727096778.72029: done filtering new block on tags 32580 1727096778.72032: in VariableManager get_vars() 32580 1727096778.72040: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.72049: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72054: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72071: done with get_vars() 32580 1727096778.72072: filtering new block on tags 32580 1727096778.72101: done filtering new block on tags 32580 1727096778.72103: in VariableManager get_vars() 32580 1727096778.72116: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.72133: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72137: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72153: done with get_vars() 32580 1727096778.72154: filtering new block on tags 32580 1727096778.72165: done filtering new block on tags 32580 1727096778.72166: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ha_cluster for managed_node1 32580 1727096778.72169: extending task lists for all hosts with included blocks 32580 1727096778.72210: done extending task lists 32580 1727096778.72211: done processing included files 32580 1727096778.72211: results queue empty 32580 1727096778.72212: checking for any_errors_fatal 32580 1727096778.72213: done checking for any_errors_fatal 32580 1727096778.72213: checking for max_fail_percentage 32580 1727096778.72214: done checking for max_fail_percentage 32580 1727096778.72214: checking to see if all hosts have failed and the running result is not ok 32580 1727096778.72215: done checking to see if all hosts have failed 32580 1727096778.72215: getting the remaining hosts for this loop 32580 1727096778.72216: done getting the remaining hosts for this loop 32580 1727096778.72217: getting the next task for host managed_node1 32580 1727096778.72219: done getting next task for host managed_node1 32580 1727096778.72222: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters 32580 1727096778.72224: ^ 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 32580 1727096778.72230: getting variables 32580 1727096778.72230: in VariableManager get_vars() 32580 1727096778.72238: Calling all_inventory to load vars for managed_node1 32580 1727096778.72239: Calling groups_inventory to load vars for managed_node1 32580 1727096778.72240: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.72243: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.72244: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.72246: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.72347: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.72507: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.72529: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72534: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.72560: done with get_vars() 32580 1727096778.72566: done getting variables 32580 1727096778.72624: 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:06:18 -0400 (0:00:00.035) 0:00:01.278 ****** 32580 1727096778.72642: entering _queue_task() for managed_node1/set_fact 32580 1727096778.72643: Creating lock for set_fact 32580 1727096778.72848: worker is 1 (out of 1 available) 32580 1727096778.72860: exiting _queue_task() for managed_node1/set_fact 32580 1727096778.72871: done queuing things up, now waiting for results queue to drain 32580 1727096778.72873: waiting for pending results... 32580 1727096778.73051: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters 32580 1727096778.73119: in run() - task 129116b5-d8e7-4d6e-189e-00000000003f 32580 1727096778.73133: variable 'ansible_search_path' from source: unknown 32580 1727096778.73137: variable 'ansible_search_path' from source: unknown 32580 1727096778.73162: calling self._execute() 32580 1727096778.73225: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.73230: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.73238: variable 'omit' from source: magic vars 32580 1727096778.73599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096778.75078: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096778.75119: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096778.75148: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096778.75184: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096778.75205: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096778.75261: 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) 32580 1727096778.75281: 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) 32580 1727096778.75299: 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) 32580 1727096778.75328: 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) 32580 1727096778.75339: 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) 32580 1727096778.75418: variable 'ansible_play_hosts_all' from source: magic vars 32580 1727096778.75430: Evaluated conditional (ansible_play_hosts_all | length == 1): True 32580 1727096778.75434: variable 'omit' from source: magic vars 32580 1727096778.75462: variable 'omit' from source: magic vars 32580 1727096778.75484: variable 'omit' from source: magic vars 32580 1727096778.75504: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096778.75527: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096778.75540: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096778.75553: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096778.75561: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096778.75588: variable 'inventory_hostname' from source: host vars for 'managed_node1' 32580 1727096778.75593: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.75598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.75656: Set connection var ansible_shell_type to sh 32580 1727096778.75663: Set connection var ansible_pipelining to False 32580 1727096778.75668: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096778.75675: Set connection var ansible_shell_executable to /bin/sh 32580 1727096778.75677: Set connection var ansible_connection to ssh 32580 1727096778.75680: Set connection var ansible_timeout to 10 32580 1727096778.75701: variable 'ansible_shell_executable' from source: unknown 32580 1727096778.75704: variable 'ansible_connection' from source: unknown 32580 1727096778.75708: variable 'ansible_module_compression' from source: unknown 32580 1727096778.75711: variable 'ansible_shell_type' from source: unknown 32580 1727096778.75713: variable 'ansible_shell_executable' from source: unknown 32580 1727096778.75715: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.75717: variable 'ansible_pipelining' from source: unknown 32580 1727096778.75719: variable 'ansible_timeout' from source: unknown 32580 1727096778.75724: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.75794: 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) 32580 1727096778.75798: variable 'omit' from source: magic vars 32580 1727096778.75804: starting attempt loop 32580 1727096778.75807: running the handler 32580 1727096778.75816: handler run complete 32580 1727096778.75824: attempt loop complete, returning result 32580 1727096778.75827: _execute() done 32580 1727096778.75829: dumping result to json 32580 1727096778.75831: done dumping result, returning 32580 1727096778.75856: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set node name to 'localhost' for single-node clusters [129116b5-d8e7-4d6e-189e-00000000003f] 32580 1727096778.75859: sending task result for task 129116b5-d8e7-4d6e-189e-00000000003f 32580 1727096778.75985: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000003f 32580 1727096778.75988: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "inventory_hostname": "localhost" }, "changed": false } 32580 1727096778.76047: no more pending results, returning what we have 32580 1727096778.76050: results queue empty 32580 1727096778.76051: checking for any_errors_fatal 32580 1727096778.76052: done checking for any_errors_fatal 32580 1727096778.76053: checking for max_fail_percentage 32580 1727096778.76054: done checking for max_fail_percentage 32580 1727096778.76055: checking to see if all hosts have failed and the running result is not ok 32580 1727096778.76056: done checking to see if all hosts have failed 32580 1727096778.76057: getting the remaining hosts for this loop 32580 1727096778.76058: done getting the remaining hosts for this loop 32580 1727096778.76061: getting the next task for host managed_node1 32580 1727096778.76066: done getting next task for host managed_node1 32580 1727096778.76069: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests 32580 1727096778.76071: ^ 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 32580 1727096778.76086: getting variables 32580 1727096778.76087: in VariableManager get_vars() 32580 1727096778.76117: Calling all_inventory to load vars for managed_node1 32580 1727096778.76119: Calling groups_inventory to load vars for managed_node1 32580 1727096778.76123: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.76130: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.76133: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.76135: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.76279: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.76389: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.76402: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.76406: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.76446: done with get_vars() 32580 1727096778.76453: 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:06:18 -0400 (0:00:00.038) 0:00:01.317 ****** 32580 1727096778.76514: entering _queue_task() for managed_node1/setup 32580 1727096778.76690: worker is 1 (out of 1 available) 32580 1727096778.76705: exiting _queue_task() for managed_node1/setup 32580 1727096778.76716: done queuing things up, now waiting for results queue to drain 32580 1727096778.76717: waiting for pending results... 32580 1727096778.76943: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests 32580 1727096778.76953: in run() - task 129116b5-d8e7-4d6e-189e-000000000040 32580 1727096778.76964: variable 'ansible_search_path' from source: unknown 32580 1727096778.76967: variable 'ansible_search_path' from source: unknown 32580 1727096778.76997: calling self._execute() 32580 1727096778.77047: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.77050: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.77057: variable 'omit' from source: magic vars 32580 1727096778.77382: variable 'ansible_facts' from source: unknown 32580 1727096778.77436: Evaluated conditional ('distribution' not in ansible_facts): False 32580 1727096778.77440: when evaluation is False, skipping this task 32580 1727096778.77443: _execute() done 32580 1727096778.77445: dumping result to json 32580 1727096778.77448: done dumping result, returning 32580 1727096778.77453: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure facts used by tests [129116b5-d8e7-4d6e-189e-000000000040] 32580 1727096778.77458: sending task result for task 129116b5-d8e7-4d6e-189e-000000000040 32580 1727096778.77539: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000040 32580 1727096778.77543: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "'distribution' not in ansible_facts", "skip_reason": "Conditional result was False" } 32580 1727096778.77590: no more pending results, returning what we have 32580 1727096778.77595: results queue empty 32580 1727096778.77600: checking for any_errors_fatal 32580 1727096778.77603: done checking for any_errors_fatal 32580 1727096778.77604: checking for max_fail_percentage 32580 1727096778.77605: done checking for max_fail_percentage 32580 1727096778.77606: checking to see if all hosts have failed and the running result is not ok 32580 1727096778.77607: done checking to see if all hosts have failed 32580 1727096778.77607: getting the remaining hosts for this loop 32580 1727096778.77609: done getting the remaining hosts for this loop 32580 1727096778.77612: getting the next task for host managed_node1 32580 1727096778.77624: done getting next task for host managed_node1 32580 1727096778.77627: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096778.77630: ^ 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 32580 1727096778.77646: getting variables 32580 1727096778.77647: in VariableManager get_vars() 32580 1727096778.77675: Calling all_inventory to load vars for managed_node1 32580 1727096778.77679: Calling groups_inventory to load vars for managed_node1 32580 1727096778.77681: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096778.77689: Calling all_plugins_play to load vars for managed_node1 32580 1727096778.77694: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096778.77698: Calling groups_plugins_play to load vars for managed_node1 32580 1727096778.77801: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096778.77928: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096778.77939: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.77943: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096778.77978: done with get_vars() 32580 1727096778.77984: 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/test_setup.yml:22 Monday 23 September 2024 09:06:18 -0400 (0:00:00.015) 0:00:01.332 ****** 32580 1727096778.78052: entering _queue_task() for managed_node1/stat 32580 1727096778.78247: worker is 1 (out of 1 available) 32580 1727096778.78263: exiting _queue_task() for managed_node1/stat 32580 1727096778.78279: done queuing things up, now waiting for results queue to drain 32580 1727096778.78280: waiting for pending results... 32580 1727096778.78439: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096778.78498: in run() - task 129116b5-d8e7-4d6e-189e-000000000042 32580 1727096778.78509: variable 'ansible_search_path' from source: unknown 32580 1727096778.78513: variable 'ansible_search_path' from source: unknown 32580 1727096778.78539: calling self._execute() 32580 1727096778.78585: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.78589: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.78598: variable 'omit' from source: magic vars 32580 1727096778.78900: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096778.79198: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096778.79201: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096778.79203: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096778.79205: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096778.79269: 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) 32580 1727096778.79283: 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) 32580 1727096778.79310: 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) 32580 1727096778.79336: 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) 32580 1727096778.79730: Evaluated conditional (not __ha_cluster_is_ostree is defined): True 32580 1727096778.79733: variable 'omit' from source: magic vars 32580 1727096778.79735: variable 'omit' from source: magic vars 32580 1727096778.79737: variable 'omit' from source: magic vars 32580 1727096778.79739: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096778.79741: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096778.79743: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096778.79745: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096778.79747: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096778.79749: variable 'inventory_hostname' from source: set_fact 32580 1727096778.79752: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.79754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.79756: Set connection var ansible_shell_type to sh 32580 1727096778.79758: Set connection var ansible_pipelining to False 32580 1727096778.79760: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096778.79762: Set connection var ansible_shell_executable to /bin/sh 32580 1727096778.79764: Set connection var ansible_connection to ssh 32580 1727096778.79766: Set connection var ansible_timeout to 10 32580 1727096778.79768: variable 'ansible_shell_executable' from source: unknown 32580 1727096778.79770: variable 'ansible_connection' from source: unknown 32580 1727096778.79772: variable 'ansible_module_compression' from source: unknown 32580 1727096778.79774: variable 'ansible_shell_type' from source: unknown 32580 1727096778.79776: variable 'ansible_shell_executable' from source: unknown 32580 1727096778.79778: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096778.79780: variable 'ansible_pipelining' from source: unknown 32580 1727096778.79782: variable 'ansible_timeout' from source: unknown 32580 1727096778.79784: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096778.79902: 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) 32580 1727096778.79911: variable 'omit' from source: magic vars 32580 1727096778.79917: starting attempt loop 32580 1727096778.79919: running the handler 32580 1727096778.79935: _low_level_execute_command(): starting 32580 1727096778.79946: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096778.80827: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096778.80835: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096778.80851: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096778.80858: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.80879: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096778.80882: 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 <<< 32580 1727096778.80897: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096778.80900: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.80974: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096778.80979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096778.81003: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096778.81084: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096778.82792: stdout chunk (state=3): >>>/root <<< 32580 1727096778.82890: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096778.82916: stderr chunk (state=3): >>><<< 32580 1727096778.82919: stdout chunk (state=3): >>><<< 32580 1727096778.82938: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096778.82948: _low_level_execute_command(): starting 32580 1727096778.82954: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766 `" && echo ansible-tmp-1727096778.8293722-32616-80352547405766="` echo /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766 `" ) && sleep 0' 32580 1727096778.83358: 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 <<< 32580 1727096778.83362: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.83364: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096778.83366: 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 <<< 32580 1727096778.83368: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.83416: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096778.83423: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096778.83468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096778.85356: stdout chunk (state=3): >>>ansible-tmp-1727096778.8293722-32616-80352547405766=/root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766 <<< 32580 1727096778.85461: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096778.85483: stderr chunk (state=3): >>><<< 32580 1727096778.85486: stdout chunk (state=3): >>><<< 32580 1727096778.85502: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096778.8293722-32616-80352547405766=/root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096778.85542: variable 'ansible_module_compression' from source: unknown 32580 1727096778.85585: ANSIBALLZ: Using lock for stat 32580 1727096778.85588: ANSIBALLZ: Acquiring lock 32580 1727096778.85593: ANSIBALLZ: Lock acquired: 140238212355744 32580 1727096778.85596: ANSIBALLZ: Creating module 32580 1727096778.97367: ANSIBALLZ: Writing module into payload 32580 1727096778.97433: ANSIBALLZ: Writing module 32580 1727096778.97449: ANSIBALLZ: Renaming module 32580 1727096778.97454: ANSIBALLZ: Done creating module 32580 1727096778.97468: variable 'ansible_facts' from source: unknown 32580 1727096778.97520: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py 32580 1727096778.97618: Sending initial data 32580 1727096778.97624: Sent initial data (152 bytes) 32580 1727096778.98047: 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 <<< 32580 1727096778.98050: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.98053: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096778.98055: 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 <<< 32580 1727096778.98057: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096778.98098: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096778.98113: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096778.98116: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096778.98174: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096778.99836: 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 <<< 32580 1727096778.99841: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 32580 1727096778.99878: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096778.99928: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmp4iah39xo /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py <<< 32580 1727096778.99931: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py" <<< 32580 1727096778.99962: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmp4iah39xo" to remote "/root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py" <<< 32580 1727096779.00703: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.00710: stdout chunk (state=3): >>><<< 32580 1727096779.00713: stderr chunk (state=3): >>><<< 32580 1727096779.00848: done transferring module to remote 32580 1727096779.00851: _low_level_execute_command(): starting 32580 1727096779.00854: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/ /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py && sleep 0' 32580 1727096779.01411: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096779.01434: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.01451: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096779.01563: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096779.01594: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.01669: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.03500: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.03539: stdout chunk (state=3): >>><<< 32580 1727096779.03542: stderr chunk (state=3): >>><<< 32580 1727096779.03559: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096779.03638: _low_level_execute_command(): starting 32580 1727096779.03642: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/AnsiballZ_stat.py && sleep 0' 32580 1727096779.04183: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096779.04306: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096779.04328: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096779.04377: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.04434: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.06666: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096779.06695: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096779.06725: stdout chunk (state=3): >>>import '_thread' # <<< 32580 1727096779.06728: stdout chunk (state=3): >>>import '_warnings' # import '_weakref' # <<< 32580 1727096779.06798: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096779.06803: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096779.06834: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096779.06866: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096779.06901: stdout chunk (state=3): >>>import 'time' # <<< 32580 1727096779.06904: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 32580 1727096779.06953: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 32580 1727096779.06958: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.06974: stdout chunk (state=3): >>>import '_codecs' # <<< 32580 1727096779.07003: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096779.07031: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096779.07057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096779.07069: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f31bc4d0> <<< 32580 1727096779.07076: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f318bb00> <<< 32580 1727096779.07108: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 32580 1727096779.07111: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f31bea50> <<< 32580 1727096779.07135: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096779.07164: stdout chunk (state=3): >>>import '_abc' # <<< 32580 1727096779.07173: stdout chunk (state=3): >>>import 'abc' # <<< 32580 1727096779.07182: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096779.07217: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 32580 1727096779.07302: stdout chunk (state=3): >>>import '_collections_abc' # <<< 32580 1727096779.07333: stdout chunk (state=3): >>>import 'genericpath' # <<< 32580 1727096779.07342: stdout chunk (state=3): >>>import 'posixpath' # <<< 32580 1727096779.07353: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096779.07385: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 32580 1727096779.07389: stdout chunk (state=3): >>>Processing user site-packages <<< 32580 1727096779.07394: stdout chunk (state=3): >>>Processing global site-packages <<< 32580 1727096779.07409: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096779.07423: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096779.07465: 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' <<< 32580 1727096779.07499: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f31cd130> <<< 32580 1727096779.07550: 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 0x7fa3f31ce090> <<< 32580 1727096779.07579: stdout chunk (state=3): >>>import 'site' # <<< 32580 1727096779.07625: 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. <<< 32580 1727096779.07853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096779.07856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 32580 1727096779.07893: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096779.07896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.07918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096779.07946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096779.07973: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096779.08042: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096779.08088: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2febf80> # /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' # <<< 32580 1727096779.08130: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3000110> # /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' <<< 32580 1727096779.08133: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096779.08186: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.08202: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096779.08223: 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 0x7fa3f3023980> <<< 32580 1727096779.08245: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 32580 1727096779.08248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 32580 1727096779.08262: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3023f50> <<< 32580 1727096779.08277: stdout chunk (state=3): >>>import '_collections' # <<< 32580 1727096779.08318: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3003c20> <<< 32580 1727096779.08334: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096779.08360: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30012e0> <<< 32580 1727096779.08448: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe9130> <<< 32580 1727096779.08474: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096779.08500: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 32580 1727096779.08504: stdout chunk (state=3): >>>import '_sre' # <<< 32580 1727096779.08531: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 32580 1727096779.08553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096779.08573: 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' <<< 32580 1727096779.08616: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3047920> <<< 32580 1727096779.08626: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3046540> <<< 32580 1727096779.08662: 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' <<< 32580 1727096779.08664: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3003f80> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3044c80> <<< 32580 1727096779.08728: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 32580 1727096779.08732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3074950> <<< 32580 1727096779.08739: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe83b0> <<< 32580 1727096779.08760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 32580 1727096779.08762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 32580 1727096779.08793: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.08796: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f3074e00> <<< 32580 1727096779.08815: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3074cb0> <<< 32580 1727096779.08839: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.08850: 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 0x7fa3f30750a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe6ed0> <<< 32580 1727096779.08880: 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' <<< 32580 1727096779.08906: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096779.08937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 32580 1727096779.08960: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3075790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3075460> import 'importlib.machinery' # <<< 32580 1727096779.08990: 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' <<< 32580 1727096779.09016: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3076660> <<< 32580 1727096779.09019: stdout chunk (state=3): >>>import 'importlib.util' # <<< 32580 1727096779.09040: stdout chunk (state=3): >>>import 'runpy' # <<< 32580 1727096779.09061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096779.09093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096779.09117: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 32580 1727096779.09120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3090890> <<< 32580 1727096779.09136: stdout chunk (state=3): >>>import 'errno' # <<< 32580 1727096779.09167: 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 0x7fa3f3091fd0> <<< 32580 1727096779.09196: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 32580 1727096779.09199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 32580 1727096779.09227: 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' <<< 32580 1727096779.09247: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3092e70> <<< 32580 1727096779.09294: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.09297: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f30934a0> <<< 32580 1727096779.09299: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30923c0> <<< 32580 1727096779.09317: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096779.09331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096779.09374: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.09378: 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 0x7fa3f3093f20> <<< 32580 1727096779.09393: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3093650> <<< 32580 1727096779.09430: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30766c0> <<< 32580 1727096779.09453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096779.09475: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096779.09498: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096779.09516: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096779.09549: 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 0x7fa3f2e1bda0> <<< 32580 1727096779.09575: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 32580 1727096779.09578: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 32580 1727096779.09608: 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 0x7fa3f2e44830> <<< 32580 1727096779.09614: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e44590> <<< 32580 1727096779.09637: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.09642: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f2e44770> <<< 32580 1727096779.09673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 32580 1727096779.09678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096779.09745: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.09873: 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 0x7fa3f2e45130> <<< 32580 1727096779.09988: 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 0x7fa3f2e45a60> <<< 32580 1727096779.09998: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e449e0> <<< 32580 1727096779.10010: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e19f40> <<< 32580 1727096779.10036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 32580 1727096779.10054: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 32580 1727096779.10077: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 32580 1727096779.10082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 32580 1727096779.10141: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e46e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e45b80> <<< 32580 1727096779.10146: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3076db0> <<< 32580 1727096779.10170: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096779.10237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.10249: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096779.10282: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096779.10316: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e6f1a0> <<< 32580 1727096779.10372: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096779.10400: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.10405: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 32580 1727096779.10418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096779.10462: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e97530> <<< 32580 1727096779.10482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096779.10549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096779.10580: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096779.10618: 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 0x7fa3f2ef4320> <<< 32580 1727096779.10668: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096779.10672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc'<<< 32580 1727096779.10683: stdout chunk (state=3): >>> # /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096779.10736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096779.10824: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2ef6a80> <<< 32580 1727096779.10882: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2ef4440> <<< 32580 1727096779.10915: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2ebd310> <<< 32580 1727096779.10958: 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 0x7fa3f2cf53d0> <<< 32580 1727096779.10979: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e96330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e47d70> <<< 32580 1727096779.11088: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 32580 1727096779.11101: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa3f2e96450> <<< 32580 1727096779.11326: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_8dzlhzxn/ansible_stat_payload.zip' <<< 32580 1727096779.11334: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.11472: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.11500: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096779.11543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096779.11562: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096779.11641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 32580 1727096779.11676: 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 0x7fa3f2d4b080> <<< 32580 1727096779.11682: stdout chunk (state=3): >>>import '_typing' # <<< 32580 1727096779.11874: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d29f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d290d0> # zipimport: zlib available <<< 32580 1727096779.11907: stdout chunk (state=3): >>>import 'ansible' # <<< 32580 1727096779.11928: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 32580 1727096779.11940: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.11968: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 32580 1727096779.13345: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.14459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 32580 1727096779.14497: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d48f20> <<< 32580 1727096779.14517: 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 <<< 32580 1727096779.14537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 32580 1727096779.14547: 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' <<< 32580 1727096779.14581: 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' <<< 32580 1727096779.14595: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f2d76a80> <<< 32580 1727096779.14625: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d76810> <<< 32580 1727096779.14651: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d76120> <<< 32580 1727096779.14668: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096779.14677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096779.14718: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d76570> <<< 32580 1727096779.14723: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d4bb00> import 'atexit' # <<< 32580 1727096779.14761: 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 0x7fa3f2d77740> <<< 32580 1727096779.14786: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f2d77950> <<< 32580 1727096779.14809: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096779.14867: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096779.14876: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096779.14911: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d77e60> <<< 32580 1727096779.14926: stdout chunk (state=3): >>>import 'pwd' # <<< 32580 1727096779.14937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096779.14971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096779.15008: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2709c70> <<< 32580 1727096779.15032: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.15043: 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 0x7fa3f270b890> <<< 32580 1727096779.15068: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096779.15074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096779.15115: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2710290> <<< 32580 1727096779.15131: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096779.15169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096779.15183: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2711160> <<< 32580 1727096779.15200: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096779.15229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096779.15250: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 32580 1727096779.15255: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096779.15311: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2713e90> <<< 32580 1727096779.15347: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.15352: 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 0x7fa3f2fe6fc0> <<< 32580 1727096779.15367: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2712150> <<< 32580 1727096779.15390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096779.15418: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 32580 1727096779.15439: 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' <<< 32580 1727096779.15464: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 32580 1727096779.15506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096779.15553: 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 0x7fa3f271be00> <<< 32580 1727096779.15569: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096779.15625: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f271a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f271a630> <<< 32580 1727096779.15637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096779.15643: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096779.15707: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f271aba0> <<< 32580 1727096779.15736: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2712660> <<< 32580 1727096779.15767: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.15772: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f275fef0> <<< 32580 1727096779.15798: 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' <<< 32580 1727096779.15806: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2760200> <<< 32580 1727096779.15815: 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 <<< 32580 1727096779.15837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096779.15862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 32580 1727096779.15870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 32580 1727096779.15898: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.15904: 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 0x7fa3f2761ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2761a60> <<< 32580 1727096779.15916: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096779.16037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096779.16091: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.16095: 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 0x7fa3f27641a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2762390> <<< 32580 1727096779.16114: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096779.16154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.16180: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 32580 1727096779.16190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 32580 1727096779.16204: stdout chunk (state=3): >>>import '_string' # <<< 32580 1727096779.16240: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2767950> <<< 32580 1727096779.16367: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2764320> <<< 32580 1727096779.16432: 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' <<< 32580 1727096779.16434: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f27686e0> <<< 32580 1727096779.16461: 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' <<< 32580 1727096779.16466: 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 0x7fa3f2768950> <<< 32580 1727096779.16514: 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' <<< 32580 1727096779.16518: 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 0x7fa3f2768ce0> <<< 32580 1727096779.16520: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2760380> <<< 32580 1727096779.16541: 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' <<< 32580 1727096779.16565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096779.16586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 32580 1727096779.16615: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.16642: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.16647: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa3f27f42f0> <<< 32580 1727096779.16795: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096779.16799: 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 0x7fa3f27f5490> <<< 32580 1727096779.16808: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f276aa80> <<< 32580 1727096779.16847: 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 0x7fa3f276be30> <<< 32580 1727096779.16850: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f276a6c0> <<< 32580 1727096779.16869: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.16879: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 32580 1727096779.16901: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.16985: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17075: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17088: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17097: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 32580 1727096779.17102: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17126: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 32580 1727096779.17140: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17256: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17376: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.17923: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.18474: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096779.18489: 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' # <<< 32580 1727096779.18519: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 32580 1727096779.18534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.18583: 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 0x7fa3f27f96d0> <<< 32580 1727096779.18679: 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' <<< 32580 1727096779.18693: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27fa450> <<< 32580 1727096779.18707: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27f55b0> <<< 32580 1727096779.18759: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 32580 1727096779.18789: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.18800: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 32580 1727096779.18826: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.18961: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.19123: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096779.19135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27fa510> <<< 32580 1727096779.19156: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.19601: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20049: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20128: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20203: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096779.20205: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20242: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20276: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096779.20288: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20365: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20461: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # # zipimport: zlib available <<< 32580 1727096779.20483: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 32580 1727096779.20534: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20566: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096779.20585: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.20808: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21031: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096779.21093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096779.21108: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096779.21176: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27fb620> <<< 32580 1727096779.21191: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21260: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21338: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 32580 1727096779.21342: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 32580 1727096779.21356: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096779.21377: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21416: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096779.21468: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21514: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21573: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21629: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21699: 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 <<< 32580 1727096779.21741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096779.21832: 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' <<< 32580 1727096779.21837: 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 0x7fa3f26062d0> <<< 32580 1727096779.21872: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2602c60> <<< 32580 1727096779.21909: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 32580 1727096779.21916: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.21988: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22046: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22076: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22119: 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' <<< 32580 1727096779.22149: 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 <<< 32580 1727096779.22175: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096779.22188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096779.22251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096779.22300: 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' <<< 32580 1727096779.22343: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2daab70> <<< 32580 1727096779.22384: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2dc2840> <<< 32580 1727096779.22468: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f26063c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27fc7d0> <<< 32580 1727096779.22476: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 32580 1727096779.22482: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22513: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22542: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 32580 1727096779.22545: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096779.22624: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096779.22640: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # <<< 32580 1727096779.22659: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22780: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.22976: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096779.23098: 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"}}} <<< 32580 1727096779.23103: stdout chunk (state=3): >>># destroy __main__ <<< 32580 1727096779.23438: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 32580 1727096779.23446: 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__<<< 32580 1727096779.23454: stdout chunk (state=3): >>> # 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 <<< 32580 1727096779.23493: stdout chunk (state=3): >>># cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8<<< 32580 1727096779.23525: stdout chunk (state=3): >>> # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile <<< 32580 1727096779.23537: stdout chunk (state=3): >>># 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 <<< 32580 1727096779.23578: stdout chunk (state=3): >>># 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 <<< 32580 1727096779.23604: stdout chunk (state=3): >>># 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 <<< 32580 1727096779.23621: 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 <<< 32580 1727096779.23851: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 32580 1727096779.23874: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 32580 1727096779.23879: stdout chunk (state=3): >>># destroy _bz2 <<< 32580 1727096779.23887: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 32580 1727096779.23905: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 32580 1727096779.23933: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 32580 1727096779.23956: stdout chunk (state=3): >>># destroy ntpath <<< 32580 1727096779.24000: 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 <<< 32580 1727096779.24007: stdout chunk (state=3): >>># destroy _locale # destroy pwd<<< 32580 1727096779.24023: stdout chunk (state=3): >>> # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 32580 1727096779.24055: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array # destroy datetime <<< 32580 1727096779.24079: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 32580 1727096779.24087: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json <<< 32580 1727096779.24102: stdout chunk (state=3): >>># destroy logging # destroy shlex # destroy subprocess <<< 32580 1727096779.24134: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 32580 1727096779.24147: 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 <<< 32580 1727096779.24166: 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 <<< 32580 1727096779.24191: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 <<< 32580 1727096779.24218: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 32580 1727096779.24225: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random <<< 32580 1727096779.24230: stdout chunk (state=3): >>># cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 32580 1727096779.24244: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 32580 1727096779.24247: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools <<< 32580 1727096779.24310: stdout chunk (state=3): >>># cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath <<< 32580 1727096779.24317: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal <<< 32580 1727096779.24323: stdout chunk (state=3): >>># cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 32580 1727096779.24325: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 32580 1727096779.24342: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 32580 1727096779.24466: stdout chunk (state=3): >>># destroy sys.monitoring <<< 32580 1727096779.24470: stdout chunk (state=3): >>># destroy _socket <<< 32580 1727096779.24491: stdout chunk (state=3): >>># destroy _collections <<< 32580 1727096779.24515: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 32580 1727096779.24536: stdout chunk (state=3): >>># destroy tokenize <<< 32580 1727096779.24567: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 32580 1727096779.24572: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 32580 1727096779.24587: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 32580 1727096779.24623: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 32580 1727096779.24707: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 32580 1727096779.24711: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 32580 1727096779.24724: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 32580 1727096779.24741: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 32580 1727096779.24758: stdout chunk (state=3): >>># destroy _hashlib <<< 32580 1727096779.24824: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 32580 1727096779.24826: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096779.25176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096779.25230: stderr chunk (state=3): >>><<< 32580 1727096779.25233: stdout chunk (state=3): >>><<< 32580 1727096779.25330: _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 0x7fa3f31bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f318bb00> # /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 0x7fa3f31bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f31cd130> # /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 0x7fa3f31ce090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2febf80> # /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 0x7fa3f3000110> # /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 0x7fa3f3023980> # /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 0x7fa3f3023f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3003c20> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30012e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe9130> # /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 0x7fa3f3047920> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3046540> # /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 0x7fa3f3003f80> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3044c80> # /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 0x7fa3f3074950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe83b0> # /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 0x7fa3f3074e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3074cb0> # 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 0x7fa3f30750a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2fe6ed0> # /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 0x7fa3f3075790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3075460> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3076660> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3090890> 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 0x7fa3f3091fd0> # /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 0x7fa3f3092e70> # 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 0x7fa3f30934a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30923c0> # /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 0x7fa3f3093f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3093650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f30766c0> # /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 0x7fa3f2e1bda0> # /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 0x7fa3f2e44830> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e44590> # 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 0x7fa3f2e44770> # /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 0x7fa3f2e45130> # 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 0x7fa3f2e45a60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e449e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e19f40> # /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 0x7fa3f2e46e10> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e45b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f3076db0> # /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 0x7fa3f2e6f1a0> # /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 0x7fa3f2e97530> # /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 0x7fa3f2ef4320> # /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 0x7fa3f2ef6a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2ef4440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2ebd310> # /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 0x7fa3f2cf53d0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e96330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2e47d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa3f2e96450> # zipimport: found 30 names in '/tmp/ansible_stat_payload_8dzlhzxn/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 0x7fa3f2d4b080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d29f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d290d0> # 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 0x7fa3f2d48f20> # /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 0x7fa3f2d76a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d76810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d76120> # /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 0x7fa3f2d76570> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2d4bb00> 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 0x7fa3f2d77740> # 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 0x7fa3f2d77950> # /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 0x7fa3f2d77e60> 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 0x7fa3f2709c70> # 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 0x7fa3f270b890> # /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 0x7fa3f2710290> # /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 0x7fa3f2711160> # /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 0x7fa3f2713e90> # 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 0x7fa3f2fe6fc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2712150> # /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 0x7fa3f271be00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f271a8d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f271a630> # /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 0x7fa3f271aba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2712660> # 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 0x7fa3f275fef0> # /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 0x7fa3f2760200> # /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 0x7fa3f2761ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2761a60> # /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 0x7fa3f27641a0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2762390> # /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 0x7fa3f2767950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2764320> # 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 0x7fa3f27686e0> # 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 0x7fa3f2768950> # 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 0x7fa3f2768ce0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2760380> # /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 0x7fa3f27f42f0> # 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 0x7fa3f27f5490> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f276aa80> # 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 0x7fa3f276be30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f276a6c0> # 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 0x7fa3f27f96d0> # /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 0x7fa3f27fa450> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27f55b0> 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 0x7fa3f27fa510> # 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 0x7fa3f27fb620> # 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 0x7fa3f26062d0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2602c60> 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 0x7fa3f2daab70> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f2dc2840> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f26063c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa3f27fc7d0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 32580 1727096779.26043: 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-1727096778.8293722-32616-80352547405766/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096779.26046: _low_level_execute_command(): starting 32580 1727096779.26048: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096778.8293722-32616-80352547405766/ > /dev/null 2>&1 && sleep 0' 32580 1727096779.26260: 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 <<< 32580 1727096779.26263: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.26266: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.26268: 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.11.47 originally 10.31.11.47 <<< 32580 1727096779.26270: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.26298: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096779.26302: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096779.26311: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.26378: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.28211: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.28237: stderr chunk (state=3): >>><<< 32580 1727096779.28241: stdout chunk (state=3): >>><<< 32580 1727096779.28254: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096779.28260: handler run complete 32580 1727096779.28275: attempt loop complete, returning result 32580 1727096779.28278: _execute() done 32580 1727096779.28280: dumping result to json 32580 1727096779.28283: done dumping result, returning 32580 1727096779.28297: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree [129116b5-d8e7-4d6e-189e-000000000042] 32580 1727096779.28301: sending task result for task 129116b5-d8e7-4d6e-189e-000000000042 32580 1727096779.28381: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000042 32580 1727096779.28384: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "stat": { "exists": false } } 32580 1727096779.28458: no more pending results, returning what we have 32580 1727096779.28461: results queue empty 32580 1727096779.28461: checking for any_errors_fatal 32580 1727096779.28465: done checking for any_errors_fatal 32580 1727096779.28466: checking for max_fail_percentage 32580 1727096779.28468: done checking for max_fail_percentage 32580 1727096779.28469: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.28469: done checking to see if all hosts have failed 32580 1727096779.28470: getting the remaining hosts for this loop 32580 1727096779.28472: done getting the remaining hosts for this loop 32580 1727096779.28475: getting the next task for host managed_node1 32580 1727096779.28480: done getting next task for host managed_node1 32580 1727096779.28483: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096779.28486: ^ 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 32580 1727096779.28497: getting variables 32580 1727096779.28499: in VariableManager get_vars() 32580 1727096779.28534: Calling all_inventory to load vars for managed_node1 32580 1727096779.28537: Calling groups_inventory to load vars for managed_node1 32580 1727096779.28539: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.28548: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.28550: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.28552: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.28706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.28823: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.28835: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.28840: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.28882: done with get_vars() 32580 1727096779.28890: done getting variables 32580 1727096779.28934: 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:06:19 -0400 (0:00:00.509) 0:00:01.841 ****** 32580 1727096779.28960: entering _queue_task() for managed_node1/set_fact 32580 1727096779.29154: worker is 1 (out of 1 available) 32580 1727096779.29165: exiting _queue_task() for managed_node1/set_fact 32580 1727096779.29176: done queuing things up, now waiting for results queue to drain 32580 1727096779.29177: waiting for pending results... 32580 1727096779.29319: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096779.29381: in run() - task 129116b5-d8e7-4d6e-189e-000000000043 32580 1727096779.29397: variable 'ansible_search_path' from source: unknown 32580 1727096779.29401: variable 'ansible_search_path' from source: unknown 32580 1727096779.29426: calling self._execute() 32580 1727096779.29481: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.29484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.29495: variable 'omit' from source: magic vars 32580 1727096779.29976: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.30134: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.30164: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.30190: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.30216: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.30278: 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) 32580 1727096779.30297: 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) 32580 1727096779.30314: 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) 32580 1727096779.30339: 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) 32580 1727096779.30420: Evaluated conditional (not __ha_cluster_is_ostree is defined): True 32580 1727096779.30425: variable 'omit' from source: magic vars 32580 1727096779.30453: variable 'omit' from source: magic vars 32580 1727096779.30531: variable '__ostree_booted_stat' from source: set_fact 32580 1727096779.30565: variable 'omit' from source: magic vars 32580 1727096779.30584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.30604: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.30620: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.30634: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.30643: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.30664: variable 'inventory_hostname' from source: set_fact 32580 1727096779.30667: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.30670: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.30734: Set connection var ansible_shell_type to sh 32580 1727096779.30741: Set connection var ansible_pipelining to False 32580 1727096779.30746: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.30751: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.30754: Set connection var ansible_connection to ssh 32580 1727096779.30759: Set connection var ansible_timeout to 10 32580 1727096779.30777: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.30781: variable 'ansible_connection' from source: unknown 32580 1727096779.30783: variable 'ansible_module_compression' from source: unknown 32580 1727096779.30785: variable 'ansible_shell_type' from source: unknown 32580 1727096779.30787: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.30789: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.30794: variable 'ansible_pipelining' from source: unknown 32580 1727096779.30796: variable 'ansible_timeout' from source: unknown 32580 1727096779.30799: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.30869: 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) 32580 1727096779.30878: variable 'omit' from source: magic vars 32580 1727096779.30883: starting attempt loop 32580 1727096779.30885: running the handler 32580 1727096779.30896: handler run complete 32580 1727096779.30902: attempt loop complete, returning result 32580 1727096779.30905: _execute() done 32580 1727096779.30907: dumping result to json 32580 1727096779.30910: done dumping result, returning 32580 1727096779.30916: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree [129116b5-d8e7-4d6e-189e-000000000043] 32580 1727096779.30921: sending task result for task 129116b5-d8e7-4d6e-189e-000000000043 32580 1727096779.30997: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000043 32580 1727096779.31000: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_is_ostree": false }, "changed": false } 32580 1727096779.31098: no more pending results, returning what we have 32580 1727096779.31100: results queue empty 32580 1727096779.31101: checking for any_errors_fatal 32580 1727096779.31105: done checking for any_errors_fatal 32580 1727096779.31106: checking for max_fail_percentage 32580 1727096779.31107: done checking for max_fail_percentage 32580 1727096779.31107: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.31108: done checking to see if all hosts have failed 32580 1727096779.31109: getting the remaining hosts for this loop 32580 1727096779.31110: done getting the remaining hosts for this loop 32580 1727096779.31113: getting the next task for host managed_node1 32580 1727096779.31119: done getting next task for host managed_node1 32580 1727096779.31123: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories 32580 1727096779.31126: ^ 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 32580 1727096779.31134: getting variables 32580 1727096779.31136: in VariableManager get_vars() 32580 1727096779.31162: Calling all_inventory to load vars for managed_node1 32580 1727096779.31164: Calling groups_inventory to load vars for managed_node1 32580 1727096779.31165: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.31171: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.31176: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.31178: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.31400: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.31506: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.31517: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.31520: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.31558: done with get_vars() 32580 1727096779.31564: done getting variables 32580 1727096779.31604: 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:06:19 -0400 (0:00:00.026) 0:00:01.868 ****** 32580 1727096779.31624: entering _queue_task() for managed_node1/set_fact 32580 1727096779.31800: worker is 1 (out of 1 available) 32580 1727096779.31817: exiting _queue_task() for managed_node1/set_fact 32580 1727096779.31830: done queuing things up, now waiting for results queue to drain 32580 1727096779.31831: waiting for pending results... 32580 1727096779.31963: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories 32580 1727096779.32022: in run() - task 129116b5-d8e7-4d6e-189e-000000000045 32580 1727096779.32033: variable 'ansible_search_path' from source: unknown 32580 1727096779.32036: variable 'ansible_search_path' from source: unknown 32580 1727096779.32064: calling self._execute() 32580 1727096779.32114: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.32118: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.32129: variable 'omit' from source: magic vars 32580 1727096779.32434: variable 'ansible_distribution' from source: facts 32580 1727096779.32448: Evaluated conditional (ansible_distribution == 'RedHat'): False 32580 1727096779.32451: when evaluation is False, skipping this task 32580 1727096779.32454: _execute() done 32580 1727096779.32457: dumping result to json 32580 1727096779.32460: done dumping result, returning 32580 1727096779.32466: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Do not try to enable RHEL repositories [129116b5-d8e7-4d6e-189e-000000000045] 32580 1727096779.32470: sending task result for task 129116b5-d8e7-4d6e-189e-000000000045 32580 1727096779.32550: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000045 32580 1727096779.32553: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "ansible_distribution == 'RedHat'", "skip_reason": "Conditional result was False" } 32580 1727096779.32629: no more pending results, returning what we have 32580 1727096779.32631: results queue empty 32580 1727096779.32632: checking for any_errors_fatal 32580 1727096779.32635: done checking for any_errors_fatal 32580 1727096779.32636: checking for max_fail_percentage 32580 1727096779.32637: done checking for max_fail_percentage 32580 1727096779.32638: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.32639: done checking to see if all hosts have failed 32580 1727096779.32639: getting the remaining hosts for this loop 32580 1727096779.32640: done getting the remaining hosts for this loop 32580 1727096779.32642: getting the next task for host managed_node1 32580 1727096779.32646: done getting next task for host managed_node1 32580 1727096779.32648: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd 32580 1727096779.32650: ^ 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 32580 1727096779.32657: getting variables 32580 1727096779.32658: in VariableManager get_vars() 32580 1727096779.32682: Calling all_inventory to load vars for managed_node1 32580 1727096779.32683: Calling groups_inventory to load vars for managed_node1 32580 1727096779.32685: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.32690: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.32693: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.32695: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.32796: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.32909: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.32919: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.32925: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.32960: done with get_vars() 32580 1727096779.32966: done getting variables 32580 1727096779.33028: 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:06:19 -0400 (0:00:00.014) 0:00:01.882 ****** 32580 1727096779.33047: entering _queue_task() for managed_node1/shell 32580 1727096779.33048: Creating lock for shell 32580 1727096779.33222: worker is 1 (out of 1 available) 32580 1727096779.33235: exiting _queue_task() for managed_node1/shell 32580 1727096779.33247: done queuing things up, now waiting for results queue to drain 32580 1727096779.33248: waiting for pending results... 32580 1727096779.33371: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd 32580 1727096779.33432: in run() - task 129116b5-d8e7-4d6e-189e-000000000046 32580 1727096779.33443: variable 'ansible_search_path' from source: unknown 32580 1727096779.33447: variable 'ansible_search_path' from source: unknown 32580 1727096779.33472: calling self._execute() 32580 1727096779.33532: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.33536: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.33544: variable 'omit' from source: magic vars 32580 1727096779.33922: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096779.35252: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096779.35302: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096779.35330: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096779.35359: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096779.35378: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096779.35435: 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) 32580 1727096779.35457: 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) 32580 1727096779.35475: 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) 32580 1727096779.35503: 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) 32580 1727096779.35513: 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) 32580 1727096779.35584: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096779.35598: Evaluated conditional (__ha_cluster_is_ostree | d(false)): False 32580 1727096779.35602: when evaluation is False, skipping this task 32580 1727096779.35604: _execute() done 32580 1727096779.35606: dumping result to json 32580 1727096779.35609: done dumping result, returning 32580 1727096779.35615: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Copy nss-altfiles ha_cluster users to /etc/passwd [129116b5-d8e7-4d6e-189e-000000000046] 32580 1727096779.35618: sending task result for task 129116b5-d8e7-4d6e-189e-000000000046 32580 1727096779.35690: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000046 32580 1727096779.35692: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_is_ostree | d(false)", "skip_reason": "Conditional result was False" } 32580 1727096779.35731: no more pending results, returning what we have 32580 1727096779.35733: results queue empty 32580 1727096779.35734: checking for any_errors_fatal 32580 1727096779.35739: done checking for any_errors_fatal 32580 1727096779.35739: checking for max_fail_percentage 32580 1727096779.35741: done checking for max_fail_percentage 32580 1727096779.35742: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.35743: done checking to see if all hosts have failed 32580 1727096779.35744: getting the remaining hosts for this loop 32580 1727096779.35745: done getting the remaining hosts for this loop 32580 1727096779.35748: getting the next task for host managed_node1 32580 1727096779.35756: done getting next task for host managed_node1 32580 1727096779.35757: ^ task is: TASK: meta (role_complete) 32580 1727096779.35760: ^ 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 32580 1727096779.35771: getting variables 32580 1727096779.35773: in VariableManager get_vars() 32580 1727096779.35800: Calling all_inventory to load vars for managed_node1 32580 1727096779.35802: Calling groups_inventory to load vars for managed_node1 32580 1727096779.35804: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.35811: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.35813: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.35816: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.35959: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.36066: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.36077: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.36081: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.36117: done with get_vars() 32580 1727096779.36125: done getting variables 32580 1727096779.36171: done queuing things up, now waiting for results queue to drain 32580 1727096779.36172: results queue empty 32580 1727096779.36172: checking for any_errors_fatal 32580 1727096779.36174: done checking for any_errors_fatal 32580 1727096779.36174: checking for max_fail_percentage 32580 1727096779.36175: done checking for max_fail_percentage 32580 1727096779.36175: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.36175: done checking to see if all hosts have failed 32580 1727096779.36176: getting the remaining hosts for this loop 32580 1727096779.36176: done getting the remaining hosts for this loop 32580 1727096779.36178: getting the next task for host managed_node1 32580 1727096779.36180: done getting next task for host managed_node1 32580 1727096779.36181: ^ task is: TASK: Find first node name 32580 1727096779.36182: ^ 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 32580 1727096779.36183: getting variables 32580 1727096779.36184: in VariableManager get_vars() 32580 1727096779.36194: Calling all_inventory to load vars for managed_node1 32580 1727096779.36196: Calling groups_inventory to load vars for managed_node1 32580 1727096779.36198: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.36201: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.36202: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.36204: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.36278: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.36380: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.36389: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.36392: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.36428: done with get_vars() 32580 1727096779.36433: done getting variables 32580 1727096779.36457: 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 [Find first node name] **************************************************** task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml:24 Monday 23 September 2024 09:06:19 -0400 (0:00:00.034) 0:00:01.916 ****** 32580 1727096779.36473: entering _queue_task() for managed_node1/set_fact 32580 1727096779.36637: worker is 1 (out of 1 available) 32580 1727096779.36650: exiting _queue_task() for managed_node1/set_fact 32580 1727096779.36662: done queuing things up, now waiting for results queue to drain 32580 1727096779.36663: waiting for pending results... 32580 1727096779.36796: running TaskExecutor() for managed_node1/TASK: Find first node name 32580 1727096779.36843: in run() - task 129116b5-d8e7-4d6e-189e-00000000000a 32580 1727096779.36853: variable 'ansible_search_path' from source: unknown 32580 1727096779.36878: calling self._execute() 32580 1727096779.36934: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.36938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.36945: variable 'omit' from source: magic vars 32580 1727096779.37016: variable 'omit' from source: magic vars 32580 1727096779.37039: variable 'omit' from source: magic vars 32580 1727096779.37300: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096779.38610: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096779.38656: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096779.38681: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096779.38708: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096779.38729: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096779.38799: 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) 32580 1727096779.38819: 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) 32580 1727096779.38838: 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) 32580 1727096779.38867: 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) 32580 1727096779.38878: 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) 32580 1727096779.38971: variable 'ansible_play_hosts_all' from source: magic vars 32580 1727096779.38978: variable 'ansible_play_hosts' from source: magic vars 32580 1727096779.39006: variable 'omit' from source: magic vars 32580 1727096779.39025: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.39046: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.39061: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.39075: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.39082: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.39106: variable 'inventory_hostname' from source: set_fact 32580 1727096779.39110: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.39112: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.39173: Set connection var ansible_shell_type to sh 32580 1727096779.39176: Set connection var ansible_pipelining to False 32580 1727096779.39185: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.39188: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.39190: Set connection var ansible_connection to ssh 32580 1727096779.39197: Set connection var ansible_timeout to 10 32580 1727096779.39217: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.39220: variable 'ansible_connection' from source: unknown 32580 1727096779.39224: variable 'ansible_module_compression' from source: unknown 32580 1727096779.39226: variable 'ansible_shell_type' from source: unknown 32580 1727096779.39228: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.39231: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.39233: variable 'ansible_pipelining' from source: unknown 32580 1727096779.39236: variable 'ansible_timeout' from source: unknown 32580 1727096779.39240: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.39310: 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) 32580 1727096779.39318: variable 'omit' from source: magic vars 32580 1727096779.39324: starting attempt loop 32580 1727096779.39327: running the handler 32580 1727096779.39336: handler run complete 32580 1727096779.39343: attempt loop complete, returning result 32580 1727096779.39346: _execute() done 32580 1727096779.39348: dumping result to json 32580 1727096779.39351: done dumping result, returning 32580 1727096779.39356: done running TaskExecutor() for managed_node1/TASK: Find first node name [129116b5-d8e7-4d6e-189e-00000000000a] 32580 1727096779.39361: sending task result for task 129116b5-d8e7-4d6e-189e-00000000000a 32580 1727096779.39436: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000000a 32580 1727096779.39439: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__test_first_node": "localhost" }, "changed": false } 32580 1727096779.39482: no more pending results, returning what we have 32580 1727096779.39485: results queue empty 32580 1727096779.39486: checking for any_errors_fatal 32580 1727096779.39487: done checking for any_errors_fatal 32580 1727096779.39488: checking for max_fail_percentage 32580 1727096779.39489: done checking for max_fail_percentage 32580 1727096779.39490: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.39491: done checking to see if all hosts have failed 32580 1727096779.39492: getting the remaining hosts for this loop 32580 1727096779.39494: done getting the remaining hosts for this loop 32580 1727096779.39497: getting the next task for host managed_node1 32580 1727096779.39501: done getting next task for host managed_node1 32580 1727096779.39505: ^ task is: TASK: Verify node options check is working for various input data 32580 1727096779.39507: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.39510: getting variables 32580 1727096779.39512: in VariableManager get_vars() 32580 1727096779.39541: Calling all_inventory to load vars for managed_node1 32580 1727096779.39544: Calling groups_inventory to load vars for managed_node1 32580 1727096779.39547: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.39556: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.39559: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.39567: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.39687: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.39798: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.39809: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.39813: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.39846: done with get_vars() 32580 1727096779.39852: done getting variables TASK [Verify node options check is working for various input data] ************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml:28 Monday 23 September 2024 09:06:19 -0400 (0:00:00.034) 0:00:01.951 ****** 32580 1727096779.39908: entering _queue_task() for managed_node1/include_tasks 32580 1727096779.39909: Creating lock for include_tasks 32580 1727096779.40083: worker is 1 (out of 1 available) 32580 1727096779.40098: exiting _queue_task() for managed_node1/include_tasks 32580 1727096779.40108: done queuing things up, now waiting for results queue to drain 32580 1727096779.40110: waiting for pending results... 32580 1727096779.40248: running TaskExecutor() for managed_node1/TASK: Verify node options check is working for various input data 32580 1727096779.40290: in run() - task 129116b5-d8e7-4d6e-189e-00000000000b 32580 1727096779.40301: variable 'ansible_search_path' from source: unknown 32580 1727096779.40353: variable '__test_first_node' from source: set_fact 32580 1727096779.40562: variable '__test_first_node' from source: set_fact 32580 1727096779.40590: variable '__test_first_node' from source: set_fact 32580 1727096779.40639: variable '__test_first_node' from source: set_fact 32580 1727096779.40645: variable '__test_first_node' from source: set_fact 32580 1727096779.40690: variable '__test_first_node' from source: set_fact 32580 1727096779.40753: variable '__test_first_node' from source: set_fact 32580 1727096779.40765: variable 'omit' from source: magic vars 32580 1727096779.40873: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.40886: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.40889: variable 'omit' from source: magic vars 32580 1727096779.40948: variable 'ha_cluster_node_options' from source: unknown 32580 1727096779.40996: variable 'ha_cluster_node_options' from source: unknown 32580 1727096779.41140: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.41143: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.41145: variable 'omit' from source: magic vars 32580 1727096779.41157: variable 'ha_cluster_node_options' from source: unknown 32580 1727096779.41201: variable 'ha_cluster_node_options' from source: unknown 32580 1727096779.41295: dumping result to json 32580 1727096779.41297: done dumping result, returning 32580 1727096779.41300: done running TaskExecutor() for managed_node1/TASK: Verify node options check is working for various input data [129116b5-d8e7-4d6e-189e-00000000000b] 32580 1727096779.41301: sending task result for task 129116b5-d8e7-4d6e-189e-00000000000b 32580 1727096779.41340: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000000b 32580 1727096779.41343: WORKER PROCESS EXITING 32580 1727096779.41427: no more pending results, returning what we have 32580 1727096779.41430: in VariableManager get_vars() 32580 1727096779.41449: Calling all_inventory to load vars for managed_node1 32580 1727096779.41451: Calling groups_inventory to load vars for managed_node1 32580 1727096779.41453: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.41458: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.41460: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.41462: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.41589: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.41696: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.41707: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.41711: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.41739: done with get_vars() 32580 1727096779.41743: variable 'ansible_search_path' from source: unknown 32580 1727096779.41752: variable 'ansible_search_path' from source: unknown 32580 1727096779.41756: we have included files to process 32580 1727096779.41757: generating all_blocks data 32580 1727096779.41758: done generating all_blocks data 32580 1727096779.41761: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.41762: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.41763: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.42087: done processing included file 32580 1727096779.42088: iterating over new_blocks loaded from include file 32580 1727096779.42089: in VariableManager get_vars() 32580 1727096779.42099: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.42108: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42111: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42130: done with get_vars() 32580 1727096779.42132: filtering new block on tags 32580 1727096779.42146: done filtering new block on tags 32580 1727096779.42148: in VariableManager get_vars() 32580 1727096779.42155: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.42164: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42167: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42182: done with get_vars() 32580 1727096779.42183: filtering new block on tags 32580 1727096779.42225: done filtering new block on tags 32580 1727096779.42227: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml for managed_node1 => (item=[{'node_name': 'localhost'}, {'node_name': 'localhost'}]) 32580 1727096779.42231: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.42232: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.42234: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml 32580 1727096779.42459: done processing included file 32580 1727096779.42461: iterating over new_blocks loaded from include file 32580 1727096779.42461: in VariableManager get_vars() 32580 1727096779.42469: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.42478: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42484: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42502: done with get_vars() 32580 1727096779.42503: filtering new block on tags 32580 1727096779.42515: done filtering new block on tags 32580 1727096779.42517: in VariableManager get_vars() 32580 1727096779.42526: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.42534: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42537: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.42551: done with get_vars() 32580 1727096779.42553: filtering new block on tags 32580 1727096779.42575: done filtering new block on tags 32580 1727096779.42576: done iterating over new_blocks loaded from include file included: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml for managed_node1 => (item=[{'node_name': 'localhost'}, {'node_name': 'localhostx'}]) 32580 1727096779.42579: extending task lists for all hosts with included blocks 32580 1727096779.42829: done extending task lists 32580 1727096779.42830: done processing included files 32580 1727096779.42830: results queue empty 32580 1727096779.42831: checking for any_errors_fatal 32580 1727096779.42832: done checking for any_errors_fatal 32580 1727096779.42833: checking for max_fail_percentage 32580 1727096779.42833: done checking for max_fail_percentage 32580 1727096779.42834: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.42834: done checking to see if all hosts have failed 32580 1727096779.42835: getting the remaining hosts for this loop 32580 1727096779.42836: done getting the remaining hosts for this loop 32580 1727096779.42837: getting the next task for host managed_node1 32580 1727096779.42839: done getting next task for host managed_node1 32580 1727096779.42840: ^ task is: TASK: Debug ha_cluster_node_options 32580 1727096779.42842: ^ state is: HOST STATE: block=2, task=8, 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 32580 1727096779.42843: getting variables 32580 1727096779.42844: in VariableManager get_vars() 32580 1727096779.42849: Calling all_inventory to load vars for managed_node1 32580 1727096779.42850: Calling groups_inventory to load vars for managed_node1 32580 1727096779.42852: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.42855: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.42856: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.42858: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.42953: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.43055: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.43064: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.43067: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.43087: done with get_vars() 32580 1727096779.43094: done getting variables 32580 1727096779.43145: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.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 [Debug ha_cluster_node_options] ******************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:3 Monday 23 September 2024 09:06:19 -0400 (0:00:00.032) 0:00:01.983 ****** 32580 1727096779.43162: entering _queue_task() for managed_node1/debug 32580 1727096779.43163: Creating lock for debug 32580 1727096779.43339: worker is 1 (out of 1 available) 32580 1727096779.43351: exiting _queue_task() for managed_node1/debug 32580 1727096779.43361: done queuing things up, now waiting for results queue to drain 32580 1727096779.43363: waiting for pending results... 32580 1727096779.43500: running TaskExecutor() for managed_node1/TASK: Debug ha_cluster_node_options 32580 1727096779.43547: in run() - task 129116b5-d8e7-4d6e-189e-000000000082 32580 1727096779.43558: variable 'ansible_search_path' from source: unknown 32580 1727096779.43561: variable 'ansible_search_path' from source: unknown 32580 1727096779.43588: calling self._execute() 32580 1727096779.43639: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.43642: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.43650: variable 'omit' from source: magic vars 32580 1727096779.43720: variable 'omit' from source: magic vars 32580 1727096779.43746: variable 'omit' from source: magic vars 32580 1727096779.43767: variable 'omit' from source: magic vars 32580 1727096779.43798: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.43826: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.43842: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.43855: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.43863: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.43884: variable 'inventory_hostname' from source: set_fact 32580 1727096779.43887: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.43890: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.43958: Set connection var ansible_shell_type to sh 32580 1727096779.43964: Set connection var ansible_pipelining to False 32580 1727096779.43969: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.43974: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.43977: Set connection var ansible_connection to ssh 32580 1727096779.43981: Set connection var ansible_timeout to 10 32580 1727096779.44002: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.44004: variable 'ansible_connection' from source: unknown 32580 1727096779.44007: variable 'ansible_module_compression' from source: unknown 32580 1727096779.44009: variable 'ansible_shell_type' from source: unknown 32580 1727096779.44012: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.44014: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.44016: variable 'ansible_pipelining' from source: unknown 32580 1727096779.44019: variable 'ansible_timeout' from source: unknown 32580 1727096779.44023: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.44117: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.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) 32580 1727096779.44125: variable 'omit' from source: magic vars 32580 1727096779.44138: starting attempt loop 32580 1727096779.44145: running the handler 32580 1727096779.44170: variable 'ha_cluster_node_options' from source: include params 32580 1727096779.44361: variable 'ha_cluster_node_options' from source: include params 32580 1727096779.44398: handler run complete 32580 1727096779.44416: attempt loop complete, returning result 32580 1727096779.44419: _execute() done 32580 1727096779.44423: dumping result to json 32580 1727096779.44426: done dumping result, returning 32580 1727096779.44431: done running TaskExecutor() for managed_node1/TASK: Debug ha_cluster_node_options [129116b5-d8e7-4d6e-189e-000000000082] 32580 1727096779.44436: sending task result for task 129116b5-d8e7-4d6e-189e-000000000082 32580 1727096779.44515: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000082 32580 1727096779.44518: WORKER PROCESS EXITING ok: [managed_node1] => { "ha_cluster_node_options": [ { "node_name": "localhost" }, { "node_name": "localhost" } ] } 32580 1727096779.44571: no more pending results, returning what we have 32580 1727096779.44575: results queue empty 32580 1727096779.44576: checking for any_errors_fatal 32580 1727096779.44577: done checking for any_errors_fatal 32580 1727096779.44578: checking for max_fail_percentage 32580 1727096779.44579: done checking for max_fail_percentage 32580 1727096779.44579: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.44580: done checking to see if all hosts have failed 32580 1727096779.44581: getting the remaining hosts for this loop 32580 1727096779.44583: done getting the remaining hosts for this loop 32580 1727096779.44585: getting the next task for host managed_node1 32580 1727096779.44594: done getting next task for host managed_node1 32580 1727096779.44596: ^ task is: TASK: Run the role 32580 1727096779.44599: ^ state is: HOST STATE: block=2, task=9, 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 32580 1727096779.44602: getting variables 32580 1727096779.44603: in VariableManager get_vars() 32580 1727096779.44626: Calling all_inventory to load vars for managed_node1 32580 1727096779.44630: Calling groups_inventory to load vars for managed_node1 32580 1727096779.44633: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.44640: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.44642: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.44645: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.44743: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.44868: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.44877: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.44881: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.44914: done with get_vars() 32580 1727096779.44920: done getting variables TASK [Run the role] ************************************************************ task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:9 Monday 23 September 2024 09:06:19 -0400 (0:00:00.018) 0:00:02.001 ****** 32580 1727096779.44975: entering _queue_task() for managed_node1/include_role 32580 1727096779.45141: worker is 1 (out of 1 available) 32580 1727096779.45153: exiting _queue_task() for managed_node1/include_role 32580 1727096779.45165: done queuing things up, now waiting for results queue to drain 32580 1727096779.45166: waiting for pending results... 32580 1727096779.45296: running TaskExecutor() for managed_node1/TASK: Run the role 32580 1727096779.45349: in run() - task 129116b5-d8e7-4d6e-189e-000000000084 32580 1727096779.45359: variable 'ansible_search_path' from source: unknown 32580 1727096779.45362: variable 'ansible_search_path' from source: unknown 32580 1727096779.45389: calling self._execute() 32580 1727096779.45435: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.45439: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.45447: variable 'omit' from source: magic vars 32580 1727096779.45511: _execute() done 32580 1727096779.45514: dumping result to json 32580 1727096779.45519: done dumping result, returning 32580 1727096779.45530: done running TaskExecutor() for managed_node1/TASK: Run the role [129116b5-d8e7-4d6e-189e-000000000084] 32580 1727096779.45533: sending task result for task 129116b5-d8e7-4d6e-189e-000000000084 32580 1727096779.45615: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000084 32580 1727096779.45617: WORKER PROCESS EXITING 32580 1727096779.45649: no more pending results, returning what we have 32580 1727096779.45653: in VariableManager get_vars() 32580 1727096779.45678: Calling all_inventory to load vars for managed_node1 32580 1727096779.45681: Calling groups_inventory to load vars for managed_node1 32580 1727096779.45683: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.45690: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.45695: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.45698: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.45803: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.45910: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.45920: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.45926: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.45955: done with get_vars() 32580 1727096779.45960: variable 'ansible_search_path' from source: unknown 32580 1727096779.45961: variable 'ansible_search_path' from source: unknown 32580 1727096779.46056: variable 'omit' from source: magic vars 32580 1727096779.46077: variable 'omit' from source: magic vars 32580 1727096779.46086: variable 'omit' from source: magic vars 32580 1727096779.46088: we have included files to process 32580 1727096779.46089: generating all_blocks data 32580 1727096779.46090: done generating all_blocks data 32580 1727096779.46094: processing included file: fedora.linux_system_roles.ha_cluster 32580 1727096779.46107: in VariableManager get_vars() 32580 1727096779.46117: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.46128: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46131: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46146: done with get_vars() 32580 1727096779.46162: in VariableManager get_vars() 32580 1727096779.46171: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.46182: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46185: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46204: done with get_vars() 32580 1727096779.46228: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/main.yml 32580 1727096779.46244: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/defaults/main.yml 32580 1727096779.46331: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/meta/main.yml 32580 1727096779.46373: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml 32580 1727096779.46616: in VariableManager get_vars() 32580 1727096779.46629: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.46638: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46641: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46659: done with get_vars() 32580 1727096779.46682: in VariableManager get_vars() 32580 1727096779.46700: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.46709: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46712: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46733: done with get_vars() 32580 1727096779.46834: in VariableManager get_vars() 32580 1727096779.46845: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.46854: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46856: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.46873: done with get_vars() 32580 1727096779.47036: in VariableManager get_vars() 32580 1727096779.47052: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47061: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47064: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47082: done with get_vars() 32580 1727096779.47115: in VariableManager get_vars() 32580 1727096779.47127: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47136: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47138: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47158: done with get_vars() 32580 1727096779.47183: in VariableManager get_vars() 32580 1727096779.47196: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47205: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47207: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47227: done with get_vars() 32580 1727096779.47310: in VariableManager get_vars() 32580 1727096779.47320: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47331: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47334: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47352: done with get_vars() 32580 1727096779.47378: in VariableManager get_vars() 32580 1727096779.47389: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47400: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47403: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47423: done with get_vars() 32580 1727096779.47448: in VariableManager get_vars() 32580 1727096779.47459: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47467: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47470: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47510: done with get_vars() 32580 1727096779.47537: in VariableManager get_vars() 32580 1727096779.47547: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47556: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47559: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47576: done with get_vars() 32580 1727096779.47605: in VariableManager get_vars() 32580 1727096779.47615: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47626: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47629: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47646: done with get_vars() 32580 1727096779.47669: in VariableManager get_vars() 32580 1727096779.47679: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47687: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47690: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47712: done with get_vars() 32580 1727096779.47739: in VariableManager get_vars() 32580 1727096779.47748: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47757: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47759: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47776: done with get_vars() 32580 1727096779.47803: in VariableManager get_vars() 32580 1727096779.47814: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47827: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47830: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47848: done with get_vars() 32580 1727096779.47880: in VariableManager get_vars() 32580 1727096779.47890: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.47901: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47904: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.47923: done with get_vars() 32580 1727096779.48017: in VariableManager get_vars() 32580 1727096779.48029: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48040: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48043: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48060: done with get_vars() 32580 1727096779.48074: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/handlers/main.yml 32580 1727096779.48338: iterating over new_blocks loaded from include file 32580 1727096779.48340: in VariableManager get_vars() 32580 1727096779.48348: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48360: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48363: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48380: done with get_vars() 32580 1727096779.48381: filtering new block on tags 32580 1727096779.48412: done filtering new block on tags 32580 1727096779.48413: in VariableManager get_vars() 32580 1727096779.48420: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48431: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48433: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48449: done with get_vars() 32580 1727096779.48451: filtering new block on tags 32580 1727096779.48473: done filtering new block on tags 32580 1727096779.48474: in VariableManager get_vars() 32580 1727096779.48482: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48491: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48495: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48511: done with get_vars() 32580 1727096779.48512: filtering new block on tags 32580 1727096779.48528: done filtering new block on tags 32580 1727096779.48530: in VariableManager get_vars() 32580 1727096779.48537: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48545: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48547: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48563: done with get_vars() 32580 1727096779.48564: filtering new block on tags 32580 1727096779.48586: done filtering new block on tags 32580 1727096779.48587: in VariableManager get_vars() 32580 1727096779.48705: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48714: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48717: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48736: done with get_vars() 32580 1727096779.48737: filtering new block on tags 32580 1727096779.48788: done filtering new block on tags 32580 1727096779.48790: in VariableManager get_vars() 32580 1727096779.48801: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48810: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48813: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48830: done with get_vars() 32580 1727096779.48831: filtering new block on tags 32580 1727096779.48851: done filtering new block on tags 32580 1727096779.48852: in VariableManager get_vars() 32580 1727096779.48859: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48870: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48872: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48888: done with get_vars() 32580 1727096779.48889: filtering new block on tags 32580 1727096779.48906: done filtering new block on tags 32580 1727096779.48908: in VariableManager get_vars() 32580 1727096779.48915: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.48926: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48929: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.48944: done with get_vars() 32580 1727096779.48945: filtering new block on tags 32580 1727096779.48955: done filtering new block on tags 32580 1727096779.48956: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ha_cluster for managed_node1 32580 1727096779.48959: extending task lists for all hosts with included blocks 32580 1727096779.49042: done extending task lists 32580 1727096779.49043: done processing included files 32580 1727096779.49044: results queue empty 32580 1727096779.49044: checking for any_errors_fatal 32580 1727096779.49046: done checking for any_errors_fatal 32580 1727096779.49046: checking for max_fail_percentage 32580 1727096779.49047: done checking for max_fail_percentage 32580 1727096779.49047: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.49048: done checking to see if all hosts have failed 32580 1727096779.49048: getting the remaining hosts for this loop 32580 1727096779.49049: done getting the remaining hosts for this loop 32580 1727096779.49050: getting the next task for host managed_node1 32580 1727096779.49053: done getting next task for host managed_node1 32580 1727096779.49054: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096779.49056: ^ state is: HOST STATE: block=2, task=9, 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 32580 1727096779.49062: getting variables 32580 1727096779.49062: in VariableManager get_vars() 32580 1727096779.49069: Calling all_inventory to load vars for managed_node1 32580 1727096779.49071: Calling groups_inventory to load vars for managed_node1 32580 1727096779.49072: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.49074: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.49076: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.49077: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.49174: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.49274: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.49283: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.49286: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.49312: done with get_vars() 32580 1727096779.49318: 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:06:19 -0400 (0:00:00.043) 0:00:02.045 ****** 32580 1727096779.49365: entering _queue_task() for managed_node1/include_tasks 32580 1727096779.49535: worker is 1 (out of 1 available) 32580 1727096779.49547: exiting _queue_task() for managed_node1/include_tasks 32580 1727096779.49560: done queuing things up, now waiting for results queue to drain 32580 1727096779.49561: waiting for pending results... 32580 1727096779.49698: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096779.49756: in run() - task 129116b5-d8e7-4d6e-189e-0000000000dd 32580 1727096779.49767: variable 'ansible_search_path' from source: unknown 32580 1727096779.49771: variable 'ansible_search_path' from source: unknown 32580 1727096779.49799: calling self._execute() 32580 1727096779.49853: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.49856: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.49866: variable 'omit' from source: magic vars 32580 1727096779.49934: _execute() done 32580 1727096779.49938: dumping result to json 32580 1727096779.49941: done dumping result, returning 32580 1727096779.49946: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-4d6e-189e-0000000000dd] 32580 1727096779.49951: sending task result for task 129116b5-d8e7-4d6e-189e-0000000000dd 32580 1727096779.50043: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000000dd 32580 1727096779.50046: WORKER PROCESS EXITING 32580 1727096779.50084: no more pending results, returning what we have 32580 1727096779.50088: in VariableManager get_vars() 32580 1727096779.50131: Calling all_inventory to load vars for managed_node1 32580 1727096779.50134: Calling groups_inventory to load vars for managed_node1 32580 1727096779.50136: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.50142: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.50144: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.50145: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.50250: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.50376: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.50386: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50390: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50425: done with get_vars() 32580 1727096779.50430: variable 'ansible_search_path' from source: unknown 32580 1727096779.50431: variable 'ansible_search_path' from source: unknown 32580 1727096779.50450: we have included files to process 32580 1727096779.50451: generating all_blocks data 32580 1727096779.50452: done generating all_blocks data 32580 1727096779.50454: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096779.50455: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096779.50456: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096779.50857: done processing included file 32580 1727096779.50859: iterating over new_blocks loaded from include file 32580 1727096779.50860: in VariableManager get_vars() 32580 1727096779.50870: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.50879: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50881: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50904: done with get_vars() 32580 1727096779.50905: filtering new block on tags 32580 1727096779.50925: done filtering new block on tags 32580 1727096779.50927: in VariableManager get_vars() 32580 1727096779.50937: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.50947: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50950: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.50968: done with get_vars() 32580 1727096779.50969: filtering new block on tags 32580 1727096779.50994: done filtering new block on tags 32580 1727096779.50996: in VariableManager get_vars() 32580 1727096779.51008: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.51016: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.51019: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.51039: done with get_vars() 32580 1727096779.51040: filtering new block on tags 32580 1727096779.51061: done filtering new block on tags 32580 1727096779.51062: 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_node1 32580 1727096779.51065: extending task lists for all hosts with included blocks 32580 1727096779.51243: done extending task lists 32580 1727096779.51244: done processing included files 32580 1727096779.51245: results queue empty 32580 1727096779.51245: checking for any_errors_fatal 32580 1727096779.51246: done checking for any_errors_fatal 32580 1727096779.51247: checking for max_fail_percentage 32580 1727096779.51247: done checking for max_fail_percentage 32580 1727096779.51248: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.51248: done checking to see if all hosts have failed 32580 1727096779.51249: getting the remaining hosts for this loop 32580 1727096779.51249: done getting the remaining hosts for this loop 32580 1727096779.51251: getting the next task for host managed_node1 32580 1727096779.51254: done getting next task for host managed_node1 32580 1727096779.51255: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 32580 1727096779.51257: ^ state is: HOST STATE: block=2, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 32580 1727096779.51265: getting variables 32580 1727096779.51266: in VariableManager get_vars() 32580 1727096779.51273: Calling all_inventory to load vars for managed_node1 32580 1727096779.51274: Calling groups_inventory to load vars for managed_node1 32580 1727096779.51276: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.51278: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.51280: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.51281: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.51360: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.51466: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.51475: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.51478: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.51507: done with get_vars() 32580 1727096779.51512: 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:06:19 -0400 (0:00:00.021) 0:00:02.067 ****** 32580 1727096779.51561: entering _queue_task() for managed_node1/setup 32580 1727096779.51731: worker is 1 (out of 1 available) 32580 1727096779.51742: exiting _queue_task() for managed_node1/setup 32580 1727096779.51754: done queuing things up, now waiting for results queue to drain 32580 1727096779.51755: waiting for pending results... 32580 1727096779.51878: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 32580 1727096779.51951: in run() - task 129116b5-d8e7-4d6e-189e-000000000147 32580 1727096779.51962: variable 'ansible_search_path' from source: unknown 32580 1727096779.51965: variable 'ansible_search_path' from source: unknown 32580 1727096779.51990: calling self._execute() 32580 1727096779.52041: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.52045: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.52053: variable 'omit' from source: magic vars 32580 1727096779.52378: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096779.53741: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096779.53780: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096779.53807: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096779.53833: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096779.53856: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096779.53919: 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) 32580 1727096779.53940: 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) 32580 1727096779.53961: 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) 32580 1727096779.53987: 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) 32580 1727096779.53998: 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) 32580 1727096779.54036: 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) 32580 1727096779.54052: 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) 32580 1727096779.54073: 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) 32580 1727096779.54097: 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) 32580 1727096779.54108: 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) 32580 1727096779.54224: variable '__ha_cluster_required_facts' from source: role '' all vars 32580 1727096779.54232: variable 'ansible_facts' from source: unknown 32580 1727096779.54294: Evaluated conditional (__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 32580 1727096779.54297: when evaluation is False, skipping this task 32580 1727096779.54300: _execute() done 32580 1727096779.54303: dumping result to json 32580 1727096779.54305: done dumping result, returning 32580 1727096779.54308: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role [129116b5-d8e7-4d6e-189e-000000000147] 32580 1727096779.54310: sending task result for task 129116b5-d8e7-4d6e-189e-000000000147 32580 1727096779.54386: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000147 32580 1727096779.54389: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 32580 1727096779.54462: no more pending results, returning what we have 32580 1727096779.54465: results queue empty 32580 1727096779.54466: checking for any_errors_fatal 32580 1727096779.54467: done checking for any_errors_fatal 32580 1727096779.54468: checking for max_fail_percentage 32580 1727096779.54469: done checking for max_fail_percentage 32580 1727096779.54470: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.54470: done checking to see if all hosts have failed 32580 1727096779.54471: getting the remaining hosts for this loop 32580 1727096779.54473: done getting the remaining hosts for this loop 32580 1727096779.54476: getting the next task for host managed_node1 32580 1727096779.54483: done getting next task for host managed_node1 32580 1727096779.54486: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096779.54491: ^ state is: HOST STATE: block=2, task=9, 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=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 32580 1727096779.54507: getting variables 32580 1727096779.54509: in VariableManager get_vars() 32580 1727096779.54538: Calling all_inventory to load vars for managed_node1 32580 1727096779.54540: Calling groups_inventory to load vars for managed_node1 32580 1727096779.54542: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.54549: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.54552: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.54554: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.54678: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.54789: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.54802: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.54809: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.54849: done with get_vars() 32580 1727096779.54856: 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:06:19 -0400 (0:00:00.033) 0:00:02.101 ****** 32580 1727096779.54917: entering _queue_task() for managed_node1/stat 32580 1727096779.55087: worker is 1 (out of 1 available) 32580 1727096779.55101: exiting _queue_task() for managed_node1/stat 32580 1727096779.55112: done queuing things up, now waiting for results queue to drain 32580 1727096779.55114: waiting for pending results... 32580 1727096779.55259: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096779.55335: in run() - task 129116b5-d8e7-4d6e-189e-000000000149 32580 1727096779.55348: variable 'ansible_search_path' from source: unknown 32580 1727096779.55352: variable 'ansible_search_path' from source: unknown 32580 1727096779.55377: calling self._execute() 32580 1727096779.55432: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.55436: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.55445: variable 'omit' from source: magic vars 32580 1727096779.55767: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.55940: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.55971: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.55996: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.56025: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.56080: 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) 32580 1727096779.56099: 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) 32580 1727096779.56120: 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) 32580 1727096779.56140: 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) 32580 1727096779.56227: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096779.56230: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 32580 1727096779.56233: when evaluation is False, skipping this task 32580 1727096779.56235: _execute() done 32580 1727096779.56238: dumping result to json 32580 1727096779.56240: done dumping result, returning 32580 1727096779.56243: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree [129116b5-d8e7-4d6e-189e-000000000149] 32580 1727096779.56249: sending task result for task 129116b5-d8e7-4d6e-189e-000000000149 32580 1727096779.56318: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000149 32580 1727096779.56323: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 32580 1727096779.56374: no more pending results, returning what we have 32580 1727096779.56377: results queue empty 32580 1727096779.56377: checking for any_errors_fatal 32580 1727096779.56384: done checking for any_errors_fatal 32580 1727096779.56384: checking for max_fail_percentage 32580 1727096779.56385: done checking for max_fail_percentage 32580 1727096779.56386: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.56387: done checking to see if all hosts have failed 32580 1727096779.56388: getting the remaining hosts for this loop 32580 1727096779.56390: done getting the remaining hosts for this loop 32580 1727096779.56393: getting the next task for host managed_node1 32580 1727096779.56398: done getting next task for host managed_node1 32580 1727096779.56401: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096779.56405: ^ state is: HOST STATE: block=2, task=9, 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=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 32580 1727096779.56417: getting variables 32580 1727096779.56419: in VariableManager get_vars() 32580 1727096779.56449: Calling all_inventory to load vars for managed_node1 32580 1727096779.56451: Calling groups_inventory to load vars for managed_node1 32580 1727096779.56453: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.56460: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.56462: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.56464: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.56568: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.56676: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.56686: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.56690: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.56732: done with get_vars() 32580 1727096779.56739: done getting variables 32580 1727096779.56773: 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:06:19 -0400 (0:00:00.018) 0:00:02.119 ****** 32580 1727096779.56794: entering _queue_task() for managed_node1/set_fact 32580 1727096779.56956: worker is 1 (out of 1 available) 32580 1727096779.56969: exiting _queue_task() for managed_node1/set_fact 32580 1727096779.56978: done queuing things up, now waiting for results queue to drain 32580 1727096779.56979: waiting for pending results... 32580 1727096779.57126: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096779.57199: in run() - task 129116b5-d8e7-4d6e-189e-00000000014a 32580 1727096779.57210: variable 'ansible_search_path' from source: unknown 32580 1727096779.57213: variable 'ansible_search_path' from source: unknown 32580 1727096779.57242: calling self._execute() 32580 1727096779.57297: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.57302: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.57311: variable 'omit' from source: magic vars 32580 1727096779.57673: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.57828: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.57859: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.57883: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.57908: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.57966: 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) 32580 1727096779.57983: 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) 32580 1727096779.58002: 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) 32580 1727096779.58025: 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) 32580 1727096779.58099: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096779.58106: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 32580 1727096779.58109: when evaluation is False, skipping this task 32580 1727096779.58112: _execute() done 32580 1727096779.58117: dumping result to json 32580 1727096779.58119: done dumping result, returning 32580 1727096779.58124: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree [129116b5-d8e7-4d6e-189e-00000000014a] 32580 1727096779.58132: sending task result for task 129116b5-d8e7-4d6e-189e-00000000014a 32580 1727096779.58206: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000014a 32580 1727096779.58210: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 32580 1727096779.58255: no more pending results, returning what we have 32580 1727096779.58258: results queue empty 32580 1727096779.58259: checking for any_errors_fatal 32580 1727096779.58262: done checking for any_errors_fatal 32580 1727096779.58263: checking for max_fail_percentage 32580 1727096779.58264: done checking for max_fail_percentage 32580 1727096779.58265: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.58266: done checking to see if all hosts have failed 32580 1727096779.58266: getting the remaining hosts for this loop 32580 1727096779.58268: done getting the remaining hosts for this loop 32580 1727096779.58271: getting the next task for host managed_node1 32580 1727096779.58278: done getting next task for host managed_node1 32580 1727096779.58281: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096779.58285: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.58300: getting variables 32580 1727096779.58302: in VariableManager get_vars() 32580 1727096779.58329: Calling all_inventory to load vars for managed_node1 32580 1727096779.58331: Calling groups_inventory to load vars for managed_node1 32580 1727096779.58333: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.58338: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.58340: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.58347: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.58477: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.58585: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.58597: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.58601: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.58639: done with get_vars() 32580 1727096779.58645: done getting variables 32580 1727096779.58681: 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:06:19 -0400 (0:00:00.019) 0:00:02.139 ****** 32580 1727096779.58704: entering _queue_task() for managed_node1/include_vars 32580 1727096779.58861: worker is 1 (out of 1 available) 32580 1727096779.58874: exiting _queue_task() for managed_node1/include_vars 32580 1727096779.58884: done queuing things up, now waiting for results queue to drain 32580 1727096779.58885: waiting for pending results... 32580 1727096779.59014: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096779.59087: in run() - task 129116b5-d8e7-4d6e-189e-00000000014c 32580 1727096779.59097: variable 'ansible_search_path' from source: unknown 32580 1727096779.59100: variable 'ansible_search_path' from source: unknown 32580 1727096779.59342: variable 'ansible_facts' from source: unknown 32580 1727096779.59470: variable 'ansible_facts' from source: unknown 32580 1727096779.59585: variable 'ansible_facts' from source: unknown 32580 1727096779.59698: variable 'ansible_facts' from source: unknown 32580 1727096779.59735: variable 'omit' from source: magic vars 32580 1727096779.59798: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.59805: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.59813: variable 'omit' from source: magic vars 32580 1727096779.59960: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.60133: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.60163: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.60185: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.60213: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.60262: variable '__vars_file' from source: task vars 32580 1727096779.60316: variable 'role_path' from source: magic vars 32580 1727096779.60319: variable 'item' from source: unknown 32580 1727096779.60332: Evaluated conditional (__vars_file is file): True 32580 1727096779.60335: variable 'omit' from source: magic vars 32580 1727096779.60373: variable 'omit' from source: magic vars 32580 1727096779.60408: variable '__vars_file' from source: task vars 32580 1727096779.60459: variable '__vars_file' from source: task vars 32580 1727096779.60510: variable 'role_path' from source: magic vars 32580 1727096779.60514: variable 'item' from source: unknown 32580 1727096779.60529: variable 'omit' from source: magic vars 32580 1727096779.60550: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.60570: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.60583: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.60597: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.60605: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.60625: variable 'inventory_hostname' from source: set_fact 32580 1727096779.60630: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.60632: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.60695: Set connection var ansible_shell_type to sh 32580 1727096779.60699: Set connection var ansible_pipelining to False 32580 1727096779.60704: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.60709: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.60711: Set connection var ansible_connection to ssh 32580 1727096779.60716: Set connection var ansible_timeout to 10 32580 1727096779.60736: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.60738: variable 'ansible_connection' from source: unknown 32580 1727096779.60743: variable 'ansible_module_compression' from source: unknown 32580 1727096779.60745: variable 'ansible_shell_type' from source: unknown 32580 1727096779.60747: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.60749: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.60752: variable 'ansible_pipelining' from source: unknown 32580 1727096779.60756: variable 'ansible_timeout' from source: unknown 32580 1727096779.60759: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.60829: 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) 32580 1727096779.60837: variable 'omit' from source: magic vars 32580 1727096779.60842: starting attempt loop 32580 1727096779.60844: running the handler 32580 1727096779.60916: handler run complete 32580 1727096779.60925: attempt loop complete, returning result 32580 1727096779.60936: variable 'item' from source: unknown 32580 1727096779.60980: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096779.61154: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.61157: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.61160: variable 'omit' from source: magic vars 32580 1727096779.61206: variable '__vars_file' from source: task vars 32580 1727096779.61258: variable 'role_path' from source: magic vars 32580 1727096779.61261: variable 'item' from source: unknown 32580 1727096779.61271: Evaluated conditional (__vars_file is file): False 32580 1727096779.61274: when evaluation is False, skipping this task 32580 1727096779.61299: variable 'item' from source: unknown 32580 1727096779.61341: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 32580 1727096779.61411: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.61415: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.61417: variable 'omit' from source: magic vars 32580 1727096779.61516: variable '__vars_file' from source: task vars 32580 1727096779.61570: variable 'role_path' from source: magic vars 32580 1727096779.61579: variable 'item' from source: unknown 32580 1727096779.61582: Evaluated conditional (__vars_file is file): True 32580 1727096779.61588: variable 'omit' from source: magic vars 32580 1727096779.61599: variable 'omit' from source: magic vars 32580 1727096779.61636: variable '__vars_file' from source: task vars 32580 1727096779.61677: variable '__vars_file' from source: task vars 32580 1727096779.61730: variable 'role_path' from source: magic vars 32580 1727096779.61733: variable 'item' from source: unknown 32580 1727096779.61748: variable 'omit' from source: magic vars 32580 1727096779.61762: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.61769: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.61774: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.61783: variable 'inventory_hostname' from source: set_fact 32580 1727096779.61786: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.61788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.61832: Set connection var ansible_shell_type to sh 32580 1727096779.61835: Set connection var ansible_pipelining to False 32580 1727096779.61841: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.61846: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.61850: Set connection var ansible_connection to ssh 32580 1727096779.61852: Set connection var ansible_timeout to 10 32580 1727096779.61873: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.61876: variable 'ansible_connection' from source: unknown 32580 1727096779.61878: variable 'ansible_module_compression' from source: unknown 32580 1727096779.61880: variable 'ansible_shell_type' from source: unknown 32580 1727096779.61883: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.61885: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.61887: variable 'ansible_pipelining' from source: unknown 32580 1727096779.61889: variable 'ansible_timeout' from source: unknown 32580 1727096779.61896: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.61953: 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) 32580 1727096779.61962: variable 'omit' from source: magic vars 32580 1727096779.61965: starting attempt loop 32580 1727096779.61969: running the handler 32580 1727096779.62007: handler run complete 32580 1727096779.62013: attempt loop complete, returning result 32580 1727096779.62024: variable 'item' from source: unknown 32580 1727096779.62066: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096779.62161: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.62164: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.62166: variable 'omit' from source: magic vars 32580 1727096779.62253: variable '__vars_file' from source: task vars 32580 1727096779.62306: variable 'role_path' from source: magic vars 32580 1727096779.62309: variable 'item' from source: unknown 32580 1727096779.62317: Evaluated conditional (__vars_file is file): True 32580 1727096779.62320: variable 'omit' from source: magic vars 32580 1727096779.62332: variable 'omit' from source: magic vars 32580 1727096779.62366: variable '__vars_file' from source: task vars 32580 1727096779.62411: variable '__vars_file' from source: task vars 32580 1727096779.62462: variable 'role_path' from source: magic vars 32580 1727096779.62465: variable 'item' from source: unknown 32580 1727096779.62477: variable 'omit' from source: magic vars 32580 1727096779.62490: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.62497: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.62508: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.62511: variable 'inventory_hostname' from source: set_fact 32580 1727096779.62515: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.62518: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.62560: Set connection var ansible_shell_type to sh 32580 1727096779.62563: Set connection var ansible_pipelining to False 32580 1727096779.62569: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.62573: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.62576: Set connection var ansible_connection to ssh 32580 1727096779.62580: Set connection var ansible_timeout to 10 32580 1727096779.62597: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.62600: variable 'ansible_connection' from source: unknown 32580 1727096779.62603: variable 'ansible_module_compression' from source: unknown 32580 1727096779.62605: variable 'ansible_shell_type' from source: unknown 32580 1727096779.62609: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.62611: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.62613: variable 'ansible_pipelining' from source: unknown 32580 1727096779.62615: variable 'ansible_timeout' from source: unknown 32580 1727096779.62626: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.62676: 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) 32580 1727096779.62682: variable 'omit' from source: magic vars 32580 1727096779.62685: starting attempt loop 32580 1727096779.62687: running the handler 32580 1727096779.62746: handler run complete 32580 1727096779.62752: attempt loop complete, returning result 32580 1727096779.62763: variable 'item' from source: unknown 32580 1727096779.62806: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096779.62911: dumping result to json 32580 1727096779.62913: done dumping result, returning 32580 1727096779.62916: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-4d6e-189e-00000000014c] 32580 1727096779.62918: sending task result for task 129116b5-d8e7-4d6e-189e-00000000014c 32580 1727096779.62972: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000014c 32580 1727096779.62975: WORKER PROCESS EXITING 32580 1727096779.63067: no more pending results, returning what we have 32580 1727096779.63069: results queue empty 32580 1727096779.63070: checking for any_errors_fatal 32580 1727096779.63074: done checking for any_errors_fatal 32580 1727096779.63074: checking for max_fail_percentage 32580 1727096779.63076: done checking for max_fail_percentage 32580 1727096779.63076: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.63077: done checking to see if all hosts have failed 32580 1727096779.63078: getting the remaining hosts for this loop 32580 1727096779.63079: done getting the remaining hosts for this loop 32580 1727096779.63082: getting the next task for host managed_node1 32580 1727096779.63087: done getting next task for host managed_node1 32580 1727096779.63090: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 32580 1727096779.63096: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.63105: getting variables 32580 1727096779.63106: in VariableManager get_vars() 32580 1727096779.63128: Calling all_inventory to load vars for managed_node1 32580 1727096779.63129: Calling groups_inventory to load vars for managed_node1 32580 1727096779.63131: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.63136: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.63138: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.63140: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.63256: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.63363: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.63373: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.63376: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.63416: done with get_vars() 32580 1727096779.63425: done getting variables 32580 1727096779.63460: 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:06:19 -0400 (0:00:00.047) 0:00:02.186 ****** 32580 1727096779.63479: entering _queue_task() for managed_node1/include_vars 32580 1727096779.63649: worker is 1 (out of 1 available) 32580 1727096779.63662: exiting _queue_task() for managed_node1/include_vars 32580 1727096779.63674: done queuing things up, now waiting for results queue to drain 32580 1727096779.63675: waiting for pending results... 32580 1727096779.63811: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 32580 1727096779.63884: in run() - task 129116b5-d8e7-4d6e-189e-00000000014d 32580 1727096779.63908: variable 'ansible_search_path' from source: unknown 32580 1727096779.63912: variable 'ansible_search_path' from source: unknown 32580 1727096779.63925: calling self._execute() 32580 1727096779.63979: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.63982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.63991: variable 'omit' from source: magic vars 32580 1727096779.64060: variable 'omit' from source: magic vars 32580 1727096779.64100: variable 'omit' from source: magic vars 32580 1727096779.64318: variable 'role_path' from source: magic vars 32580 1727096779.64325: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 32580 1727096779.64354: variable 'omit' from source: magic vars 32580 1727096779.64383: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.64409: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.64425: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.64439: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.64451: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.64469: variable 'inventory_hostname' from source: set_fact 32580 1727096779.64472: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.64475: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.64536: Set connection var ansible_shell_type to sh 32580 1727096779.64542: Set connection var ansible_pipelining to False 32580 1727096779.64548: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.64554: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.64556: Set connection var ansible_connection to ssh 32580 1727096779.64565: Set connection var ansible_timeout to 10 32580 1727096779.64581: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.64585: variable 'ansible_connection' from source: unknown 32580 1727096779.64587: variable 'ansible_module_compression' from source: unknown 32580 1727096779.64590: variable 'ansible_shell_type' from source: unknown 32580 1727096779.64594: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.64597: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.64599: variable 'ansible_pipelining' from source: unknown 32580 1727096779.64601: variable 'ansible_timeout' from source: unknown 32580 1727096779.64603: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.64698: 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) 32580 1727096779.64707: variable 'omit' from source: magic vars 32580 1727096779.64711: starting attempt loop 32580 1727096779.64714: running the handler 32580 1727096779.64765: handler run complete 32580 1727096779.64772: attempt loop complete, returning result 32580 1727096779.64780: _execute() done 32580 1727096779.64784: dumping result to json 32580 1727096779.64787: done dumping result, returning 32580 1727096779.64789: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables [129116b5-d8e7-4d6e-189e-00000000014d] 32580 1727096779.64794: sending task result for task 129116b5-d8e7-4d6e-189e-00000000014d 32580 1727096779.64862: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000014d 32580 1727096779.64865: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": {}, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml" ], "changed": false } 32580 1727096779.64951: no more pending results, returning what we have 32580 1727096779.64953: results queue empty 32580 1727096779.64954: checking for any_errors_fatal 32580 1727096779.64962: done checking for any_errors_fatal 32580 1727096779.64962: checking for max_fail_percentage 32580 1727096779.64964: done checking for max_fail_percentage 32580 1727096779.64964: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.64965: done checking to see if all hosts have failed 32580 1727096779.64966: getting the remaining hosts for this loop 32580 1727096779.64967: done getting the remaining hosts for this loop 32580 1727096779.64970: getting the next task for host managed_node1 32580 1727096779.64975: done getting next task for host managed_node1 32580 1727096779.64977: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 32580 1727096779.64980: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.64986: getting variables 32580 1727096779.64987: in VariableManager get_vars() 32580 1727096779.65011: Calling all_inventory to load vars for managed_node1 32580 1727096779.65013: Calling groups_inventory to load vars for managed_node1 32580 1727096779.65014: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.65020: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.65023: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.65025: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.65124: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.65232: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.65242: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.65245: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.65281: done with get_vars() 32580 1727096779.65287: 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:06:19 -0400 (0:00:00.018) 0:00:02.205 ****** 32580 1727096779.65351: entering _queue_task() for managed_node1/include_tasks 32580 1727096779.65513: worker is 1 (out of 1 available) 32580 1727096779.65528: exiting _queue_task() for managed_node1/include_tasks 32580 1727096779.65538: done queuing things up, now waiting for results queue to drain 32580 1727096779.65539: waiting for pending results... 32580 1727096779.65673: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 32580 1727096779.65733: in run() - task 129116b5-d8e7-4d6e-189e-0000000000de 32580 1727096779.65743: variable 'ansible_search_path' from source: unknown 32580 1727096779.65747: variable 'ansible_search_path' from source: unknown 32580 1727096779.65773: calling self._execute() 32580 1727096779.65878: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.65882: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.65893: variable 'omit' from source: magic vars 32580 1727096779.66157: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.66163: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.66169: _execute() done 32580 1727096779.66172: dumping result to json 32580 1727096779.66174: done dumping result, returning 32580 1727096779.66180: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories [129116b5-d8e7-4d6e-189e-0000000000de] 32580 1727096779.66185: sending task result for task 129116b5-d8e7-4d6e-189e-0000000000de 32580 1727096779.66267: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000000de 32580 1727096779.66270: WORKER PROCESS EXITING 32580 1727096779.66335: no more pending results, returning what we have 32580 1727096779.66339: in VariableManager get_vars() 32580 1727096779.66407: Calling all_inventory to load vars for managed_node1 32580 1727096779.66409: Calling groups_inventory to load vars for managed_node1 32580 1727096779.66410: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.66416: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.66418: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.66420: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.66513: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.66624: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.66635: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66638: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66669: done with get_vars() 32580 1727096779.66673: variable 'ansible_search_path' from source: unknown 32580 1727096779.66674: variable 'ansible_search_path' from source: unknown 32580 1727096779.66695: we have included files to process 32580 1727096779.66696: generating all_blocks data 32580 1727096779.66697: done generating all_blocks data 32580 1727096779.66700: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096779.66700: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096779.66702: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096779.66870: in VariableManager get_vars() 32580 1727096779.66881: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.66890: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66895: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66920: done with get_vars() 32580 1727096779.66932: done processing included file 32580 1727096779.66933: iterating over new_blocks loaded from include file 32580 1727096779.66934: in VariableManager get_vars() 32580 1727096779.66944: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.66952: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66955: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.66973: done with get_vars() 32580 1727096779.66974: filtering new block on tags 32580 1727096779.67000: done filtering new block on tags 32580 1727096779.67001: 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_node1 32580 1727096779.67005: extending task lists for all hosts with included blocks 32580 1727096779.67476: done extending task lists 32580 1727096779.67478: done processing included files 32580 1727096779.67478: results queue empty 32580 1727096779.67478: checking for any_errors_fatal 32580 1727096779.67480: done checking for any_errors_fatal 32580 1727096779.67480: checking for max_fail_percentage 32580 1727096779.67481: done checking for max_fail_percentage 32580 1727096779.67482: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.67482: done checking to see if all hosts have failed 32580 1727096779.67483: getting the remaining hosts for this loop 32580 1727096779.67483: done getting the remaining hosts for this loop 32580 1727096779.67485: getting the next task for host managed_node1 32580 1727096779.67487: done getting next task for host managed_node1 32580 1727096779.67489: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 32580 1727096779.67493: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.67502: getting variables 32580 1727096779.67502: in VariableManager get_vars() 32580 1727096779.67510: Calling all_inventory to load vars for managed_node1 32580 1727096779.67511: Calling groups_inventory to load vars for managed_node1 32580 1727096779.67513: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.67515: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.67517: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.67518: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.67599: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.67701: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.67710: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.67713: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.67742: done with get_vars() 32580 1727096779.67748: done getting variables 32580 1727096779.67775: 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:06:19 -0400 (0:00:00.024) 0:00:02.229 ****** 32580 1727096779.67797: entering _queue_task() for managed_node1/set_fact 32580 1727096779.67962: worker is 1 (out of 1 available) 32580 1727096779.67975: exiting _queue_task() for managed_node1/set_fact 32580 1727096779.67988: done queuing things up, now waiting for results queue to drain 32580 1727096779.67989: waiting for pending results... 32580 1727096779.68125: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 32580 1727096779.68194: in run() - task 129116b5-d8e7-4d6e-189e-00000000018a 32580 1727096779.68203: variable 'ansible_search_path' from source: unknown 32580 1727096779.68206: variable 'ansible_search_path' from source: unknown 32580 1727096779.68454: variable 'ansible_facts' from source: unknown 32580 1727096779.68581: variable 'ansible_facts' from source: unknown 32580 1727096779.68696: variable 'ansible_facts' from source: unknown 32580 1727096779.68836: variable 'ansible_facts' from source: unknown 32580 1727096779.68876: variable 'omit' from source: magic vars 32580 1727096779.68934: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.68941: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.68949: variable 'omit' from source: magic vars 32580 1727096779.69062: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.69066: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.69167: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.69318: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.69349: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.69373: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.69398: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.69449: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.69501: variable 'role_path' from source: magic vars 32580 1727096779.69504: variable 'item' from source: unknown 32580 1727096779.69514: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 32580 1727096779.69517: variable 'omit' from source: magic vars 32580 1727096779.69565: variable 'omit' from source: magic vars 32580 1727096779.69603: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.69654: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.69707: variable 'role_path' from source: magic vars 32580 1727096779.69710: variable 'item' from source: unknown 32580 1727096779.69725: variable 'omit' from source: magic vars 32580 1727096779.69746: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.69766: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.69779: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.69794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.69800: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.69820: variable 'inventory_hostname' from source: set_fact 32580 1727096779.69824: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.69827: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.69889: Set connection var ansible_shell_type to sh 32580 1727096779.69896: Set connection var ansible_pipelining to False 32580 1727096779.69899: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.69905: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.69908: Set connection var ansible_connection to ssh 32580 1727096779.69912: Set connection var ansible_timeout to 10 32580 1727096779.69931: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.69934: variable 'ansible_connection' from source: unknown 32580 1727096779.69936: variable 'ansible_module_compression' from source: unknown 32580 1727096779.69939: variable 'ansible_shell_type' from source: unknown 32580 1727096779.69941: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.69943: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.69947: variable 'ansible_pipelining' from source: unknown 32580 1727096779.69949: variable 'ansible_timeout' from source: unknown 32580 1727096779.69954: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.70029: 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) 32580 1727096779.70037: variable 'omit' from source: magic vars 32580 1727096779.70042: starting attempt loop 32580 1727096779.70045: running the handler 32580 1727096779.70055: handler run complete 32580 1727096779.70062: attempt loop complete, returning result 32580 1727096779.70077: variable 'item' from source: unknown 32580 1727096779.70119: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096779.70256: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.70259: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.70262: variable 'omit' from source: magic vars 32580 1727096779.70311: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.70314: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.70396: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.70446: variable 'role_path' from source: magic vars 32580 1727096779.70450: variable 'item' from source: unknown 32580 1727096779.70458: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 32580 1727096779.70461: variable 'omit' from source: magic vars 32580 1727096779.70471: variable 'omit' from source: magic vars 32580 1727096779.70510: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.70552: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.70620: variable 'role_path' from source: magic vars 32580 1727096779.70625: variable 'item' from source: unknown 32580 1727096779.70637: variable 'omit' from source: magic vars 32580 1727096779.70651: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.70657: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.70663: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.70672: variable 'inventory_hostname' from source: set_fact 32580 1727096779.70675: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.70677: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.70728: Set connection var ansible_shell_type to sh 32580 1727096779.70731: Set connection var ansible_pipelining to False 32580 1727096779.70737: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.70742: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.70744: Set connection var ansible_connection to ssh 32580 1727096779.70749: Set connection var ansible_timeout to 10 32580 1727096779.70766: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.70769: variable 'ansible_connection' from source: unknown 32580 1727096779.70771: variable 'ansible_module_compression' from source: unknown 32580 1727096779.70773: variable 'ansible_shell_type' from source: unknown 32580 1727096779.70776: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.70778: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.70782: variable 'ansible_pipelining' from source: unknown 32580 1727096779.70784: variable 'ansible_timeout' from source: unknown 32580 1727096779.70788: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.70850: 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) 32580 1727096779.70857: variable 'omit' from source: magic vars 32580 1727096779.70860: starting attempt loop 32580 1727096779.70862: running the handler 32580 1727096779.70869: handler run complete 32580 1727096779.70875: attempt loop complete, returning result 32580 1727096779.70885: variable 'item' from source: unknown 32580 1727096779.70929: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096779.70999: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.71002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.71005: variable 'omit' from source: magic vars 32580 1727096779.71089: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.71095: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.71171: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.71223: variable 'role_path' from source: magic vars 32580 1727096779.71227: variable 'item' from source: unknown 32580 1727096779.71235: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 32580 1727096779.71237: when evaluation is False, skipping this task 32580 1727096779.71263: variable 'item' from source: unknown 32580 1727096779.71304: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096779.71373: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.71375: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.71385: variable 'omit' from source: magic vars 32580 1727096779.71464: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.71468: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.71544: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096779.71602: variable 'role_path' from source: magic vars 32580 1727096779.71605: variable 'item' from source: unknown 32580 1727096779.71608: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 32580 1727096779.71610: when evaluation is False, skipping this task 32580 1727096779.71635: variable 'item' from source: unknown 32580 1727096779.71674: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096779.71752: dumping result to json 32580 1727096779.71754: done dumping result, returning 32580 1727096779.71757: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories [129116b5-d8e7-4d6e-189e-00000000018a] 32580 1727096779.71758: sending task result for task 129116b5-d8e7-4d6e-189e-00000000018a 32580 1727096779.71794: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000018a 32580 1727096779.71797: WORKER PROCESS EXITING 32580 1727096779.71849: no more pending results, returning what we have 32580 1727096779.71852: results queue empty 32580 1727096779.71852: checking for any_errors_fatal 32580 1727096779.71854: done checking for any_errors_fatal 32580 1727096779.71854: checking for max_fail_percentage 32580 1727096779.71856: done checking for max_fail_percentage 32580 1727096779.71857: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.71857: done checking to see if all hosts have failed 32580 1727096779.71858: getting the remaining hosts for this loop 32580 1727096779.71860: done getting the remaining hosts for this loop 32580 1727096779.71862: getting the next task for host managed_node1 32580 1727096779.71867: done getting next task for host managed_node1 32580 1727096779.71870: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 32580 1727096779.71874: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.71883: getting variables 32580 1727096779.71885: in VariableManager get_vars() 32580 1727096779.71916: Calling all_inventory to load vars for managed_node1 32580 1727096779.71918: Calling groups_inventory to load vars for managed_node1 32580 1727096779.71920: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.71934: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.71937: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.71940: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.72070: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.72178: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.72193: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.72197: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.72237: done with get_vars() 32580 1727096779.72244: 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:06:19 -0400 (0:00:00.045) 0:00:02.275 ****** 32580 1727096779.72305: entering _queue_task() for managed_node1/include_tasks 32580 1727096779.72479: worker is 1 (out of 1 available) 32580 1727096779.72496: exiting _queue_task() for managed_node1/include_tasks 32580 1727096779.72508: done queuing things up, now waiting for results queue to drain 32580 1727096779.72509: waiting for pending results... 32580 1727096779.72648: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 32580 1727096779.72720: in run() - task 129116b5-d8e7-4d6e-189e-00000000018b 32580 1727096779.72733: variable 'ansible_search_path' from source: unknown 32580 1727096779.72737: variable 'ansible_search_path' from source: unknown 32580 1727096779.72763: calling self._execute() 32580 1727096779.72814: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.72819: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.72830: variable 'omit' from source: magic vars 32580 1727096779.73106: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096779.73112: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096779.73219: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096779.73372: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096779.73429: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096779.73453: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096779.73477: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096779.73538: 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) 32580 1727096779.73555: 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) 32580 1727096779.73572: 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) 32580 1727096779.73590: 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) 32580 1727096779.73651: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096779.73664: Evaluated conditional (__ha_cluster_enable_repo_tasks_file is defined): True 32580 1727096779.73752: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096779.75205: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096779.75247: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096779.75270: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096779.75303: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096779.75324: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096779.75358: 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) 32580 1727096779.75378: 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) 32580 1727096779.75397: 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) 32580 1727096779.75423: 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) 32580 1727096779.75435: 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) 32580 1727096779.75495: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096779.75504: Evaluated conditional (not __ha_cluster_is_ostree | d(false)): True 32580 1727096779.75509: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096779.75559: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096779.75571: _execute() done 32580 1727096779.75574: dumping result to json 32580 1727096779.75579: done dumping result, returning 32580 1727096779.75582: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories [129116b5-d8e7-4d6e-189e-00000000018b] 32580 1727096779.75588: sending task result for task 129116b5-d8e7-4d6e-189e-00000000018b 32580 1727096779.75668: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000018b 32580 1727096779.75671: WORKER PROCESS EXITING 32580 1727096779.75730: no more pending results, returning what we have 32580 1727096779.75734: in VariableManager get_vars() 32580 1727096779.75770: Calling all_inventory to load vars for managed_node1 32580 1727096779.75772: Calling groups_inventory to load vars for managed_node1 32580 1727096779.75774: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.75784: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.75786: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.75789: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.75910: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.76042: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.76052: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76056: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76094: done with get_vars() 32580 1727096779.76099: variable 'ansible_search_path' from source: unknown 32580 1727096779.76100: variable 'ansible_search_path' from source: unknown 32580 1727096779.76111: we have included files to process 32580 1727096779.76111: generating all_blocks data 32580 1727096779.76112: done generating all_blocks data 32580 1727096779.76115: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096779.76116: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096779.76117: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096779.76320: done processing included file 32580 1727096779.76323: iterating over new_blocks loaded from include file 32580 1727096779.76328: in VariableManager get_vars() 32580 1727096779.76339: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.76348: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76351: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76371: done with get_vars() 32580 1727096779.76372: filtering new block on tags 32580 1727096779.76403: done filtering new block on tags 32580 1727096779.76405: 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_node1 32580 1727096779.76408: extending task lists for all hosts with included blocks 32580 1727096779.76536: done extending task lists 32580 1727096779.76537: done processing included files 32580 1727096779.76537: results queue empty 32580 1727096779.76538: checking for any_errors_fatal 32580 1727096779.76541: done checking for any_errors_fatal 32580 1727096779.76541: checking for max_fail_percentage 32580 1727096779.76542: done checking for max_fail_percentage 32580 1727096779.76542: checking to see if all hosts have failed and the running result is not ok 32580 1727096779.76543: done checking to see if all hosts have failed 32580 1727096779.76543: getting the remaining hosts for this loop 32580 1727096779.76544: done getting the remaining hosts for this loop 32580 1727096779.76546: getting the next task for host managed_node1 32580 1727096779.76549: done getting next task for host managed_node1 32580 1727096779.76550: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 32580 1727096779.76552: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096779.76558: getting variables 32580 1727096779.76559: in VariableManager get_vars() 32580 1727096779.76566: Calling all_inventory to load vars for managed_node1 32580 1727096779.76568: Calling groups_inventory to load vars for managed_node1 32580 1727096779.76569: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096779.76572: Calling all_plugins_play to load vars for managed_node1 32580 1727096779.76573: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096779.76574: Calling groups_plugins_play to load vars for managed_node1 32580 1727096779.76657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096779.76778: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096779.76788: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76790: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096779.76822: done with get_vars() 32580 1727096779.76830: done getting variables 32580 1727096779.76874: 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:06:19 -0400 (0:00:00.045) 0:00:02.320 ****** 32580 1727096779.76897: entering _queue_task() for managed_node1/command 32580 1727096779.76898: Creating lock for command 32580 1727096779.77091: worker is 1 (out of 1 available) 32580 1727096779.77106: exiting _queue_task() for managed_node1/command 32580 1727096779.77120: done queuing things up, now waiting for results queue to drain 32580 1727096779.77123: waiting for pending results... 32580 1727096779.77268: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 32580 1727096779.77365: in run() - task 129116b5-d8e7-4d6e-189e-0000000001f7 32580 1727096779.77375: variable 'ansible_search_path' from source: unknown 32580 1727096779.77379: variable 'ansible_search_path' from source: unknown 32580 1727096779.77411: calling self._execute() 32580 1727096779.77469: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.77473: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.77481: variable 'omit' from source: magic vars 32580 1727096779.77555: variable 'omit' from source: magic vars 32580 1727096779.77611: variable 'omit' from source: magic vars 32580 1727096779.77636: variable 'omit' from source: magic vars 32580 1727096779.77668: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096779.77701: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096779.77717: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096779.77732: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.77742: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096779.77764: variable 'inventory_hostname' from source: set_fact 32580 1727096779.77767: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.77770: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.77839: Set connection var ansible_shell_type to sh 32580 1727096779.77846: Set connection var ansible_pipelining to False 32580 1727096779.77851: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096779.77856: Set connection var ansible_shell_executable to /bin/sh 32580 1727096779.77858: Set connection var ansible_connection to ssh 32580 1727096779.77863: Set connection var ansible_timeout to 10 32580 1727096779.77883: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.77887: variable 'ansible_connection' from source: unknown 32580 1727096779.77889: variable 'ansible_module_compression' from source: unknown 32580 1727096779.77892: variable 'ansible_shell_type' from source: unknown 32580 1727096779.77894: variable 'ansible_shell_executable' from source: unknown 32580 1727096779.77898: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096779.77901: variable 'ansible_pipelining' from source: unknown 32580 1727096779.77905: variable 'ansible_timeout' from source: unknown 32580 1727096779.77907: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096779.78010: 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) 32580 1727096779.78018: variable 'omit' from source: magic vars 32580 1727096779.78024: starting attempt loop 32580 1727096779.78027: running the handler 32580 1727096779.78042: _low_level_execute_command(): starting 32580 1727096779.78049: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096779.78560: 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 <<< 32580 1727096779.78563: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.78567: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096779.78569: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.78607: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096779.78620: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.78680: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.80383: stdout chunk (state=3): >>>/root <<< 32580 1727096779.80483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.80512: stderr chunk (state=3): >>><<< 32580 1727096779.80515: stdout chunk (state=3): >>><<< 32580 1727096779.80557: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096779.80561: _low_level_execute_command(): starting 32580 1727096779.80563: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427 `" && echo ansible-tmp-1727096779.8053956-32655-3539123938427="` echo /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427 `" ) && sleep 0' 32580 1727096779.81054: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.81058: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.81061: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.81075: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.81101: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.81142: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.83108: stdout chunk (state=3): >>>ansible-tmp-1727096779.8053956-32655-3539123938427=/root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427 <<< 32580 1727096779.83216: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.83239: stderr chunk (state=3): >>><<< 32580 1727096779.83242: stdout chunk (state=3): >>><<< 32580 1727096779.83257: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096779.8053956-32655-3539123938427=/root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096779.83281: variable 'ansible_module_compression' from source: unknown 32580 1727096779.83325: ANSIBALLZ: Using generic lock for ansible.legacy.command 32580 1727096779.83328: ANSIBALLZ: Acquiring lock 32580 1727096779.83330: ANSIBALLZ: Lock acquired: 140238211726224 32580 1727096779.83333: ANSIBALLZ: Creating module 32580 1727096779.91229: ANSIBALLZ: Writing module into payload 32580 1727096779.91286: ANSIBALLZ: Writing module 32580 1727096779.91302: ANSIBALLZ: Renaming module 32580 1727096779.91307: ANSIBALLZ: Done creating module 32580 1727096779.91326: variable 'ansible_facts' from source: unknown 32580 1727096779.91369: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py 32580 1727096779.91463: Sending initial data 32580 1727096779.91467: Sent initial data (154 bytes) 32580 1727096779.91894: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.91898: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096779.91938: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.91975: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096779.91979: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096779.91990: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.92053: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.93724: 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 <<< 32580 1727096779.93730: stderr chunk (state=3): >>>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 <<< 32580 1727096779.93767: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096779.93817: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpae_odlnc /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py <<< 32580 1727096779.93824: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py" <<< 32580 1727096779.93865: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpae_odlnc" to remote "/root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py" <<< 32580 1727096779.93867: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py" <<< 32580 1727096779.94403: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.94406: stderr chunk (state=3): >>><<< 32580 1727096779.94411: stdout chunk (state=3): >>><<< 32580 1727096779.94441: done transferring module to remote 32580 1727096779.94458: _low_level_execute_command(): starting 32580 1727096779.94461: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/ /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py && sleep 0' 32580 1727096779.94881: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.94886: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096779.94889: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.94891: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.94895: 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.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096779.94901: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.94941: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096779.94945: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.94992: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.96784: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096779.96808: stderr chunk (state=3): >>><<< 32580 1727096779.96811: stdout chunk (state=3): >>><<< 32580 1727096779.96825: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096779.96828: _low_level_execute_command(): starting 32580 1727096779.96835: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/AnsiballZ_command.py && sleep 0' 32580 1727096779.97243: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096779.97246: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096779.97249: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.97251: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096779.97253: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096779.97303: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096779.97309: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096779.97357: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096779.99575: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096779.99604: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096779.99637: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 32580 1727096779.99644: stdout chunk (state=3): >>>import '_weakref' # <<< 32580 1727096779.99708: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096779.99713: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096779.99750: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096779.99784: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096779.99812: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 32580 1727096779.99866: 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' <<< 32580 1727096779.99892: stdout chunk (state=3): >>>import '_codecs' # <<< 32580 1727096779.99912: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096779.99948: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096779.99976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096779.99980: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c81104d0> <<< 32580 1727096779.99991: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c80dfb30> <<< 32580 1727096780.00019: 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' <<< 32580 1727096780.00024: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c8112a50> <<< 32580 1727096780.00046: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096780.00076: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 32580 1727096780.00098: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096780.00132: stdout chunk (state=3): >>>import '_stat' # <<< 32580 1727096780.00135: stdout chunk (state=3): >>>import 'stat' # <<< 32580 1727096780.00216: stdout chunk (state=3): >>>import '_collections_abc' # <<< 32580 1727096780.00243: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 32580 1727096780.00277: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096780.00297: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 32580 1727096780.00309: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 32580 1727096780.00327: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 32580 1727096780.00331: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096780.00345: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096780.00369: 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 <<< 32580 1727096780.00374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 32580 1727096780.00396: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7ee5130> <<< 32580 1727096780.00447: 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 <<< 32580 1727096780.00465: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.00471: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7ee6090> <<< 32580 1727096780.00496: stdout chunk (state=3): >>>import 'site' # <<< 32580 1727096780.00526: 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. <<< 32580 1727096780.00752: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096780.00767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 32580 1727096780.00786: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096780.00801: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.00816: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096780.00860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096780.00875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096780.00905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096780.00913: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f23ec0> <<< 32580 1727096780.00942: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 32580 1727096780.00950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 32580 1727096780.00975: stdout chunk (state=3): >>>import '_operator' # <<< 32580 1727096780.00979: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f23f80> <<< 32580 1727096780.01001: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 32580 1727096780.01024: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 32580 1727096780.01055: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096780.01097: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.01117: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096780.01147: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 32580 1727096780.01153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' <<< 32580 1727096780.01165: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f5b830> <<< 32580 1727096780.01179: 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' <<< 32580 1727096780.01185: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f5bec0> <<< 32580 1727096780.01206: stdout chunk (state=3): >>>import '_collections' # <<< 32580 1727096780.01253: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f3bb60> <<< 32580 1727096780.01269: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096780.01292: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f392b0> <<< 32580 1727096780.01384: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f21070> <<< 32580 1727096780.01406: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096780.01429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 32580 1727096780.01432: stdout chunk (state=3): >>>import '_sre' # <<< 32580 1727096780.01507: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096780.01539: 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' <<< 32580 1727096780.01563: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f7f800> <<< 32580 1727096780.01572: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f7e420> <<< 32580 1727096780.01611: 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 0x7f27c7f3a2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f7cbc0> <<< 32580 1727096780.01666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 32580 1727096780.01669: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f202f0> <<< 32580 1727096780.01702: 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' <<< 32580 1727096780.01738: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.01740: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c7fb0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb0bc0> <<< 32580 1727096780.01778: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.01782: 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 0x7f27c7fb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f1ee10> <<< 32580 1727096780.01819: 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' <<< 32580 1727096780.01842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096780.01872: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 32580 1727096780.01894: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb12b0> <<< 32580 1727096780.01902: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 32580 1727096780.01933: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 32580 1727096780.01940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 32580 1727096780.01949: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb24e0> <<< 32580 1727096780.01970: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 32580 1727096780.02004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096780.02032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096780.02061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 32580 1727096780.02065: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fc86e0> <<< 32580 1727096780.02080: stdout chunk (state=3): >>>import 'errno' # <<< 32580 1727096780.02115: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.02119: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c7fc9dc0> <<< 32580 1727096780.02140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 32580 1727096780.02159: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 32580 1727096780.02171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 32580 1727096780.02188: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 32580 1727096780.02193: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fcac30> <<< 32580 1727096780.02237: 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 0x7f27c7fcb260> <<< 32580 1727096780.02240: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fca180> <<< 32580 1727096780.02275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096780.02279: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096780.02318: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.02323: 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 0x7f27c7fcbce0> <<< 32580 1727096780.02337: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fcb410> <<< 32580 1727096780.02378: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb2450> <<< 32580 1727096780.02402: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096780.02425: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096780.02444: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096780.02465: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096780.02498: 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 0x7f27c7d4fb90> <<< 32580 1727096780.02524: 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' <<< 32580 1727096780.02552: 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 0x7f27c7d78710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78470> <<< 32580 1727096780.02583: 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 0x7f27c7d78740> <<< 32580 1727096780.02611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096780.02694: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.02814: 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 0x7f27c7d79070> <<< 32580 1727096780.02941: 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 0x7f27c7d799a0> <<< 32580 1727096780.02949: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78920> <<< 32580 1727096780.02961: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d4dd30> <<< 32580 1727096780.02989: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 32580 1727096780.03006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 32580 1727096780.03034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 32580 1727096780.03041: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 32580 1727096780.03054: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d7acf0> <<< 32580 1727096780.03071: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78ef0> <<< 32580 1727096780.03095: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb2c00> <<< 32580 1727096780.03117: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096780.03180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.03204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096780.03237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096780.03260: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7da7080> <<< 32580 1727096780.03315: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096780.03324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.03348: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 32580 1727096780.03369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096780.03409: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7dcb440> <<< 32580 1727096780.03431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096780.03476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096780.03528: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096780.03554: 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 0x7f27c7e28200> <<< 32580 1727096780.03577: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096780.03604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 32580 1727096780.03631: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096780.03670: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096780.03753: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7e2a960> <<< 32580 1727096780.03828: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7e28320> <<< 32580 1727096780.03865: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7df5220> <<< 32580 1727096780.03898: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 32580 1727096780.03902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c772d2e0> <<< 32580 1727096780.03918: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7dca240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d7bc50> <<< 32580 1727096780.04025: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 32580 1727096780.04044: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27c772d580> <<< 32580 1727096780.04193: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_dzs46z9y/ansible_ansible.legacy.command_payload.zip' <<< 32580 1727096780.04195: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.04318: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.04347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096780.04363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096780.04406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096780.04621: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c777f080> import '_typing' # <<< 32580 1727096780.04713: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7761f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77610d0> # zipimport: zlib available <<< 32580 1727096780.04747: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 32580 1727096780.04781: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 32580 1727096780.04806: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 32580 1727096780.06226: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.07361: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 32580 1727096780.07367: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c777cf50> <<< 32580 1727096780.07400: 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' <<< 32580 1727096780.07424: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 32580 1727096780.07432: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 32580 1727096780.07456: 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' <<< 32580 1727096780.07493: 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' <<< 32580 1727096780.07507: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c77a6a20> <<< 32580 1727096780.07536: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a67b0> <<< 32580 1727096780.07572: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a60c0> <<< 32580 1727096780.07586: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096780.07601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096780.07640: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a6b10> <<< 32580 1727096780.07643: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c777fd10> import 'atexit' # <<< 32580 1727096780.07679: 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 0x7f27c77a77d0> <<< 32580 1727096780.07709: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c77a7a10> <<< 32580 1727096780.07735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096780.07780: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096780.07800: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096780.07846: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a7f50> <<< 32580 1727096780.07853: stdout chunk (state=3): >>>import 'pwd' # <<< 32580 1727096780.07868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096780.07902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096780.07939: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7611cd0> <<< 32580 1727096780.07966: 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 0x7f27c76138f0> <<< 32580 1727096780.07990: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096780.08004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096780.08043: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c76182f0> <<< 32580 1727096780.08060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096780.08095: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096780.08107: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7619490> <<< 32580 1727096780.08132: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096780.08168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096780.08190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096780.08246: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c761bf80> <<< 32580 1727096780.08285: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.08290: 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 0x7f27c76202f0> <<< 32580 1727096780.08306: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c761a240> <<< 32580 1727096780.08330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096780.08357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 32580 1727096780.08383: 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' <<< 32580 1727096780.08406: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 32580 1727096780.08433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096780.08457: 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' <<< 32580 1727096780.08476: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7623ec0> <<< 32580 1727096780.08486: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096780.08552: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7622990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c76226f0> <<< 32580 1727096780.08576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096780.08581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096780.08659: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7622c60> <<< 32580 1727096780.08685: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c761a750> <<< 32580 1727096780.08717: 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 0x7f27c7667b90> <<< 32580 1727096780.08750: 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 0x7f27c76682f0> <<< 32580 1727096780.08775: 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 <<< 32580 1727096780.08789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096780.08819: 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' <<< 32580 1727096780.08859: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.08868: 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 0x7f27c7669d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7669b50> <<< 32580 1727096780.08877: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096780.09020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096780.09073: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.09078: 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 0x7f27c766c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c766a420> <<< 32580 1727096780.09105: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096780.09147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.09172: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 32580 1727096780.09184: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 32580 1727096780.09195: stdout chunk (state=3): >>>import '_string' # <<< 32580 1727096780.09235: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c766fad0> <<< 32580 1727096780.09365: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c766c4a0> <<< 32580 1727096780.09428: 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' <<< 32580 1727096780.09434: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c7670b60> <<< 32580 1727096780.09469: 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' <<< 32580 1727096780.09471: 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 0x7f27c766d010> <<< 32580 1727096780.09512: 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' <<< 32580 1727096780.09515: 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 0x7f27c7670c20> <<< 32580 1727096780.09532: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7668500> <<< 32580 1727096780.09550: 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' <<< 32580 1727096780.09576: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096780.09598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 32580 1727096780.09628: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.09652: stdout chunk (state=3): >>># extension module '_socket' executed from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.09667: stdout chunk (state=3): >>>import '_socket' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c76fc380> <<< 32580 1727096780.09817: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.09822: 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 0x7f27c76fd640> <<< 32580 1727096780.09837: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7672b40> <<< 32580 1727096780.09863: 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' <<< 32580 1727096780.09873: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f27c7673ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7672750> <<< 32580 1727096780.09881: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.09905: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 32580 1727096780.09927: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10016: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10105: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10117: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10166: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 32580 1727096780.10289: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10409: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.10981: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.11542: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096780.11565: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 32580 1727096780.11569: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 32580 1727096780.11590: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 32580 1727096780.11617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.11673: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.11678: 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 0x7f27c7501850> <<< 32580 1727096780.11756: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 32580 1727096780.11764: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 32580 1727096780.11777: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7502630> <<< 32580 1727096780.11788: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c76fd850> <<< 32580 1727096780.11839: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 32580 1727096780.11854: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.11868: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.11894: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 32580 1727096780.12051: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.12208: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096780.12215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 32580 1727096780.12227: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c75026c0> <<< 32580 1727096780.12238: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.12701: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13157: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13230: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13307: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096780.13310: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13356: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13384: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096780.13399: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13464: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13547: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 32580 1727096780.13568: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13576: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13581: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 32580 1727096780.13597: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13633: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13676: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096780.13681: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.13913: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14149: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096780.14223: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096780.14230: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096780.14311: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7503950> <<< 32580 1727096780.14317: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14389: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14463: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 32580 1727096780.14475: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 32580 1727096780.14482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096780.14506: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14547: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14583: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096780.14598: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14643: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14686: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14742: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.14814: 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 <<< 32580 1727096780.14862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.14956: 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' <<< 32580 1727096780.14965: 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 0x7f27c750e300> <<< 32580 1727096780.14996: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c75091c0> <<< 32580 1727096780.15030: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 32580 1727096780.15033: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 32580 1727096780.15106: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15166: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15196: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15240: 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 <<< 32580 1727096780.15245: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.15261: 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 <<< 32580 1727096780.15292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096780.15308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096780.15372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096780.15388: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 32580 1727096780.15411: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 32580 1727096780.15466: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77fabd0> <<< 32580 1727096780.15512: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77e28a0> <<< 32580 1727096780.15593: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c750e3c0> <<< 32580 1727096780.15603: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7503350> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 32580 1727096780.15613: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15637: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15666: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096780.15730: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096780.15741: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15755: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 32580 1727096780.15774: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15881: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.15997: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 32580 1727096780.16002: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 32580 1727096780.16028: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77e2000> <<< 32580 1727096780.16106: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.38967: 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 0x7f8bb53b8530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5383b60>\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 0x7f8bb53baab0>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5169190>\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 0x7f8bb516a0c0>\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 0x7f8bb51a5220>\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/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 0x7f8bb51a5a60>\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 0x7f8bb51b9160>\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.<<< 32580 1727096780.39008: stdout chunk (state=3): >>>pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1d60>\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 0x7f8bb520c6b0>\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 0x7f8bb520cce0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb230>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1eb0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb7a0>\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 0x7f8bb52341a0>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb520edb0>\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 0x7f8bb520ffe0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51f8920>\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 0x7f8bb52354f0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51b9b80>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a74a0>\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 0x7f8bb5236de0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5236bd0>\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 0x7f8bb5237080>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bac30>\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 0x7f8bb52373e0>\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 0x7f8bb52376e0>\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 0x7f8bb5237bf0>\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 0x7f8bb525f6e0>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525edb0>\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 0x7f8bb525ee10>\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 0x7f8bb5054530>\nimport 'emai<<< 32580 1727096780.39023: stdout chunk (state=3): >>>l.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5054110>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5047560>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525deb0>\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 0x7f8bb5057da0>\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 0x7f8bb5074890>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50745f0>\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 0x7f8bb50748c0>\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 0x7f8bb5075220>\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 0x7f8bb5075bb0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5074aa0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5055f70>\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 0x7f8bb5077410>\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 0x7f8bb50a13a0>\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 0x7f8bb50a1430>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5077e30>\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 0x7f8bb50a3800>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5075cd0>\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 0x7f8bb50a39b0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5076690>\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 0x7f8bb50a3fb0>\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 0x7f8bb50be510>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50a38f0>\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 0x7f8bb5128410>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109af0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5108440>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50473e0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525d100>\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.SourceFileLoa<<< 32580 1727096780.39046: stdout chunk (state=3): >>>der object at 0x7f8bb4933200>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f7a0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109970>\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 0x7f8bb4962ff0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4960f80>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f2f0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525c890>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237ce0>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237920>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb52377a0>\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 0x7f8bb5237d10>\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 0x7f8bb49b4ef0>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4986300>\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 0x7f8bb49b63f0>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49331a0>\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 0x7f8bb49b5fa0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49633e0>\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 0x7f8bb49b6510>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6b10>\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 0x7f8bb51a7080>\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 0x7f8bb49f3bf0>\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 0x7f8bb4813d40>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813890>\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 0x7f8bb483b770>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813ec0>\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 0x7f8bb48a2930>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb483b920>\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 0x7f8bb2d60710>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48a2f60>\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 o<<< 32580 1727096780.39084: stdout chunk (state=3): >>>bject at 0x7f8bb2d63890>\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 0x7f8bb2d63950>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d609b0>\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 0x7f8bb2dc8fe0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d991c0>\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 0x7f8bb2dca2d0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dc96a0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48114c0>\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 0x7f8bb4839e20>\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 0x7f8bb2dfddf0>\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 0x7f8bb2dfdf40>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfd250>\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 f<<< 32580 1727096780.39101: stdout chunk (state=3): >>>rom '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc'\nimport 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e251f0>\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 0x7f8bb2e260f0>\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 0x7f8bb2e26a20>\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 0x7f8bb2e27fb0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e26330>\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 0x7f8bb244f290>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244de80>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244dbe0>\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 0x7f8bb244e150>\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 0x7f8bb247aed0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242ff20>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242c890>\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.<<< 32580 1727096780.39116: stdout chunk (state=3): >>>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 0x7f8bb24bcfe0>\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 0x7f8bb24bd5b0>\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 0x7f8bb24be420>\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 0x7f8bb24bea50>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24bd970>\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 0x7f8bb24bf3e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24beb10>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2492f90>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2491520>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e25250>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24a40>\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 0x7f8bb24e0ce0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24f20>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfed80>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfc860>\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 0x7f8bb2dfcf80>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfcce0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dca810>\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 0x7f8bb24e2600>\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 0x7f8bb2208bf0>\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 0x7f8bb22093d0>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e3e90>\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 0x7f8bb2209c10>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e2660>\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 0x7f8bb220b680>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220ac00>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220aa20>\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<<< 32580 1727096780.39140: stdout chunk (state=3): >>>' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so'\nimport 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bb2236de0>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22367b0>\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 0x7f8bb2279100>\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 0x7f8bb2279790>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb225d1f0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22370e0>\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 0x7f8bb2279b80>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2235c40>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220be30>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bb00>\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 0x7f8bb22a48f0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb227b8f0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bdd0>\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 0x7f8bb22a4e00>\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 0x7f8bb22a51f0>\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 0x7f8bb22a5280>\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 0x7f8bb22a53a0>\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 0x7f8bb22a7fe0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a6150>\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 0x7f8bb2dfcc50>\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 0x7f8bb22cc200>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a5190>\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 0x7f8bb22cddf0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cdb20>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cd400>\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 0x7f8bb22ce000>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22ccfb0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cc3b0>\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/importlib/__pycache__/__init__.<<< 32580 1727096780.39168: stdout chunk (state=3): >>>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'\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf5f0>\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 0x7f8bb20afaa0>\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 0x7f8bb20ff2f0>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20fe6f0>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20d4ad0>\nimport 'importlib.machinery' # \nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf8f0>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cea80>\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 0x7f8bb2e251c0>\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 0x7f8bb20ad9d0>\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 0x7f8bb211f740>\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 0x7f8bb2145b20>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211fda0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211f9b0>\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<<< 32580 1727096780.39183: stdout chunk (state=3): >>>.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 0x7f8bb2145e20>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2144350>\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 0x7f8bb2146cf0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49b6c90>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a5790>\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 0x7f8bb2173410>\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 0x7f8bb2191490>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2191010>\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 0x7f8bb2190f80>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173ec0>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173740>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2170380>\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 0<<< 32580 1727096780.39215: stdout chunk (state=3): >>>x7f8bb2173200>\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 0x7f8bb1f1eb10>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f1d640>\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 0x7f8bb1f4c320>\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 0x7f8bb1f4c5f0>\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 0x7f8bb1f4c860>\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 0x7f8bb1f4cad0>\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 0x7f8bb1f4d190>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4d010>\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 0x7f8bb1f4eae0>\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 0x7f8bb1f4ec30>\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 0x7f8bb1f4ee40>\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 0x7f8bb1f4fd40>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4f5c0>\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 0x7f8bb1f4fef0>\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 0x7f8bb1f70da0>\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 0x7f8bb1f70f80>\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 0x7f8bb1f71250>\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 0x7f8bb1f72120>\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 0x7f8bb1f72390>\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 0x7f8bb1f725a0>\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 0x7f8bb1f731d0>\nimport 'dnf.cli.commands.search' # <_frozen_importli<<< 32580 1727096780.39223: stdout chunk (state=3): >>>b_external.SourceFileLoader object at 0x7f8bb1f72cf0>\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 0x7f8bb1f73f80>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f73980>\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 0x7f8bb1f9cd10>\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 0x7f8bb1f9d010>\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 0x7f8bb1f9dfa0>\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 0x7f8bb1f9e240>\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 0x7f8bb1f9e3f0>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2146f30>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6150>\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 0x7f8bb1f9ec30>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9e720>\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 0x7f8bb1fc8590>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9fd40>\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 0x7f8bb1fc9040>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8d70>\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'\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 0x7f8bb1fe9790>\nimport 'importlib.util' # \nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcb500>\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 0x7f8bb1fe9040>\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 0x7f8bb1fcbfb0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcbaa0>\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 0x7f8bb2002d50>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2002180>\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/__pyca<<< 32580 1727096780.39251: stdout chunk (state=3): >>>che__/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 0x7f8bb1d65c70>\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 0x7f8bb1d665a0>\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 0x7f8bb20033e0>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20030b0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9310>\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 0x7f8bb1fcb050>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9070>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8710>\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 0x7f8bb1d98980>\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 0x7f8bb1d9bc80>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a3c0>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a150>\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 0x7f8bb1e0f350>\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 0x7f8bb1e368a0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36360>\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 0x7f8bb1c6db50>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e371d0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e343e0>\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 0x7f8bb1cd15e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36210>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9aba0>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d99250>\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 0x7f8bb1d98f50>\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 0x7f8bb1cd2480>\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<<< 32580 1727096780.39257: stdout chunk (state=3): >>> from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so'\nimport '_sqlite3' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f8bb1cd3b60>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd3530>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd31d0>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd2e40>\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 0x7f8bb1cd37d0>\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 0x7f8bb1d05a00>\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 0x7f8bb1d05ac0>\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 0x7f8bb1d061b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d06060>\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 0x7f8bb1d2c800>\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_par<<< 32580 1727096780.39280: stdout chunk (state=3): >>>ser.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 0x7f8bb1d2da30>\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 0x7f8bb1d2dca0>\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 0x7f8bb1d2de20>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2dd00>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2d4f0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2c950>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07bf0>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07170>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d069f0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d05490>\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d04980>\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 0x7f8bb1d05310>\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 0x7f8bb1d2e2d0>\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 0x7f8bb1d2ebd0>\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 0x7f8bb1d2ef90>\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 0x7f8bb1d2f8c0>\n# /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgr<<< 32580 1727096780.39297: stdout chunk (state=3): >>>ade.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 0x7f8bb1d53aa0>\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 0x7f8bb19a5d30>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d51d00>\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 0x7f8bb19a5f10>\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 0x7f8bb19a73e0>\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 0x7f8bb19a74d0>\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 0x7f8bb19a7650>\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 0x7f8bb19a77a0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb19a6090>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d504a0>\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] removi<<< 32580 1727096780.39319: stdout chunk (state=3): >>>ng 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 _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 warnings\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing types\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 importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing importlib\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 importlib.machinery\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<<< 32580 1727096780.39336: stdout chunk (state=3): >>> 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 importlib._abc\n# cleanup[2] removing importlib.util\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<<< 32580 1727096780.39340: stdout chunk (state=3): >>>\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 importlib.util\n# cleanup[3] wiping importlib._abc\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.c<<< 32580 1727096780.39371: stdout chunk (state=3): >>>ommands.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 importlib.machinery\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.machinery\n# destroy importlib.util\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\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# destr<<< 32580 1727096780.39391: stdout chunk (state=3): >>>oy 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 types\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping warnings\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 ran<<< 32580 1727096780.39415: stdout chunk (state=3): >>>dom\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:06:20.162228", "end": "2024-09-23 09:06:20.388067", "delta": "0:00:00.225839", "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__ <<< 32580 1727096780.39885: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 32580 1727096780.39905: 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 <<< 32580 1727096780.39924: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.39958: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.39963: stdout chunk (state=3): >>># cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct <<< 32580 1727096780.39975: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 32580 1727096780.40001: stdout chunk (state=3): >>># cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect <<< 32580 1727096780.40009: stdout chunk (state=3): >>># cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random <<< 32580 1727096780.40024: stdout chunk (state=3): >>># cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile <<< 32580 1727096780.40034: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.40043: stdout chunk (state=3): >>># cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 32580 1727096780.40078: stdout chunk (state=3): >>># cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # 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 <<< 32580 1727096780.40100: stdout chunk (state=3): >>># cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux <<< 32580 1727096780.40112: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.40126: 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 <<< 32580 1727096780.40134: stdout chunk (state=3): >>># destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # 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 <<< 32580 1727096780.40376: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 32580 1727096780.40387: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 32580 1727096780.40423: stdout chunk (state=3): >>># destroy _bz2 <<< 32580 1727096780.40430: stdout chunk (state=3): >>># destroy _compression # destroy _lzma <<< 32580 1727096780.40433: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib <<< 32580 1727096780.40459: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 32580 1727096780.40463: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 32580 1727096780.40471: stdout chunk (state=3): >>># destroy ipaddress <<< 32580 1727096780.40508: stdout chunk (state=3): >>># destroy ntpath <<< 32580 1727096780.40511: stdout chunk (state=3): >>># destroy importlib # destroy zipimport <<< 32580 1727096780.40545: stdout chunk (state=3): >>># destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 32580 1727096780.40547: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 32580 1727096780.40578: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 32580 1727096780.40610: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 32580 1727096780.40613: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 32580 1727096780.40615: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 32580 1727096780.40637: stdout chunk (state=3): >>># destroy fnmatch <<< 32580 1727096780.40642: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 32580 1727096780.40658: stdout chunk (state=3): >>># destroy datetime <<< 32580 1727096780.40678: stdout chunk (state=3): >>># destroy selinux <<< 32580 1727096780.40693: stdout chunk (state=3): >>># destroy shutil <<< 32580 1727096780.40697: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 32580 1727096780.40768: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 32580 1727096780.40772: 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 <<< 32580 1727096780.40775: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap <<< 32580 1727096780.40812: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 32580 1727096780.40818: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.40845: stdout chunk (state=3): >>># cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap <<< 32580 1727096780.40883: stdout chunk (state=3): >>># cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 32580 1727096780.40887: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections<<< 32580 1727096780.40896: stdout chunk (state=3): >>> # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types <<< 32580 1727096780.40904: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 32580 1727096780.40939: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix <<< 32580 1727096780.40945: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 32580 1727096780.40959: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 32580 1727096780.40968: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 32580 1727096780.41095: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 32580 1727096780.41107: stdout chunk (state=3): >>># destroy _collections <<< 32580 1727096780.41137: stdout chunk (state=3): >>># destroy platform <<< 32580 1727096780.41144: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 32580 1727096780.41175: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 32580 1727096780.41208: stdout chunk (state=3): >>># destroy _typing <<< 32580 1727096780.41229: 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 <<< 32580 1727096780.41233: stdout chunk (state=3): >>># 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 <<< 32580 1727096780.41253: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 32580 1727096780.41351: 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 <<< 32580 1727096780.41359: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 32580 1727096780.41366: stdout chunk (state=3): >>># destroy time <<< 32580 1727096780.41394: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 32580 1727096780.41419: stdout chunk (state=3): >>># destroy _hashlib <<< 32580 1727096780.41431: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 32580 1727096780.41456: stdout chunk (state=3): >>># destroy itertools <<< 32580 1727096780.41459: stdout chunk (state=3): >>># destroy _abc # destroy _sre <<< 32580 1727096780.41461: stdout chunk (state=3): >>># destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 32580 1727096780.41480: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096780.41875: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096780.41910: stderr chunk (state=3): >>><<< 32580 1727096780.41913: stdout chunk (state=3): >>><<< 32580 1727096780.42113: _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 0x7f27c81104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c80dfb30> # /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 0x7f27c8112a50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7ee5130> # /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 0x7f27c7ee6090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f23ec0> # /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 0x7f27c7f23f80> # /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 0x7f27c7f5b830> # /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 0x7f27c7f5bec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f3bb60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f392b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f21070> # /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 0x7f27c7f7f800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f7e420> # /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 0x7f27c7f3a2a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f7cbc0> # /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 0x7f27c7fb0860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f202f0> # /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 0x7f27c7fb0d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb0bc0> # 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 0x7f27c7fb0f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7f1ee10> # /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 0x7f27c7fb15e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb12b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb24e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fc86e0> 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 0x7f27c7fc9dc0> # /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 0x7f27c7fcac30> # 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 0x7f27c7fcb260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fca180> # /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 0x7f27c7fcbce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fcb410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb2450> # /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 0x7f27c7d4fb90> # /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 0x7f27c7d78710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78470> # 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 0x7f27c7d78740> # /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 0x7f27c7d79070> # 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 0x7f27c7d799a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d4dd30> # /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 0x7f27c7d7acf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d78ef0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7fb2c00> # /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 0x7f27c7da7080> # /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 0x7f27c7dcb440> # /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 0x7f27c7e28200> # /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 0x7f27c7e2a960> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7e28320> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7df5220> # /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 0x7f27c772d2e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7dca240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7d7bc50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f27c772d580> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_dzs46z9y/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 0x7f27c777f080> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7761f70> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77610d0> # 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 0x7f27c777cf50> # /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 0x7f27c77a6a20> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a67b0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77a60c0> # /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 0x7f27c77a6b10> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c777fd10> 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 0x7f27c77a77d0> # 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 0x7f27c77a7a10> # /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 0x7f27c77a7f50> 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 0x7f27c7611cd0> # 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 0x7f27c76138f0> # /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 0x7f27c76182f0> # /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 0x7f27c7619490> # /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 0x7f27c761bf80> # 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 0x7f27c76202f0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c761a240> # /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 0x7f27c7623ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7622990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c76226f0> # /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 0x7f27c7622c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c761a750> # 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 0x7f27c7667b90> # /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 0x7f27c76682f0> # /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 0x7f27c7669d90> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7669b50> # /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 0x7f27c766c2f0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c766a420> # /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 0x7f27c766fad0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c766c4a0> # 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 0x7f27c7670b60> # 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 0x7f27c766d010> # 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 0x7f27c7670c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7668500> # /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 0x7f27c76fc380> # 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 0x7f27c76fd640> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7672b40> # 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 0x7f27c7673ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7672750> # 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 0x7f27c7501850> # /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 0x7f27c7502630> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c76fd850> 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 0x7f27c75026c0> # 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 0x7f27c7503950> # 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 0x7f27c750e300> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c75091c0> 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 0x7f27c77fabd0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c77e28a0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c750e3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f27c7503350> # 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 0x7f27c77e2000> # 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 0x7f8bb53b8530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5383b60>\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 0x7f8bb53baab0>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5169190>\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 0x7f8bb516a0c0>\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 0x7f8bb51a5220>\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/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 0x7f8bb51a5a60>\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 0x7f8bb51b9160>\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1d60>\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 0x7f8bb520c6b0>\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 0x7f8bb520cce0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb230>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1eb0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb7a0>\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 0x7f8bb52341a0>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb520edb0>\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 0x7f8bb520ffe0>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51f8920>\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 0x7f8bb52354f0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51b9b80>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a74a0>\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 0x7f8bb5236de0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5236bd0>\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 0x7f8bb5237080>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bac30>\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 0x7f8bb52373e0>\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 0x7f8bb52376e0>\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 0x7f8bb5237bf0>\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 0x7f8bb525f6e0>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525edb0>\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 0x7f8bb525ee10>\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 0x7f8bb5054530>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5054110>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5047560>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525deb0>\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 0x7f8bb5057da0>\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 0x7f8bb5074890>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50745f0>\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 0x7f8bb50748c0>\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 0x7f8bb5075220>\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 0x7f8bb5075bb0>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5074aa0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5055f70>\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 0x7f8bb5077410>\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 0x7f8bb50a13a0>\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 0x7f8bb50a1430>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5077e30>\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 0x7f8bb50a3800>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5075cd0>\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 0x7f8bb50a39b0>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5076690>\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 0x7f8bb50a3fb0>\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 0x7f8bb50be510>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50a38f0>\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 0x7f8bb5128410>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109af0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5108440>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50473e0>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525d100>\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 0x7f8bb4933200>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f7a0>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109970>\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 0x7f8bb4962ff0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4960f80>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f2f0>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525c890>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237ce0>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237920>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb52377a0>\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 0x7f8bb5237d10>\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 0x7f8bb49b4ef0>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4986300>\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 0x7f8bb49b63f0>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49331a0>\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 0x7f8bb49b5fa0>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49633e0>\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 0x7f8bb49b6510>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6b10>\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 0x7f8bb51a7080>\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 0x7f8bb49f3bf0>\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 0x7f8bb4813d40>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813890>\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 0x7f8bb483b770>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813ec0>\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 0x7f8bb48a2930>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb483b920>\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 0x7f8bb2d60710>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48a2f60>\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 0x7f8bb2d63890>\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 0x7f8bb2d63950>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d609b0>\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 0x7f8bb2dc8fe0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d991c0>\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 0x7f8bb2dca2d0>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dc96a0>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48114c0>\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 0x7f8bb4839e20>\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 0x7f8bb2dfddf0>\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 0x7f8bb2dfdf40>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfd250>\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 0x7f8bb2e251f0>\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 0x7f8bb2e260f0>\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 0x7f8bb2e26a20>\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 0x7f8bb2e27fb0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e26330>\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 0x7f8bb244f290>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244de80>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244dbe0>\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 0x7f8bb244e150>\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 0x7f8bb247aed0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242ff20>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242c890>\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 0x7f8bb24bcfe0>\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 0x7f8bb24bd5b0>\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 0x7f8bb24be420>\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 0x7f8bb24bea50>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24bd970>\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 0x7f8bb24bf3e0>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24beb10>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2492f90>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2491520>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e25250>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24a40>\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 0x7f8bb24e0ce0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24f20>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfed80>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfc860>\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 0x7f8bb2dfcf80>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfcce0>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dca810>\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 0x7f8bb24e2600>\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 0x7f8bb2208bf0>\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 0x7f8bb22093d0>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e3e90>\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 0x7f8bb2209c10>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e2660>\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 0x7f8bb220b680>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220ac00>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220aa20>\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 0x7f8bb2236de0>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22367b0>\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 0x7f8bb2279100>\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 0x7f8bb2279790>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb225d1f0>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22370e0>\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 0x7f8bb2279b80>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2235c40>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220be30>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bb00>\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 0x7f8bb22a48f0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb227b8f0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bdd0>\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 0x7f8bb22a4e00>\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 0x7f8bb22a51f0>\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 0x7f8bb22a5280>\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 0x7f8bb22a53a0>\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 0x7f8bb22a7fe0>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a6150>\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 0x7f8bb2dfcc50>\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 0x7f8bb22cc200>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a5190>\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 0x7f8bb22cddf0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cdb20>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cd400>\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 0x7f8bb22ce000>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22ccfb0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cc3b0>\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/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'\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf5f0>\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 0x7f8bb20afaa0>\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 0x7f8bb20ff2f0>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20fe6f0>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20d4ad0>\nimport 'importlib.machinery' # \nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf8f0>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cea80>\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 0x7f8bb2e251c0>\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 0x7f8bb20ad9d0>\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 0x7f8bb211f740>\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 0x7f8bb2145b20>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211fda0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211f9b0>\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 0x7f8bb2145e20>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2144350>\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 0x7f8bb2146cf0>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49b6c90>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a5790>\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 0x7f8bb2173410>\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 0x7f8bb2191490>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2191010>\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 0x7f8bb2190f80>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173ec0>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173740>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2170380>\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 0x7f8bb2173200>\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 0x7f8bb1f1eb10>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f1d640>\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 0x7f8bb1f4c320>\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 0x7f8bb1f4c5f0>\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 0x7f8bb1f4c860>\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 0x7f8bb1f4cad0>\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 0x7f8bb1f4d190>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4d010>\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 0x7f8bb1f4eae0>\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 0x7f8bb1f4ec30>\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 0x7f8bb1f4ee40>\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 0x7f8bb1f4fd40>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4f5c0>\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 0x7f8bb1f4fef0>\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 0x7f8bb1f70da0>\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 0x7f8bb1f70f80>\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 0x7f8bb1f71250>\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 0x7f8bb1f72120>\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 0x7f8bb1f72390>\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 0x7f8bb1f725a0>\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 0x7f8bb1f731d0>\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f72cf0>\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 0x7f8bb1f73f80>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f73980>\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 0x7f8bb1f9cd10>\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 0x7f8bb1f9d010>\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 0x7f8bb1f9dfa0>\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 0x7f8bb1f9e240>\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 0x7f8bb1f9e3f0>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2146f30>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6150>\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 0x7f8bb1f9ec30>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9e720>\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 0x7f8bb1fc8590>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9fd40>\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 0x7f8bb1fc9040>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8d70>\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'\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 0x7f8bb1fe9790>\nimport 'importlib.util' # \nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcb500>\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 0x7f8bb1fe9040>\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 0x7f8bb1fcbfb0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcbaa0>\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 0x7f8bb2002d50>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2002180>\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 0x7f8bb1d65c70>\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 0x7f8bb1d665a0>\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 0x7f8bb20033e0>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20030b0>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9310>\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 0x7f8bb1fcb050>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9070>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8710>\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 0x7f8bb1d98980>\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 0x7f8bb1d9bc80>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a3c0>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a150>\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 0x7f8bb1e0f350>\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 0x7f8bb1e368a0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36360>\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 0x7f8bb1c6db50>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e371d0>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e343e0>\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 0x7f8bb1cd15e0>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36210>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9aba0>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d99250>\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 0x7f8bb1d98f50>\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 0x7f8bb1cd2480>\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 0x7f8bb1cd3b60>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd3530>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd31d0>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd2e40>\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 0x7f8bb1cd37d0>\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 0x7f8bb1d05a00>\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 0x7f8bb1d05ac0>\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 0x7f8bb1d061b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d06060>\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 0x7f8bb1d2c800>\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 0x7f8bb1d2da30>\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 0x7f8bb1d2dca0>\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 0x7f8bb1d2de20>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2dd00>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2d4f0>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2c950>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07bf0>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07170>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d069f0>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d05490>\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d04980>\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 0x7f8bb1d05310>\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 0x7f8bb1d2e2d0>\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 0x7f8bb1d2ebd0>\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 0x7f8bb1d2ef90>\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 0x7f8bb1d2f8c0>\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 0x7f8bb1d53aa0>\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 0x7f8bb19a5d30>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d51d00>\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 0x7f8bb19a5f10>\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 0x7f8bb19a73e0>\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 0x7f8bb19a74d0>\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 0x7f8bb19a7650>\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 0x7f8bb19a77a0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb19a6090>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d504a0>\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 _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 warnings\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing types\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 importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing importlib\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 importlib.machinery\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 importlib._abc\n# cleanup[2] removing importlib.util\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 importlib.util\n# cleanup[3] wiping importlib._abc\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 importlib.machinery\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.machinery\n# destroy importlib.util\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\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 types\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping warnings\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:06:20.162228", "end": "2024-09-23 09:06:20.388067", "delta": "0:00:00.225839", "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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks 32580 1727096780.42675: 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-1727096779.8053956-32655-3539123938427/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096780.42678: _low_level_execute_command(): starting 32580 1727096780.42681: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096779.8053956-32655-3539123938427/ > /dev/null 2>&1 && sleep 0' 32580 1727096780.43111: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096780.43117: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096780.43120: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.43143: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.43189: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096780.43193: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096780.43198: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.43246: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.45138: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096780.45163: stderr chunk (state=3): >>><<< 32580 1727096780.45167: stdout chunk (state=3): >>><<< 32580 1727096780.45182: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096780.45188: handler run complete 32580 1727096780.45247: Evaluated conditional (False): False 32580 1727096780.45274: attempt loop complete, returning result 32580 1727096780.45277: _execute() done 32580 1727096780.45279: dumping result to json 32580 1727096780.45339: done dumping result, returning 32580 1727096780.45346: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories [129116b5-d8e7-4d6e-189e-0000000001f7] 32580 1727096780.45350: sending task result for task 129116b5-d8e7-4d6e-189e-0000000001f7 32580 1727096780.46079: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000001f7 32580 1727096780.46082: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.225839", "end": "2024-09-23 09:06:20.388067", "rc": 0, "start": "2024-09-23 09:06:20.162228" } 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 0x7f8bb53b8530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5383b60> # /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 0x7f8bb53baab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5169190> # /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 0x7f8bb516a0c0> 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 0x7f8bb51a5220> # /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/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 0x7f8bb51a5a60> # /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 0x7f8bb51b9160> # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1d60> # /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 0x7f8bb520c6b0> # /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 0x7f8bb520cce0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb230> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51d1eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bb7a0> # /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 0x7f8bb52341a0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb520edb0> # /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 0x7f8bb520ffe0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51f8920> # /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 0x7f8bb52354f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51b9b80> import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a74a0> # /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 0x7f8bb5236de0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5236bd0> # 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 0x7f8bb5237080> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51bac30> # /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 0x7f8bb52373e0> # /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 0x7f8bb52376e0> # /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 0x7f8bb5237bf0> # /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 0x7f8bb525f6e0> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525edb0> # /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 0x7f8bb525ee10> # /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 0x7f8bb5054530> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5054110> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5047560> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525deb0> # /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 0x7f8bb5057da0> # /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 0x7f8bb5074890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50745f0> # 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 0x7f8bb50748c0> # /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 0x7f8bb5075220> # 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 0x7f8bb5075bb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5074aa0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5055f70> # /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 0x7f8bb5077410> # /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 0x7f8bb50a13a0> # 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 0x7f8bb50a1430> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5077e30> 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 0x7f8bb50a3800> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5075cd0> # /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 0x7f8bb50a39b0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5076690> # /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 0x7f8bb50a3fb0> # /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 0x7f8bb50be510> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50a38f0> # /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 0x7f8bb5128410> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109af0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5108440> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb50473e0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525d100> # /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 0x7f8bb4933200> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f7a0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5109970> # /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 0x7f8bb4962ff0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4960f80> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb490f2f0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb525c890> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237ce0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb5237920> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb52377a0> # /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 0x7f8bb5237d10> # /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 0x7f8bb49b4ef0> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4986300> # /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 0x7f8bb49b63f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49331a0> # 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 0x7f8bb49b5fa0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49633e0> # /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 0x7f8bb49b6510> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6b10> # /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 0x7f8bb51a7080> # /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 0x7f8bb49f3bf0> # /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 0x7f8bb4813d40> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813890> # /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 0x7f8bb483b770> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb4813ec0> # /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 0x7f8bb48a2930> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb483b920> # /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 0x7f8bb2d60710> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48a2f60> # /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 0x7f8bb2d63890> # /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 0x7f8bb2d63950> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d609b0> # /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 0x7f8bb2dc8fe0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2d991c0> # /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 0x7f8bb2dca2d0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dc96a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb48114c0> # /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 0x7f8bb4839e20> # /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 0x7f8bb2dfddf0> # 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 0x7f8bb2dfdf40> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfd250> # /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 0x7f8bb2e251f0> # /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 0x7f8bb2e260f0> # /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 0x7f8bb2e26a20> # /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 0x7f8bb2e27fb0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e26330> # /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 0x7f8bb244f290> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244de80> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb244dbe0> # /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 0x7f8bb244e150> # /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 0x7f8bb247aed0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242ff20> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb242c890> # /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 0x7f8bb24bcfe0> # 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 0x7f8bb24bd5b0> # /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 0x7f8bb24be420> # 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 0x7f8bb24bea50> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24bd970> # /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 0x7f8bb24bf3e0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24beb10> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2492f90> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2491520> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e25250> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24a40> # /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 0x7f8bb24e0ce0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2e24f20> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfed80> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfc860> # /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 0x7f8bb2dfcf80> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dfcce0> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2dca810> # /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 0x7f8bb24e2600> # /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 0x7f8bb2208bf0> # /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 0x7f8bb22093d0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e3e90> # /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 0x7f8bb2209c10> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb24e2660> # /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 0x7f8bb220b680> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220ac00> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220aa20> # /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 0x7f8bb2236de0> import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22367b0> # /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 0x7f8bb2279100> # 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 0x7f8bb2279790> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb225d1f0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22370e0> # /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 0x7f8bb2279b80> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2235c40> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220be30> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bb00> # /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 0x7f8bb22a48f0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb227b8f0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb220bdd0> # /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 0x7f8bb22a4e00> # /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 0x7f8bb22a51f0> # /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 0x7f8bb22a5280> # /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 0x7f8bb22a53a0> # /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 0x7f8bb22a7fe0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a6150> # /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 0x7f8bb2dfcc50> # /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 0x7f8bb22cc200> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22a5190> # /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 0x7f8bb22cddf0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cdb20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cd400> # /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 0x7f8bb22ce000> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22ccfb0> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cc3b0> # /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/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' import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf5f0> # /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 0x7f8bb20afaa0> # /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 0x7f8bb20ff2f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20fe6f0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20d4ad0> import 'importlib.machinery' # import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cf8f0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb22cea80> # /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 0x7f8bb2e251c0> # /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 0x7f8bb20ad9d0> # /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 0x7f8bb211f740> # /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 0x7f8bb2145b20> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211fda0> import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb211f9b0> # /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 0x7f8bb2145e20> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2144350> # /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 0x7f8bb2146cf0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb49b6c90> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a5790> # /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 0x7f8bb2173410> # /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 0x7f8bb2191490> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2191010> # 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 0x7f8bb2190f80> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173ec0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2173740> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2170380> # /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 0x7f8bb2173200> # /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 0x7f8bb1f1eb10> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f1d640> # /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 0x7f8bb1f4c320> # /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 0x7f8bb1f4c5f0> # /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 0x7f8bb1f4c860> # /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 0x7f8bb1f4cad0> # /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 0x7f8bb1f4d190> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4d010> # /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 0x7f8bb1f4eae0> # /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 0x7f8bb1f4ec30> # /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 0x7f8bb1f4ee40> # /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 0x7f8bb1f4fd40> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f4f5c0> # /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 0x7f8bb1f4fef0> # /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 0x7f8bb1f70da0> # /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 0x7f8bb1f70f80> # /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 0x7f8bb1f71250> # /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 0x7f8bb1f72120> # /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 0x7f8bb1f72390> # /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 0x7f8bb1f725a0> # /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 0x7f8bb1f731d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f72cf0> # /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 0x7f8bb1f73f80> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f73980> # /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 0x7f8bb1f9cd10> # /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 0x7f8bb1f9d010> # /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 0x7f8bb1f9dfa0> # /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 0x7f8bb1f9e240> # /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 0x7f8bb1f9e3f0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2146f30> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb51a6150> # /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 0x7f8bb1f9ec30> import 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9e720> # /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 0x7f8bb1fc8590> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1f9fd40> # /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 0x7f8bb1fc9040> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8d70> # /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' # /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 0x7f8bb1fe9790> import 'importlib.util' # import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcb500> # /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 0x7f8bb1fe9040> # 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 0x7f8bb1fcbfb0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fcbaa0> # /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 0x7f8bb2002d50> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb2002180> # /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 0x7f8bb1d65c70> # /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 0x7f8bb1d665a0> # /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 0x7f8bb20033e0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb20030b0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9310> # /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 0x7f8bb1fcb050> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc9070> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1fc8710> # /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 0x7f8bb1d98980> # /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 0x7f8bb1d9bc80> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a3c0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9a150> # /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 0x7f8bb1e0f350> # /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 0x7f8bb1e368a0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36360> # /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 0x7f8bb1c6db50> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e371d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e343e0> # /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 0x7f8bb1cd15e0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1e36210> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d9aba0> import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d99250> # /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 0x7f8bb1d98f50> # /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 0x7f8bb1cd2480> # /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 0x7f8bb1cd3b60> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd3530> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd31d0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1cd2e40> # /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 0x7f8bb1cd37d0> # /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 0x7f8bb1d05a00> # /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 0x7f8bb1d05ac0> # /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 0x7f8bb1d061b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d06060> # /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 0x7f8bb1d2c800> # /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 0x7f8bb1d2da30> # /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 0x7f8bb1d2dca0> # /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 0x7f8bb1d2de20> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2dd00> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2d4f0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d2c950> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07bf0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d07170> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d069f0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d05490> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d04980> # /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 0x7f8bb1d05310> # /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 0x7f8bb1d2e2d0> # /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 0x7f8bb1d2ebd0> # /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 0x7f8bb1d2ef90> # /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 0x7f8bb1d2f8c0> # /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 0x7f8bb1d53aa0> # 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 0x7f8bb19a5d30> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d51d00> # /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 0x7f8bb19a5f10> # /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 0x7f8bb19a73e0> # 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 0x7f8bb19a74d0> # 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 0x7f8bb19a7650> # 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 0x7f8bb19a77a0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb19a6090> import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f8bb1d504a0> # 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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing warnings # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing types # 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 importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing importlib # 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 importlib.machinery # 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 importlib._abc # cleanup[2] removing importlib.util # 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 importlib.util # cleanup[3] wiping importlib._abc # 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 importlib.machinery # cleanup[3] wiping _opcode # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # destroy _frozen_importlib_external # 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 types # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping warnings # 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 32580 1727096780.46504: no more pending results, returning what we have 32580 1727096780.46506: results queue empty 32580 1727096780.46507: checking for any_errors_fatal 32580 1727096780.46507: done checking for any_errors_fatal 32580 1727096780.46508: checking for max_fail_percentage 32580 1727096780.46509: done checking for max_fail_percentage 32580 1727096780.46509: checking to see if all hosts have failed and the running result is not ok 32580 1727096780.46510: done checking to see if all hosts have failed 32580 1727096780.46510: getting the remaining hosts for this loop 32580 1727096780.46511: done getting the remaining hosts for this loop 32580 1727096780.46514: getting the next task for host managed_node1 32580 1727096780.46517: done getting next task for host managed_node1 32580 1727096780.46520: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 32580 1727096780.46524: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096780.46530: getting variables 32580 1727096780.46531: in VariableManager get_vars() 32580 1727096780.46550: Calling all_inventory to load vars for managed_node1 32580 1727096780.46551: Calling groups_inventory to load vars for managed_node1 32580 1727096780.46553: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096780.46559: Calling all_plugins_play to load vars for managed_node1 32580 1727096780.46561: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096780.46562: Calling groups_plugins_play to load vars for managed_node1 32580 1727096780.46657: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096780.46766: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096780.46776: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096780.46780: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096780.46830: done with get_vars() 32580 1727096780.46837: done getting variables 32580 1727096780.46876: 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:06:20 -0400 (0:00:00.700) 0:00:03.021 ****** 32580 1727096780.46902: entering _queue_task() for managed_node1/command 32580 1727096780.47108: worker is 1 (out of 1 available) 32580 1727096780.47123: exiting _queue_task() for managed_node1/command 32580 1727096780.47135: done queuing things up, now waiting for results queue to drain 32580 1727096780.47136: waiting for pending results... 32580 1727096780.47290: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 32580 1727096780.47390: in run() - task 129116b5-d8e7-4d6e-189e-0000000001f8 32580 1727096780.47401: variable 'ansible_search_path' from source: unknown 32580 1727096780.47405: variable 'ansible_search_path' from source: unknown 32580 1727096780.47442: variable '__ha_cluster_repos' from source: include_vars 32580 1727096780.47672: variable '__ha_cluster_repos' from source: include_vars 32580 1727096780.47744: variable 'omit' from source: magic vars 32580 1727096780.47852: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096780.47858: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096780.47866: variable 'omit' from source: magic vars 32580 1727096780.48030: variable 'item' from source: unknown 32580 1727096780.48036: variable '__ha_cluster_repolist' from source: set_fact 32580 1727096780.48096: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): False 32580 1727096780.48099: when evaluation is False, skipping this task 32580 1727096780.48127: variable 'item' from source: unknown 32580 1727096780.48171: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096780.48323: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096780.48327: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096780.48329: variable 'omit' from source: magic vars 32580 1727096780.48400: variable 'item' from source: unknown 32580 1727096780.48404: variable '__ha_cluster_repolist' from source: set_fact 32580 1727096780.48448: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): True 32580 1727096780.48538: variable 'item' from source: unknown 32580 1727096780.48541: variable 'ha_cluster_enable_repos_resilient_storage' from source: role '' defaults 32580 1727096780.48548: Evaluated conditional (item.name != "ResilientStorage" or ha_cluster_enable_repos_resilient_storage): False 32580 1727096780.48552: when evaluation is False, skipping this task 32580 1727096780.48577: variable 'item' from source: unknown 32580 1727096780.48619: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096780.48705: dumping result to json 32580 1727096780.48708: done dumping result, returning 32580 1727096780.48710: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories [129116b5-d8e7-4d6e-189e-0000000001f8] 32580 1727096780.48712: sending task result for task 129116b5-d8e7-4d6e-189e-0000000001f8 32580 1727096780.48746: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000001f8 32580 1727096780.48748: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 32580 1727096780.48781: no more pending results, returning what we have 32580 1727096780.48784: results queue empty 32580 1727096780.48784: checking for any_errors_fatal 32580 1727096780.48805: done checking for any_errors_fatal 32580 1727096780.48805: checking for max_fail_percentage 32580 1727096780.48807: done checking for max_fail_percentage 32580 1727096780.48807: checking to see if all hosts have failed and the running result is not ok 32580 1727096780.48808: done checking to see if all hosts have failed 32580 1727096780.48809: getting the remaining hosts for this loop 32580 1727096780.48811: done getting the remaining hosts for this loop 32580 1727096780.48814: getting the next task for host managed_node1 32580 1727096780.48823: done getting next task for host managed_node1 32580 1727096780.48826: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 32580 1727096780.48830: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096780.48843: getting variables 32580 1727096780.48845: in VariableManager get_vars() 32580 1727096780.48870: Calling all_inventory to load vars for managed_node1 32580 1727096780.48873: Calling groups_inventory to load vars for managed_node1 32580 1727096780.48875: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096780.48882: Calling all_plugins_play to load vars for managed_node1 32580 1727096780.48884: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096780.48887: Calling groups_plugins_play to load vars for managed_node1 32580 1727096780.49023: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096780.49130: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096780.49143: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096780.49147: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096780.49187: done with get_vars() 32580 1727096780.49196: done getting variables 32580 1727096780.49271: 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:06:20 -0400 (0:00:00.023) 0:00:03.044 ****** 32580 1727096780.49294: entering _queue_task() for managed_node1/package 32580 1727096780.49295: Creating lock for package 32580 1727096780.49487: worker is 1 (out of 1 available) 32580 1727096780.49505: exiting _queue_task() for managed_node1/package 32580 1727096780.49516: done queuing things up, now waiting for results queue to drain 32580 1727096780.49517: waiting for pending results... 32580 1727096780.49664: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 32580 1727096780.49731: in run() - task 129116b5-d8e7-4d6e-189e-0000000000df 32580 1727096780.49747: variable 'ansible_search_path' from source: unknown 32580 1727096780.49750: variable 'ansible_search_path' from source: unknown 32580 1727096780.49773: calling self._execute() 32580 1727096780.49834: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096780.49838: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096780.49847: variable 'omit' from source: magic vars 32580 1727096780.49924: variable 'omit' from source: magic vars 32580 1727096780.49960: variable 'omit' from source: magic vars 32580 1727096780.50203: variable '__ha_cluster_role_essential_packages' from source: include_vars 32580 1727096780.50212: variable 'ha_cluster_extra_packages' from source: role '' defaults 32580 1727096780.50356: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096780.51731: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096780.51771: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096780.51798: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096780.51826: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096780.51846: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096780.51914: 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) 32580 1727096780.51946: 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) 32580 1727096780.51964: 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) 32580 1727096780.51990: 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) 32580 1727096780.52003: 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) 32580 1727096780.52071: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096780.52075: variable 'omit' from source: magic vars 32580 1727096780.52098: variable 'omit' from source: magic vars 32580 1727096780.52116: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096780.52141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096780.52154: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096780.52167: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096780.52175: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096780.52199: variable 'inventory_hostname' from source: set_fact 32580 1727096780.52202: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096780.52204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096780.52269: Set connection var ansible_shell_type to sh 32580 1727096780.52275: Set connection var ansible_pipelining to False 32580 1727096780.52281: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096780.52286: Set connection var ansible_shell_executable to /bin/sh 32580 1727096780.52288: Set connection var ansible_connection to ssh 32580 1727096780.52293: Set connection var ansible_timeout to 10 32580 1727096780.52314: variable 'ansible_shell_executable' from source: unknown 32580 1727096780.52317: variable 'ansible_connection' from source: unknown 32580 1727096780.52319: variable 'ansible_module_compression' from source: unknown 32580 1727096780.52323: variable 'ansible_shell_type' from source: unknown 32580 1727096780.52326: variable 'ansible_shell_executable' from source: unknown 32580 1727096780.52328: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096780.52332: variable 'ansible_pipelining' from source: unknown 32580 1727096780.52334: variable 'ansible_timeout' from source: unknown 32580 1727096780.52338: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096780.52409: 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) 32580 1727096780.52417: variable 'omit' from source: magic vars 32580 1727096780.52424: starting attempt loop 32580 1727096780.52427: running the handler 32580 1727096780.52432: variable 'ansible_facts' from source: unknown 32580 1727096780.52435: variable 'ansible_facts' from source: unknown 32580 1727096780.52476: _low_level_execute_command(): starting 32580 1727096780.52482: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096780.52969: 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 <<< 32580 1727096780.52973: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.52976: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096780.52978: 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.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096780.52980: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.53029: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096780.53032: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.53101: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.54799: stdout chunk (state=3): >>>/root <<< 32580 1727096780.54898: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096780.54925: stderr chunk (state=3): >>><<< 32580 1727096780.54929: stdout chunk (state=3): >>><<< 32580 1727096780.54952: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096780.54962: _low_level_execute_command(): starting 32580 1727096780.54967: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019 `" && echo ansible-tmp-1727096780.5495124-32672-103427804176019="` echo /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019 `" ) && sleep 0' 32580 1727096780.55407: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096780.55410: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.55413: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096780.55415: 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 <<< 32580 1727096780.55417: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.55461: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096780.55465: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096780.55469: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.55515: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.57452: stdout chunk (state=3): >>>ansible-tmp-1727096780.5495124-32672-103427804176019=/root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019 <<< 32580 1727096780.57558: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096780.57583: stderr chunk (state=3): >>><<< 32580 1727096780.57586: stdout chunk (state=3): >>><<< 32580 1727096780.57598: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096780.5495124-32672-103427804176019=/root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096780.57627: variable 'ansible_module_compression' from source: unknown 32580 1727096780.57674: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 32580 1727096780.57678: ANSIBALLZ: Acquiring lock 32580 1727096780.57680: ANSIBALLZ: Lock acquired: 140238211726224 32580 1727096780.57683: ANSIBALLZ: Creating module 32580 1727096780.67605: ANSIBALLZ: Writing module into payload 32580 1727096780.67740: ANSIBALLZ: Writing module 32580 1727096780.67758: ANSIBALLZ: Renaming module 32580 1727096780.67769: ANSIBALLZ: Done creating module 32580 1727096780.67785: variable 'ansible_facts' from source: unknown 32580 1727096780.67847: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py 32580 1727096780.67951: Sending initial data 32580 1727096780.67955: Sent initial data (152 bytes) 32580 1727096780.68395: 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 <<< 32580 1727096780.68399: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096780.68429: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096780.68432: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.68435: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096780.68437: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.68497: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096780.68500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096780.68502: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.68564: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.70277: 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 <<< 32580 1727096780.70317: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096780.70361: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpe_iv6k4j /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py <<< 32580 1727096780.70366: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py" <<< 32580 1727096780.70407: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpe_iv6k4j" to remote "/root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py" <<< 32580 1727096780.70410: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py" <<< 32580 1727096780.71078: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096780.71119: stderr chunk (state=3): >>><<< 32580 1727096780.71124: stdout chunk (state=3): >>><<< 32580 1727096780.71166: done transferring module to remote 32580 1727096780.71177: _low_level_execute_command(): starting 32580 1727096780.71182: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/ /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py && sleep 0' 32580 1727096780.71605: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096780.71613: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096780.71627: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.71644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096780.71647: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.71696: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096780.71701: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.71753: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.73668: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096780.73696: stderr chunk (state=3): >>><<< 32580 1727096780.73699: stdout chunk (state=3): >>><<< 32580 1727096780.73710: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096780.73713: _low_level_execute_command(): starting 32580 1727096780.73718: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/AnsiballZ_dnf.py && sleep 0' 32580 1727096780.74171: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096780.74174: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096780.74176: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.74179: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096780.74183: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096780.74228: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096780.74245: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096780.74301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096780.76584: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096780.76608: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096780.76646: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 32580 1727096780.76720: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096780.76727: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096780.76752: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096780.76786: stdout chunk (state=3): >>> import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096780.76810: stdout chunk (state=3): >>>import 'time' # <<< 32580 1727096780.76840: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 32580 1727096780.76872: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 32580 1727096780.76899: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # <<< 32580 1727096780.76923: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096780.76957: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096780.76982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096780.76999: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52589684d0> <<< 32580 1727096780.77015: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258937b30> <<< 32580 1727096780.77027: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 32580 1727096780.77036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525896aa50> <<< 32580 1727096780.77061: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096780.77085: stdout chunk (state=3): >>>import '_abc' # <<< 32580 1727096780.77090: stdout chunk (state=3): >>>import 'abc' # <<< 32580 1727096780.77110: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096780.77143: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 32580 1727096780.77230: stdout chunk (state=3): >>>import '_collections_abc' # <<< 32580 1727096780.77257: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 32580 1727096780.77292: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096780.77308: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 32580 1727096780.77334: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 32580 1727096780.77342: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096780.77362: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096780.77386: 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 <<< 32580 1727096780.77392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 32580 1727096780.77413: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525871d130> <<< 32580 1727096780.77471: 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 <<< 32580 1727096780.77475: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.77493: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525871e090> <<< 32580 1727096780.77514: stdout chunk (state=3): >>>import 'site' # <<< 32580 1727096780.77552: 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. <<< 32580 1727096780.77810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096780.77828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 32580 1727096780.77849: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096780.77868: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.77880: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096780.77923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096780.77941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096780.77976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096780.77983: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525875bec0> <<< 32580 1727096780.78008: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 32580 1727096780.78017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 32580 1727096780.78044: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525875bf80> <<< 32580 1727096780.78072: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 32580 1727096780.78099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 32580 1727096780.78122: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096780.78168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.78193: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096780.78216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 32580 1727096780.78225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258793830> <<< 32580 1727096780.78253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 32580 1727096780.78256: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' <<< 32580 1727096780.78258: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258793ec0> <<< 32580 1727096780.78274: stdout chunk (state=3): >>>import '_collections' # <<< 32580 1727096780.78326: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258773b60> <<< 32580 1727096780.78335: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096780.78369: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587712b0> <<< 32580 1727096780.78457: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258759070> <<< 32580 1727096780.78484: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096780.78505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 32580 1727096780.78524: stdout chunk (state=3): >>>import '_sre' # <<< 32580 1727096780.78540: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 32580 1727096780.78569: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096780.78587: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 32580 1727096780.78594: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 32580 1727096780.78629: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587b7800> <<< 32580 1727096780.78643: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587b6420> <<< 32580 1727096780.78673: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 32580 1727096780.78679: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587722a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587b4bc0> <<< 32580 1727096780.78740: 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' <<< 32580 1727096780.78743: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e8860> <<< 32580 1727096780.78759: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587582f0> <<< 32580 1727096780.78776: 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' <<< 32580 1727096780.78814: 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 0x7f52587e8d10> <<< 32580 1727096780.78817: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e8bc0> <<< 32580 1727096780.78860: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.78871: 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 0x7f52587e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258756e10> <<< 32580 1727096780.78906: 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' <<< 32580 1727096780.78935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096780.78963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 32580 1727096780.78984: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e92b0> <<< 32580 1727096780.78989: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 32580 1727096780.79022: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 32580 1727096780.79028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 32580 1727096780.79042: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587ea4e0> <<< 32580 1727096780.79063: stdout chunk (state=3): >>>import 'importlib.util' # <<< 32580 1727096780.79066: stdout chunk (state=3): >>>import 'runpy' # <<< 32580 1727096780.79094: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096780.79126: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096780.79154: 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' <<< 32580 1727096780.79165: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52588006e0> <<< 32580 1727096780.79176: stdout chunk (state=3): >>>import 'errno' # <<< 32580 1727096780.79208: 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 0x7f5258801dc0> <<< 32580 1727096780.79237: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 32580 1727096780.79242: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 32580 1727096780.79271: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 32580 1727096780.79277: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 32580 1727096780.79295: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258802c30> <<< 32580 1727096780.79332: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.79335: stdout chunk (state=3): >>># extension module '_bz2' executed from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' import '_bz2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5258803260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258802180> <<< 32580 1727096780.79366: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096780.79369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096780.79418: 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' <<< 32580 1727096780.79426: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5258803ce0> <<< 32580 1727096780.79436: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258803410> <<< 32580 1727096780.79480: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587ea450> <<< 32580 1727096780.79502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096780.79530: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096780.79547: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096780.79570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096780.79607: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.79615: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5258547b90> <<< 32580 1727096780.79633: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 32580 1727096780.79638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 32580 1727096780.79663: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.79668: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5258570710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570470> <<< 32580 1727096780.79694: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.79697: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5258570740> <<< 32580 1727096780.79727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096780.79803: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.79931: 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 0x7f5258571070> <<< 32580 1727096780.80063: 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' <<< 32580 1727096780.80066: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52585719a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570920> <<< 32580 1727096780.80093: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258545d30> <<< 32580 1727096780.80111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 32580 1727096780.80136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 32580 1727096780.80167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 32580 1727096780.80170: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 32580 1727096780.80180: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258572cf0> <<< 32580 1727096780.80205: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570ef0> <<< 32580 1727096780.80220: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587eac00> <<< 32580 1727096780.80251: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096780.80309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.80334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096780.80368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096780.80399: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525859f080> <<< 32580 1727096780.80448: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096780.80466: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.80485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 32580 1727096780.80509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096780.80547: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52585c7440> <<< 32580 1727096780.80573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096780.80616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096780.80671: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096780.80698: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 32580 1727096780.80704: 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 0x7f5258620230> <<< 32580 1727096780.80716: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096780.80750: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 32580 1727096780.80773: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096780.80817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096780.80907: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258622990> <<< 32580 1727096780.80983: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258620350> <<< 32580 1727096780.81020: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52585ed220> <<< 32580 1727096780.81049: 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 0x7f5257f292e0> <<< 32580 1727096780.81074: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52585c6240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258573c50> <<< 32580 1727096780.81208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 32580 1727096780.81229: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5257f29580> <<< 32580 1727096780.81414: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_3x6owmz_/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 32580 1727096780.81568: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.81591: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096780.81609: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096780.81653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096780.81730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 32580 1727096780.81760: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 32580 1727096780.81767: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f7f050> <<< 32580 1727096780.81770: stdout chunk (state=3): >>>import '_typing' # <<< 32580 1727096780.81968: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f5df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f5d0a0> <<< 32580 1727096780.81974: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.81999: stdout chunk (state=3): >>>import 'ansible' # <<< 32580 1727096780.82015: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.82029: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.82048: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.82056: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 32580 1727096780.82078: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.83500: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.84672: 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 0x7f5257f7cef0> <<< 32580 1727096780.84704: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 32580 1727096780.84710: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.84740: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 32580 1727096780.84745: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 32580 1727096780.84773: 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' <<< 32580 1727096780.84812: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so'<<< 32580 1727096780.84816: stdout chunk (state=3): >>> # extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.84822: stdout chunk (state=3): >>>import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5257fa6930> <<< 32580 1727096780.84857: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa66f0> <<< 32580 1727096780.84890: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa6000> <<< 32580 1727096780.84915: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096780.84923: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096780.84962: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa6750> <<< 32580 1727096780.84967: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f7fa70> <<< 32580 1727096780.84978: stdout chunk (state=3): >>>import 'atexit' # <<< 32580 1727096780.85004: 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 0x7f5257fa7680> <<< 32580 1727096780.85040: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.85045: stdout chunk (state=3): >>>import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5257fa78c0> <<< 32580 1727096780.85063: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096780.85120: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096780.85130: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096780.85180: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa7dd0> <<< 32580 1727096780.85183: stdout chunk (state=3): >>>import 'pwd' # <<< 32580 1727096780.85212: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096780.85238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096780.85277: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e11b80> <<< 32580 1727096780.85307: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.85318: 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 0x7f5257e132c0> <<< 32580 1727096780.85328: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096780.85348: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096780.85385: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e14110> <<< 32580 1727096780.85408: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096780.85439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096780.85458: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e15280> <<< 32580 1727096780.85477: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096780.85517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096780.85543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 32580 1727096780.85550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096780.85598: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e17d10> <<< 32580 1727096780.85640: 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 0x7f52585efe30> <<< 32580 1727096780.85663: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e15fd0> <<< 32580 1727096780.85682: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096780.85712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 32580 1727096780.85738: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 32580 1727096780.85743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 32580 1727096780.85760: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 32580 1727096780.85791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096780.85817: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 32580 1727096780.85820: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 32580 1727096780.85841: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1fce0> <<< 32580 1727096780.85844: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096780.85914: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1e7b0> <<< 32580 1727096780.85923: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1e510> <<< 32580 1727096780.85938: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096780.85950: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096780.86024: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1ea80> <<< 32580 1727096780.86055: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e164e0> <<< 32580 1727096780.86085: 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 0x7f5257e63f50> <<< 32580 1727096780.86118: 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'<<< 32580 1727096780.86124: stdout chunk (state=3): >>> import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e63fb0> <<< 32580 1727096780.86143: 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 <<< 32580 1727096780.86163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096780.86188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 32580 1727096780.86195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 32580 1727096780.86230: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.86235: 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 0x7f5257e65af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e658b0> <<< 32580 1727096780.86255: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096780.86386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096780.86440: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.86445: 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 0x7f5257e680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e661e0> <<< 32580 1727096780.86471: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096780.86519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.86537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 32580 1727096780.86555: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 32580 1727096780.86608: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6b8c0> <<< 32580 1727096780.86738: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e68290> <<< 32580 1727096780.86800: 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 0x7f5257e6c470> <<< 32580 1727096780.86838: 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 0x7f5257e6c590> <<< 32580 1727096780.86879: 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 0x7f5257e6ca40> <<< 32580 1727096780.86899: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e641d0> <<< 32580 1727096780.86923: 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 <<< 32580 1727096780.86929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 32580 1727096780.86945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096780.86971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 32580 1727096780.86999: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.87027: 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 0x7f5257ef8320> <<< 32580 1727096780.87184: 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' <<< 32580 1727096780.87190: stdout chunk (state=3): >>>import 'array' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5257ef9550> <<< 32580 1727096780.87206: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6eae0> <<< 32580 1727096780.87240: 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 0x7f5257e6fe30> <<< 32580 1727096780.87246: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6e6c0> <<< 32580 1727096780.87265: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87283: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 32580 1727096780.87305: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87395: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87490: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87495: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87512: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 32580 1727096780.87520: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87536: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 32580 1727096780.87557: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87674: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.87798: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.88357: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.88908: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096780.88912: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 32580 1727096780.88924: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 32580 1727096780.88947: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 32580 1727096780.88968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.89025: 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 0x7f5257efd760> <<< 32580 1727096780.89105: 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' <<< 32580 1727096780.89140: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257efe4e0> <<< 32580 1727096780.89145: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257ef9460> <<< 32580 1727096780.89196: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 32580 1727096780.89215: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.89227: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.89247: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 32580 1727096780.89255: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.89408: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.89563: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096780.89570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 32580 1727096780.89580: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257efe3c0> <<< 32580 1727096780.89592: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90052: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90498: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90570: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90647: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096780.90654: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90698: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90737: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096780.90740: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90811: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90893: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 32580 1727096780.90908: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90933: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 32580 1727096780.90940: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.90984: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91019: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096780.91037: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91261: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91495: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096780.91557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096780.91574: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096780.91651: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257eff770> <<< 32580 1727096780.91666: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91736: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 32580 1727096780.91826: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 32580 1727096780.91830: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096780.91856: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91898: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096780.91944: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.91998: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92037: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92096: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92165: 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 <<< 32580 1727096780.92211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.92299: 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 0x7f5257d0a030> <<< 32580 1727096780.92339: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d07170> <<< 32580 1727096780.92372: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 32580 1727096780.92379: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 32580 1727096780.92386: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92454: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92512: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92545: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92589: 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 <<< 32580 1727096780.92598: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.92610: 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 <<< 32580 1727096780.92637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096780.92656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096780.92718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096780.92737: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 32580 1727096780.92761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 32580 1727096780.92813: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257ffaa50> <<< 32580 1727096780.92860: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fee720> <<< 32580 1727096780.92939: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d0a180> <<< 32580 1727096780.92946: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6ce60> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 32580 1727096780.92962: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.92989: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.93016: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096780.93081: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096780.93096: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.93112: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 32580 1727096780.93129: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.93709: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.94237: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.94923: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096780.95595: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 32580 1727096780.95602: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9c830> <<< 32580 1727096780.95625: 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' <<< 32580 1727096780.95631: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9ca40> <<< 32580 1727096780.95658: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 32580 1727096780.95665: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 32580 1727096780.95678: 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' <<< 32580 1727096780.95705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py <<< 32580 1727096780.95718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9d160> <<< 32580 1727096780.95727: stdout chunk (state=3): >>>import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9cce0> <<< 32580 1727096780.95747: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 32580 1727096780.95753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 32580 1727096780.95772: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 32580 1727096780.95810: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9da60> <<< 32580 1727096780.95834: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 32580 1727096780.95857: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 32580 1727096780.95865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 32580 1727096780.95897: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 32580 1727096780.95902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 32580 1727096780.95929: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 32580 1727096780.95938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 32580 1727096780.95967: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 32580 1727096780.95999: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d898e0> <<< 32580 1727096780.96014: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 32580 1727096780.96023: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d897f0> <<< 32580 1727096780.96042: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 32580 1727096780.96051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257956720> <<< 32580 1727096780.96109: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9f260> <<< 32580 1727096780.96119: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 32580 1727096780.96169: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 32580 1727096780.96181: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 32580 1727096780.96206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 32580 1727096780.96216: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 32580 1727096780.96261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 32580 1727096780.96331: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257965250> <<< 32580 1727096780.96337: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957dd0> <<< 32580 1727096780.96364: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957140> <<< 32580 1727096780.96384: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9e6f0> <<< 32580 1727096780.96402: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 32580 1727096780.96430: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 32580 1727096780.96440: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 32580 1727096780.96505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 32580 1727096780.96516: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py <<< 32580 1727096780.96537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 32580 1727096780.96550: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d11f0> <<< 32580 1727096780.96675: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257989310> <<< 32580 1727096780.96809: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957c20> <<< 32580 1727096780.96832: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 32580 1727096780.96837: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 32580 1727096780.96864: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 32580 1727096780.96887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 32580 1727096780.96928: 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 0x7f52579d8d10><<< 32580 1727096780.96933: stdout chunk (state=3): >>> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d2ff0> <<< 32580 1727096780.96957: stdout chunk (state=3): >>>import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257988e00> <<< 32580 1727096780.96985: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9e0c0> <<< 32580 1727096780.96996: stdout chunk (state=3): >>>import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9daf0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9d7f0> <<< 32580 1727096780.97004: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9ca70> <<< 32580 1727096780.97025: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py <<< 32580 1727096780.97039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9db20> <<< 32580 1727096780.97053: 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' <<< 32580 1727096780.97072: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 32580 1727096780.97090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 32580 1727096780.97136: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d9340> <<< 32580 1727096780.97141: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d8ef0> <<< 32580 1727096780.97171: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 32580 1727096780.97182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.97240: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d9a90> <<< 32580 1727096780.97265: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 32580 1727096780.97298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 32580 1727096780.97352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 32580 1727096780.97387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 32580 1727096780.97466: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096780.97543: 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 0x7f52579dc770> <<< 32580 1727096780.97731: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579c1910> <<< 32580 1727096780.97753: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579dab10> <<< 32580 1727096780.97777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 32580 1727096780.97786: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 32580 1727096780.97824: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579c13a0> <<< 32580 1727096780.97846: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 32580 1727096780.97854: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 32580 1727096780.97860: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579f6570> <<< 32580 1727096780.97882: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 32580 1727096780.97905: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 32580 1727096780.97911: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' <<< 32580 1727096780.97930: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579f7230> <<< 32580 1727096780.97940: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579f6cc0> <<< 32580 1727096780.97963: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 32580 1727096780.98034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 32580 1727096780.98112: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579f7710> <<< 32580 1727096780.98129: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 32580 1727096780.98173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 32580 1727096780.98387: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579cbc20> <<< 32580 1727096780.98409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 32580 1727096780.98431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 32580 1727096780.98456: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52578ebe30> <<< 32580 1727096780.98489: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__init__.py <<< 32580 1727096780.98496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.98515: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__about__.py <<< 32580 1727096780.98520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791d8b0> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791d6d0> <<< 32580 1727096780.98543: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/__init__.py <<< 32580 1727096780.98546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096780.98580: stdout chunk (state=3): >>># /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' <<< 32580 1727096780.98611: stdout chunk (state=3): >>># /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'<<< 32580 1727096780.98616: stdout chunk (state=3): >>> <<< 32580 1727096780.98638: stdout chunk (state=3): >>>import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791e2a0> <<< 32580 1727096780.98666: stdout chunk (state=3): >>># /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 0x7f525791e930> <<< 32580 1727096780.98695: stdout chunk (state=3): >>># /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 0x7f525791e810> <<< 32580 1727096780.98914: 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' # 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 0x7f525765c350> <<< 32580 1727096780.98918: stdout chunk (state=3): >>># 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 0x7f525791ea80> <<< 32580 1727096780.98942: 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' <<< 32580 1727096780.98948: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765cad0> <<< 32580 1727096780.98970: 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 <<< 32580 1727096780.98977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' <<< 32580 1727096780.99012: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765cc50> <<< 32580 1727096780.99054: stdout chunk (state=3): >>>import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791dcd0> <<< 32580 1727096780.99072: 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 <<< 32580 1727096780.99081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/verification.cpython-312.pyc' <<< 32580 1727096780.99090: 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 <<< 32580 1727096780.99108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc' <<< 32580 1727096780.99125: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/name.py <<< 32580 1727096780.99162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc' <<< 32580 1727096780.99179: 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 <<< 32580 1727096780.99189: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/oid.cpython-312.pyc' <<< 32580 1727096780.99198: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py <<< 32580 1727096780.99217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' <<< 32580 1727096780.99256: stdout chunk (state=3): >>>import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765f890> <<< 32580 1727096780.99261: stdout chunk (state=3): >>>import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765f710> <<< 32580 1727096781.00283: stdout chunk (state=3): >>>import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765e120> <<< 32580 1727096781.00316: stdout chunk (state=3): >>>import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765d4c0> <<< 32580 1727096781.00319: stdout chunk (state=3): >>>import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791df10> <<< 32580 1727096781.00341: 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 <<< 32580 1727096781.00369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc' <<< 32580 1727096781.00403: 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' <<< 32580 1727096781.00431: 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' <<< 32580 1727096781.00498: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257694ce0> <<< 32580 1727096781.00533: 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 <<< 32580 1727096781.00536: 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 0x7f5257696780> <<< 32580 1727096781.00549: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.00585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-312.pyc' <<< 32580 1727096781.00606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 32580 1727096781.00637: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 32580 1727096781.00659: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 32580 1727096781.00738: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 32580 1727096781.00759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 32580 1727096781.00783: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 32580 1727096781.00799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 32580 1727096781.00824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 32580 1727096781.00856: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.00863: stdout chunk (state=3): >>># 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 0x7f525770d1f0> <<< 32580 1727096781.00882: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525770c620> <<< 32580 1727096781.00939: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576e3020> <<< 32580 1727096781.01080: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576cee40> <<< 32580 1727096781.01116: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576cd160> <<< 32580 1727096781.01141: 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 <<< 32580 1727096781.01151: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096781.01158: stdout chunk (state=3): >>>import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576cd460> <<< 32580 1727096781.01187: 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 0x7f52577214f0> <<< 32580 1727096781.01213: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.01246: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.01252: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257721f70> <<< 32580 1727096781.01276: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52577219d0> <<< 32580 1727096781.01302: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' <<< 32580 1727096781.01359: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257722120> <<< 32580 1727096781.01376: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ed25519.cpython-312.pyc' <<< 32580 1727096781.01400: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257723080> <<< 32580 1727096781.01418: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.01452: 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' <<< 32580 1727096781.01462: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257723b30> <<< 32580 1727096781.01474: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' <<< 32580 1727096781.01501: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257723d70> <<< 32580 1727096781.01634: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52577234a0> <<< 32580 1727096781.01664: 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 <<< 32580 1727096781.01681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.01686: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01696: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' <<< 32580 1727096781.01705: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52577237d0> <<< 32580 1727096781.01726: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' <<< 32580 1727096781.01753: 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 <<< 32580 1727096781.01766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' <<< 32580 1727096781.01785: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/algorithms.cpython-312.pyc' <<< 32580 1727096781.01820: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.01833: stdout chunk (state=3): >>>import 'cryptography.hazmat.decrepit' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257502270> <<< 32580 1727096781.01847: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.01865: stdout chunk (state=3): >>># 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 0x7f52575023c0> <<< 32580 1727096781.01883: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.01895: stdout chunk (state=3): >>>import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575020c0> <<< 32580 1727096781.01917: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257501a30> <<< 32580 1727096781.01944: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257500ec0> <<< 32580 1727096781.01981: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575008c0> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257723f50> <<< 32580 1727096781.02136: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257696810> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257694860> <<< 32580 1727096781.02162: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.02179: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257502a80> <<< 32580 1727096781.02203: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.02216: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc' <<< 32580 1727096781.02218: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257502e10> <<< 32580 1727096781.02244: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.02260: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575033b0> <<< 32580 1727096781.02285: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.02291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc' <<< 32580 1727096781.02309: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.02319: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc' <<< 32580 1727096781.02327: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.dh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575038c0> <<< 32580 1727096781.02351: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257503770> <<< 32580 1727096781.02369: 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 <<< 32580 1727096781.02439: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc' <<< 32580 1727096781.02464: stdout chunk (state=3): >>># /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 <<< 32580 1727096781.02474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc' <<< 32580 1727096781.02481: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 32580 1727096781.02511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' <<< 32580 1727096781.02514: stdout chunk (state=3): >>>import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525754fec0> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525754faa0> <<< 32580 1727096781.02625: stdout chunk (state=3): >>>import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257503e30> <<< 32580 1727096781.02674: stdout chunk (state=3): >>>import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765f560> <<< 32580 1727096781.02679: stdout chunk (state=3): >>>import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791d9a0> <<< 32580 1727096781.02713: stdout chunk (state=3): >>># /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' <<< 32580 1727096781.02718: stdout chunk (state=3): >>>import 'cryptography.hazmat.backends' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6d640> <<< 32580 1727096781.02758: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.02863: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 32580 1727096781.02869: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03007: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03146: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 32580 1727096781.03162: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03207: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03260: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 32580 1727096781.03267: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03388: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.03497: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 32580 1727096781.03599: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096781.04109: 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 <<< 32580 1727096781.04113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.04143: 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 <<< 32580 1727096781.04149: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 32580 1727096781.04176: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py <<< 32580 1727096781.04182: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a43e0> <<< 32580 1727096781.04211: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 32580 1727096781.04250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 32580 1727096781.04375: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a4500> <<< 32580 1727096781.04393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 32580 1727096781.04408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 32580 1727096781.04451: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 32580 1727096781.04460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 32580 1727096781.04495: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.04498: 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 0x7f52571148f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257114140> <<< 32580 1727096781.04523: 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 0x7f5257114320> <<< 32580 1727096781.04548: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a4a40> <<< 32580 1727096781.04553: stdout chunk (state=3): >>>import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a7a40> <<< 32580 1727096781.04590: 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' <<< 32580 1727096781.04597: stdout chunk (state=3): >>>import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a4080> <<< 32580 1727096781.04614: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 32580 1727096781.04703: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 32580 1727096781.04732: 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 <<< 32580 1727096781.04737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.04759: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 32580 1727096781.04773: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 32580 1727096781.04888: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 32580 1727096781.04891: 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 0x7f5257181fd0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257181be0> <<< 32580 1727096781.04915: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 32580 1727096781.04965: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 32580 1727096781.05021: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52571a5820> <<< 32580 1727096781.05057: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257182090> <<< 32580 1727096781.05080: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 32580 1727096781.05168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 32580 1727096781.06132: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 32580 1727096781.06139: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5256d10980> <<< 32580 1727096781.06204: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52571a59d0> <<< 32580 1727096781.06233: 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 <<< 32580 1727096781.06303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 32580 1727096781.06399: stdout chunk (state=3): >>># extension module 'libdnf._module' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' <<< 32580 1727096781.06402: stdout chunk (state=3): >>># extension module 'libdnf._module' executed from '/usr/lib64/python3.12/site-packages/libdnf/_module.so' import 'libdnf._module' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5256d4e570> <<< 32580 1727096781.06440: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d10e30> <<< 32580 1727096781.06462: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 32580 1727096781.06505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 32580 1727096781.06582: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 32580 1727096781.06588: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5256d8d640> <<< 32580 1727096781.06616: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d4e7e0> <<< 32580 1727096781.06642: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 32580 1727096781.06691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 32580 1727096781.06891: 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 0x7f5256dc9730> <<< 32580 1727096781.06943: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d8d940> <<< 32580 1727096781.06957: 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 <<< 32580 1727096781.06970: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 32580 1727096781.07026: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 32580 1727096781.07030: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5256dca9c0> <<< 32580 1727096781.07051: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dc9df0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257181790> <<< 32580 1727096781.07072: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 32580 1727096781.07114: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 32580 1727096781.07131: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 32580 1727096781.07154: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096781.07183: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 32580 1727096781.07201: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 32580 1727096781.07225: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.07248: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5256dfdee0> <<< 32580 1727096781.07279: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfd370> <<< 32580 1727096781.07285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 32580 1727096781.07324: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 32580 1727096781.07327: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 32580 1727096781.07541: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552ac5c0> <<< 32580 1727096781.07558: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py # 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 0x7f52552ad4c0> # /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' <<< 32580 1727096781.07928: 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 0x7f52552add90> <<< 32580 1727096781.07993: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 32580 1727096781.07997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552af290> <<< 32580 1727096781.08028: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552ad700> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552ac470> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dffdd0> <<< 32580 1727096781.08060: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py <<< 32580 1727096781.08079: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.08169: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' loaded from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' <<< 32580 1727096781.08207: stdout chunk (state=3): >>># extension module 'hawkey._hawkey' executed from '/usr/lib64/python3.12/site-packages/hawkey/_hawkey.so' import 'hawkey._hawkey' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f52552dcf20> <<< 32580 1727096781.08217: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552aff20> <<< 32580 1727096781.08261: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfe270> <<< 32580 1727096781.08297: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfc980> <<< 32580 1727096781.08342: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc'<<< 32580 1727096781.08355: stdout chunk (state=3): >>> <<< 32580 1727096781.08675: 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 0x7f5256dfd0a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfce00> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dcab40> # /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 0x7f5256dfd010> # /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 0x7f525530cb00> <<< 32580 1727096781.08678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 32580 1727096781.08724: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530d2e0> <<< 32580 1727096781.08769: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552dfdd0> <<< 32580 1727096781.08772: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 32580 1727096781.08787: 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 0x7f525530dac0> <<< 32580 1727096781.08813: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552de4b0> <<< 32580 1727096781.08860: 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' <<< 32580 1727096781.08866: 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 <<< 32580 1727096781.08906: stdout chunk (state=3): >>># 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' <<< 32580 1727096781.08939: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530f530> <<< 32580 1727096781.08971: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530eab0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530e8d0> <<< 32580 1727096781.08999: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 32580 1727096781.09036: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 32580 1727096781.09077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 32580 1727096781.09081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 32580 1727096781.09112: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525534a600> <<< 32580 1727096781.09144: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 32580 1727096781.09185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 32580 1727096781.09224: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 32580 1727096781.09265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 32580 1727096781.09289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 32580 1727096781.09325: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538c6b0> <<< 32580 1727096781.09353: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' # extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f525538c9e0> <<< 32580 1727096781.09409: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525536c920> <<< 32580 1727096781.09448: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525534aab0> <<< 32580 1727096781.09510: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5255349af0> <<< 32580 1727096781.09516: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fd40> <<< 32580 1727096781.09525: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fa70> <<< 32580 1727096781.09597: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/dnssec.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' # /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' <<< 32580 1727096781.09627: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 32580 1727096781.09635: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538e3c0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538d520> <<< 32580 1727096781.09658: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fce0> <<< 32580 1727096781.09707: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 32580 1727096781.09755: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538e9f0> <<< 32580 1727096781.09759: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py <<< 32580 1727096781.09804: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538edb0> # /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 0x7f525538ee70> <<< 32580 1727096781.09809: 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 0x7f525538ef90> <<< 32580 1727096781.09844: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 32580 1727096781.09875: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 32580 1727096781.09902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 32580 1727096781.10121: 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 0x7f5254cd9af0> <<< 32580 1727096781.10127: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538fc80> # /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 0x7f5254cd9cd0> # /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 0x7f5254cd9dc0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538eed0> # /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 0x7f5254cd9eb0> <<< 32580 1727096781.10158: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 32580 1727096781.10162: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 32580 1727096781.10242: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254cdab70> # /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 0x7f5254cdb6b0> <<< 32580 1727096781.10284: 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 0x7f5254cdb830> # /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' <<< 32580 1727096781.10314: stdout chunk (state=3): >>>import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d100e0> # /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 0x7f5254d10350> <<< 32580 1727096781.10364: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 32580 1727096781.10407: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d10cb0> <<< 32580 1727096781.10411: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d10740> <<< 32580 1727096781.10469: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d11b80> import 'gc' # <<< 32580 1727096781.10479: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257114a10> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575775f0> <<< 32580 1727096781.11034: 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 <<< 32580 1727096781.11057: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 32580 1727096781.11112: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12870> <<< 32580 1727096781.11115: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.11145: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py <<< 32580 1727096781.11188: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 32580 1727096781.11220: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 32580 1727096781.11273: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 32580 1727096781.11302: 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 <<< 32580 1727096781.11307: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/format.cpython-312.pyc' import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d372c0> <<< 32580 1727096781.11337: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 32580 1727096781.11344: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 32580 1727096781.11370: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 32580 1727096781.11384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 32580 1727096781.11408: stdout chunk (state=3): >>># /usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/curses/__init__.py <<< 32580 1727096781.11413: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/curses/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.11556: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.11560: stdout chunk (state=3): >>># 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 0x7f5254d592b0> <<< 32580 1727096781.11574: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d58e90> <<< 32580 1727096781.11600: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.11732: 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 0x7f5257d0a1b0> <<< 32580 1727096781.11736: stdout chunk (state=3): >>>import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d37d70> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d375f0> <<< 32580 1727096781.11771: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d34350> <<< 32580 1727096781.11790: 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 <<< 32580 1727096781.11810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096781.11816: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d370b0> <<< 32580 1727096781.11840: 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 <<< 32580 1727096781.11873: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.11888: 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 <<< 32580 1727096781.12001: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 32580 1727096781.12028: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d6a720> <<< 32580 1727096781.12059: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d69250> <<< 32580 1727096781.12094: 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 <<< 32580 1727096781.12100: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 32580 1727096781.12112: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d6be30> <<< 32580 1727096781.12138: 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 <<< 32580 1727096781.12146: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 32580 1727096781.12148: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9c170> <<< 32580 1727096781.12174: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py <<< 32580 1727096781.12184: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 32580 1727096781.12203: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9c3e0> <<< 32580 1727096781.12206: 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 <<< 32580 1727096781.12233: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 32580 1727096781.12236: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9c680> <<< 32580 1727096781.12263: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 32580 1727096781.12286: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 32580 1727096781.12317: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 32580 1727096781.12356: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9cda0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9cbf0> <<< 32580 1727096781.12388: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc' <<< 32580 1727096781.12392: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9e690> <<< 32580 1727096781.12426: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py <<< 32580 1727096781.12429: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 32580 1727096781.12431: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9e780> <<< 32580 1727096781.12455: 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 <<< 32580 1727096781.12481: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 32580 1727096781.12496: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9e9c0> <<< 32580 1727096781.12513: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 32580 1727096781.12534: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 32580 1727096781.12554: 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 <<< 32580 1727096781.12580: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 32580 1727096781.12589: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9f920> <<< 32580 1727096781.12609: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9f1a0> <<< 32580 1727096781.12625: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 32580 1727096781.12645: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 32580 1727096781.12650: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9fb30> <<< 32580 1727096781.12681: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 32580 1727096781.12687: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498c920> <<< 32580 1727096781.12714: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py <<< 32580 1727096781.12725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 32580 1727096781.12733: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498cb00> <<< 32580 1727096781.12761: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 32580 1727096781.12775: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 32580 1727096781.12801: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498cda0> <<< 32580 1727096781.12827: 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 <<< 32580 1727096781.12835: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 32580 1727096781.12841: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498dca0> <<< 32580 1727096781.12866: 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' <<< 32580 1727096781.12886: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498df10> <<< 32580 1727096781.12904: 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 <<< 32580 1727096781.12926: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 32580 1727096781.12929: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498e120> <<< 32580 1727096781.12969: 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 <<< 32580 1727096781.12972: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 32580 1727096781.13006: 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 <<< 32580 1727096781.13015: 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 0x7f525498ecf0> <<< 32580 1727096781.13030: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498e840> <<< 32580 1727096781.13048: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 32580 1727096781.13060: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 32580 1727096781.13089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 32580 1727096781.13099: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 32580 1727096781.13114: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498fb60> <<< 32580 1727096781.13120: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498f4a0> <<< 32580 1727096781.13143: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 32580 1727096781.13164: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c4830> <<< 32580 1727096781.13181: 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 <<< 32580 1727096781.13207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 32580 1727096781.13215: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c4b30> <<< 32580 1727096781.13240: 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 <<< 32580 1727096781.13249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 32580 1727096781.13264: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c5a90> <<< 32580 1727096781.13289: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 32580 1727096781.13292: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c5d30> <<< 32580 1727096781.13325: 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' <<< 32580 1727096781.13341: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c5ee0> <<< 32580 1727096781.13344: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12cc0> <<< 32580 1727096781.13363: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12a50> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12180> <<< 32580 1727096781.13388: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 32580 1727096781.13398: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 32580 1727096781.13428: 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' <<< 32580 1727096781.13463: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6900> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6630> <<< 32580 1727096781.13486: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.13516: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py<<< 32580 1727096781.13523: stdout chunk (state=3): >>> <<< 32580 1727096781.13564: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096781.13589: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 32580 1727096781.13626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 32580 1727096781.13685: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549dcd70> <<< 32580 1727096781.13708: 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' <<< 32580 1727096781.13801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 32580 1727096781.13817: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 32580 1727096781.13841: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549de4b0> <<< 32580 1727096781.13901: 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 0x7f52549dd6a0> <<< 32580 1727096781.13908: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549dd280> <<< 32580 1727096781.13928: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 32580 1727096781.13949: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 32580 1727096781.13978: 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 <<< 32580 1727096781.13986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549fbd10> <<< 32580 1727096781.14000: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549fb140> <<< 32580 1727096781.14029: 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 <<< 32580 1727096781.14034: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.14054: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 32580 1727096781.14094: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 32580 1727096781.14114: stdout chunk (state=3): >>>import 'six.moves' # <<< 32580 1727096781.14138: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 32580 1727096781.14142: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 32580 1727096781.14170: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a1ec90> <<< 32580 1727096781.14186: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 32580 1727096781.14198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 32580 1727096781.14202: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a1f530> <<< 32580 1727096781.14229: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 32580 1727096781.14239: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 32580 1727096781.14257: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 32580 1727096781.14299: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a1c3e0> <<< 32580 1727096781.14313: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549fbfb0> <<< 32580 1727096781.14350: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6ba0> <<< 32580 1727096781.14381: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 32580 1727096781.14384: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 32580 1727096781.14412: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549dc8c0> <<< 32580 1727096781.14418: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6750> <<< 32580 1727096781.14437: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12a20> <<< 32580 1727096781.14458: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 32580 1727096781.14485: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 32580 1727096781.14520: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a39820> <<< 32580 1727096781.14544: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 32580 1727096781.14571: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 32580 1727096781.14593: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a3a0f0> <<< 32580 1727096781.14624: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py <<< 32580 1727096781.14628: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 32580 1727096781.14634: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a3b0e0> <<< 32580 1727096781.14659: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 32580 1727096781.14674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 32580 1727096781.14689: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a3b740> <<< 32580 1727096781.14714: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 32580 1727096781.14719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 32580 1727096781.14742: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 32580 1727096781.14747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096781.14771: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 32580 1727096781.14777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 32580 1727096781.14817: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.14856: 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 0x7f5254a64e30> <<< 32580 1727096781.14886: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a64800> <<< 32580 1727096781.14889: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a644a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a64140> <<< 32580 1727096781.14920: 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 <<< 32580 1727096781.14937: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 32580 1727096781.14972: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a64c80> <<< 32580 1727096781.14993: 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 <<< 32580 1727096781.15009: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 32580 1727096781.15040: 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' <<< 32580 1727096781.15071: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a66b70> <<< 32580 1727096781.15096: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/exceptions.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096781.15119: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a66c30> <<< 32580 1727096781.15154: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py <<< 32580 1727096781.15156: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 32580 1727096781.15266: 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 0x7f5254a67320> <<< 32580 1727096781.15269: stdout chunk (state=3): >>>import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a671a0> <<< 32580 1727096781.15292: 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 <<< 32580 1727096781.15298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_dbus.cpython-312.pyc' <<< 32580 1727096781.15316: 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 <<< 32580 1727096781.15335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 32580 1727096781.15356: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 32580 1727096781.15382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 32580 1727096781.15408: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py <<< 32580 1727096781.15417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254825880> <<< 32580 1727096781.15435: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 32580 1727096781.15450: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 32580 1727096781.15477: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc' <<< 32580 1727096781.15507: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py <<< 32580 1727096781.15514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254826a80> <<< 32580 1727096781.15541: 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 0x7f5254826cf0> <<< 32580 1727096781.15569: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py <<< 32580 1727096781.15577: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 32580 1727096781.15605: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096781.15636: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5254826e70> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254826c90> <<< 32580 1727096781.15647: stdout chunk (state=3): >>>import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254826540> <<< 32580 1727096781.15657: stdout chunk (state=3): >>>import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52548259d0> <<< 32580 1727096781.15674: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254824ce0> <<< 32580 1727096781.15680: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254824290> <<< 32580 1727096781.15704: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a67ad0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a66660> <<< 32580 1727096781.15735: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a65b50> <<< 32580 1727096781.15755: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 32580 1727096781.15777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a67fb0> <<< 32580 1727096781.15805: 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 <<< 32580 1727096781.15823: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' <<< 32580 1727096781.15829: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52548273b0> <<< 32580 1727096781.15858: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc' <<< 32580 1727096781.15868: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repograph' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254827c50> <<< 32580 1727096781.15897: 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 <<< 32580 1727096781.15917: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' <<< 32580 1727096781.15925: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254827f50> <<< 32580 1727096781.15941: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 32580 1727096781.15973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 32580 1727096781.15983: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254840980> <<< 32580 1727096781.16010: 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 <<< 32580 1727096781.16040: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 32580 1727096781.16070: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254841490> <<< 32580 1727096781.29941: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "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}}} <<< 32580 1727096781.31537: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 32580 1727096781.31586: stdout chunk (state=3): >>># destroy __main__ <<< 32580 1727096781.32269: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 32580 1727096781.32290: 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 <<< 32580 1727096781.32310: stdout chunk (state=3): >>># clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # 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 <<< 32580 1727096781.32317: stdout chunk (state=3): >>># cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack <<< 32580 1727096781.32337: stdout chunk (state=3): >>># destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # 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 <<< 32580 1727096781.32372: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random <<< 32580 1727096781.32375: 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 # 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 <<< 32580 1727096781.32400: 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 # 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 <<< 32580 1727096781.32414: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32440: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32466: stdout chunk (state=3): >>># cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils <<< 32580 1727096781.32488: stdout chunk (state=3): >>># cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # 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<<< 32580 1727096781.32516: stdout chunk (state=3): >>> # 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 <<< 32580 1727096781.32537: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32568: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32576: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32609: 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 # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses <<< 32580 1727096781.32643: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.32648: stdout chunk (state=3): >>># 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<<< 32580 1727096781.32668: stdout chunk (state=3): >>> # 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 <<< 32580 1727096781.33385: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 32580 1727096781.33397: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 32580 1727096781.33408: stdout chunk (state=3): >>># destroy zipfile._path <<< 32580 1727096781.33416: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 32580 1727096781.33437: stdout chunk (state=3): >>># destroy ntpath <<< 32580 1727096781.33465: stdout chunk (state=3): >>># destroy zipimport <<< 32580 1727096781.33469: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 32580 1727096781.33470: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 32580 1727096781.33490: stdout chunk (state=3): >>># destroy selinux <<< 32580 1727096781.33510: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 32580 1727096781.33536: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 32580 1727096781.33544: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33586: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version # destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta <<< 32580 1727096781.33594: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33615: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 32580 1727096781.33640: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 32580 1727096781.33657: stdout chunk (state=3): >>># destroy dbus # destroy dbus._compat # destroy dbus.exceptions <<< 32580 1727096781.33664: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33677: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 32580 1727096781.33715: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings # cleanup[3] wiping _decimal # cleanup[3] wiping dnf.cli # destroy dnf.cli.format <<< 32580 1727096781.33724: stdout chunk (state=3): >>># destroy dnf.cli.term # destroy dnf.cli.progress <<< 32580 1727096781.33745: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33765: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33769: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum <<< 32580 1727096781.33802: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33822: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33837: stdout chunk (state=3): >>># cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm <<< 32580 1727096781.33851: stdout chunk (state=3): >>># cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction <<< 32580 1727096781.33868: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module <<< 32580 1727096781.33883: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text <<< 32580 1727096781.33889: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33909: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33934: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.33950: stdout chunk (state=3): >>># cleanup[3] wiping _cffi_backend # cleanup[3] wiping cryptography.utils # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar <<< 32580 1727096781.33964: stdout chunk (state=3): >>># cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error <<< 32580 1727096781.33979: stdout chunk (state=3): >>># cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl # cleanup[3] wiping _ssl <<< 32580 1727096781.33986: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34022: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words <<< 32580 1727096781.34026: stdout chunk (state=3): >>># cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils # cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 32580 1727096781.34029: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime <<< 32580 1727096781.34062: stdout chunk (state=3): >>># cleanup[3] wiping email.quoprimime # cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser <<< 32580 1727096781.34079: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34082: stdout chunk (state=3): >>># cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 32580 1727096781.34085: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping socket <<< 32580 1727096781.34122: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34139: stdout chunk (state=3): >>># cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize <<< 32580 1727096781.34152: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34166: stdout chunk (state=3): >>># destroy encodings <<< 32580 1727096781.34183: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing <<< 32580 1727096781.34206: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 32580 1727096781.34225: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # cleanup[3] wiping ipaddress <<< 32580 1727096781.34231: 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 <<< 32580 1727096781.34249: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random <<< 32580 1727096781.34258: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34290: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc <<< 32580 1727096781.34296: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 32580 1727096781.34313: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct <<< 32580 1727096781.34318: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34343: stdout chunk (state=3): >>># cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 32580 1727096781.34371: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 32580 1727096781.34376: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 32580 1727096781.34380: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.34404: stdout chunk (state=3): >>># cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # 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 <<< 32580 1727096781.34436: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.35163: stdout chunk (state=3): >>># destroy sys.monitoring <<< 32580 1727096781.35169: stdout chunk (state=3): >>># destroy _socket <<< 32580 1727096781.35204: stdout chunk (state=3): >>># destroy _weakref <<< 32580 1727096781.35237: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 32580 1727096781.35247: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 32580 1727096781.35260: stdout chunk (state=3): >>># destroy tokenize <<< 32580 1727096781.35276: stdout chunk (state=3): >>># destroy _compat_pickle <<< 32580 1727096781.35295: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib<<< 32580 1727096781.35307: stdout chunk (state=3): >>> <<< 32580 1727096781.35323: stdout chunk (state=3): >>># destroy _queue <<< 32580 1727096781.35340: stdout chunk (state=3): >>># destroy array <<< 32580 1727096781.35346: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 32580 1727096781.35372: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 32580 1727096781.35381: stdout chunk (state=3): >>># destroy _operator # destroy gzip <<< 32580 1727096781.35409: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.35425: stdout chunk (state=3): >>># destroy ipaddress <<< 32580 1727096781.35460: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 32580 1727096781.35467: stdout chunk (state=3): >>># destroy unicodedata <<< 32580 1727096781.35491: stdout chunk (state=3): >>># destroy cryptography.hazmat.primitives._serialization <<< 32580 1727096781.35516: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 32580 1727096781.35519: stdout chunk (state=3): >>># destroy pwd <<< 32580 1727096781.35547: stdout chunk (state=3): >>># destroy _functools # destroy gettext # destroy libcomps # destroy urllib <<< 32580 1727096781.35560: 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 <<< 32580 1727096781.35563: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.35583: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 32580 1727096781.35633: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 32580 1727096781.35643: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 32580 1727096781.35660: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal # destroy 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 <<< 32580 1727096781.35698: stdout chunk (state=3): >>># destroy rpm <<< 32580 1727096781.35748: stdout chunk (state=3): >>># destroy functools # destroy itertools <<< 32580 1727096781.35752: stdout chunk (state=3): >>># 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 <<< 32580 1727096781.35767: stdout chunk (state=3): >>># destroy _opcode <<< 32580 1727096781.35830: stdout chunk (state=3): >>># destroy _warnings <<< 32580 1727096781.35836: stdout chunk (state=3): >>># destroy posix <<< 32580 1727096781.35865: stdout chunk (state=3): >>># destroy binascii <<< 32580 1727096781.35880: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 32580 1727096781.35913: stdout chunk (state=3): >>># destroy _ssl <<< 32580 1727096781.36013: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 32580 1727096781.36172: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 32580 1727096781.36183: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 32580 1727096781.36189: stdout chunk (state=3): >>># destroy _random <<< 32580 1727096781.36212: stdout chunk (state=3): >>># destroy _sre <<< 32580 1727096781.36220: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096781.36835: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096781.36870: stderr chunk (state=3): >>><<< 32580 1727096781.36872: stdout chunk (state=3): >>><<< 32580 1727096781.37039: _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 0x7f52589684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258937b30> # /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 0x7f525896aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525871d130> # /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 0x7f525871e090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525875bec0> # /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 0x7f525875bf80> # /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 0x7f5258793830> # /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 0x7f5258793ec0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258773b60> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587712b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258759070> # /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 0x7f52587b7800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587b6420> # /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 0x7f52587722a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587b4bc0> # /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 0x7f52587e8860> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587582f0> # /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 0x7f52587e8d10> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e8bc0> # 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 0x7f52587e8f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258756e10> # /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 0x7f52587e95e0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587e92b0> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587ea4e0> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52588006e0> 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 0x7f5258801dc0> # /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 0x7f5258802c30> # 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 0x7f5258803260> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258802180> # /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 0x7f5258803ce0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258803410> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587ea450> # /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 0x7f5258547b90> # /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 0x7f5258570710> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570470> # 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 0x7f5258570740> # /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 0x7f5258571070> # 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 0x7f52585719a0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570920> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258545d30> # /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 0x7f5258572cf0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258570ef0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52587eac00> # /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 0x7f525859f080> # /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 0x7f52585c7440> # /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 0x7f5258620230> # /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 0x7f5258622990> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258620350> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52585ed220> # /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 0x7f5257f292e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52585c6240> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5258573c50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5257f29580> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_3x6owmz_/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 0x7f5257f7f050> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f5df40> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f5d0a0> # 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 0x7f5257f7cef0> # /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 0x7f5257fa6930> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa66f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fa6000> # /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 0x7f5257fa6750> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257f7fa70> 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 0x7f5257fa7680> # 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 0x7f5257fa78c0> # /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 0x7f5257fa7dd0> 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 0x7f5257e11b80> # 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 0x7f5257e132c0> # /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 0x7f5257e14110> # /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 0x7f5257e15280> # /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 0x7f5257e17d10> # 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 0x7f52585efe30> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e15fd0> # /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 0x7f5257e1fce0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1e7b0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e1e510> # /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 0x7f5257e1ea80> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e164e0> # 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 0x7f5257e63f50> # /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 0x7f5257e63fb0> # /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 0x7f5257e65af0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e658b0> # /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 0x7f5257e680e0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e661e0> # /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 0x7f5257e6b8c0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e68290> # 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 0x7f5257e6c470> # 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 0x7f5257e6c590> # 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 0x7f5257e6ca40> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e641d0> # /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 0x7f5257ef8320> # 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 0x7f5257ef9550> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6eae0> # 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 0x7f5257e6fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6e6c0> # 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 0x7f5257efd760> # /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 0x7f5257efe4e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257ef9460> 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 0x7f5257efe3c0> # 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 0x7f5257eff770> # 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 0x7f5257d0a030> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d07170> 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 0x7f5257ffaa50> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257fee720> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d0a180> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257e6ce60> # 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 0x7f5257d9c830> # /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 0x7f5257d9ca40> # /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 0x7f5257d9d160> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9cce0> # /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 0x7f5257d9da60> # /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 0x7f5257d898e0> # /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 0x7f5257d897f0> # /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 0x7f5257956720> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9f260> # /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 0x7f5257965250> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957dd0> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957140> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9e6f0> # /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 0x7f52579d11f0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257989310> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257957c20> # /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 0x7f52579d8d10> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d2ff0> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257988e00> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9e0c0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9daf0> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9d7f0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257d9ca70> # /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 0x7f5257d9db20> # /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 0x7f52579d9340> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579d8ef0> # /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 0x7f52579d9a90> # /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 0x7f52579dc770> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579c1910> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579dab10> # /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 0x7f52579c13a0> # /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 0x7f52579f6570> # /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 0x7f52579f7230> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52579f6cc0> # /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 0x7f52579f7710> # /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 0x7f52579cbc20> # /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 0x7f52578ebe30> # /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 0x7f525791d8b0> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791d6d0> # /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 0x7f525791e2a0> # /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 0x7f525791e930> # /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 0x7f525791e810> # 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 0x7f525765c350> # 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 0x7f525791ea80> # /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 0x7f525765cad0> # /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 0x7f525765cc50> import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791dcd0> # /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 0x7f525765f890> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765f710> import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765e120> import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765d4c0> import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791df10> # /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 0x7f5257694ce0> # /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 0x7f5257696780> # /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 0x7f525770d1f0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525770c620> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576e3020> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576cee40> import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52576cd160> # /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 0x7f52576cd460> # /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 0x7f52577214f0> # /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 0x7f5257721f70> import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52577219d0> # /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 0x7f5257722120> # /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 0x7f5257723080> # /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 0x7f5257723b30> # /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 0x7f5257723d70> import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52577234a0> # /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 0x7f52577237d0> # /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 0x7f5257502270> # /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 0x7f52575023c0> # /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 0x7f52575020c0> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257501a30> import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257500ec0> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575008c0> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257723f50> import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257696810> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257694860> # /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 0x7f5257502a80> # /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 0x7f5257502e10> # /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 0x7f52575033b0> # /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 0x7f52575038c0> import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257503770> # /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 0x7f525754fec0> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525754faa0> import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257503e30> import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525765f560> import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525791d9a0> # /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 0x7f5257e6d640> # 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 0x7f52575a43e0> # /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 0x7f52575a4500> # /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 0x7f52571148f0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257114140> # 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 0x7f5257114320> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a4a40> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575a7a40> # /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 0x7f52575a4080> # /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 0x7f5257181fd0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257181be0> # /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 0x7f52571a5820> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257182090> # /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 0x7f5256d10980> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52571a59d0> # /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 0x7f5256d4e570> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d10e30> # /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 0x7f5256d8d640> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d4e7e0> # /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 0x7f5256dc9730> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256d8d940> # /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 0x7f5256dca9c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dc9df0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257181790> # /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 0x7f5256dfdee0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfd370> # /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 0x7f52552ac5c0> # /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 0x7f52552ad4c0> # /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 0x7f52552add90> # /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 0x7f52552af290> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552ad700> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552ac470> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dffdd0> # /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 0x7f52552dcf20> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552aff20> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfe270> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfc980> # /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 0x7f5256dfd0a0> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dfce00> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5256dcab40> # /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 0x7f5256dfd010> # /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 0x7f525530cb00> # /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 0x7f525530d2e0> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552dfdd0> # /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 0x7f525530dac0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52552de4b0> # /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 0x7f525530f530> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530eab0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530e8d0> # /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 0x7f525534a600> # /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 0x7f525538c6b0> # 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 0x7f525538c9e0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525536c920> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525534aab0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5255349af0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fd40> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fa70> # /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 0x7f525538e3c0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538d520> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525530fce0> # /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 0x7f525538e9f0> # /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 0x7f525538edb0> # /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 0x7f525538ee70> # /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 0x7f525538ef90> # /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 0x7f5254cd9af0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538fc80> # /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 0x7f5254cd9cd0> # /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 0x7f5254cd9dc0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525538eed0> # /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 0x7f5254cd9eb0> # /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 0x7f5254cdab70> # /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 0x7f5254cdb6b0> # /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 0x7f5254cdb830> # /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 0x7f5254d100e0> # /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 0x7f5254d10350> # /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 0x7f5254d10cb0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d10740> # /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 0x7f5254d11b80> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5257114a10> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52575775f0> # /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 0x7f5254d12870> # /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 0x7f5254d372c0> # /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 0x7f5254d592b0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d58e90> # 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 0x7f5257d0a1b0> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d37d70> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d375f0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d34350> # /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 0x7f5254d370b0> # /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 0x7f5254d6a720> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d69250> # /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 0x7f5254d6be30> # /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 0x7f5254d9c170> # /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 0x7f5254d9c3e0> # /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 0x7f5254d9c680> # /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 0x7f5254d9cda0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9cbf0> # /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 0x7f5254d9e690> # /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 0x7f5254d9e780> # /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 0x7f5254d9e9c0> # /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 0x7f5254d9f920> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d9f1a0> # /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 0x7f5254d9fb30> # /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 0x7f525498c920> # /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 0x7f525498cb00> # /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 0x7f525498cda0> # /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 0x7f525498dca0> # /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 0x7f525498df10> # /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 0x7f525498e120> # /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 0x7f525498ecf0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498e840> # /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 0x7f525498fb60> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f525498f4a0> # /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 0x7f52549c4830> # /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 0x7f52549c4b30> # /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 0x7f52549c5a90> # /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 0x7f52549c5d30> # /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 0x7f52549c5ee0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12cc0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12a50> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12180> # /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 0x7f52549c6900> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6630> # /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 0x7f52549dcd70> # /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 0x7f52549de4b0> # 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 0x7f52549dd6a0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549dd280> # /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 0x7f52549fbd10> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549fb140> # /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 0x7f5254a1ec90> # /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 0x7f5254a1f530> # /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 0x7f5254a1c3e0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549fbfb0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6ba0> # /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 0x7f52549dc8c0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52549c6750> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254d12a20> # /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 0x7f5254a39820> # /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 0x7f5254a3a0f0> # /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 0x7f5254a3b0e0> # /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 0x7f5254a3b740> # /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 0x7f5254a64e30> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a64800> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a644a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a64140> # /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 0x7f5254a64c80> # /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 0x7f5254a66b70> # /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 0x7f5254a66c30> # /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 0x7f5254a67320> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a671a0> # /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 0x7f5254825880> # /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 0x7f5254826a80> # /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 0x7f5254826cf0> # /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 0x7f5254826e70> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254826c90> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254826540> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f52548259d0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254824ce0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254824290> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a67ad0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a66660> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5254a65b50> # /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 0x7f5254a67fb0> # /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 0x7f52548273b0> # /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 0x7f5254827c50> # /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 0x7f5254827f50> # /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 0x7f5254840980> # /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 0x7f5254841490> {"msg": "Nothing to do", "changed": false, "results": [], "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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. [WARNING]: Module invocation had junk after the JSON data: # destroy dnf.plugin.dynamic # destroy __main__ # clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # 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 32580 1727096781.38277: 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-1727096780.5495124-32672-103427804176019/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096781.38279: _low_level_execute_command(): starting 32580 1727096781.38281: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096780.5495124-32672-103427804176019/ > /dev/null 2>&1 && sleep 0' 32580 1727096781.38282: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096781.38284: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096781.38285: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096781.38286: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096781.38288: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096781.38289: stderr chunk (state=3): >>>debug2: match not found <<< 32580 1727096781.38290: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096781.38294: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 32580 1727096781.38295: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.47 is address <<< 32580 1727096781.38296: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 32580 1727096781.38298: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096781.38299: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096781.38301: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096781.38302: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096781.38304: stderr chunk (state=3): >>>debug2: match found <<< 32580 1727096781.38306: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096781.38307: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096781.38308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096781.38309: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096781.38310: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096781.39954: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096781.39980: stderr chunk (state=3): >>><<< 32580 1727096781.39987: stdout chunk (state=3): >>><<< 32580 1727096781.40005: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096781.40017: handler run complete 32580 1727096781.40042: attempt loop complete, returning result 32580 1727096781.40045: _execute() done 32580 1727096781.40047: dumping result to json 32580 1727096781.40052: done dumping result, returning 32580 1727096781.40060: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages [129116b5-d8e7-4d6e-189e-0000000000df] 32580 1727096781.40063: sending task result for task 129116b5-d8e7-4d6e-189e-0000000000df 32580 1727096781.40149: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000000df 32580 1727096781.40152: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 32580 1727096781.40229: no more pending results, returning what we have 32580 1727096781.40231: results queue empty 32580 1727096781.40232: checking for any_errors_fatal 32580 1727096781.40238: done checking for any_errors_fatal 32580 1727096781.40239: checking for max_fail_percentage 32580 1727096781.40240: done checking for max_fail_percentage 32580 1727096781.40241: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.40242: done checking to see if all hosts have failed 32580 1727096781.40243: getting the remaining hosts for this loop 32580 1727096781.40245: done getting the remaining hosts for this loop 32580 1727096781.40248: getting the next task for host managed_node1 32580 1727096781.40254: done getting next task for host managed_node1 32580 1727096781.40257: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 32580 1727096781.40260: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.40269: getting variables 32580 1727096781.40271: in VariableManager get_vars() 32580 1727096781.40305: Calling all_inventory to load vars for managed_node1 32580 1727096781.40307: Calling groups_inventory to load vars for managed_node1 32580 1727096781.40310: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.40319: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.40328: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.40332: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.40491: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.40630: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.40644: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.40651: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.40697: done with get_vars() 32580 1727096781.40705: 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:06:21 -0400 (0:00:00.914) 0:00:03.959 ****** 32580 1727096781.40771: entering _queue_task() for managed_node1/include_tasks 32580 1727096781.40974: worker is 1 (out of 1 available) 32580 1727096781.40988: exiting _queue_task() for managed_node1/include_tasks 32580 1727096781.40998: done queuing things up, now waiting for results queue to drain 32580 1727096781.40999: waiting for pending results... 32580 1727096781.41161: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 32580 1727096781.41232: in run() - task 129116b5-d8e7-4d6e-189e-0000000000e0 32580 1727096781.41244: variable 'ansible_search_path' from source: unknown 32580 1727096781.41247: variable 'ansible_search_path' from source: unknown 32580 1727096781.41273: calling self._execute() 32580 1727096781.41343: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.41347: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.41356: variable 'omit' from source: magic vars 32580 1727096781.41651: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 32580 1727096781.41671: _execute() done 32580 1727096781.41674: dumping result to json 32580 1727096781.41677: done dumping result, returning 32580 1727096781.41683: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables [129116b5-d8e7-4d6e-189e-0000000000e0] 32580 1727096781.41689: sending task result for task 129116b5-d8e7-4d6e-189e-0000000000e0 32580 1727096781.41770: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000000e0 32580 1727096781.41774: WORKER PROCESS EXITING 32580 1727096781.41814: no more pending results, returning what we have 32580 1727096781.41819: in VariableManager get_vars() 32580 1727096781.41859: Calling all_inventory to load vars for managed_node1 32580 1727096781.41862: Calling groups_inventory to load vars for managed_node1 32580 1727096781.41864: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.41872: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.41874: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.41877: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.42007: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.42117: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.42130: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.42134: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.42172: done with get_vars() 32580 1727096781.42177: variable 'ansible_search_path' from source: unknown 32580 1727096781.42178: variable 'ansible_search_path' from source: unknown 32580 1727096781.42197: we have included files to process 32580 1727096781.42198: generating all_blocks data 32580 1727096781.42199: done generating all_blocks data 32580 1727096781.42203: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096781.42203: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096781.42204: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096781.43465: done processing included file 32580 1727096781.43467: iterating over new_blocks loaded from include file 32580 1727096781.43468: in VariableManager get_vars() 32580 1727096781.43479: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.43488: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43491: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43514: done with get_vars() 32580 1727096781.43515: filtering new block on tags 32580 1727096781.43542: done filtering new block on tags 32580 1727096781.43545: in VariableManager get_vars() 32580 1727096781.43556: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.43565: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43567: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43586: done with get_vars() 32580 1727096781.43587: filtering new block on tags 32580 1727096781.43606: done filtering new block on tags 32580 1727096781.43608: in VariableManager get_vars() 32580 1727096781.43618: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.43628: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43632: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43652: done with get_vars() 32580 1727096781.43653: filtering new block on tags 32580 1727096781.43669: done filtering new block on tags 32580 1727096781.43670: in VariableManager get_vars() 32580 1727096781.43680: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.43688: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43694: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43713: done with get_vars() 32580 1727096781.43714: filtering new block on tags 32580 1727096781.43761: done filtering new block on tags 32580 1727096781.43763: in VariableManager get_vars() 32580 1727096781.43788: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.43799: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43806: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.43827: done with get_vars() 32580 1727096781.43828: filtering new block on tags 32580 1727096781.43895: done filtering new block on tags 32580 1727096781.43897: 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_node1 32580 1727096781.43901: extending task lists for all hosts with included blocks 32580 1727096781.44475: done extending task lists 32580 1727096781.44476: done processing included files 32580 1727096781.44477: results queue empty 32580 1727096781.44477: checking for any_errors_fatal 32580 1727096781.44480: done checking for any_errors_fatal 32580 1727096781.44481: checking for max_fail_percentage 32580 1727096781.44481: done checking for max_fail_percentage 32580 1727096781.44482: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.44482: done checking to see if all hosts have failed 32580 1727096781.44483: getting the remaining hosts for this loop 32580 1727096781.44484: done getting the remaining hosts for this loop 32580 1727096781.44485: getting the next task for host managed_node1 32580 1727096781.44488: done getting next task for host managed_node1 32580 1727096781.44490: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 32580 1727096781.44493: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.44500: getting variables 32580 1727096781.44501: in VariableManager get_vars() 32580 1727096781.44510: Calling all_inventory to load vars for managed_node1 32580 1727096781.44512: Calling groups_inventory to load vars for managed_node1 32580 1727096781.44513: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.44516: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.44518: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.44519: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.44618: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.44723: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.44733: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.44735: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.44763: done with get_vars() 32580 1727096781.44769: done getting variables 32580 1727096781.44796: 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:06:21 -0400 (0:00:00.040) 0:00:04.000 ****** 32580 1727096781.44817: entering _queue_task() for managed_node1/set_fact 32580 1727096781.45033: worker is 1 (out of 1 available) 32580 1727096781.45047: exiting _queue_task() for managed_node1/set_fact 32580 1727096781.45058: done queuing things up, now waiting for results queue to drain 32580 1727096781.45060: waiting for pending results... 32580 1727096781.45212: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 32580 1727096781.45295: in run() - task 129116b5-d8e7-4d6e-189e-000000000223 32580 1727096781.45304: variable 'ansible_search_path' from source: unknown 32580 1727096781.45308: variable 'ansible_search_path' from source: unknown 32580 1727096781.45336: calling self._execute() 32580 1727096781.45399: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.45403: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.45406: variable 'omit' from source: magic vars 32580 1727096781.45479: variable 'omit' from source: magic vars 32580 1727096781.45527: variable 'omit' from source: magic vars 32580 1727096781.45780: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.47288: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.47329: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.47359: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.47397: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.47415: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.47474: 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) 32580 1727096781.47496: 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) 32580 1727096781.47512: 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) 32580 1727096781.47540: 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) 32580 1727096781.47550: 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) 32580 1727096781.47628: variable 'inventory_hostname' from source: set_fact 32580 1727096781.47655: variable 'omit' from source: magic vars 32580 1727096781.47676: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.47698: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.47710: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.47724: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.47733: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.47754: variable 'inventory_hostname' from source: set_fact 32580 1727096781.47758: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.47760: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.47825: Set connection var ansible_shell_type to sh 32580 1727096781.47831: Set connection var ansible_pipelining to False 32580 1727096781.47837: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.47843: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.47846: Set connection var ansible_connection to ssh 32580 1727096781.47850: Set connection var ansible_timeout to 10 32580 1727096781.47870: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.47873: variable 'ansible_connection' from source: unknown 32580 1727096781.47875: variable 'ansible_module_compression' from source: unknown 32580 1727096781.47878: variable 'ansible_shell_type' from source: unknown 32580 1727096781.47880: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.47885: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.47888: variable 'ansible_pipelining' from source: unknown 32580 1727096781.47890: variable 'ansible_timeout' from source: unknown 32580 1727096781.47895: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.47961: 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) 32580 1727096781.47968: variable 'omit' from source: magic vars 32580 1727096781.47974: starting attempt loop 32580 1727096781.47977: running the handler 32580 1727096781.47985: handler run complete 32580 1727096781.47995: attempt loop complete, returning result 32580 1727096781.47998: _execute() done 32580 1727096781.48000: dumping result to json 32580 1727096781.48002: done dumping result, returning 32580 1727096781.48007: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names [129116b5-d8e7-4d6e-189e-000000000223] 32580 1727096781.48009: sending task result for task 129116b5-d8e7-4d6e-189e-000000000223 32580 1727096781.48085: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000223 32580 1727096781.48088: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } 32580 1727096781.48182: no more pending results, returning what we have 32580 1727096781.48184: results queue empty 32580 1727096781.48185: checking for any_errors_fatal 32580 1727096781.48187: done checking for any_errors_fatal 32580 1727096781.48187: checking for max_fail_percentage 32580 1727096781.48188: done checking for max_fail_percentage 32580 1727096781.48189: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.48190: done checking to see if all hosts have failed 32580 1727096781.48191: getting the remaining hosts for this loop 32580 1727096781.48195: done getting the remaining hosts for this loop 32580 1727096781.48198: getting the next task for host managed_node1 32580 1727096781.48203: done getting next task for host managed_node1 32580 1727096781.48206: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 32580 1727096781.48211: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.48229: getting variables 32580 1727096781.48230: in VariableManager get_vars() 32580 1727096781.48260: Calling all_inventory to load vars for managed_node1 32580 1727096781.48263: Calling groups_inventory to load vars for managed_node1 32580 1727096781.48265: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.48272: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.48274: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.48277: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.48398: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.48510: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.48523: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.48529: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.48574: done with get_vars() 32580 1727096781.48582: done getting variables 32580 1727096781.48621: 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:06:21 -0400 (0:00:00.038) 0:00:04.038 ****** 32580 1727096781.48648: entering _queue_task() for managed_node1/set_fact 32580 1727096781.48850: worker is 1 (out of 1 available) 32580 1727096781.48864: exiting _queue_task() for managed_node1/set_fact 32580 1727096781.48875: done queuing things up, now waiting for results queue to drain 32580 1727096781.48876: waiting for pending results... 32580 1727096781.49025: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 32580 1727096781.49107: in run() - task 129116b5-d8e7-4d6e-189e-000000000224 32580 1727096781.49118: variable 'ansible_search_path' from source: unknown 32580 1727096781.49123: variable 'ansible_search_path' from source: unknown 32580 1727096781.49149: calling self._execute() 32580 1727096781.49209: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.49218: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.49222: variable 'omit' from source: magic vars 32580 1727096781.49287: variable 'omit' from source: magic vars 32580 1727096781.49335: variable 'omit' from source: magic vars 32580 1727096781.49648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.51068: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.51108: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.51136: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.51163: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.51184: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.51247: 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) 32580 1727096781.51267: 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) 32580 1727096781.51288: 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) 32580 1727096781.51316: 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) 32580 1727096781.51328: 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) 32580 1727096781.51360: 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) 32580 1727096781.51375: 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) 32580 1727096781.51397: 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) 32580 1727096781.51423: 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) 32580 1727096781.51434: 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) 32580 1727096781.51512: variable 'ansible_play_hosts' from source: magic vars 32580 1727096781.51520: variable 'hostvars' from source: magic vars 32580 1727096781.51536: in VariableManager get_vars() 32580 1727096781.51545: Calling all_inventory to load vars for managed_node1 32580 1727096781.51548: Calling groups_inventory to load vars for managed_node1 32580 1727096781.51555: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.51565: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.51570: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.51575: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.51675: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.51783: done with get_vars() 32580 1727096781.51796: variable '__ha_cluster_node_name' from source: set_fact 32580 1727096781.51838: variable 'omit' from source: magic vars 32580 1727096781.51855: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.51875: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.51887: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.51900: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.51908: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.51933: variable 'inventory_hostname' from source: set_fact 32580 1727096781.51936: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.51938: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.51999: Set connection var ansible_shell_type to sh 32580 1727096781.52006: Set connection var ansible_pipelining to False 32580 1727096781.52011: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.52016: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.52019: Set connection var ansible_connection to ssh 32580 1727096781.52024: Set connection var ansible_timeout to 10 32580 1727096781.52045: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.52049: variable 'ansible_connection' from source: unknown 32580 1727096781.52052: variable 'ansible_module_compression' from source: unknown 32580 1727096781.52054: variable 'ansible_shell_type' from source: unknown 32580 1727096781.52058: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.52060: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.52062: variable 'ansible_pipelining' from source: unknown 32580 1727096781.52064: variable 'ansible_timeout' from source: unknown 32580 1727096781.52067: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.52135: 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) 32580 1727096781.52143: variable 'omit' from source: magic vars 32580 1727096781.52149: starting attempt loop 32580 1727096781.52152: running the handler 32580 1727096781.52160: handler run complete 32580 1727096781.52167: attempt loop complete, returning result 32580 1727096781.52170: _execute() done 32580 1727096781.52172: dumping result to json 32580 1727096781.52174: done dumping result, returning 32580 1727096781.52184: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names [129116b5-d8e7-4d6e-189e-000000000224] 32580 1727096781.52197: sending task result for task 129116b5-d8e7-4d6e-189e-000000000224 32580 1727096781.52261: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000224 32580 1727096781.52264: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } 32580 1727096781.52328: no more pending results, returning what we have 32580 1727096781.52331: results queue empty 32580 1727096781.52331: checking for any_errors_fatal 32580 1727096781.52336: done checking for any_errors_fatal 32580 1727096781.52337: checking for max_fail_percentage 32580 1727096781.52338: done checking for max_fail_percentage 32580 1727096781.52339: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.52340: done checking to see if all hosts have failed 32580 1727096781.52341: getting the remaining hosts for this loop 32580 1727096781.52342: done getting the remaining hosts for this loop 32580 1727096781.52345: getting the next task for host managed_node1 32580 1727096781.52354: done getting next task for host managed_node1 32580 1727096781.52358: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 32580 1727096781.52362: ^ state is: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.52371: getting variables 32580 1727096781.52372: in VariableManager get_vars() 32580 1727096781.52405: Calling all_inventory to load vars for managed_node1 32580 1727096781.52407: Calling groups_inventory to load vars for managed_node1 32580 1727096781.52410: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.52417: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.52419: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.52428: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.52588: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.52703: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.52714: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.52718: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.52764: done with get_vars() 32580 1727096781.52771: done getting variables 32580 1727096781.52832: 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:06:21 -0400 (0:00:00.042) 0:00:04.080 ****** 32580 1727096781.52855: entering _queue_task() for managed_node1/fail 32580 1727096781.52856: Creating lock for fail 32580 1727096781.53067: worker is 1 (out of 1 available) 32580 1727096781.53081: exiting _queue_task() for managed_node1/fail 32580 1727096781.53086: done queuing things up, now waiting for results queue to drain 32580 1727096781.53088: waiting for pending results... 32580 1727096781.53248: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 32580 1727096781.53328: in run() - task 129116b5-d8e7-4d6e-189e-000000000226 32580 1727096781.53342: variable 'ansible_search_path' from source: unknown 32580 1727096781.53345: variable 'ansible_search_path' from source: unknown 32580 1727096781.53370: calling self._execute() 32580 1727096781.53433: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.53437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.53440: variable 'omit' from source: magic vars 32580 1727096781.53784: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.55273: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.55315: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.55342: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.55365: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.55386: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.55480: variable '__nodes_from_options' from source: task vars 32580 1727096781.55576: 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) 32580 1727096781.55598: 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) 32580 1727096781.55616: 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) 32580 1727096781.55644: 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) 32580 1727096781.55655: 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) 32580 1727096781.55683: 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) 32580 1727096781.55700: 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) 32580 1727096781.55720: 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) 32580 1727096781.55746: 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) 32580 1727096781.55756: 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) 32580 1727096781.55815: variable 'ha_cluster_node_options' from source: include params 32580 1727096781.55859: variable '__ha_cluster_all_node_names' from source: set_fact 32580 1727096781.55867: Evaluated conditional (( __nodes_from_options != (__nodes_from_options | unique) ) or ( __nodes_from_options | difference(__ha_cluster_all_node_names) ) ): True 32580 1727096781.55872: variable 'omit' from source: magic vars 32580 1727096781.55915: variable 'omit' from source: magic vars 32580 1727096781.55943: variable 'omit' from source: magic vars 32580 1727096781.55962: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.55981: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.55996: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.56008: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.56016: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.56040: variable 'inventory_hostname' from source: set_fact 32580 1727096781.56044: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.56046: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.56107: Set connection var ansible_shell_type to sh 32580 1727096781.56113: Set connection var ansible_pipelining to False 32580 1727096781.56118: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.56124: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.56126: Set connection var ansible_connection to ssh 32580 1727096781.56132: Set connection var ansible_timeout to 10 32580 1727096781.56151: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.56156: variable 'ansible_connection' from source: unknown 32580 1727096781.56158: variable 'ansible_module_compression' from source: unknown 32580 1727096781.56162: variable 'ansible_shell_type' from source: unknown 32580 1727096781.56165: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.56167: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.56169: variable 'ansible_pipelining' from source: unknown 32580 1727096781.56171: variable 'ansible_timeout' from source: unknown 32580 1727096781.56173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.56241: 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) 32580 1727096781.56248: variable 'omit' from source: magic vars 32580 1727096781.56253: starting attempt loop 32580 1727096781.56256: running the handler 32580 1727096781.56263: handler run complete 32580 1727096781.56279: attempt loop complete, returning result 32580 1727096781.56284: _execute() done 32580 1727096781.56287: dumping result to json 32580 1727096781.56289: done dumping result, returning 32580 1727096781.56301: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes [129116b5-d8e7-4d6e-189e-000000000226] 32580 1727096781.56304: sending task result for task 129116b5-d8e7-4d6e-189e-000000000226 32580 1727096781.56378: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000226 32580 1727096781.56380: WORKER PROCESS EXITING 32580 1727096781.56407: marking managed_node1 as failed 32580 1727096781.56425: marking host managed_node1 failed, current state: HOST STATE: block=2, task=9, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.56439: ^ failed state is now: HOST STATE: block=2, task=9, 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=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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.56441: getting the next task for host managed_node1 32580 1727096781.56448: done getting next task for host managed_node1 32580 1727096781.56451: ^ task is: TASK: Check errors 32580 1727096781.56452: ^ state is: HOST STATE: block=2, task=9, 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=1, always=0, handlers=0, run_state=2, 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 fatal: [managed_node1]: FAILED! => { "changed": false } MSG: node_name fields in ha_cluster_node_options must be unique and they must match cluster nodes 32580 1727096781.56556: no more pending results, returning what we have 32580 1727096781.56559: results queue empty 32580 1727096781.56559: checking for any_errors_fatal 32580 1727096781.56564: done checking for any_errors_fatal 32580 1727096781.56565: checking for max_fail_percentage 32580 1727096781.56566: done checking for max_fail_percentage 32580 1727096781.56566: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.56567: done checking to see if all hosts have failed 32580 1727096781.56568: getting the remaining hosts for this loop 32580 1727096781.56569: done getting the remaining hosts for this loop 32580 1727096781.56571: getting the next task for host managed_node1 32580 1727096781.56577: done getting next task for host managed_node1 32580 1727096781.56579: ^ task is: TASK: Check errors 32580 1727096781.56580: ^ state is: HOST STATE: block=2, task=9, 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=1, always=0, handlers=0, run_state=2, 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 32580 1727096781.56590: getting variables 32580 1727096781.56591: in VariableManager get_vars() 32580 1727096781.56611: Calling all_inventory to load vars for managed_node1 32580 1727096781.56613: Calling groups_inventory to load vars for managed_node1 32580 1727096781.56615: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.56622: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.56625: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.56627: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.56728: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.56970: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.56981: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.56985: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.57020: done with get_vars() 32580 1727096781.57029: done getting variables 32580 1727096781.57087: 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/tasks/assert_node_options_check.yml:17 Monday 23 September 2024 09:06:21 -0400 (0:00:00.042) 0:00:04.123 ****** 32580 1727096781.57107: entering _queue_task() for managed_node1/assert 32580 1727096781.57108: Creating lock for assert 32580 1727096781.57309: worker is 1 (out of 1 available) 32580 1727096781.57324: exiting _queue_task() for managed_node1/assert 32580 1727096781.57329: done queuing things up, now waiting for results queue to drain 32580 1727096781.57330: waiting for pending results... 32580 1727096781.57483: running TaskExecutor() for managed_node1/TASK: Check errors 32580 1727096781.57553: in run() - task 129116b5-d8e7-4d6e-189e-000000000086 32580 1727096781.57568: variable 'ansible_search_path' from source: unknown 32580 1727096781.57572: variable 'ansible_search_path' from source: unknown 32580 1727096781.57601: calling self._execute() 32580 1727096781.57657: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.57661: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.57672: variable 'omit' from source: magic vars 32580 1727096781.57746: variable 'omit' from source: magic vars 32580 1727096781.57773: variable 'omit' from source: magic vars 32580 1727096781.57799: variable 'omit' from source: magic vars 32580 1727096781.57833: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.57860: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.57875: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.57891: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.57902: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.57924: variable 'inventory_hostname' from source: set_fact 32580 1727096781.57928: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.57930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.57997: Set connection var ansible_shell_type to sh 32580 1727096781.58007: Set connection var ansible_pipelining to False 32580 1727096781.58010: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.58013: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.58015: Set connection var ansible_connection to ssh 32580 1727096781.58022: Set connection var ansible_timeout to 10 32580 1727096781.58041: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.58044: variable 'ansible_connection' from source: unknown 32580 1727096781.58047: variable 'ansible_module_compression' from source: unknown 32580 1727096781.58049: variable 'ansible_shell_type' from source: unknown 32580 1727096781.58052: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.58054: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.58057: variable 'ansible_pipelining' from source: unknown 32580 1727096781.58059: variable 'ansible_timeout' from source: unknown 32580 1727096781.58064: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.58167: 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) 32580 1727096781.58176: variable 'omit' from source: magic vars 32580 1727096781.58181: starting attempt loop 32580 1727096781.58184: running the handler 32580 1727096781.58432: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.59855: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.59897: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.59925: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.59954: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.59973: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.60023: 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) 32580 1727096781.60042: 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) 32580 1727096781.60059: 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) 32580 1727096781.60088: 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) 32580 1727096781.60101: 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) 32580 1727096781.60182: variable 'ansible_failed_result' from source: set_fact 32580 1727096781.60191: variable 'expected_msg' from source: task vars 32580 1727096781.60211: Evaluated conditional (ansible_failed_result.msg | trim == expected_msg): True 32580 1727096781.60216: handler run complete 32580 1727096781.60228: attempt loop complete, returning result 32580 1727096781.60231: _execute() done 32580 1727096781.60234: dumping result to json 32580 1727096781.60236: done dumping result, returning 32580 1727096781.60242: done running TaskExecutor() for managed_node1/TASK: Check errors [129116b5-d8e7-4d6e-189e-000000000086] 32580 1727096781.60247: sending task result for task 129116b5-d8e7-4d6e-189e-000000000086 32580 1727096781.60328: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000086 32580 1727096781.60331: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 32580 1727096781.60373: no more pending results, returning what we have 32580 1727096781.60376: results queue empty 32580 1727096781.60377: checking for any_errors_fatal 32580 1727096781.60383: done checking for any_errors_fatal 32580 1727096781.60384: checking for max_fail_percentage 32580 1727096781.60385: done checking for max_fail_percentage 32580 1727096781.60386: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.60387: done checking to see if all hosts have failed 32580 1727096781.60388: getting the remaining hosts for this loop 32580 1727096781.60389: done getting the remaining hosts for this loop 32580 1727096781.60392: getting the next task for host managed_node1 32580 1727096781.60402: done getting next task for host managed_node1 32580 1727096781.60404: ^ task is: TASK: Debug ha_cluster_node_options 32580 1727096781.60407: ^ state is: HOST STATE: block=2, task=10, 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 32580 1727096781.60410: getting variables 32580 1727096781.60412: in VariableManager get_vars() 32580 1727096781.60448: Calling all_inventory to load vars for managed_node1 32580 1727096781.60451: Calling groups_inventory to load vars for managed_node1 32580 1727096781.60454: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.60463: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.60465: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.60468: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.60598: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.60717: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.60730: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.60734: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.60773: done with get_vars() 32580 1727096781.60780: done getting variables 32580 1727096781.60816: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.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 [Debug ha_cluster_node_options] ******************************************* task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:3 Monday 23 September 2024 09:06:21 -0400 (0:00:00.037) 0:00:04.160 ****** 32580 1727096781.60837: entering _queue_task() for managed_node1/debug 32580 1727096781.61022: worker is 1 (out of 1 available) 32580 1727096781.61036: exiting _queue_task() for managed_node1/debug 32580 1727096781.61048: done queuing things up, now waiting for results queue to drain 32580 1727096781.61049: waiting for pending results... 32580 1727096781.61201: running TaskExecutor() for managed_node1/TASK: Debug ha_cluster_node_options 32580 1727096781.61259: in run() - task 129116b5-d8e7-4d6e-189e-00000000008b 32580 1727096781.61271: variable 'ansible_search_path' from source: unknown 32580 1727096781.61275: variable 'ansible_search_path' from source: unknown 32580 1727096781.61304: calling self._execute() 32580 1727096781.61369: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.61372: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.61381: variable 'omit' from source: magic vars 32580 1727096781.61461: variable 'omit' from source: magic vars 32580 1727096781.61485: variable 'omit' from source: magic vars 32580 1727096781.61512: variable 'omit' from source: magic vars 32580 1727096781.61545: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.61573: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.61588: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.61603: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.61617: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.61638: variable 'inventory_hostname' from source: set_fact 32580 1727096781.61641: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.61643: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.61704: Set connection var ansible_shell_type to sh 32580 1727096781.61710: Set connection var ansible_pipelining to False 32580 1727096781.61717: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.61722: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.61725: Set connection var ansible_connection to ssh 32580 1727096781.61732: Set connection var ansible_timeout to 10 32580 1727096781.61752: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.61755: variable 'ansible_connection' from source: unknown 32580 1727096781.61758: variable 'ansible_module_compression' from source: unknown 32580 1727096781.61760: variable 'ansible_shell_type' from source: unknown 32580 1727096781.61763: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.61765: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.61767: variable 'ansible_pipelining' from source: unknown 32580 1727096781.61770: variable 'ansible_timeout' from source: unknown 32580 1727096781.61774: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.61874: Loading ActionModule 'debug' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/debug.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) 32580 1727096781.61882: variable 'omit' from source: magic vars 32580 1727096781.61887: starting attempt loop 32580 1727096781.61890: running the handler 32580 1727096781.61926: variable 'ha_cluster_node_options' from source: include params 32580 1727096781.62191: variable 'ha_cluster_node_options' from source: include params 32580 1727096781.62234: handler run complete 32580 1727096781.62248: attempt loop complete, returning result 32580 1727096781.62250: _execute() done 32580 1727096781.62253: dumping result to json 32580 1727096781.62257: done dumping result, returning 32580 1727096781.62261: done running TaskExecutor() for managed_node1/TASK: Debug ha_cluster_node_options [129116b5-d8e7-4d6e-189e-00000000008b] 32580 1727096781.62268: sending task result for task 129116b5-d8e7-4d6e-189e-00000000008b 32580 1727096781.62350: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000008b 32580 1727096781.62354: WORKER PROCESS EXITING ok: [managed_node1] => { "ha_cluster_node_options": [ { "node_name": "localhost" }, { "node_name": "localhostx" } ] } 32580 1727096781.62416: no more pending results, returning what we have 32580 1727096781.62419: results queue empty 32580 1727096781.62420: checking for any_errors_fatal 32580 1727096781.62428: done checking for any_errors_fatal 32580 1727096781.62428: checking for max_fail_percentage 32580 1727096781.62430: done checking for max_fail_percentage 32580 1727096781.62431: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.62431: done checking to see if all hosts have failed 32580 1727096781.62432: getting the remaining hosts for this loop 32580 1727096781.62434: done getting the remaining hosts for this loop 32580 1727096781.62437: getting the next task for host managed_node1 32580 1727096781.62444: done getting next task for host managed_node1 32580 1727096781.62447: ^ task is: TASK: Run the role 32580 1727096781.62449: ^ state is: HOST STATE: block=2, task=11, 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 32580 1727096781.62452: getting variables 32580 1727096781.62454: in VariableManager get_vars() 32580 1727096781.62477: Calling all_inventory to load vars for managed_node1 32580 1727096781.62480: Calling groups_inventory to load vars for managed_node1 32580 1727096781.62482: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.62490: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.62495: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.62497: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.62648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.62757: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.62768: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.62772: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.62808: done with get_vars() 32580 1727096781.62815: done getting variables TASK [Run the role] ************************************************************ task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:9 Monday 23 September 2024 09:06:21 -0400 (0:00:00.020) 0:00:04.180 ****** 32580 1727096781.62876: entering _queue_task() for managed_node1/include_role 32580 1727096781.63060: worker is 1 (out of 1 available) 32580 1727096781.63072: exiting _queue_task() for managed_node1/include_role 32580 1727096781.63085: done queuing things up, now waiting for results queue to drain 32580 1727096781.63086: waiting for pending results... 32580 1727096781.63239: running TaskExecutor() for managed_node1/TASK: Run the role 32580 1727096781.63298: in run() - task 129116b5-d8e7-4d6e-189e-00000000008d 32580 1727096781.63308: variable 'ansible_search_path' from source: unknown 32580 1727096781.63314: variable 'ansible_search_path' from source: unknown 32580 1727096781.63342: calling self._execute() 32580 1727096781.63397: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.63401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.63408: variable 'omit' from source: magic vars 32580 1727096781.63481: _execute() done 32580 1727096781.63485: dumping result to json 32580 1727096781.63488: done dumping result, returning 32580 1727096781.63494: done running TaskExecutor() for managed_node1/TASK: Run the role [129116b5-d8e7-4d6e-189e-00000000008d] 32580 1727096781.63497: sending task result for task 129116b5-d8e7-4d6e-189e-00000000008d 32580 1727096781.63591: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000008d 32580 1727096781.63596: WORKER PROCESS EXITING 32580 1727096781.63623: no more pending results, returning what we have 32580 1727096781.63628: in VariableManager get_vars() 32580 1727096781.63656: Calling all_inventory to load vars for managed_node1 32580 1727096781.63659: Calling groups_inventory to load vars for managed_node1 32580 1727096781.63661: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.63669: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.63672: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.63674: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.63790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.63910: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.63924: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.63928: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.63963: done with get_vars() 32580 1727096781.63967: variable 'ansible_search_path' from source: unknown 32580 1727096781.63968: variable 'ansible_search_path' from source: unknown 32580 1727096781.64070: variable 'omit' from source: magic vars 32580 1727096781.64089: variable 'omit' from source: magic vars 32580 1727096781.64100: variable 'omit' from source: magic vars 32580 1727096781.64102: we have included files to process 32580 1727096781.64103: generating all_blocks data 32580 1727096781.64106: done generating all_blocks data 32580 1727096781.64108: processing included file: fedora.linux_system_roles.ha_cluster 32580 1727096781.64120: in VariableManager get_vars() 32580 1727096781.64132: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64143: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64145: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64183: done with get_vars() 32580 1727096781.64202: in VariableManager get_vars() 32580 1727096781.64211: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64220: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64224: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64241: done with get_vars() 32580 1727096781.64264: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/main.yml 32580 1727096781.64280: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/defaults/main.yml 32580 1727096781.64345: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/meta/main.yml 32580 1727096781.64391: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml 32580 1727096781.64558: in VariableManager get_vars() 32580 1727096781.64571: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64580: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64583: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64603: done with get_vars() 32580 1727096781.64630: in VariableManager get_vars() 32580 1727096781.64641: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64650: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64652: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64670: done with get_vars() 32580 1727096781.64758: in VariableManager get_vars() 32580 1727096781.64769: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64777: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64780: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64802: done with get_vars() 32580 1727096781.64948: in VariableManager get_vars() 32580 1727096781.64963: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.64972: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64974: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.64994: done with get_vars() 32580 1727096781.65042: in VariableManager get_vars() 32580 1727096781.65052: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65061: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65064: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65081: done with get_vars() 32580 1727096781.65106: in VariableManager get_vars() 32580 1727096781.65118: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65129: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65132: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65149: done with get_vars() 32580 1727096781.65233: in VariableManager get_vars() 32580 1727096781.65243: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65252: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65255: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65272: done with get_vars() 32580 1727096781.65298: in VariableManager get_vars() 32580 1727096781.65308: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65317: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65319: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65340: done with get_vars() 32580 1727096781.65366: in VariableManager get_vars() 32580 1727096781.65376: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65385: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65388: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65407: done with get_vars() 32580 1727096781.65434: in VariableManager get_vars() 32580 1727096781.65446: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65455: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65458: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65475: done with get_vars() 32580 1727096781.65502: in VariableManager get_vars() 32580 1727096781.65512: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65521: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65525: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65543: done with get_vars() 32580 1727096781.65570: in VariableManager get_vars() 32580 1727096781.65582: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65591: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65595: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65633: done with get_vars() 32580 1727096781.65659: in VariableManager get_vars() 32580 1727096781.65670: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65679: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65682: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65701: done with get_vars() 32580 1727096781.65729: in VariableManager get_vars() 32580 1727096781.65739: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65750: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65752: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65772: done with get_vars() 32580 1727096781.65808: in VariableManager get_vars() 32580 1727096781.65818: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65828: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65831: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65848: done with get_vars() 32580 1727096781.65936: in VariableManager get_vars() 32580 1727096781.65946: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.65956: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65959: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.65976: done with get_vars() 32580 1727096781.65994: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/handlers/main.yml 32580 1727096781.66234: iterating over new_blocks loaded from include file 32580 1727096781.66236: in VariableManager get_vars() 32580 1727096781.66245: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66254: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66256: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66288: done with get_vars() 32580 1727096781.66289: filtering new block on tags 32580 1727096781.66325: done filtering new block on tags 32580 1727096781.66327: in VariableManager get_vars() 32580 1727096781.66334: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66343: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66346: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66362: done with get_vars() 32580 1727096781.66363: filtering new block on tags 32580 1727096781.66382: done filtering new block on tags 32580 1727096781.66384: in VariableManager get_vars() 32580 1727096781.66391: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66401: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66404: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66419: done with get_vars() 32580 1727096781.66422: filtering new block on tags 32580 1727096781.66437: done filtering new block on tags 32580 1727096781.66439: in VariableManager get_vars() 32580 1727096781.66446: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66455: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66457: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66473: done with get_vars() 32580 1727096781.66474: filtering new block on tags 32580 1727096781.66495: done filtering new block on tags 32580 1727096781.66497: in VariableManager get_vars() 32580 1727096781.66504: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66513: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66515: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66534: done with get_vars() 32580 1727096781.66536: filtering new block on tags 32580 1727096781.66604: done filtering new block on tags 32580 1727096781.66606: in VariableManager get_vars() 32580 1727096781.66613: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66624: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66627: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66645: done with get_vars() 32580 1727096781.66646: filtering new block on tags 32580 1727096781.66666: done filtering new block on tags 32580 1727096781.66667: in VariableManager get_vars() 32580 1727096781.66674: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66686: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66688: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66706: done with get_vars() 32580 1727096781.66707: filtering new block on tags 32580 1727096781.66720: done filtering new block on tags 32580 1727096781.66724: in VariableManager get_vars() 32580 1727096781.66731: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.66739: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66742: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.66759: done with get_vars() 32580 1727096781.66761: filtering new block on tags 32580 1727096781.66771: done filtering new block on tags 32580 1727096781.66772: done iterating over new_blocks loaded from include file included: fedora.linux_system_roles.ha_cluster for managed_node1 32580 1727096781.66776: extending task lists for all hosts with included blocks 32580 1727096781.66858: done extending task lists 32580 1727096781.66860: done processing included files 32580 1727096781.66860: results queue empty 32580 1727096781.66861: checking for any_errors_fatal 32580 1727096781.66864: done checking for any_errors_fatal 32580 1727096781.66864: checking for max_fail_percentage 32580 1727096781.66865: done checking for max_fail_percentage 32580 1727096781.66866: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.66866: done checking to see if all hosts have failed 32580 1727096781.66867: getting the remaining hosts for this loop 32580 1727096781.66868: done getting the remaining hosts for this loop 32580 1727096781.66869: getting the next task for host managed_node1 32580 1727096781.66871: done getting next task for host managed_node1 32580 1727096781.66873: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096781.66875: ^ state is: HOST STATE: block=2, task=11, 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 32580 1727096781.66881: getting variables 32580 1727096781.66882: in VariableManager get_vars() 32580 1727096781.66889: Calling all_inventory to load vars for managed_node1 32580 1727096781.66890: Calling groups_inventory to load vars for managed_node1 32580 1727096781.66894: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.66897: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.66898: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.66900: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.67000: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.67104: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.67113: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.67115: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.67142: done with get_vars() 32580 1727096781.67147: 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:06:21 -0400 (0:00:00.043) 0:00:04.223 ****** 32580 1727096781.67196: entering _queue_task() for managed_node1/include_tasks 32580 1727096781.67396: worker is 1 (out of 1 available) 32580 1727096781.67408: exiting _queue_task() for managed_node1/include_tasks 32580 1727096781.67419: done queuing things up, now waiting for results queue to drain 32580 1727096781.67420: waiting for pending results... 32580 1727096781.67577: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096781.67651: in run() - task 129116b5-d8e7-4d6e-189e-0000000002d7 32580 1727096781.67659: variable 'ansible_search_path' from source: unknown 32580 1727096781.67662: variable 'ansible_search_path' from source: unknown 32580 1727096781.67688: calling self._execute() 32580 1727096781.67750: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.67754: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.67767: variable 'omit' from source: magic vars 32580 1727096781.67839: _execute() done 32580 1727096781.67842: dumping result to json 32580 1727096781.67845: done dumping result, returning 32580 1727096781.67851: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-4d6e-189e-0000000002d7] 32580 1727096781.67857: sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d7 32580 1727096781.67943: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d7 32580 1727096781.67946: WORKER PROCESS EXITING 32580 1727096781.68008: no more pending results, returning what we have 32580 1727096781.68012: in VariableManager get_vars() 32580 1727096781.68045: Calling all_inventory to load vars for managed_node1 32580 1727096781.68047: Calling groups_inventory to load vars for managed_node1 32580 1727096781.68049: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.68056: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.68059: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.68061: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.68168: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.68275: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.68286: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68289: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68327: done with get_vars() 32580 1727096781.68332: variable 'ansible_search_path' from source: unknown 32580 1727096781.68333: variable 'ansible_search_path' from source: unknown 32580 1727096781.68350: we have included files to process 32580 1727096781.68351: generating all_blocks data 32580 1727096781.68353: done generating all_blocks data 32580 1727096781.68354: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096781.68355: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096781.68356: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml 32580 1727096781.68719: done processing included file 32580 1727096781.68721: iterating over new_blocks loaded from include file 32580 1727096781.68723: in VariableManager get_vars() 32580 1727096781.68736: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.68746: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68749: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68790: done with get_vars() 32580 1727096781.68791: filtering new block on tags 32580 1727096781.68808: done filtering new block on tags 32580 1727096781.68810: in VariableManager get_vars() 32580 1727096781.68819: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.68830: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68833: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68854: done with get_vars() 32580 1727096781.68855: filtering new block on tags 32580 1727096781.68878: done filtering new block on tags 32580 1727096781.68879: in VariableManager get_vars() 32580 1727096781.68889: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.68898: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68901: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.68919: done with get_vars() 32580 1727096781.68920: filtering new block on tags 32580 1727096781.68944: done filtering new block on tags 32580 1727096781.68945: 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_node1 32580 1727096781.68950: extending task lists for all hosts with included blocks 32580 1727096781.69104: done extending task lists 32580 1727096781.69105: done processing included files 32580 1727096781.69105: results queue empty 32580 1727096781.69106: checking for any_errors_fatal 32580 1727096781.69109: done checking for any_errors_fatal 32580 1727096781.69109: checking for max_fail_percentage 32580 1727096781.69110: done checking for max_fail_percentage 32580 1727096781.69110: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.69111: done checking to see if all hosts have failed 32580 1727096781.69111: getting the remaining hosts for this loop 32580 1727096781.69112: done getting the remaining hosts for this loop 32580 1727096781.69113: getting the next task for host managed_node1 32580 1727096781.69116: done getting next task for host managed_node1 32580 1727096781.69118: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 32580 1727096781.69120: ^ state is: HOST STATE: block=2, task=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 32580 1727096781.69131: getting variables 32580 1727096781.69132: in VariableManager get_vars() 32580 1727096781.69139: Calling all_inventory to load vars for managed_node1 32580 1727096781.69141: Calling groups_inventory to load vars for managed_node1 32580 1727096781.69142: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.69145: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.69146: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.69148: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.69229: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.69347: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.69357: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.69360: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.69388: done with get_vars() 32580 1727096781.69395: 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:06:21 -0400 (0:00:00.022) 0:00:04.246 ****** 32580 1727096781.69442: entering _queue_task() for managed_node1/setup 32580 1727096781.69625: worker is 1 (out of 1 available) 32580 1727096781.69639: exiting _queue_task() for managed_node1/setup 32580 1727096781.69650: done queuing things up, now waiting for results queue to drain 32580 1727096781.69651: waiting for pending results... 32580 1727096781.69810: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role 32580 1727096781.69890: in run() - task 129116b5-d8e7-4d6e-189e-000000000341 32580 1727096781.69903: variable 'ansible_search_path' from source: unknown 32580 1727096781.69907: variable 'ansible_search_path' from source: unknown 32580 1727096781.69935: calling self._execute() 32580 1727096781.69995: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.70002: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.70010: variable 'omit' from source: magic vars 32580 1727096781.70364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.71917: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.71964: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.71989: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.72028: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.72051: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.72106: 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) 32580 1727096781.72126: 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) 32580 1727096781.72143: 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) 32580 1727096781.72173: 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) 32580 1727096781.72183: 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) 32580 1727096781.72224: 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) 32580 1727096781.72240: 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) 32580 1727096781.72258: 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) 32580 1727096781.72286: 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) 32580 1727096781.72299: 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) 32580 1727096781.72408: variable '__ha_cluster_required_facts' from source: role '' all vars 32580 1727096781.72416: variable 'ansible_facts' from source: unknown 32580 1727096781.72468: Evaluated conditional (__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 32580 1727096781.72472: when evaluation is False, skipping this task 32580 1727096781.72475: _execute() done 32580 1727096781.72479: dumping result to json 32580 1727096781.72482: done dumping result, returning 32580 1727096781.72485: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Ensure ansible_facts used by role [129116b5-d8e7-4d6e-189e-000000000341] 32580 1727096781.72487: sending task result for task 129116b5-d8e7-4d6e-189e-000000000341 32580 1727096781.72568: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000341 32580 1727096781.72571: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "__ha_cluster_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 32580 1727096781.72639: no more pending results, returning what we have 32580 1727096781.72643: results queue empty 32580 1727096781.72643: checking for any_errors_fatal 32580 1727096781.72644: done checking for any_errors_fatal 32580 1727096781.72645: checking for max_fail_percentage 32580 1727096781.72646: done checking for max_fail_percentage 32580 1727096781.72647: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.72648: done checking to see if all hosts have failed 32580 1727096781.72649: getting the remaining hosts for this loop 32580 1727096781.72650: done getting the remaining hosts for this loop 32580 1727096781.72654: getting the next task for host managed_node1 32580 1727096781.72662: done getting next task for host managed_node1 32580 1727096781.72664: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096781.72668: ^ state is: HOST STATE: block=2, task=11, 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=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 32580 1727096781.72682: getting variables 32580 1727096781.72684: in VariableManager get_vars() 32580 1727096781.72710: Calling all_inventory to load vars for managed_node1 32580 1727096781.72713: Calling groups_inventory to load vars for managed_node1 32580 1727096781.72715: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.72724: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.72727: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.72729: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.72847: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.72956: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.72966: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.72974: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.73019: done with get_vars() 32580 1727096781.73027: 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:06:21 -0400 (0:00:00.036) 0:00:04.282 ****** 32580 1727096781.73084: entering _queue_task() for managed_node1/stat 32580 1727096781.73270: worker is 1 (out of 1 available) 32580 1727096781.73284: exiting _queue_task() for managed_node1/stat 32580 1727096781.73295: done queuing things up, now waiting for results queue to drain 32580 1727096781.73296: waiting for pending results... 32580 1727096781.73453: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree 32580 1727096781.73540: in run() - task 129116b5-d8e7-4d6e-189e-000000000343 32580 1727096781.73553: variable 'ansible_search_path' from source: unknown 32580 1727096781.73557: variable 'ansible_search_path' from source: unknown 32580 1727096781.73581: calling self._execute() 32580 1727096781.73647: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.73650: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.73653: variable 'omit' from source: magic vars 32580 1727096781.74024: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096781.74181: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096781.74214: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096781.74239: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096781.74261: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096781.74324: 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) 32580 1727096781.74341: 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) 32580 1727096781.74359: 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) 32580 1727096781.74376: 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) 32580 1727096781.74455: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096781.74462: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 32580 1727096781.74465: when evaluation is False, skipping this task 32580 1727096781.74468: _execute() done 32580 1727096781.74470: dumping result to json 32580 1727096781.74473: done dumping result, returning 32580 1727096781.74479: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check if system is ostree [129116b5-d8e7-4d6e-189e-000000000343] 32580 1727096781.74481: sending task result for task 129116b5-d8e7-4d6e-189e-000000000343 32580 1727096781.74565: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000343 32580 1727096781.74568: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 32580 1727096781.74641: no more pending results, returning what we have 32580 1727096781.74644: results queue empty 32580 1727096781.74645: checking for any_errors_fatal 32580 1727096781.74649: done checking for any_errors_fatal 32580 1727096781.74650: checking for max_fail_percentage 32580 1727096781.74652: done checking for max_fail_percentage 32580 1727096781.74652: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.74653: done checking to see if all hosts have failed 32580 1727096781.74654: getting the remaining hosts for this loop 32580 1727096781.74655: done getting the remaining hosts for this loop 32580 1727096781.74658: getting the next task for host managed_node1 32580 1727096781.74663: done getting next task for host managed_node1 32580 1727096781.74665: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096781.74669: ^ state is: HOST STATE: block=2, task=11, 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=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 32580 1727096781.74684: getting variables 32580 1727096781.74685: in VariableManager get_vars() 32580 1727096781.74709: Calling all_inventory to load vars for managed_node1 32580 1727096781.74711: Calling groups_inventory to load vars for managed_node1 32580 1727096781.74712: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.74717: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.74719: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.74721: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.74855: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.74962: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.74972: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.74976: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.75014: done with get_vars() 32580 1727096781.75021: done getting variables 32580 1727096781.75058: 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:06:21 -0400 (0:00:00.019) 0:00:04.302 ****** 32580 1727096781.75080: entering _queue_task() for managed_node1/set_fact 32580 1727096781.75251: worker is 1 (out of 1 available) 32580 1727096781.75263: exiting _queue_task() for managed_node1/set_fact 32580 1727096781.75274: done queuing things up, now waiting for results queue to drain 32580 1727096781.75275: waiting for pending results... 32580 1727096781.75418: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree 32580 1727096781.75505: in run() - task 129116b5-d8e7-4d6e-189e-000000000344 32580 1727096781.75515: variable 'ansible_search_path' from source: unknown 32580 1727096781.75518: variable 'ansible_search_path' from source: unknown 32580 1727096781.75545: calling self._execute() 32580 1727096781.75599: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.75602: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.75612: variable 'omit' from source: magic vars 32580 1727096781.75916: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096781.76078: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096781.76110: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096781.76136: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096781.76162: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096781.76385: 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) 32580 1727096781.76405: 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) 32580 1727096781.76424: 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) 32580 1727096781.76442: 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) 32580 1727096781.76516: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096781.76525: Evaluated conditional (not __ha_cluster_is_ostree is defined): False 32580 1727096781.76528: when evaluation is False, skipping this task 32580 1727096781.76531: _execute() done 32580 1727096781.76533: dumping result to json 32580 1727096781.76536: done dumping result, returning 32580 1727096781.76542: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set flag to indicate system is ostree [129116b5-d8e7-4d6e-189e-000000000344] 32580 1727096781.76545: sending task result for task 129116b5-d8e7-4d6e-189e-000000000344 32580 1727096781.76620: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000344 skipping: [managed_node1] => { "changed": false, "false_condition": "not __ha_cluster_is_ostree is defined", "skip_reason": "Conditional result was False" } 32580 1727096781.76668: no more pending results, returning what we have 32580 1727096781.76671: results queue empty 32580 1727096781.76672: checking for any_errors_fatal 32580 1727096781.76675: done checking for any_errors_fatal 32580 1727096781.76676: checking for max_fail_percentage 32580 1727096781.76677: done checking for max_fail_percentage 32580 1727096781.76678: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.76678: done checking to see if all hosts have failed 32580 1727096781.76679: getting the remaining hosts for this loop 32580 1727096781.76681: done getting the remaining hosts for this loop 32580 1727096781.76685: getting the next task for host managed_node1 32580 1727096781.76692: done getting next task for host managed_node1 32580 1727096781.76695: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096781.76699: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.76712: getting variables 32580 1727096781.76714: in VariableManager get_vars() 32580 1727096781.76743: Calling all_inventory to load vars for managed_node1 32580 1727096781.76746: Calling groups_inventory to load vars for managed_node1 32580 1727096781.76748: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.76755: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.76758: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.76760: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.76860: WORKER PROCESS EXITING 32580 1727096781.76870: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.76975: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.76988: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.76991: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.77035: done with get_vars() 32580 1727096781.77041: done getting variables 32580 1727096781.77074: 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:06:21 -0400 (0:00:00.020) 0:00:04.322 ****** 32580 1727096781.77099: entering _queue_task() for managed_node1/include_vars 32580 1727096781.77268: worker is 1 (out of 1 available) 32580 1727096781.77280: exiting _queue_task() for managed_node1/include_vars 32580 1727096781.77292: done queuing things up, now waiting for results queue to drain 32580 1727096781.77293: waiting for pending results... 32580 1727096781.77439: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables 32580 1727096781.77514: in run() - task 129116b5-d8e7-4d6e-189e-000000000346 32580 1727096781.77526: variable 'ansible_search_path' from source: unknown 32580 1727096781.77530: variable 'ansible_search_path' from source: unknown 32580 1727096781.77973: variable 'ansible_facts' from source: unknown 32580 1727096781.78086: variable 'ansible_facts' from source: unknown 32580 1727096781.78199: variable 'ansible_facts' from source: unknown 32580 1727096781.78310: variable 'ansible_facts' from source: unknown 32580 1727096781.78348: variable 'omit' from source: magic vars 32580 1727096781.78410: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.78417: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.78427: variable 'omit' from source: magic vars 32580 1727096781.78573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096781.78730: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096781.78758: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096781.78781: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096781.78806: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096781.78858: variable '__vars_file' from source: task vars 32580 1727096781.78912: variable 'role_path' from source: magic vars 32580 1727096781.78916: variable 'item' from source: unknown 32580 1727096781.78927: Evaluated conditional (__vars_file is file): True 32580 1727096781.78931: variable 'omit' from source: magic vars 32580 1727096781.78974: variable 'omit' from source: magic vars 32580 1727096781.79012: variable '__vars_file' from source: task vars 32580 1727096781.79061: variable '__vars_file' from source: task vars 32580 1727096781.79115: variable 'role_path' from source: magic vars 32580 1727096781.79119: variable 'item' from source: unknown 32580 1727096781.79133: variable 'omit' from source: magic vars 32580 1727096781.79157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.79178: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.79191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.79206: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.79214: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.79236: variable 'inventory_hostname' from source: set_fact 32580 1727096781.79239: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.79242: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.79307: Set connection var ansible_shell_type to sh 32580 1727096781.79314: Set connection var ansible_pipelining to False 32580 1727096781.79319: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.79326: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.79328: Set connection var ansible_connection to ssh 32580 1727096781.79333: Set connection var ansible_timeout to 10 32580 1727096781.79351: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.79356: variable 'ansible_connection' from source: unknown 32580 1727096781.79358: variable 'ansible_module_compression' from source: unknown 32580 1727096781.79361: variable 'ansible_shell_type' from source: unknown 32580 1727096781.79363: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.79365: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.79367: variable 'ansible_pipelining' from source: unknown 32580 1727096781.79370: variable 'ansible_timeout' from source: unknown 32580 1727096781.79374: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.79453: 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) 32580 1727096781.79460: variable 'omit' from source: magic vars 32580 1727096781.79465: starting attempt loop 32580 1727096781.79468: running the handler 32580 1727096781.79561: handler run complete 32580 1727096781.79569: attempt loop complete, returning result 32580 1727096781.79580: variable 'item' from source: unknown 32580 1727096781.79631: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096781.80049: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.80052: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.80055: variable 'omit' from source: magic vars 32580 1727096781.80057: variable '__vars_file' from source: task vars 32580 1727096781.80059: variable 'role_path' from source: magic vars 32580 1727096781.80061: variable 'item' from source: unknown 32580 1727096781.80063: Evaluated conditional (__vars_file is file): False 32580 1727096781.80065: when evaluation is False, skipping this task 32580 1727096781.80068: variable 'item' from source: unknown 32580 1727096781.80070: variable 'item' from source: unknown skipping: [managed_node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 32580 1727096781.80132: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.80139: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.80146: variable 'omit' from source: magic vars 32580 1727096781.80249: variable '__vars_file' from source: task vars 32580 1727096781.80304: variable 'role_path' from source: magic vars 32580 1727096781.80315: variable 'item' from source: unknown 32580 1727096781.80318: Evaluated conditional (__vars_file is file): True 32580 1727096781.80320: variable 'omit' from source: magic vars 32580 1727096781.80333: variable 'omit' from source: magic vars 32580 1727096781.80374: variable '__vars_file' from source: task vars 32580 1727096781.80416: variable '__vars_file' from source: task vars 32580 1727096781.80469: variable 'role_path' from source: magic vars 32580 1727096781.80472: variable 'item' from source: unknown 32580 1727096781.80487: variable 'omit' from source: magic vars 32580 1727096781.80506: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.80512: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.80518: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.80530: variable 'inventory_hostname' from source: set_fact 32580 1727096781.80533: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.80535: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.80578: Set connection var ansible_shell_type to sh 32580 1727096781.80582: Set connection var ansible_pipelining to False 32580 1727096781.80591: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.80594: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.80596: Set connection var ansible_connection to ssh 32580 1727096781.80604: Set connection var ansible_timeout to 10 32580 1727096781.80623: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.80626: variable 'ansible_connection' from source: unknown 32580 1727096781.80628: variable 'ansible_module_compression' from source: unknown 32580 1727096781.80631: variable 'ansible_shell_type' from source: unknown 32580 1727096781.80633: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.80635: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.80639: variable 'ansible_pipelining' from source: unknown 32580 1727096781.80641: variable 'ansible_timeout' from source: unknown 32580 1727096781.80645: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.80709: 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) 32580 1727096781.80717: variable 'omit' from source: magic vars 32580 1727096781.80720: starting attempt loop 32580 1727096781.80725: running the handler 32580 1727096781.80767: handler run complete 32580 1727096781.80773: attempt loop complete, returning result 32580 1727096781.80784: variable 'item' from source: unknown 32580 1727096781.80831: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096781.80927: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.80930: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.80933: variable 'omit' from source: magic vars 32580 1727096781.81027: variable '__vars_file' from source: task vars 32580 1727096781.81083: variable 'role_path' from source: magic vars 32580 1727096781.81086: variable 'item' from source: unknown 32580 1727096781.81095: Evaluated conditional (__vars_file is file): True 32580 1727096781.81100: variable 'omit' from source: magic vars 32580 1727096781.81111: variable 'omit' from source: magic vars 32580 1727096781.81147: variable '__vars_file' from source: task vars 32580 1727096781.81191: variable '__vars_file' from source: task vars 32580 1727096781.81245: variable 'role_path' from source: magic vars 32580 1727096781.81249: variable 'item' from source: unknown 32580 1727096781.81262: variable 'omit' from source: magic vars 32580 1727096781.81277: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.81283: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.81289: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.81300: variable 'inventory_hostname' from source: set_fact 32580 1727096781.81302: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.81305: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.81348: Set connection var ansible_shell_type to sh 32580 1727096781.81353: Set connection var ansible_pipelining to False 32580 1727096781.81358: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.81362: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.81365: Set connection var ansible_connection to ssh 32580 1727096781.81369: Set connection var ansible_timeout to 10 32580 1727096781.81389: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.81392: variable 'ansible_connection' from source: unknown 32580 1727096781.81394: variable 'ansible_module_compression' from source: unknown 32580 1727096781.81399: variable 'ansible_shell_type' from source: unknown 32580 1727096781.81401: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.81403: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.81407: variable 'ansible_pipelining' from source: unknown 32580 1727096781.81410: variable 'ansible_timeout' from source: unknown 32580 1727096781.81414: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.81473: 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) 32580 1727096781.81479: variable 'omit' from source: magic vars 32580 1727096781.81484: starting attempt loop 32580 1727096781.81486: running the handler 32580 1727096781.81528: handler run complete 32580 1727096781.81534: attempt loop complete, returning result 32580 1727096781.81544: variable 'item' from source: unknown 32580 1727096781.81587: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096781.81691: dumping result to json 32580 1727096781.81693: done dumping result, returning 32580 1727096781.81696: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set platform/version specific variables [129116b5-d8e7-4d6e-189e-000000000346] 32580 1727096781.81698: sending task result for task 129116b5-d8e7-4d6e-189e-000000000346 32580 1727096781.81750: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000346 32580 1727096781.81753: WORKER PROCESS EXITING 32580 1727096781.81825: no more pending results, returning what we have 32580 1727096781.81828: results queue empty 32580 1727096781.81829: checking for any_errors_fatal 32580 1727096781.81832: done checking for any_errors_fatal 32580 1727096781.81832: checking for max_fail_percentage 32580 1727096781.81834: done checking for max_fail_percentage 32580 1727096781.81834: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.81835: done checking to see if all hosts have failed 32580 1727096781.81836: getting the remaining hosts for this loop 32580 1727096781.81838: done getting the remaining hosts for this loop 32580 1727096781.81840: getting the next task for host managed_node1 32580 1727096781.81846: done getting next task for host managed_node1 32580 1727096781.81848: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 32580 1727096781.81855: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.81866: getting variables 32580 1727096781.81867: in VariableManager get_vars() 32580 1727096781.81894: Calling all_inventory to load vars for managed_node1 32580 1727096781.81896: Calling groups_inventory to load vars for managed_node1 32580 1727096781.81898: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.81907: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.81910: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.81912: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.82053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.82174: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.82185: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.82189: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.82234: done with get_vars() 32580 1727096781.82241: done getting variables 32580 1727096781.82280: 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:06:21 -0400 (0:00:00.052) 0:00:04.375 ****** 32580 1727096781.82302: entering _queue_task() for managed_node1/include_vars 32580 1727096781.82508: worker is 1 (out of 1 available) 32580 1727096781.82524: exiting _queue_task() for managed_node1/include_vars 32580 1727096781.82537: done queuing things up, now waiting for results queue to drain 32580 1727096781.82538: waiting for pending results... 32580 1727096781.82705: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables 32580 1727096781.82793: in run() - task 129116b5-d8e7-4d6e-189e-000000000347 32580 1727096781.82807: variable 'ansible_search_path' from source: unknown 32580 1727096781.82810: variable 'ansible_search_path' from source: unknown 32580 1727096781.82840: calling self._execute() 32580 1727096781.82904: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.82908: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.82915: variable 'omit' from source: magic vars 32580 1727096781.82993: variable 'omit' from source: magic vars 32580 1727096781.83044: variable 'omit' from source: magic vars 32580 1727096781.83302: variable 'role_path' from source: magic vars 32580 1727096781.83307: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 32580 1727096781.83330: variable 'omit' from source: magic vars 32580 1727096781.83362: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.83388: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.83410: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.83424: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.83433: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.83455: variable 'inventory_hostname' from source: set_fact 32580 1727096781.83458: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.83460: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.83532: Set connection var ansible_shell_type to sh 32580 1727096781.83538: Set connection var ansible_pipelining to False 32580 1727096781.83543: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.83549: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.83552: Set connection var ansible_connection to ssh 32580 1727096781.83557: Set connection var ansible_timeout to 10 32580 1727096781.83577: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.83580: variable 'ansible_connection' from source: unknown 32580 1727096781.83583: variable 'ansible_module_compression' from source: unknown 32580 1727096781.83585: variable 'ansible_shell_type' from source: unknown 32580 1727096781.83588: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.83590: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.83592: variable 'ansible_pipelining' from source: unknown 32580 1727096781.83598: variable 'ansible_timeout' from source: unknown 32580 1727096781.83600: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.83703: 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) 32580 1727096781.83711: variable 'omit' from source: magic vars 32580 1727096781.83716: starting attempt loop 32580 1727096781.83718: running the handler 32580 1727096781.83777: handler run complete 32580 1727096781.83784: attempt loop complete, returning result 32580 1727096781.83786: _execute() done 32580 1727096781.83789: dumping result to json 32580 1727096781.83791: done dumping result, returning 32580 1727096781.83802: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Set Linux Pacemaker shell specific variables [129116b5-d8e7-4d6e-189e-000000000347] 32580 1727096781.83805: sending task result for task 129116b5-d8e7-4d6e-189e-000000000347 32580 1727096781.83880: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000347 32580 1727096781.83883: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": {}, "ansible_included_var_files": [ "/tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/vars/shell_pcs.yml" ], "changed": false } 32580 1727096781.83955: no more pending results, returning what we have 32580 1727096781.83957: results queue empty 32580 1727096781.83958: checking for any_errors_fatal 32580 1727096781.83971: done checking for any_errors_fatal 32580 1727096781.83972: checking for max_fail_percentage 32580 1727096781.83973: done checking for max_fail_percentage 32580 1727096781.83974: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.83975: done checking to see if all hosts have failed 32580 1727096781.83975: getting the remaining hosts for this loop 32580 1727096781.83977: done getting the remaining hosts for this loop 32580 1727096781.83981: getting the next task for host managed_node1 32580 1727096781.83989: done getting next task for host managed_node1 32580 1727096781.83994: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 32580 1727096781.83998: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.84008: getting variables 32580 1727096781.84010: in VariableManager get_vars() 32580 1727096781.84047: Calling all_inventory to load vars for managed_node1 32580 1727096781.84050: Calling groups_inventory to load vars for managed_node1 32580 1727096781.84052: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.84059: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.84061: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.84064: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.84187: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.84301: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.84312: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.84316: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.84366: done with get_vars() 32580 1727096781.84373: 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:06:21 -0400 (0:00:00.021) 0:00:04.396 ****** 32580 1727096781.84442: entering _queue_task() for managed_node1/include_tasks 32580 1727096781.84646: worker is 1 (out of 1 available) 32580 1727096781.84660: exiting _queue_task() for managed_node1/include_tasks 32580 1727096781.84673: done queuing things up, now waiting for results queue to drain 32580 1727096781.84675: waiting for pending results... 32580 1727096781.84838: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories 32580 1727096781.84919: in run() - task 129116b5-d8e7-4d6e-189e-0000000002d8 32580 1727096781.84933: variable 'ansible_search_path' from source: unknown 32580 1727096781.84936: variable 'ansible_search_path' from source: unknown 32580 1727096781.84963: calling self._execute() 32580 1727096781.85027: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.85030: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.85040: variable 'omit' from source: magic vars 32580 1727096781.85350: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.85357: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.85363: _execute() done 32580 1727096781.85366: dumping result to json 32580 1727096781.85369: done dumping result, returning 32580 1727096781.85375: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable package repositories [129116b5-d8e7-4d6e-189e-0000000002d8] 32580 1727096781.85380: sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d8 32580 1727096781.85466: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d8 32580 1727096781.85468: WORKER PROCESS EXITING 32580 1727096781.85509: no more pending results, returning what we have 32580 1727096781.85513: in VariableManager get_vars() 32580 1727096781.85550: Calling all_inventory to load vars for managed_node1 32580 1727096781.85554: Calling groups_inventory to load vars for managed_node1 32580 1727096781.85556: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.85564: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.85566: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.85568: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.85734: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.85842: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.85853: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.85856: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.85891: done with get_vars() 32580 1727096781.85897: variable 'ansible_search_path' from source: unknown 32580 1727096781.85898: variable 'ansible_search_path' from source: unknown 32580 1727096781.85915: we have included files to process 32580 1727096781.85915: generating all_blocks data 32580 1727096781.85916: done generating all_blocks data 32580 1727096781.85919: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096781.85920: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096781.85923: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml 32580 1727096781.86074: in VariableManager get_vars() 32580 1727096781.86085: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.86096: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86098: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86126: done with get_vars() 32580 1727096781.86136: done processing included file 32580 1727096781.86137: iterating over new_blocks loaded from include file 32580 1727096781.86138: in VariableManager get_vars() 32580 1727096781.86148: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.86158: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86162: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86181: done with get_vars() 32580 1727096781.86183: filtering new block on tags 32580 1727096781.86208: done filtering new block on tags 32580 1727096781.86209: 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_node1 32580 1727096781.86213: extending task lists for all hosts with included blocks 32580 1727096781.86671: done extending task lists 32580 1727096781.86672: done processing included files 32580 1727096781.86673: results queue empty 32580 1727096781.86673: checking for any_errors_fatal 32580 1727096781.86675: done checking for any_errors_fatal 32580 1727096781.86676: checking for max_fail_percentage 32580 1727096781.86676: done checking for max_fail_percentage 32580 1727096781.86677: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.86678: done checking to see if all hosts have failed 32580 1727096781.86678: getting the remaining hosts for this loop 32580 1727096781.86679: done getting the remaining hosts for this loop 32580 1727096781.86681: getting the next task for host managed_node1 32580 1727096781.86683: done getting next task for host managed_node1 32580 1727096781.86685: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 32580 1727096781.86687: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.86697: getting variables 32580 1727096781.86698: in VariableManager get_vars() 32580 1727096781.86708: Calling all_inventory to load vars for managed_node1 32580 1727096781.86710: Calling groups_inventory to load vars for managed_node1 32580 1727096781.86711: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.86714: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.86716: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.86717: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.86819: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.86920: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.86931: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86934: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.86961: done with get_vars() 32580 1727096781.86967: done getting variables 32580 1727096781.86993: 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:06:21 -0400 (0:00:00.025) 0:00:04.422 ****** 32580 1727096781.87014: entering _queue_task() for managed_node1/set_fact 32580 1727096781.87206: worker is 1 (out of 1 available) 32580 1727096781.87219: exiting _queue_task() for managed_node1/set_fact 32580 1727096781.87233: done queuing things up, now waiting for results queue to drain 32580 1727096781.87234: waiting for pending results... 32580 1727096781.87392: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories 32580 1727096781.87472: in run() - task 129116b5-d8e7-4d6e-189e-000000000384 32580 1727096781.87480: variable 'ansible_search_path' from source: unknown 32580 1727096781.87484: variable 'ansible_search_path' from source: unknown 32580 1727096781.87766: variable 'ansible_facts' from source: unknown 32580 1727096781.87909: variable 'ansible_facts' from source: unknown 32580 1727096781.88028: variable 'ansible_facts' from source: unknown 32580 1727096781.88142: variable 'ansible_facts' from source: unknown 32580 1727096781.88179: variable 'omit' from source: magic vars 32580 1727096781.88253: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.88260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.88269: variable 'omit' from source: magic vars 32580 1727096781.88389: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.88393: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.88499: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096781.88665: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096781.88724: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096781.88750: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096781.88778: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096781.88832: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.88888: variable 'role_path' from source: magic vars 32580 1727096781.88892: variable 'item' from source: unknown 32580 1727096781.88904: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 32580 1727096781.88907: variable 'omit' from source: magic vars 32580 1727096781.88947: variable 'omit' from source: magic vars 32580 1727096781.88987: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.89038: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.89091: variable 'role_path' from source: magic vars 32580 1727096781.89094: variable 'item' from source: unknown 32580 1727096781.89111: variable 'omit' from source: magic vars 32580 1727096781.89132: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.89153: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.89167: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.89179: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.89188: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.89214: variable 'inventory_hostname' from source: set_fact 32580 1727096781.89217: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.89220: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.89280: Set connection var ansible_shell_type to sh 32580 1727096781.89286: Set connection var ansible_pipelining to False 32580 1727096781.89292: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.89305: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.89309: Set connection var ansible_connection to ssh 32580 1727096781.89313: Set connection var ansible_timeout to 10 32580 1727096781.89331: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.89334: variable 'ansible_connection' from source: unknown 32580 1727096781.89337: variable 'ansible_module_compression' from source: unknown 32580 1727096781.89339: variable 'ansible_shell_type' from source: unknown 32580 1727096781.89341: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.89344: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.89346: variable 'ansible_pipelining' from source: unknown 32580 1727096781.89349: variable 'ansible_timeout' from source: unknown 32580 1727096781.89353: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.89432: 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) 32580 1727096781.89440: variable 'omit' from source: magic vars 32580 1727096781.89448: starting attempt loop 32580 1727096781.89450: running the handler 32580 1727096781.89460: handler run complete 32580 1727096781.89467: attempt loop complete, returning result 32580 1727096781.89477: variable 'item' from source: unknown 32580 1727096781.89527: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096781.89670: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.89673: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.89675: variable 'omit' from source: magic vars 32580 1727096781.89727: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.89731: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.89812: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.89865: variable 'role_path' from source: magic vars 32580 1727096781.89869: variable 'item' from source: unknown 32580 1727096781.89877: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): True 32580 1727096781.89880: variable 'omit' from source: magic vars 32580 1727096781.89891: variable 'omit' from source: magic vars 32580 1727096781.89932: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.89974: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.90032: variable 'role_path' from source: magic vars 32580 1727096781.90035: variable 'item' from source: unknown 32580 1727096781.90047: variable 'omit' from source: magic vars 32580 1727096781.90061: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.90067: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.90073: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.90081: variable 'inventory_hostname' from source: set_fact 32580 1727096781.90084: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.90086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.90140: Set connection var ansible_shell_type to sh 32580 1727096781.90145: Set connection var ansible_pipelining to False 32580 1727096781.90150: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.90155: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.90158: Set connection var ansible_connection to ssh 32580 1727096781.90162: Set connection var ansible_timeout to 10 32580 1727096781.90179: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.90182: variable 'ansible_connection' from source: unknown 32580 1727096781.90185: variable 'ansible_module_compression' from source: unknown 32580 1727096781.90187: variable 'ansible_shell_type' from source: unknown 32580 1727096781.90189: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.90191: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.90197: variable 'ansible_pipelining' from source: unknown 32580 1727096781.90200: variable 'ansible_timeout' from source: unknown 32580 1727096781.90204: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.90267: 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) 32580 1727096781.90274: variable 'omit' from source: magic vars 32580 1727096781.90277: starting attempt loop 32580 1727096781.90280: running the handler 32580 1727096781.90286: handler run complete 32580 1727096781.90292: attempt loop complete, returning result 32580 1727096781.90304: variable 'item' from source: unknown 32580 1727096781.90350: variable 'item' from source: unknown ok: [managed_node1] => (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" } 32580 1727096781.90420: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.90425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.90432: variable 'omit' from source: magic vars 32580 1727096781.90520: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.90525: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.90603: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.90655: variable 'role_path' from source: magic vars 32580 1727096781.90660: variable 'item' from source: unknown 32580 1727096781.90669: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 32580 1727096781.90672: when evaluation is False, skipping this task 32580 1727096781.90694: variable 'item' from source: unknown 32580 1727096781.90737: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096781.90808: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.90811: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.90820: variable 'omit' from source: magic vars 32580 1727096781.90903: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.90907: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.90984: variable '__ha_cluster_enable_repo_tasks_file_candidate' from source: task vars 32580 1727096781.91038: variable 'role_path' from source: magic vars 32580 1727096781.91042: variable 'item' from source: unknown 32580 1727096781.91051: Evaluated conditional (__ha_cluster_enable_repo_tasks_file_candidate is file): False 32580 1727096781.91054: when evaluation is False, skipping this task 32580 1727096781.91074: variable 'item' from source: unknown 32580 1727096781.91117: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096781.91192: dumping result to json 32580 1727096781.91195: done dumping result, returning 32580 1727096781.91197: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories [129116b5-d8e7-4d6e-189e-000000000384] 32580 1727096781.91199: sending task result for task 129116b5-d8e7-4d6e-189e-000000000384 32580 1727096781.91235: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000384 32580 1727096781.91238: WORKER PROCESS EXITING 32580 1727096781.91290: no more pending results, returning what we have 32580 1727096781.91293: results queue empty 32580 1727096781.91294: checking for any_errors_fatal 32580 1727096781.91296: done checking for any_errors_fatal 32580 1727096781.91296: checking for max_fail_percentage 32580 1727096781.91298: done checking for max_fail_percentage 32580 1727096781.91299: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.91299: done checking to see if all hosts have failed 32580 1727096781.91300: getting the remaining hosts for this loop 32580 1727096781.91302: done getting the remaining hosts for this loop 32580 1727096781.91305: getting the next task for host managed_node1 32580 1727096781.91310: done getting next task for host managed_node1 32580 1727096781.91313: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 32580 1727096781.91318: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.91329: getting variables 32580 1727096781.91331: in VariableManager get_vars() 32580 1727096781.91368: Calling all_inventory to load vars for managed_node1 32580 1727096781.91371: Calling groups_inventory to load vars for managed_node1 32580 1727096781.91373: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.91380: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.91383: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.91385: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.91523: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.91659: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.91672: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.91675: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.91723: done with get_vars() 32580 1727096781.91730: 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:06:21 -0400 (0:00:00.047) 0:00:04.469 ****** 32580 1727096781.91788: entering _queue_task() for managed_node1/include_tasks 32580 1727096781.91979: worker is 1 (out of 1 available) 32580 1727096781.91993: exiting _queue_task() for managed_node1/include_tasks 32580 1727096781.92005: done queuing things up, now waiting for results queue to drain 32580 1727096781.92006: waiting for pending results... 32580 1727096781.92163: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories 32580 1727096781.92249: in run() - task 129116b5-d8e7-4d6e-189e-000000000385 32580 1727096781.92260: variable 'ansible_search_path' from source: unknown 32580 1727096781.92263: variable 'ansible_search_path' from source: unknown 32580 1727096781.92288: calling self._execute() 32580 1727096781.92350: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.92354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.92362: variable 'omit' from source: magic vars 32580 1727096781.92658: variable 'ha_cluster_enable_repos' from source: role '' defaults 32580 1727096781.92664: Evaluated conditional (ha_cluster_enable_repos): True 32580 1727096781.92770: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 32580 1727096781.92934: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 32580 1727096781.92965: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 32580 1727096781.92988: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 32580 1727096781.93017: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 32580 1727096781.93075: 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) 32580 1727096781.93091: 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) 32580 1727096781.93114: 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) 32580 1727096781.93133: 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) 32580 1727096781.93189: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096781.93201: Evaluated conditional (__ha_cluster_enable_repo_tasks_file is defined): True 32580 1727096781.93289: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096781.94635: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096781.94672: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096781.94699: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096781.94724: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096781.94754: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096781.94786: 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) 32580 1727096781.94807: 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) 32580 1727096781.94825: 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) 32580 1727096781.94855: 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) 32580 1727096781.94866: 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) 32580 1727096781.94926: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096781.94937: Evaluated conditional (not __ha_cluster_is_ostree | d(false)): True 32580 1727096781.94944: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096781.94992: variable '__ha_cluster_enable_repo_tasks_file' from source: set_fact 32580 1727096781.95005: _execute() done 32580 1727096781.95009: dumping result to json 32580 1727096781.95011: done dumping result, returning 32580 1727096781.95017: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories [129116b5-d8e7-4d6e-189e-000000000385] 32580 1727096781.95020: sending task result for task 129116b5-d8e7-4d6e-189e-000000000385 32580 1727096781.95103: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000385 32580 1727096781.95106: WORKER PROCESS EXITING 32580 1727096781.95147: no more pending results, returning what we have 32580 1727096781.95151: in VariableManager get_vars() 32580 1727096781.95187: Calling all_inventory to load vars for managed_node1 32580 1727096781.95190: Calling groups_inventory to load vars for managed_node1 32580 1727096781.95192: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.95200: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.95203: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.95205: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.95337: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.95447: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.95458: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.95462: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.95503: done with get_vars() 32580 1727096781.95509: variable 'ansible_search_path' from source: unknown 32580 1727096781.95509: variable 'ansible_search_path' from source: unknown 32580 1727096781.95520: we have included files to process 32580 1727096781.95523: generating all_blocks data 32580 1727096781.95524: done generating all_blocks data 32580 1727096781.95527: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096781.95528: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096781.95529: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml 32580 1727096781.95699: done processing included file 32580 1727096781.95701: iterating over new_blocks loaded from include file 32580 1727096781.95705: in VariableManager get_vars() 32580 1727096781.95719: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.95730: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.95733: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.95754: done with get_vars() 32580 1727096781.95756: filtering new block on tags 32580 1727096781.95782: done filtering new block on tags 32580 1727096781.95783: 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_node1 32580 1727096781.95786: extending task lists for all hosts with included blocks 32580 1727096781.95944: done extending task lists 32580 1727096781.95945: done processing included files 32580 1727096781.95946: results queue empty 32580 1727096781.95946: checking for any_errors_fatal 32580 1727096781.95949: done checking for any_errors_fatal 32580 1727096781.95949: checking for max_fail_percentage 32580 1727096781.95950: done checking for max_fail_percentage 32580 1727096781.95950: checking to see if all hosts have failed and the running result is not ok 32580 1727096781.95951: done checking to see if all hosts have failed 32580 1727096781.95952: getting the remaining hosts for this loop 32580 1727096781.95953: done getting the remaining hosts for this loop 32580 1727096781.95955: getting the next task for host managed_node1 32580 1727096781.95958: done getting next task for host managed_node1 32580 1727096781.95959: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 32580 1727096781.95962: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096781.95968: getting variables 32580 1727096781.95968: in VariableManager get_vars() 32580 1727096781.95976: Calling all_inventory to load vars for managed_node1 32580 1727096781.95977: Calling groups_inventory to load vars for managed_node1 32580 1727096781.95979: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096781.95981: Calling all_plugins_play to load vars for managed_node1 32580 1727096781.95983: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096781.95984: Calling groups_plugins_play to load vars for managed_node1 32580 1727096781.96064: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096781.96166: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096781.96176: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.96179: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096781.96207: done with get_vars() 32580 1727096781.96213: done getting variables 32580 1727096781.96240: 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 : 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:06:21 -0400 (0:00:00.044) 0:00:04.514 ****** 32580 1727096781.96263: entering _queue_task() for managed_node1/command 32580 1727096781.96443: worker is 1 (out of 1 available) 32580 1727096781.96456: exiting _queue_task() for managed_node1/command 32580 1727096781.96470: done queuing things up, now waiting for results queue to drain 32580 1727096781.96471: waiting for pending results... 32580 1727096781.96624: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories 32580 1727096781.96713: in run() - task 129116b5-d8e7-4d6e-189e-0000000003f1 32580 1727096781.96726: variable 'ansible_search_path' from source: unknown 32580 1727096781.96729: variable 'ansible_search_path' from source: unknown 32580 1727096781.96758: calling self._execute() 32580 1727096781.96820: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.96825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.96833: variable 'omit' from source: magic vars 32580 1727096781.96903: variable 'omit' from source: magic vars 32580 1727096781.96961: variable 'omit' from source: magic vars 32580 1727096781.96983: variable 'omit' from source: magic vars 32580 1727096781.97016: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096781.97047: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096781.97062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096781.97075: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.97084: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096781.97108: variable 'inventory_hostname' from source: set_fact 32580 1727096781.97112: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.97114: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.97181: Set connection var ansible_shell_type to sh 32580 1727096781.97187: Set connection var ansible_pipelining to False 32580 1727096781.97194: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096781.97197: Set connection var ansible_shell_executable to /bin/sh 32580 1727096781.97200: Set connection var ansible_connection to ssh 32580 1727096781.97204: Set connection var ansible_timeout to 10 32580 1727096781.97225: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.97228: variable 'ansible_connection' from source: unknown 32580 1727096781.97231: variable 'ansible_module_compression' from source: unknown 32580 1727096781.97233: variable 'ansible_shell_type' from source: unknown 32580 1727096781.97235: variable 'ansible_shell_executable' from source: unknown 32580 1727096781.97240: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096781.97242: variable 'ansible_pipelining' from source: unknown 32580 1727096781.97244: variable 'ansible_timeout' from source: unknown 32580 1727096781.97254: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096781.97346: 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) 32580 1727096781.97361: variable 'omit' from source: magic vars 32580 1727096781.97364: starting attempt loop 32580 1727096781.97367: running the handler 32580 1727096781.97375: _low_level_execute_command(): starting 32580 1727096781.97383: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096781.97893: 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 <<< 32580 1727096781.97897: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096781.97902: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096781.97905: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096781.97959: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096781.97962: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096781.97964: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096781.98024: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096781.99714: stdout chunk (state=3): >>>/root <<< 32580 1727096781.99812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096781.99839: stderr chunk (state=3): >>><<< 32580 1727096781.99842: stdout chunk (state=3): >>><<< 32580 1727096781.99863: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096781.99873: _low_level_execute_command(): starting 32580 1727096781.99877: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430 `" && echo ansible-tmp-1727096781.998621-32703-154071403170430="` echo /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430 `" ) && sleep 0' 32580 1727096782.00298: 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 <<< 32580 1727096782.00301: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.00303: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096782.00312: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.00354: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.00357: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.00408: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.02346: stdout chunk (state=3): >>>ansible-tmp-1727096781.998621-32703-154071403170430=/root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430 <<< 32580 1727096782.02459: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.02476: stderr chunk (state=3): >>><<< 32580 1727096782.02479: stdout chunk (state=3): >>><<< 32580 1727096782.02492: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096781.998621-32703-154071403170430=/root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.02518: variable 'ansible_module_compression' from source: unknown 32580 1727096782.02559: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-32580h_aqbw8_/ansiballz_cache/ansible.modules.command-ZIP_DEFLATED 32580 1727096782.02589: variable 'ansible_facts' from source: unknown 32580 1727096782.02647: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py 32580 1727096782.02738: Sending initial data 32580 1727096782.02742: Sent initial data (155 bytes) 32580 1727096782.03159: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096782.03162: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.03164: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.03167: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096782.03169: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.03226: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.03230: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.03265: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.04861: 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 <<< 32580 1727096782.04865: stderr chunk (state=3): >>>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 <<< 32580 1727096782.04902: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096782.04946: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpqhdirxhd /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py <<< 32580 1727096782.04949: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py" <<< 32580 1727096782.04986: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmpqhdirxhd" to remote "/root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py" <<< 32580 1727096782.05514: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.05546: stderr chunk (state=3): >>><<< 32580 1727096782.05550: stdout chunk (state=3): >>><<< 32580 1727096782.05585: done transferring module to remote 32580 1727096782.05597: _low_level_execute_command(): starting 32580 1727096782.05601: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/ /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py && sleep 0' 32580 1727096782.05998: 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 <<< 32580 1727096782.06001: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.06003: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass <<< 32580 1727096782.06005: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096782.06007: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.06055: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.06058: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.06106: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.07917: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.07938: stderr chunk (state=3): >>><<< 32580 1727096782.07943: stdout chunk (state=3): >>><<< 32580 1727096782.07954: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.07957: _low_level_execute_command(): starting 32580 1727096782.07960: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/AnsiballZ_command.py && sleep 0' 32580 1727096782.08348: 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 <<< 32580 1727096782.08352: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.08355: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096782.08357: 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.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096782.08359: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.08397: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.08407: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.08465: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.10711: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096782.10740: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096782.10773: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 32580 1727096782.10778: stdout chunk (state=3): >>>import '_weakref' # <<< 32580 1727096782.10842: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096782.10847: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096782.10880: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096782.10912: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096782.10946: stdout chunk (state=3): >>>import 'time' # <<< 32580 1727096782.10951: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 32580 1727096782.11004: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 32580 1727096782.11014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.11023: stdout chunk (state=3): >>>import '_codecs' # <<< 32580 1727096782.11045: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096782.11084: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096782.11119: 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 0x7f44ef2184d0> <<< 32580 1727096782.11135: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef1e7b30> <<< 32580 1727096782.11160: 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 0x7f44ef21aa50> <<< 32580 1727096782.11184: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096782.11228: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 32580 1727096782.11231: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096782.11348: stdout chunk (state=3): >>>import '_stat' # import 'stat' # import '_collections_abc' # <<< 32580 1727096782.11376: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 32580 1727096782.11438: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096782.11450: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 32580 1727096782.11491: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096782.11494: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096782.11538: 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' <<< 32580 1727096782.11617: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef009130> <<< 32580 1727096782.11647: 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' <<< 32580 1727096782.11660: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef00a090> 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. <<< 32580 1727096782.11897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096782.11929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096782.11955: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.12002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096782.12040: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096782.12044: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096782.12084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096782.12091: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef047ec0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 32580 1727096782.12136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef047f80> <<< 32580 1727096782.12141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 32580 1727096782.12180: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 32580 1727096782.12191: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096782.12244: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.12249: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096782.12282: 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 0x7f44ef07f8f0> <<< 32580 1727096782.12326: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 32580 1727096782.12340: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef07ff80> import '_collections' # <<< 32580 1727096782.12394: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef05fb90> <<< 32580 1727096782.12408: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096782.12426: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef05d2b0> <<< 32580 1727096782.12520: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef045070> <<< 32580 1727096782.12534: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096782.12557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 32580 1727096782.12835: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0a3830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0a2450> # /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 0x7f44ef05e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0a0c80> <<< 32580 1727096782.12849: 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 0x7f44ef0d4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0442f0> <<< 32580 1727096782.12854: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 32580 1727096782.12856: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 32580 1727096782.12859: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.12863: stdout chunk (state=3): >>># extension module '_struct' executed from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' import '_struct' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44ef0d4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d4bf0> <<< 32580 1727096782.12885: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' # extension module 'binascii' executed from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' import 'binascii' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44ef0d4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef042e10> <<< 32580 1727096782.12914: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 32580 1727096782.12941: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096782.12973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 32580 1727096782.13023: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d5310> import 'importlib.machinery' # <<< 32580 1727096782.13027: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 32580 1727096782.13087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6510> import 'importlib.util' # <<< 32580 1727096782.13091: stdout chunk (state=3): >>>import 'runpy' # <<< 32580 1727096782.13096: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096782.13142: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096782.13171: 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 0x7f44ef0ec710> <<< 32580 1727096782.13217: stdout chunk (state=3): >>>import 'errno' # <<< 32580 1727096782.13222: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.13253: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44ef0eddf0> # /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' <<< 32580 1727096782.13288: 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' <<< 32580 1727096782.13298: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0eec60> <<< 32580 1727096782.13325: 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 0x7f44ef0ef2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0ee1e0> <<< 32580 1727096782.13352: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096782.13369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096782.13409: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.13423: 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 0x7f44ef0efd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0ef470> <<< 32580 1727096782.13462: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6480> <<< 32580 1727096782.13484: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096782.13534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096782.13537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096782.13581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096782.13588: 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 0x7f44eee87cb0> <<< 32580 1727096782.13645: 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' <<< 32580 1727096782.13649: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.13682: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44eeeb0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb04a0> # 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 0x7f44eeeb0770> <<< 32580 1727096782.13707: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 32580 1727096782.13726: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096782.13774: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.13903: 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 0x7f44eeeb10a0> <<< 32580 1727096782.14200: 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 0x7f44eeeb1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eee85e50> # /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 0x7f44eeeb2e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb1910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6c30> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096782.14284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.14288: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096782.14317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096782.14345: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeedf140> <<< 32580 1727096782.14428: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096782.14446: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.14461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096782.14499: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef03500> <<< 32580 1727096782.14519: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096782.14562: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096782.14632: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096782.14661: 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 0x7f44eef602c0> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096782.14693: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 32580 1727096782.14718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096782.14757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096782.14844: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef62a20> <<< 32580 1727096782.14916: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef603e0> <<< 32580 1727096782.14970: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef2d2e0> <<< 32580 1727096782.15003: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 32580 1727096782.15016: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eed65370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef02300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb3d10> <<< 32580 1727096782.15135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44eef02660> <<< 32580 1727096782.15368: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_eaye8t2x/ansible_ansible.legacy.command_payload.zip' # zipimport: zlib available <<< 32580 1727096782.15494: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.15517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096782.15534: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096782.15573: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096782.15650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 32580 1727096782.15685: 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' <<< 32580 1727096782.15688: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eedbb0b0> import '_typing' # <<< 32580 1727096782.15876: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eed9dfa0> <<< 32580 1727096782.15881: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eed9d100> # zipimport: zlib available <<< 32580 1727096782.15910: stdout chunk (state=3): >>>import 'ansible' # <<< 32580 1727096782.15929: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.15938: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.15957: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.15962: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 32580 1727096782.15983: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.17373: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.18503: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 32580 1727096782.18506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eedb8f50> <<< 32580 1727096782.18530: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 32580 1727096782.18544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.18564: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 32580 1727096782.18573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 32580 1727096782.18594: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 32580 1727096782.18601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 32580 1727096782.18628: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.18634: stdout chunk (state=3): >>># extension module '_json' executed from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' import '_json' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44eede2990> <<< 32580 1727096782.18667: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede2720> <<< 32580 1727096782.18703: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede2030> <<< 32580 1727096782.18719: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096782.18728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096782.18766: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede2480> <<< 32580 1727096782.18769: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eedbbad0> import 'atexit' # <<< 32580 1727096782.18810: 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 0x7f44eede3740> <<< 32580 1727096782.18834: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' # extension module 'fcntl' executed from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44eede3980> <<< 32580 1727096782.18861: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096782.18904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096782.18925: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096782.18966: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede3ec0> <<< 32580 1727096782.18981: stdout chunk (state=3): >>>import 'pwd' # <<< 32580 1727096782.18994: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096782.19020: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096782.19056: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee711c10> <<< 32580 1727096782.19084: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.19089: 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 0x7f44ee713830> <<< 32580 1727096782.19111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096782.19125: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096782.19164: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee718230> <<< 32580 1727096782.19176: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096782.19212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096782.19226: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee719130> <<< 32580 1727096782.19247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096782.19283: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096782.19307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py # code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096782.19364: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee71be60> <<< 32580 1727096782.19405: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.19411: 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 0x7f44eeeb2db0> <<< 32580 1727096782.19423: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee71a120> <<< 32580 1727096782.19445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096782.19470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 32580 1727096782.19493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 32580 1727096782.19499: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 32580 1727096782.19517: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 32580 1727096782.19549: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096782.19578: 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' <<< 32580 1727096782.19590: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee723d40> <<< 32580 1727096782.19599: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096782.19663: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee722810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee722570> <<< 32580 1727096782.19687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096782.19692: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096782.19770: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee722ae0> <<< 32580 1727096782.19799: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee71a630> <<< 32580 1727096782.19824: 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 0x7f44ee7679e0> <<< 32580 1727096782.19855: 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 0x7f44ee768170> <<< 32580 1727096782.19881: 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 <<< 32580 1727096782.19897: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096782.19918: 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' <<< 32580 1727096782.19963: 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 0x7f44ee769bb0> <<< 32580 1727096782.19974: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee769970> <<< 32580 1727096782.19981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096782.20110: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096782.20160: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.20163: 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 0x7f44ee76c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee76a2a0> <<< 32580 1727096782.20192: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096782.20231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.20257: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 32580 1727096782.20260: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 32580 1727096782.20280: stdout chunk (state=3): >>>import '_string' # <<< 32580 1727096782.20317: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee76f860> <<< 32580 1727096782.20444: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee76c230> <<< 32580 1727096782.20513: 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' <<< 32580 1727096782.20519: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44ee7706b0> <<< 32580 1727096782.20546: 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' <<< 32580 1727096782.20551: 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 0x7f44ee770890> <<< 32580 1727096782.20591: 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' <<< 32580 1727096782.20596: 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 0x7f44ee770bc0> <<< 32580 1727096782.20609: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee768350> <<< 32580 1727096782.20629: 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' <<< 32580 1727096782.20654: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096782.20673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 32580 1727096782.20702: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.20728: 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 0x7f44ee7fc380> <<< 32580 1727096782.20877: 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 0x7f44ee7fd280> <<< 32580 1727096782.20898: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee772b10> <<< 32580 1727096782.20930: 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' <<< 32580 1727096782.20934: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f44ee773e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee7726f0> <<< 32580 1727096782.20945: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.20964: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 32580 1727096782.20987: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21073: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21171: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21174: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21192: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 32580 1727096782.21214: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 32580 1727096782.21230: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21345: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.21462: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.22025: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.22561: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096782.22566: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 32580 1727096782.22587: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 32580 1727096782.22602: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 32580 1727096782.22619: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.22673: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.22679: 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 0x7f44ee601460> <<< 32580 1727096782.22755: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 32580 1727096782.22761: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 32580 1727096782.22780: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee602270> <<< 32580 1727096782.22785: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef03b30> <<< 32580 1727096782.22835: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 32580 1727096782.22842: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.22862: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.22883: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 32580 1727096782.22893: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.23035: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.23190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096782.23205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 32580 1727096782.23208: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee601fd0> <<< 32580 1727096782.23224: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.23675: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24114: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24187: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24264: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096782.24270: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24308: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24343: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096782.24349: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24418: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24501: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 32580 1727096782.24519: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24523: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24540: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 32580 1727096782.24585: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24620: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096782.24636: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.24860: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25087: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096782.25147: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096782.25167: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096782.25235: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee6033e0> <<< 32580 1727096782.25244: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25313: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25396: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 32580 1727096782.25399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 32580 1727096782.25406: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096782.25431: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25468: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25511: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096782.25514: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25565: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25605: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25661: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.25727: 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 <<< 32580 1727096782.25770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.25860: 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' <<< 32580 1727096782.25866: 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 0x7f44ee60df70> <<< 32580 1727096782.25899: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee609670> <<< 32580 1727096782.25936: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 32580 1727096782.25940: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26006: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26069: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26092: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26138: 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' <<< 32580 1727096782.26162: 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 <<< 32580 1727096782.26182: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096782.26204: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096782.26261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096782.26282: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 32580 1727096782.26300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 32580 1727096782.26358: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee7028a0> <<< 32580 1727096782.26399: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eee1e570> <<< 32580 1727096782.26482: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee60df40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee603020> # destroy ansible.module_utils.distro <<< 32580 1727096782.26485: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 32580 1727096782.26524: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26551: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 32580 1727096782.26556: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096782.26608: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096782.26627: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26637: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26648: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 32580 1727096782.26655: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26763: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.26876: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 32580 1727096782.26882: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 32580 1727096782.26904: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee600fb0> <<< 32580 1727096782.26981: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.50230: stdout chunk (state=3): >>> <<< 32580 1727096782.50252: 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 0x7f0b91108530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b910d3b60>\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 0x7f0b9110aab0>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ebd190>\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 0x7f0b90ebe0c0>\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 0x7f0b90ef9250>\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/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 0x7f0b90ef9a90>\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 0x7f0b90f0d190>\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d60>\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 0x7f0b90f60680>\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 0x7f0b90f60cb0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f260>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25eb0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f7d0>\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 match<<< 32580 1727096782.50307: stdout chunk (state=3): >>>es /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 0x7f0b90f881d0>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f62de0>\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 0x7f0b90f62d20>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f4c770>\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 0x7f0b90f894f0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0dbb0>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efb4d0>\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 0x7f0b90f8adb0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8aba0>\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 0x7f0b90f8b050>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d90>\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 0x7f0b90f8b350>\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 0x7f0b90f8b650>\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 0x7f0b90f8bb60>\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<<< 32580 1727096782.50312: stdout chunk (state=3): >>>'\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 0x7f0b90fb3650>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb2d20>\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 0x7f0b90fb2d80>\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 0x7f0b90da84a0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9bf50>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9b4a0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1e20>\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 0x7f0b90dabce0>\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 0x7f0b90dc87a0>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc8500>\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 0x7f0b90dc87d0>\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/__<<< 32580 1727096782.50345: stdout chunk (state=3): >>>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 0x7f0b90dc9130>\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 0x7f0b90dc9b20>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc89b0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90da9eb0>\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 0x7f0b90dcb3e0>\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 0x7f0b90df5250>\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 0x7f0b90df52b0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b9e0>\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 0x7f0b90df7680>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc9c70>\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 0x7f0b90df7890>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dca660>\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 0x7f0b90df7e30>\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 'ipa<<< 32580 1727096782.50371: stdout chunk (state=3): >>>ddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e16390>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90df7ef0>\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 0x7f0b90700200>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d8e0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5c350>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1820>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1070>\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 0x7f0b90736f90>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717530>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d760>\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 0x7f0b90766db0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90764d40>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717080>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb0800>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8bc50>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b890>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b710>\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 0x7f0b90f8bc80>\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 0x7f0b907bcd40>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90792150>\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 0x7f0b907be2a0>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907bdcd0>\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 0x7f0b907bde50>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90767200>\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 0x7f0b907be3c0>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efab40>\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 0x7f0b90efb0b0>\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 0x7f0b907f7b00>\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 0x7f0b905bfc80>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bf7d0>\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/si<<< 32580 1727096782.50380: stdout chunk (state=3): >>>te-packages/libdnf/_common_types.so'\nimport 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0b905e3680>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bfe00>\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 0x7f0b9064e8a0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905e3890>\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 0x7f0b8eac8590>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b9064ede0>\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 0x7f0b8eacb680>\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 0x7f0b8eacb770>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eac87a0>\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 0x7f0b8eb30dd0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eafcfb0>\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 0x7f0b8eb32180>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb31520>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bd3d0>\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.SourceF<<< 32580 1727096782.50387: stdout chunk (state=3): >>>ileLoader object at 0x7f0b9061eb40>\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 0x7f0b8eb61c70>\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 0x7f0b8eb61dc0>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb610d0>\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 0x7f0b8eb891c0>\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 0x7f0b8eb8a0c0>\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 0x7f0b8eb8a9f0>\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 0x7f0b8eb8bfe0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb8a300>\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 <<< 32580 1727096782.50416: stdout chunk (state=3): >>>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 0x7f0b8e6ef2f0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edee0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edc40>\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 0x7f0b8e6ee1b0>\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 0x7f0b8e71aea0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cff80>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cc8f0>\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 0x7f0b8e75d040>\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 0x7f0b8e75d5e0>\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 0x7f0b8e75e480>\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 0x7f0b8e75eab0>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75d9d0>\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 0x7f0b8e75f530>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75ec60>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e732ff0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e730f80>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb89220>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88a10>\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 0x7f0b8e780ec0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88c80>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb62d50>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb606e0>\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 0x7f0b8eb60e00>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb60b60>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb32690>\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 0x7f0b8e782720>\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 0x7f0b8df78d70>\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 0x7f0b8df79580>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e783f80>\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 0x7f0b8df79dc0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e782750>\n# /usr/lib/python3.12/site-packages/dnf/conf/__pyc<<< 32580 1727096782.50446: stdout chunk (state=3): >>>ache__/__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 0x7f0b8df7b830>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7adb0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7abd0>\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 0x7f0b8dfab020>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfaa9c0>\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 0x7f0b8dfe9340>\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 0x7f0b8dfe99d0>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfcd430>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfab320>\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 0x7f0b8dfe9e50>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa9e50>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bf50>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bd70>\n# /usr/lib/python<<< 32580 1727096782.50454: stdout chunk (state=3): >>>3.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 0x7f0b8e018bc0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfebbc0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa85c0>\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 0x7f0b8e019100>\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 0x7f0b8e0194f0>\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 0x7f0b8e0195b0>\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 0x7f0b8e0196d0>\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 0x7f0b8e040380>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e01a480>\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 0x7f0b8e040500>\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 0x7f0b8e0405f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e019520>\n# /usr/lib/python3.12/site-packages/dnf/__pycache__/persi<<< 32580 1727096782.50468: stdout chunk (state=3): >>>stor.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 0x7f0b8e0421e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e041f10>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0417f0>\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 0x7f0b8e042030>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0413a0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0407a0>\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/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'\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0438c0>\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 0x7f0b8de17d70>\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 0x7f0b8de67590>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de66990>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de3cda0>\nimport 'importlib.machinery' # \nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e043bc0>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e042d50>\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-pa<<< 32580 1727096782.50474: stdout chunk (state=3): >>>ckages/dnf/__pycache__/query.cpython-312.pyc'\nimport 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de16ab0>\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 0x7f0b8dfe92b0>\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 0x7f0b8de87b00>\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 0x7f0b8deadeb0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac1a0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de87d70>\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 0x7f0b8deae150>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac710>\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 0x7f0b8deaf050>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907beb70>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ef97c0>\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 0x7f0b8ded7860>\n# /usr/lib<<< 32580 1727096782.50479: stdout chunk (state=3): >>>/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 0x7f0b8def98e0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def9460>\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 0x7f0b8e732f60>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def8320>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded7b60>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded47d0>\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 0x7f0b8de87ad0>\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 0x7f0b8dc7ede0>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dc7d910>\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 0x7f0b8dca85f0>\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 0x7f0b8dca88c0>\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 0x7f0b8dca8b30>\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 objec<<< 32580 1727096782.50504: stdout chunk (state=3): >>>t 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 0x7f0b8dca8dd0>\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 0x7f0b8dca9520>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dca9370>\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 0x7f0b8dcaacf0>\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 0x7f0b8dcaaf30>\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 0x7f0b8dcab170>\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 0x7f0b8dccc110>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcab950>\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 0x7f0b8dcccd10>\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 0x7f0b8dccd130>\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 0x7f0b8dccd310>\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 0x7f0b8dccd5e0>\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 0x7f0b8dcce4e0>\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 0x7f0b8dcce750>\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 0x7f0b8dcce960>\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 0x7f0b8dccf590>\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccf0b0>\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 0x7f0b8dcf8440>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccfd40>\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 0x7f0b8dcf90d0>\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 0x7f0b8dcf93d0>\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 0x7f0b8dcfa300>\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 0x7f0b8dcfa5a0>\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 0x7f0b8dcfa750>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf350>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf0b0>\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 0x7f0b8dcfaf60>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcfaa50>\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 0x7f0b8dd24980>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24290>\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 0x7f0b8dd25400>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25160>\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'\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 0x7f0b8dd49b50>\nimport 'importlib.<<< 32580 1727096782.50538: stdout chunk (state=3): >>>util' # \nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd278c0>\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 0x7f0b8dd49400>\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 0x7f0b8dd483b0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd27e60>\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 0x7f0b8dd63020>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd62450>\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 0x7f0b8dac5fd0>\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 0x7f0b8dac6870>\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 0x7f0b8dd636b0>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd63380>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd256d0>\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 0x7f0b8dd27410>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25430>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24b00>\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 0x7f0b8daf8d10>\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 0x7f0b8dafbf50>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa750>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa4e0>\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 0x7f0b8db6b710>\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 0x7f0b8db96bd0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db966c0>\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 0x7f0b8d9cde80>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db97500>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db94740>\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'\nimp<<< 32580 1727096782.50546: stdout chunk (state=3): >>>ort 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da31640>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db96570>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafaf30>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8daf95b0>\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 0x7f0b8daf92b0>\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 0x7f0b8da324e0>\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 0x7f0b8da33b90>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33560>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33200>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da32e70>\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 0x7f0b8da33800>\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 0x7f0b8da65a00>\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<<< 32580 1727096782.50580: stdout chunk (state=3): >>>.SourceFileLoader object at 0x7f0b8da65ac0>\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 0x7f0b8da661b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66030>\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 0x7f0b8da8c770>\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 0x7f0b8da8d970>\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 0x7f0b8da8dbb0>\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 0x7f0b8da8dd30>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8dc10>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8d460>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8c8c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67b60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67110>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66990>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da65490>\nimport <<< 32580 1727096782.50589: stdout chunk (state=3): >>>'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da64980>\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 0x7f0b8da66e10>\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 0x7f0b8da8e1e0>\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 0x7f0b8da8eae0>\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 0x7f0b8da8eea0>\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 0x7f0b8da8f7a0>\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 0x7f0b8dab3980>\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 0x7f0b8d705d60>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab1be0>\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 0x7f0b8d705ee0>\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 0x7f0b8d7073b0>\n# extension module 'systemd._journal' loaded from '/usr/lib64/pytho<<< 32580 1727096782.50596: stdout chunk (state=3): >>>n3.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 0x7f0b8d7075c0>\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 0x7f0b8d7077a0>\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 0x7f0b8d7079e0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8d706090>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab0380>\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 _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 warnings\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing types\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.<<< 32580 1727096782.50635: stdout chunk (state=3): >>>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 importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing importlib\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 importlib.machinery\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 importlib._abc\n# cleanup[2] removing importlib.util\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[<<< 32580 1727096782.50644: stdout chunk (state=3): >>>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.proxi<<< 32580 1727096782.50648: stdout chunk (state=3): >>>es\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 importlib.util\n# cleanup[3] wiping importlib._abc\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 importlib.machinery\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.machinery\n# destroy importlib.util\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\n# cleanup[3] wiping json\n# destroy json.decoder\n# destroy json.encoder\n# cleanup[3] wiping json.scanner\n# cle<<< 32580 1727096782.50671: stdout chunk (state=3): >>>anup[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<<< 32580 1727096782.50688: stdout chunk (state=3): >>>\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 types\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping warnings\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<<< 32580 1727096782.50701: stdout chunk (state=3): >>># 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:06:22.270978", "end": "2024-09-23 09:06:22.501197", "delta": "0:00:00.230219", "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__ <<< 32580 1727096782.51204: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 32580 1727096782.51239: 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 <<< 32580 1727096782.51244: stdout chunk (state=3): >>># cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins<<< 32580 1727096782.51280: stdout chunk (state=3): >>> # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections <<< 32580 1727096782.51284: stdout chunk (state=3): >>># cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 <<< 32580 1727096782.51312: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 32580 1727096782.51327: stdout chunk (state=3): >>># cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # 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<<< 32580 1727096782.51350: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors <<< 32580 1727096782.51368: stdout chunk (state=3): >>># cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # 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 <<< 32580 1727096782.51372: stdout chunk (state=3): >>># 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 <<< 32580 1727096782.51403: stdout chunk (state=3): >>># cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # 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<<< 32580 1727096782.51411: stdout chunk (state=3): >>> # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file <<< 32580 1727096782.51430: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # 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 <<< 32580 1727096782.51702: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 32580 1727096782.51729: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 32580 1727096782.51741: stdout chunk (state=3): >>># destroy _bz2 <<< 32580 1727096782.51759: stdout chunk (state=3): >>># destroy _compression # destroy _lzma # destroy _blake2 <<< 32580 1727096782.51770: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 32580 1727096782.51780: stdout chunk (state=3): >>># destroy zipfile._path <<< 32580 1727096782.51797: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 32580 1727096782.51804: stdout chunk (state=3): >>># destroy ipaddress <<< 32580 1727096782.51841: stdout chunk (state=3): >>># destroy ntpath <<< 32580 1727096782.51855: 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 <<< 32580 1727096782.51869: stdout chunk (state=3): >>># destroy json.decoder <<< 32580 1727096782.51888: stdout chunk (state=3): >>># destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 32580 1727096782.51891: stdout chunk (state=3): >>># destroy _locale # destroy pwd <<< 32580 1727096782.51924: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal <<< 32580 1727096782.51942: stdout chunk (state=3): >>># destroy _posixsubprocess <<< 32580 1727096782.51945: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 32580 1727096782.51980: stdout chunk (state=3): >>># destroy fnmatch <<< 32580 1727096782.51983: stdout chunk (state=3): >>># destroy selectors # destroy errno # destroy array <<< 32580 1727096782.51986: stdout chunk (state=3): >>># destroy datetime <<< 32580 1727096782.52012: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 32580 1727096782.52031: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 32580 1727096782.52037: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 32580 1727096782.52088: 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 <<< 32580 1727096782.52102: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime <<< 32580 1727096782.52127: stdout chunk (state=3): >>># cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 32580 1727096782.52133: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 32580 1727096782.52167: stdout chunk (state=3): >>># cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 32580 1727096782.52175: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 32580 1727096782.52190: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 32580 1727096782.52215: 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 <<< 32580 1727096782.52232: stdout chunk (state=3): >>># cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 32580 1727096782.52240: stdout chunk (state=3): >>># destroy posixpath # cleanup[3] wiping genericpath <<< 32580 1727096782.52256: stdout chunk (state=3): >>># cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 32580 1727096782.52279: 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 <<< 32580 1727096782.52301: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 32580 1727096782.52305: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 <<< 32580 1727096782.52307: stdout chunk (state=3): >>># destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 32580 1727096782.52450: stdout chunk (state=3): >>># destroy sys.monitoring <<< 32580 1727096782.52460: stdout chunk (state=3): >>># destroy _socket <<< 32580 1727096782.52464: stdout chunk (state=3): >>># destroy _collections <<< 32580 1727096782.52498: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 32580 1727096782.52503: stdout chunk (state=3): >>># destroy tokenize <<< 32580 1727096782.52535: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 32580 1727096782.52571: stdout chunk (state=3): >>># destroy _typing <<< 32580 1727096782.52590: 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 <<< 32580 1727096782.52598: stdout chunk (state=3): >>># 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 <<< 32580 1727096782.52619: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 32580 1727096782.52714: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 32580 1727096782.52728: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 32580 1727096782.52737: stdout chunk (state=3): >>># destroy time <<< 32580 1727096782.52763: stdout chunk (state=3): >>># destroy _random <<< 32580 1727096782.52774: stdout chunk (state=3): >>># destroy _weakref <<< 32580 1727096782.52780: stdout chunk (state=3): >>># destroy _hashlib <<< 32580 1727096782.52803: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 32580 1727096782.52819: stdout chunk (state=3): >>># destroy itertools <<< 32580 1727096782.52838: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 32580 1727096782.52844: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096782.53183: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096782.53216: stderr chunk (state=3): >>><<< 32580 1727096782.53219: stdout chunk (state=3): >>><<< 32580 1727096782.53437: _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 0x7f44ef2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef1e7b30> # /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 0x7f44ef21aa50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef009130> # /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 0x7f44ef00a090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef047ec0> # /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 0x7f44ef047f80> # /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 0x7f44ef07f8f0> # /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 0x7f44ef07ff80> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef05fb90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef05d2b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef045070> # /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 0x7f44ef0a3830> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0a2450> # /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 0x7f44ef05e180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0a0c80> # /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 0x7f44ef0d4890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0442f0> # /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 0x7f44ef0d4d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d4bf0> # 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 0x7f44ef0d4f80> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef042e10> # /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 0x7f44ef0d5640> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d5310> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6510> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0ec710> 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 0x7f44ef0eddf0> # /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 0x7f44ef0eec60> # 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 0x7f44ef0ef2c0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0ee1e0> # /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 0x7f44ef0efd40> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0ef470> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6480> # /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 0x7f44eee87cb0> # /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 0x7f44eeeb0740> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb04a0> # 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 0x7f44eeeb0770> # /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 0x7f44eeeb10a0> # 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 0x7f44eeeb1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb0950> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eee85e50> # /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 0x7f44eeeb2e40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb1910> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ef0d6c30> # /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 0x7f44eeedf140> # /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 0x7f44eef03500> # /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 0x7f44eef602c0> # /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 0x7f44eef62a20> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef603e0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef2d2e0> # /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 0x7f44eed65370> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef02300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eeeb3d10> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f44eef02660> # zipimport: found 30 names in '/tmp/ansible_ansible.legacy.command_payload_eaye8t2x/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 0x7f44eedbb0b0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eed9dfa0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eed9d100> # 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 0x7f44eedb8f50> # /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 0x7f44eede2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede2720> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eede2030> # /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 0x7f44eede2480> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eedbbad0> 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 0x7f44eede3740> # 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 0x7f44eede3980> # /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 0x7f44eede3ec0> 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 0x7f44ee711c10> # 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 0x7f44ee713830> # /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 0x7f44ee718230> # /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 0x7f44ee719130> # /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 0x7f44ee71be60> # 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 0x7f44eeeb2db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee71a120> # /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 0x7f44ee723d40> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee722810> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee722570> # /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 0x7f44ee722ae0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee71a630> # 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 0x7f44ee7679e0> # /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 0x7f44ee768170> # /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 0x7f44ee769bb0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee769970> # /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 0x7f44ee76c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee76a2a0> # /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 0x7f44ee76f860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee76c230> # 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 0x7f44ee7706b0> # 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 0x7f44ee770890> # 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 0x7f44ee770bc0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee768350> # /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 0x7f44ee7fc380> # 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 0x7f44ee7fd280> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee772b10> # 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 0x7f44ee773e90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee7726f0> # 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 0x7f44ee601460> # /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 0x7f44ee602270> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eef03b30> 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 0x7f44ee601fd0> # 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 0x7f44ee6033e0> # 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 0x7f44ee60df70> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee609670> 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 0x7f44ee7028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44eee1e570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee60df40> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f44ee603020> # 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 0x7f44ee600fb0> # 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 0x7f0b91108530>\nimport 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b910d3b60>\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 0x7f0b9110aab0>\nimport '_signal' # \nimport '_abc' # \nimport 'abc' # \nimport 'io' # \nimport '_stat' # \nimport 'stat' # \nimport '_collections_abc' # \nimport 'genericpath' # \nimport 'posixpath' # \nimport 'os' # \nimport '_sitebuiltins' # \nProcessing user site-packages\nProcessing global site-packages\nAdding directory: '/usr/lib64/python3.12/site-packages'\nAdding directory: '/usr/lib/python3.12/site-packages'\nProcessing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth'\n# /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py\n# code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc'\nimport 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ebd190>\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 0x7f0b90ebe0c0>\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 0x7f0b90ef9250>\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/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 0x7f0b90ef9a90>\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 0x7f0b90f0d190>\n# /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py\n# code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py\n# code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc'\n# /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py\n# code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc'\nimport 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d60>\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 0x7f0b90f60680>\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 0x7f0b90f60cb0>\nimport '_collections' # \nimport 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f260>\nimport '_functools' # \nimport 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25eb0>\nimport 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f7d0>\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 0x7f0b90f881d0>\nimport 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f62de0>\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 0x7f0b90f62d20>\nimport 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f4c770>\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 0x7f0b90f894f0>\nimport 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0dbb0>\nimport 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efb4d0>\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 0x7f0b90f8adb0>\nimport 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8aba0>\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 0x7f0b90f8b050>\nimport 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d90>\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 0x7f0b90f8b350>\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 0x7f0b90f8b650>\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 0x7f0b90f8bb60>\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 0x7f0b90fb3650>\nimport 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb2d20>\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 0x7f0b90fb2d80>\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 0x7f0b90da84a0>\nimport 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9bf50>\nimport 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9b4a0>\nimport 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1e20>\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 0x7f0b90dabce0>\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 0x7f0b90dc87a0>\nimport 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc8500>\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 0x7f0b90dc87d0>\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 0x7f0b90dc9130>\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 0x7f0b90dc9b20>\nimport 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc89b0>\nimport 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90da9eb0>\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 0x7f0b90dcb3e0>\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 0x7f0b90df5250>\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 0x7f0b90df52b0>\nimport 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b9e0>\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 0x7f0b90df7680>\nimport 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc9c70>\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 0x7f0b90df7890>\nimport 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dca660>\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 0x7f0b90df7e30>\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 0x7f0b90e16390>\nimport 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90df7ef0>\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 0x7f0b90700200>\nimport 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d8e0>\nimport 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5c350>\nimport 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1820>\nimport 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1070>\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 0x7f0b90736f90>\nimport 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717530>\nimport 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d760>\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 0x7f0b90766db0>\nimport 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90764d40>\nimport 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717080>\nimport 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb0800>\nimport 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8bc50>\nimport 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b890>\nimport 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b710>\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 0x7f0b90f8bc80>\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 0x7f0b907bcd40>\nimport 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90792150>\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 0x7f0b907be2a0>\nimport 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907bdcd0>\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 0x7f0b907bde50>\nimport 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90767200>\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 0x7f0b907be3c0>\nimport 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efab40>\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 0x7f0b90efb0b0>\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 0x7f0b907f7b00>\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 0x7f0b905bfc80>\nimport 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bf7d0>\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 0x7f0b905e3680>\nimport 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bfe00>\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 0x7f0b9064e8a0>\nimport 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905e3890>\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 0x7f0b8eac8590>\nimport 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b9064ede0>\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 0x7f0b8eacb680>\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 0x7f0b8eacb770>\nimport 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eac87a0>\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 0x7f0b8eb30dd0>\nimport 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eafcfb0>\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 0x7f0b8eb32180>\nimport 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb31520>\nimport 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bd3d0>\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 0x7f0b9061eb40>\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 0x7f0b8eb61c70>\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 0x7f0b8eb61dc0>\nimport 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb610d0>\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 0x7f0b8eb891c0>\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 0x7f0b8eb8a0c0>\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 0x7f0b8eb8a9f0>\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 0x7f0b8eb8bfe0>\nimport 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb8a300>\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 0x7f0b8e6ef2f0>\nimport '_tokenize' # \nimport 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edee0>\nimport 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edc40>\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 0x7f0b8e6ee1b0>\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 0x7f0b8e71aea0>\nimport 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cff80>\nimport 'atexit' # \nimport 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cc8f0>\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 0x7f0b8e75d040>\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 0x7f0b8e75d5e0>\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 0x7f0b8e75e480>\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 0x7f0b8e75eab0>\nimport 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75d9d0>\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 0x7f0b8e75f530>\nimport 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75ec60>\nimport 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e732ff0>\nimport 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e730f80>\nimport 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb89220>\nimport 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88a10>\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 0x7f0b8e780ec0>\nimport 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88c80>\nimport 'pwd' # \nimport 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb62d50>\nimport 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb606e0>\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 0x7f0b8eb60e00>\nimport 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb60b60>\nimport 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb32690>\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 0x7f0b8e782720>\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 0x7f0b8df78d70>\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 0x7f0b8df79580>\nimport 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e783f80>\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 0x7f0b8df79dc0>\nimport 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e782750>\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 0x7f0b8df7b830>\nimport 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7adb0>\nimport 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7abd0>\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 0x7f0b8dfab020>\nimport 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfaa9c0>\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 0x7f0b8dfe9340>\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 0x7f0b8dfe99d0>\nimport 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfcd430>\nimport 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfab320>\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 0x7f0b8dfe9e50>\nimport 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa9e50>\nimport 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bf50>\nimport 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bd70>\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 0x7f0b8e018bc0>\nimport 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfebbc0>\nimport 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa85c0>\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 0x7f0b8e019100>\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 0x7f0b8e0194f0>\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 0x7f0b8e0195b0>\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 0x7f0b8e0196d0>\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 0x7f0b8e040380>\nimport 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e01a480>\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 0x7f0b8e040500>\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 0x7f0b8e0405f0>\nimport 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e019520>\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 0x7f0b8e0421e0>\nimport 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e041f10>\nimport 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0417f0>\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 0x7f0b8e042030>\nimport 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0413a0>\nimport 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0407a0>\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/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'\nimport 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0438c0>\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 0x7f0b8de17d70>\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 0x7f0b8de67590>\nimport 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de66990>\nimport 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de3cda0>\nimport 'importlib.machinery' # \nimport 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e043bc0>\nimport 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e042d50>\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 0x7f0b8de16ab0>\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 0x7f0b8dfe92b0>\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 0x7f0b8de87b00>\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 0x7f0b8deadeb0>\nimport 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac1a0>\nimport 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de87d70>\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 0x7f0b8deae150>\nimport 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac710>\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 0x7f0b8deaf050>\nimport 'gc' # \nimport 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907beb70>\nimport 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ef97c0>\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 0x7f0b8ded7860>\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 0x7f0b8def98e0>\nimport 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def9460>\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 0x7f0b8e732f60>\nimport 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def8320>\nimport 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded7b60>\nimport 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded47d0>\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 0x7f0b8de87ad0>\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 0x7f0b8dc7ede0>\nimport 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dc7d910>\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 0x7f0b8dca85f0>\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 0x7f0b8dca88c0>\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 0x7f0b8dca8b30>\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 0x7f0b8dca8dd0>\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 0x7f0b8dca9520>\nimport 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dca9370>\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 0x7f0b8dcaacf0>\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 0x7f0b8dcaaf30>\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 0x7f0b8dcab170>\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 0x7f0b8dccc110>\nimport 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcab950>\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 0x7f0b8dcccd10>\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 0x7f0b8dccd130>\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 0x7f0b8dccd310>\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 0x7f0b8dccd5e0>\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 0x7f0b8dcce4e0>\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 0x7f0b8dcce750>\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 0x7f0b8dcce960>\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 0x7f0b8dccf590>\nimport 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccf0b0>\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 0x7f0b8dcf8440>\nimport 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccfd40>\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 0x7f0b8dcf90d0>\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 0x7f0b8dcf93d0>\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 0x7f0b8dcfa300>\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 0x7f0b8dcfa5a0>\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 0x7f0b8dcfa750>\nimport 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf350>\nimport 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf0b0>\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 0x7f0b8dcfaf60>\nimport 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcfaa50>\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 0x7f0b8dd24980>\nimport 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24290>\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 0x7f0b8dd25400>\nimport 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25160>\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'\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 0x7f0b8dd49b50>\nimport 'importlib.util' # \nimport 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd278c0>\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 0x7f0b8dd49400>\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 0x7f0b8dd483b0>\nimport 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd27e60>\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 0x7f0b8dd63020>\nimport 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd62450>\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 0x7f0b8dac5fd0>\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 0x7f0b8dac6870>\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 0x7f0b8dd636b0>\nimport 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd63380>\nimport 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd256d0>\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 0x7f0b8dd27410>\nimport 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25430>\nimport 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24b00>\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 0x7f0b8daf8d10>\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 0x7f0b8dafbf50>\nimport 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa750>\nimport 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa4e0>\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 0x7f0b8db6b710>\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 0x7f0b8db96bd0>\nimport 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db966c0>\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 0x7f0b8d9cde80>\nimport 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db97500>\nimport 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db94740>\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 0x7f0b8da31640>\nimport 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db96570>\nimport 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafaf30>\nimport 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8daf95b0>\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 0x7f0b8daf92b0>\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 0x7f0b8da324e0>\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 0x7f0b8da33b90>\nimport 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33560>\nimport 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33200>\nimport 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da32e70>\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 0x7f0b8da33800>\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 0x7f0b8da65a00>\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 0x7f0b8da65ac0>\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 0x7f0b8da661b0>\nimport 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66030>\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 0x7f0b8da8c770>\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 0x7f0b8da8d970>\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 0x7f0b8da8dbb0>\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 0x7f0b8da8dd30>\nimport 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8dc10>\nimport 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8d460>\nimport 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8c8c0>\nimport 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67b60>\nimport 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67110>\nimport 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66990>\nimport 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da65490>\nimport 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da64980>\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 0x7f0b8da66e10>\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 0x7f0b8da8e1e0>\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 0x7f0b8da8eae0>\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 0x7f0b8da8eea0>\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 0x7f0b8da8f7a0>\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 0x7f0b8dab3980>\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 0x7f0b8d705d60>\nimport 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab1be0>\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 0x7f0b8d705ee0>\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 0x7f0b8d7073b0>\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 0x7f0b8d7075c0>\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 0x7f0b8d7077a0>\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 0x7f0b8d7079e0>\nimport 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8d706090>\nimport 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab0380>\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 _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 warnings\n# cleanup[2] removing _operator\n# cleanup[2] removing operator\n# cleanup[2] removing types\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 importlib._bootstrap\n# cleanup[2] removing importlib._bootstrap_external\n# cleanup[2] removing importlib\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 importlib.machinery\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 importlib._abc\n# cleanup[2] removing importlib.util\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 importlib.util\n# cleanup[3] wiping importlib._abc\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 importlib.machinery\n# cleanup[3] wiping _opcode\n# cleanup[3] wiping importlib\n# destroy importlib._abc\n# destroy importlib.machinery\n# destroy importlib.util\n# cleanup[3] wiping importlib._bootstrap_external\n# cleanup[3] wiping importlib._bootstrap\n# destroy _frozen_importlib_external\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 types\n# cleanup[3] wiping operator\n# cleanup[3] wiping _operator\n# cleanup[3] wiping warnings\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:06:22.270978", "end": "2024-09-23 09:06:22.501197", "delta": "0:00:00.230219", "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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # destroy glob # destroy _sitebuiltins # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy fnmatch # destroy selectors # destroy errno # destroy array # destroy datetime # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy _operator # destroy _string # destroy re # destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. 32580 1727096782.54016: 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-1727096781.998621-32703-154071403170430/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096782.54028: _low_level_execute_command(): starting 32580 1727096782.54031: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096781.998621-32703-154071403170430/ > /dev/null 2>&1 && sleep 0' 32580 1727096782.54495: 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 <<< 32580 1727096782.54498: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.54500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.54503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096782.54505: 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.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096782.54507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.54557: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.54564: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.54567: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.54610: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.56476: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.56505: stderr chunk (state=3): >>><<< 32580 1727096782.56509: stdout chunk (state=3): >>><<< 32580 1727096782.56525: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.56531: handler run complete 32580 1727096782.56585: Evaluated conditional (False): False 32580 1727096782.56614: attempt loop complete, returning result 32580 1727096782.56617: _execute() done 32580 1727096782.56619: dumping result to json 32580 1727096782.56675: done dumping result, returning 32580 1727096782.56683: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : List active CentOS repositories [129116b5-d8e7-4d6e-189e-0000000003f1] 32580 1727096782.56687: sending task result for task 129116b5-d8e7-4d6e-189e-0000000003f1 ok: [managed_node1] => { "changed": false, "cmd": [ "dnf", "repolist" ], "delta": "0:00:00.230219", "end": "2024-09-23 09:06:22.501197", "rc": 0, "start": "2024-09-23 09:06:22.270978" } 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 0x7f0b91108530> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b910d3b60> # /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 0x7f0b9110aab0> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ebd190> # /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 0x7f0b90ebe0c0> 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 0x7f0b90ef9250> # /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/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 0x7f0b90ef9a90> # /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 0x7f0b90f0d190> # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d60> # /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 0x7f0b90f60680> # /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 0x7f0b90f60cb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f260> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25eb0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0f7d0> # /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 0x7f0b90f881d0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f62de0> # /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 0x7f0b90f62d20> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f4c770> # /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 0x7f0b90f894f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f0dbb0> import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efb4d0> # /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 0x7f0b90f8adb0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8aba0> # 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 0x7f0b90f8b050> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f25d90> # /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 0x7f0b90f8b350> # /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 0x7f0b90f8b650> # /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 0x7f0b90f8bb60> # /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 0x7f0b90fb3650> import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb2d20> # /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 0x7f0b90fb2d80> # /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 0x7f0b90da84a0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9bf50> import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90d9b4a0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1e20> # /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 0x7f0b90dabce0> # /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 0x7f0b90dc87a0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc8500> # 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 0x7f0b90dc87d0> # /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 0x7f0b90dc9130> # 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 0x7f0b90dc9b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc89b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90da9eb0> # /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 0x7f0b90dcb3e0> # /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 0x7f0b90df5250> # 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 0x7f0b90df52b0> import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b9e0> 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 0x7f0b90df7680> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dc9c70> # /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 0x7f0b90df7890> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90dca660> # /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 0x7f0b90df7e30> # /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 0x7f0b90e16390> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90df7ef0> # /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 0x7f0b90700200> import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d8e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5c350> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1820> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb1070> # /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 0x7f0b90736f90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717530> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90e5d760> # /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 0x7f0b90766db0> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90764d40> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90717080> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90fb0800> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8bc50> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b890> import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90f8b710> # /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 0x7f0b90f8bc80> # /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 0x7f0b907bcd40> import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90792150> # /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 0x7f0b907be2a0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907bdcd0> # 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 0x7f0b907bde50> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90767200> # /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 0x7f0b907be3c0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90efab40> # /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 0x7f0b90efb0b0> # /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 0x7f0b907f7b00> # /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 0x7f0b905bfc80> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bf7d0> # /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 0x7f0b905e3680> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bfe00> # /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 0x7f0b9064e8a0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905e3890> # /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 0x7f0b8eac8590> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b9064ede0> # /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 0x7f0b8eacb680> # /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 0x7f0b8eacb770> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eac87a0> # /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 0x7f0b8eb30dd0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eafcfb0> # /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 0x7f0b8eb32180> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb31520> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b905bd3d0> # /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 0x7f0b9061eb40> # /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 0x7f0b8eb61c70> # 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 0x7f0b8eb61dc0> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb610d0> # /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 0x7f0b8eb891c0> # /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 0x7f0b8eb8a0c0> # /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 0x7f0b8eb8a9f0> # /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 0x7f0b8eb8bfe0> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb8a300> # /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 0x7f0b8e6ef2f0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edee0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6edc40> # /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 0x7f0b8e6ee1b0> # /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 0x7f0b8e71aea0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cff80> import 'atexit' # import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e6cc8f0> # /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 0x7f0b8e75d040> # 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 0x7f0b8e75d5e0> # /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 0x7f0b8e75e480> # 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 0x7f0b8e75eab0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75d9d0> # /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 0x7f0b8e75f530> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e75ec60> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e732ff0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e730f80> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb89220> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88a10> # /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 0x7f0b8e780ec0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb88c80> import 'pwd' # import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb62d50> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb606e0> # /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 0x7f0b8eb60e00> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb60b60> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8eb32690> # /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 0x7f0b8e782720> # /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 0x7f0b8df78d70> # /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 0x7f0b8df79580> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e783f80> # /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 0x7f0b8df79dc0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e782750> # /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 0x7f0b8df7b830> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7adb0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7abd0> # /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 0x7f0b8dfab020> import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfaa9c0> # /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 0x7f0b8dfe9340> # 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 0x7f0b8dfe99d0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfcd430> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfab320> # /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 0x7f0b8dfe9e50> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa9e50> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bf50> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8df7bd70> # /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 0x7f0b8e018bc0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfebbc0> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dfa85c0> # /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 0x7f0b8e019100> # /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 0x7f0b8e0194f0> # /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 0x7f0b8e0195b0> # /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 0x7f0b8e0196d0> # /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 0x7f0b8e040380> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e01a480> # /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 0x7f0b8e040500> # /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 0x7f0b8e0405f0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e019520> # /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 0x7f0b8e0421e0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e041f10> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0417f0> # /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 0x7f0b8e042030> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0413a0> import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0407a0> # /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/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' import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e0438c0> # /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 0x7f0b8de17d70> # /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 0x7f0b8de67590> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de66990> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de3cda0> import 'importlib.machinery' # import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e043bc0> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8e042d50> # /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 0x7f0b8de16ab0> # /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 0x7f0b8dfe92b0> # /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 0x7f0b8de87b00> # /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 0x7f0b8deadeb0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac1a0> import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8de87d70> # /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 0x7f0b8deae150> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deac710> # /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 0x7f0b8deaf050> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b907beb70> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b90ef97c0> # /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 0x7f0b8ded7860> # /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 0x7f0b8def98e0> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def9460> # 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 0x7f0b8e732f60> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8def8320> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded7b60> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8ded47d0> # /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 0x7f0b8de87ad0> # /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 0x7f0b8dc7ede0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dc7d910> # /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 0x7f0b8dca85f0> # /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 0x7f0b8dca88c0> # /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 0x7f0b8dca8b30> # /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 0x7f0b8dca8dd0> # /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 0x7f0b8dca9520> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dca9370> # /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 0x7f0b8dcaacf0> # /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 0x7f0b8dcaaf30> # /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 0x7f0b8dcab170> # /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 0x7f0b8dccc110> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcab950> # /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 0x7f0b8dcccd10> # /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 0x7f0b8dccd130> # /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 0x7f0b8dccd310> # /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 0x7f0b8dccd5e0> # /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 0x7f0b8dcce4e0> # /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 0x7f0b8dcce750> # /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 0x7f0b8dcce960> # /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 0x7f0b8dccf590> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccf0b0> # /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 0x7f0b8dcf8440> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dccfd40> # /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 0x7f0b8dcf90d0> # /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 0x7f0b8dcf93d0> # /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 0x7f0b8dcfa300> # /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 0x7f0b8dcfa5a0> # /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 0x7f0b8dcfa750> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf350> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8deaf0b0> # /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 0x7f0b8dcfaf60> import 'dnf.cli.main' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dcfaa50> # /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 0x7f0b8dd24980> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24290> # /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 0x7f0b8dd25400> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25160> # /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' # /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 0x7f0b8dd49b50> import 'importlib.util' # import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd278c0> # /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 0x7f0b8dd49400> # 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 0x7f0b8dd483b0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd27e60> # /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 0x7f0b8dd63020> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd62450> # /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 0x7f0b8dac5fd0> # /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 0x7f0b8dac6870> # /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 0x7f0b8dd636b0> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd63380> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd256d0> # /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 0x7f0b8dd27410> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd25430> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dd24b00> # /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 0x7f0b8daf8d10> # /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 0x7f0b8dafbf50> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa750> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafa4e0> # /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 0x7f0b8db6b710> # /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 0x7f0b8db96bd0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db966c0> # /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 0x7f0b8d9cde80> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db97500> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db94740> # /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 0x7f0b8da31640> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8db96570> import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dafaf30> import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8daf95b0> # /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 0x7f0b8daf92b0> # /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 0x7f0b8da324e0> # /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 0x7f0b8da33b90> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33560> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da33200> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da32e70> # /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 0x7f0b8da33800> # /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 0x7f0b8da65a00> # /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 0x7f0b8da65ac0> # /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 0x7f0b8da661b0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66030> # /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 0x7f0b8da8c770> # /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 0x7f0b8da8d970> # /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 0x7f0b8da8dbb0> # /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 0x7f0b8da8dd30> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8dc10> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8d460> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da8c8c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67b60> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da67110> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da66990> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da65490> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8da64980> # /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 0x7f0b8da66e10> # /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 0x7f0b8da8e1e0> # /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 0x7f0b8da8eae0> # /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 0x7f0b8da8eea0> # /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 0x7f0b8da8f7a0> # /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 0x7f0b8dab3980> # 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 0x7f0b8d705d60> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab1be0> # /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 0x7f0b8d705ee0> # /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 0x7f0b8d7073b0> # 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 0x7f0b8d7075c0> # 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 0x7f0b8d7077a0> # 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 0x7f0b8d7079e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8d706090> import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0b8dab0380> # 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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing warnings # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing types # 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 importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing importlib # 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 importlib.machinery # 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 importlib._abc # cleanup[2] removing importlib.util # 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 importlib.util # cleanup[3] wiping importlib._abc # 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 importlib.machinery # cleanup[3] wiping _opcode # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # destroy _frozen_importlib_external # 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 types # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping warnings # 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 32580 1727096782.57419: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000003f1 32580 1727096782.57668: WORKER PROCESS EXITING 32580 1727096782.57675: no more pending results, returning what we have 32580 1727096782.57677: results queue empty 32580 1727096782.57678: checking for any_errors_fatal 32580 1727096782.57679: done checking for any_errors_fatal 32580 1727096782.57679: checking for max_fail_percentage 32580 1727096782.57680: done checking for max_fail_percentage 32580 1727096782.57680: checking to see if all hosts have failed and the running result is not ok 32580 1727096782.57681: done checking to see if all hosts have failed 32580 1727096782.57681: getting the remaining hosts for this loop 32580 1727096782.57683: done getting the remaining hosts for this loop 32580 1727096782.57685: getting the next task for host managed_node1 32580 1727096782.57689: done getting next task for host managed_node1 32580 1727096782.57691: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 32580 1727096782.57696: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096782.57703: getting variables 32580 1727096782.57703: in VariableManager get_vars() 32580 1727096782.57725: Calling all_inventory to load vars for managed_node1 32580 1727096782.57727: Calling groups_inventory to load vars for managed_node1 32580 1727096782.57729: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096782.57736: Calling all_plugins_play to load vars for managed_node1 32580 1727096782.57737: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096782.57739: Calling groups_plugins_play to load vars for managed_node1 32580 1727096782.57841: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096782.57953: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096782.57963: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096782.57968: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096782.58017: done with get_vars() 32580 1727096782.58026: done getting variables 32580 1727096782.58067: 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:06:22 -0400 (0:00:00.618) 0:00:05.132 ****** 32580 1727096782.58095: entering _queue_task() for managed_node1/command 32580 1727096782.58301: worker is 1 (out of 1 available) 32580 1727096782.58317: exiting _queue_task() for managed_node1/command 32580 1727096782.58329: done queuing things up, now waiting for results queue to drain 32580 1727096782.58331: waiting for pending results... 32580 1727096782.58490: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories 32580 1727096782.58582: in run() - task 129116b5-d8e7-4d6e-189e-0000000003f2 32580 1727096782.58594: variable 'ansible_search_path' from source: unknown 32580 1727096782.58598: variable 'ansible_search_path' from source: unknown 32580 1727096782.58632: variable '__ha_cluster_repos' from source: include_vars 32580 1727096782.58865: variable '__ha_cluster_repos' from source: include_vars 32580 1727096782.58977: variable 'omit' from source: magic vars 32580 1727096782.59047: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096782.59054: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096782.59062: variable 'omit' from source: magic vars 32580 1727096782.59226: variable 'item' from source: unknown 32580 1727096782.59232: variable '__ha_cluster_repolist' from source: set_fact 32580 1727096782.59282: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): False 32580 1727096782.59285: when evaluation is False, skipping this task 32580 1727096782.59313: variable 'item' from source: unknown 32580 1727096782.59362: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096782.59518: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096782.59524: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096782.59526: variable 'omit' from source: magic vars 32580 1727096782.59594: variable 'item' from source: unknown 32580 1727096782.59598: variable '__ha_cluster_repolist' from source: set_fact 32580 1727096782.59638: Evaluated conditional (item.id not in __ha_cluster_repolist.stdout): True 32580 1727096782.59728: variable 'item' from source: unknown 32580 1727096782.59731: variable 'ha_cluster_enable_repos_resilient_storage' from source: role '' defaults 32580 1727096782.59737: Evaluated conditional (item.name != "ResilientStorage" or ha_cluster_enable_repos_resilient_storage): False 32580 1727096782.59740: when evaluation is False, skipping this task 32580 1727096782.59770: variable 'item' from source: unknown 32580 1727096782.59812: variable 'item' from source: unknown skipping: [managed_node1] => (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" } 32580 1727096782.59899: dumping result to json 32580 1727096782.59901: done dumping result, returning 32580 1727096782.59903: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Enable CentOS repositories [129116b5-d8e7-4d6e-189e-0000000003f2] 32580 1727096782.59905: sending task result for task 129116b5-d8e7-4d6e-189e-0000000003f2 32580 1727096782.59942: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000003f2 32580 1727096782.59944: WORKER PROCESS EXITING skipping: [managed_node1] => { "changed": false } MSG: All items skipped 32580 1727096782.60017: no more pending results, returning what we have 32580 1727096782.60020: results queue empty 32580 1727096782.60022: checking for any_errors_fatal 32580 1727096782.60032: done checking for any_errors_fatal 32580 1727096782.60032: checking for max_fail_percentage 32580 1727096782.60033: done checking for max_fail_percentage 32580 1727096782.60034: checking to see if all hosts have failed and the running result is not ok 32580 1727096782.60035: done checking to see if all hosts have failed 32580 1727096782.60036: getting the remaining hosts for this loop 32580 1727096782.60037: done getting the remaining hosts for this loop 32580 1727096782.60040: getting the next task for host managed_node1 32580 1727096782.60047: done getting next task for host managed_node1 32580 1727096782.60050: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 32580 1727096782.60053: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096782.60066: getting variables 32580 1727096782.60067: in VariableManager get_vars() 32580 1727096782.60089: Calling all_inventory to load vars for managed_node1 32580 1727096782.60090: Calling groups_inventory to load vars for managed_node1 32580 1727096782.60095: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096782.60102: Calling all_plugins_play to load vars for managed_node1 32580 1727096782.60104: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096782.60106: Calling groups_plugins_play to load vars for managed_node1 32580 1727096782.60208: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096782.60316: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096782.60329: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096782.60333: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096782.60374: done with get_vars() 32580 1727096782.60381: done getting variables 32580 1727096782.60422: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/action) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.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:06:22 -0400 (0:00:00.023) 0:00:05.156 ****** 32580 1727096782.60444: entering _queue_task() for managed_node1/package 32580 1727096782.60630: worker is 1 (out of 1 available) 32580 1727096782.60642: exiting _queue_task() for managed_node1/package 32580 1727096782.60653: done queuing things up, now waiting for results queue to drain 32580 1727096782.60655: waiting for pending results... 32580 1727096782.60808: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages 32580 1727096782.60879: in run() - task 129116b5-d8e7-4d6e-189e-0000000002d9 32580 1727096782.60890: variable 'ansible_search_path' from source: unknown 32580 1727096782.60896: variable 'ansible_search_path' from source: unknown 32580 1727096782.60917: calling self._execute() 32580 1727096782.60974: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096782.60977: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096782.60985: variable 'omit' from source: magic vars 32580 1727096782.61057: variable 'omit' from source: magic vars 32580 1727096782.61090: variable 'omit' from source: magic vars 32580 1727096782.61307: variable '__ha_cluster_role_essential_packages' from source: include_vars 32580 1727096782.61317: variable 'ha_cluster_extra_packages' from source: role '' defaults 32580 1727096782.61453: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096782.62953: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096782.62995: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096782.63020: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096782.63045: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096782.63066: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096782.63130: 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) 32580 1727096782.63150: 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) 32580 1727096782.63168: 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) 32580 1727096782.63199: 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) 32580 1727096782.63210: 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) 32580 1727096782.63276: variable '__ha_cluster_is_ostree' from source: set_fact 32580 1727096782.63280: variable 'omit' from source: magic vars 32580 1727096782.63301: variable 'omit' from source: magic vars 32580 1727096782.63319: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096782.63340: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096782.63353: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096782.63366: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096782.63374: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096782.63397: variable 'inventory_hostname' from source: set_fact 32580 1727096782.63400: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096782.63402: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096782.63462: Set connection var ansible_shell_type to sh 32580 1727096782.63468: Set connection var ansible_pipelining to False 32580 1727096782.63473: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096782.63478: Set connection var ansible_shell_executable to /bin/sh 32580 1727096782.63481: Set connection var ansible_connection to ssh 32580 1727096782.63485: Set connection var ansible_timeout to 10 32580 1727096782.63505: variable 'ansible_shell_executable' from source: unknown 32580 1727096782.63508: variable 'ansible_connection' from source: unknown 32580 1727096782.63512: variable 'ansible_module_compression' from source: unknown 32580 1727096782.63515: variable 'ansible_shell_type' from source: unknown 32580 1727096782.63517: variable 'ansible_shell_executable' from source: unknown 32580 1727096782.63519: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096782.63529: variable 'ansible_pipelining' from source: unknown 32580 1727096782.63534: variable 'ansible_timeout' from source: unknown 32580 1727096782.63537: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096782.63598: 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) 32580 1727096782.63604: variable 'omit' from source: magic vars 32580 1727096782.63609: starting attempt loop 32580 1727096782.63612: running the handler 32580 1727096782.63618: variable 'ansible_facts' from source: unknown 32580 1727096782.63620: variable 'ansible_facts' from source: unknown 32580 1727096782.63662: _low_level_execute_command(): starting 32580 1727096782.63669: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 32580 1727096782.64159: 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 <<< 32580 1727096782.64163: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.64165: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096782.64167: 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.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096782.64170: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.64224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.64227: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.64230: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.64291: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.65995: stdout chunk (state=3): >>>/root <<< 32580 1727096782.66095: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.66126: stderr chunk (state=3): >>><<< 32580 1727096782.66136: stdout chunk (state=3): >>><<< 32580 1727096782.66148: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.66157: _low_level_execute_command(): starting 32580 1727096782.66163: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408 `" && echo ansible-tmp-1727096782.6614826-32719-217405629115408="` echo /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408 `" ) && sleep 0' 32580 1727096782.66582: 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 <<< 32580 1727096782.66586: 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.66603: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found <<< 32580 1727096782.66606: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.66661: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.66670: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.66673: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.66712: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.68650: stdout chunk (state=3): >>>ansible-tmp-1727096782.6614826-32719-217405629115408=/root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408 <<< 32580 1727096782.68758: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.68781: stderr chunk (state=3): >>><<< 32580 1727096782.68784: stdout chunk (state=3): >>><<< 32580 1727096782.68799: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1727096782.6614826-32719-217405629115408=/root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.68831: variable 'ansible_module_compression' from source: unknown 32580 1727096782.68870: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-32580h_aqbw8_/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 32580 1727096782.68908: variable 'ansible_facts' from source: unknown 32580 1727096782.68989: transferring module to remote /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py 32580 1727096782.69115: Sending initial data 32580 1727096782.69118: Sent initial data (152 bytes) 32580 1727096782.69514: 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 <<< 32580 1727096782.69547: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096782.69550: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.69553: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.69556: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096782.69557: 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.11.47 originally 10.31.11.47 <<< 32580 1727096782.69559: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.69610: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.69613: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.69618: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.69662: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.71251: 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 <<< 32580 1727096782.71255: stderr chunk (state=3): >>>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 <<< 32580 1727096782.71295: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 32580 1727096782.71337: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmprspt7bf4 /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py <<< 32580 1727096782.71341: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py" <<< 32580 1727096782.71378: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-32580h_aqbw8_/tmprspt7bf4" to remote "/root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py" <<< 32580 1727096782.72046: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.72082: stderr chunk (state=3): >>><<< 32580 1727096782.72086: stdout chunk (state=3): >>><<< 32580 1727096782.72119: done transferring module to remote 32580 1727096782.72131: _low_level_execute_command(): starting 32580 1727096782.72134: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/ /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py && sleep 0' 32580 1727096782.72543: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096782.72546: 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.11.47 originally 10.31.11.47 debug2: match not found <<< 32580 1727096782.72549: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.72551: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096782.72553: 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.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.72601: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096782.72609: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.72650: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.74483: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096782.74505: stderr chunk (state=3): >>><<< 32580 1727096782.74509: stdout chunk (state=3): >>><<< 32580 1727096782.74519: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096782.74524: _low_level_execute_command(): starting 32580 1727096782.74528: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/AnsiballZ_dnf.py && sleep 0' 32580 1727096782.74904: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096782.74940: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096782.74943: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096782.74945: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.74947: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration <<< 32580 1727096782.74949: 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 <<< 32580 1727096782.74951: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096782.74997: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096782.75000: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096782.75059: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096782.77273: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 32580 1727096782.77305: stdout chunk (state=3): >>>import _imp # builtin <<< 32580 1727096782.77335: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 32580 1727096782.77341: stdout chunk (state=3): >>>import '_weakref' # <<< 32580 1727096782.77409: stdout chunk (state=3): >>>import '_io' # <<< 32580 1727096782.77414: stdout chunk (state=3): >>>import 'marshal' # <<< 32580 1727096782.77446: stdout chunk (state=3): >>>import 'posix' # <<< 32580 1727096782.77479: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 32580 1727096782.77506: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 32580 1727096782.77567: 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' <<< 32580 1727096782.77590: stdout chunk (state=3): >>>import '_codecs' # <<< 32580 1727096782.77611: stdout chunk (state=3): >>>import 'codecs' # <<< 32580 1727096782.77647: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 32580 1727096782.77673: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096782.77685: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f58bb00> <<< 32580 1727096782.77714: 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' <<< 32580 1727096782.77729: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f5bea50> <<< 32580 1727096782.77750: stdout chunk (state=3): >>>import '_signal' # <<< 32580 1727096782.77775: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 32580 1727096782.77803: stdout chunk (state=3): >>>import 'io' # <<< 32580 1727096782.77833: stdout chunk (state=3): >>>import '_stat' # <<< 32580 1727096782.77837: stdout chunk (state=3): >>>import 'stat' # <<< 32580 1727096782.77920: stdout chunk (state=3): >>>import '_collections_abc' # <<< 32580 1727096782.77947: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 32580 1727096782.77981: stdout chunk (state=3): >>>import 'os' # <<< 32580 1727096782.77993: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 32580 1727096782.78018: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 32580 1727096782.78029: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 32580 1727096782.78032: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 32580 1727096782.78052: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 32580 1727096782.78081: 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 <<< 32580 1727096782.78084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 32580 1727096782.78160: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f5cd130> # /usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/_distutils_hack/__init__.py <<< 32580 1727096782.78178: 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 0x7f229f5ce090> <<< 32580 1727096782.78235: 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. <<< 32580 1727096782.78499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 32580 1727096782.78511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 32580 1727096782.78531: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 32580 1727096782.78556: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.78564: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 32580 1727096782.78606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 32580 1727096782.78620: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 32580 1727096782.78650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 32580 1727096782.78663: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3abec0> <<< 32580 1727096782.78683: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 32580 1727096782.78701: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 32580 1727096782.78726: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3abf80> <<< 32580 1727096782.78754: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 32580 1727096782.78778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 32580 1727096782.78802: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 32580 1727096782.78849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.78877: stdout chunk (state=3): >>>import 'itertools' # <<< 32580 1727096782.78897: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 32580 1727096782.78905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3e38c0> <<< 32580 1727096782.78923: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 32580 1727096782.78932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3e3f50> <<< 32580 1727096782.78954: stdout chunk (state=3): >>>import '_collections' # <<< 32580 1727096782.79006: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3c3b90> <<< 32580 1727096782.79011: stdout chunk (state=3): >>>import '_functools' # <<< 32580 1727096782.79039: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3c12b0> <<< 32580 1727096782.79132: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a9070> <<< 32580 1727096782.79156: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 32580 1727096782.79181: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 32580 1727096782.79187: stdout chunk (state=3): >>>import '_sre' # <<< 32580 1727096782.79216: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 32580 1727096782.79237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096782.79261: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 32580 1727096782.79265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 32580 1727096782.79309: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f407800> <<< 32580 1727096782.79316: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f406450> <<< 32580 1727096782.79350: 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 0x7f229f3c2180> <<< 32580 1727096782.79355: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a8260> <<< 32580 1727096782.79416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 32580 1727096782.79422: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f438890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a82f0> <<< 32580 1727096782.79449: 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' <<< 32580 1727096782.79486: 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 0x7f229f438d40> <<< 32580 1727096782.79491: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f438bf0> <<< 32580 1727096782.79537: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.79541: 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 0x7f229f438fe0> <<< 32580 1727096782.79553: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a6e10> <<< 32580 1727096782.79579: 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' <<< 32580 1727096782.79606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 32580 1727096782.79641: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 32580 1727096782.79661: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f439670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f439370> <<< 32580 1727096782.79667: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 32580 1727096782.79703: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py <<< 32580 1727096782.79706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' <<< 32580 1727096782.79712: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43a540> <<< 32580 1727096782.79734: stdout chunk (state=3): >>>import 'importlib.util' # <<< 32580 1727096782.79738: stdout chunk (state=3): >>>import 'runpy' # <<< 32580 1727096782.79769: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 32580 1727096782.79800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 32580 1727096782.79827: 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' <<< 32580 1727096782.79832: stdout chunk (state=3): >>>import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f450740> <<< 32580 1727096782.79848: stdout chunk (state=3): >>>import 'errno' # <<< 32580 1727096782.79885: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.79890: stdout chunk (state=3): >>># extension module 'zlib' executed from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f451e20> <<< 32580 1727096782.79909: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 32580 1727096782.79927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 32580 1727096782.79951: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 32580 1727096782.79963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 32580 1727096782.79970: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f452cc0> <<< 32580 1727096782.80013: 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 0x7f229f4532f0> <<< 32580 1727096782.80018: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f452210> <<< 32580 1727096782.80036: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 32580 1727096782.80053: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 32580 1727096782.80088: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80109: 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 0x7f229f453d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f4534a0> <<< 32580 1727096782.80155: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43a4b0> <<< 32580 1727096782.80177: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 32580 1727096782.80209: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 32580 1727096782.80218: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 32580 1727096782.80243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 32580 1727096782.80276: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80280: stdout chunk (state=3): >>># extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f187c80> <<< 32580 1727096782.80306: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 32580 1727096782.80312: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 32580 1727096782.80335: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80340: stdout chunk (state=3): >>># extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f1b0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b0560> <<< 32580 1727096782.80364: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80369: stdout chunk (state=3): >>># extension module '_random' executed from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f1b07a0> <<< 32580 1727096782.80398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py<<< 32580 1727096782.80403: stdout chunk (state=3): >>> # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 32580 1727096782.80480: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80610: stdout chunk (state=3): >>># extension module '_hashlib' executed from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80613: stdout chunk (state=3): >>>import '_hashlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f1b1100> <<< 32580 1727096782.80743: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.80746: stdout chunk (state=3): >>># extension module '_blake2' executed from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229f1b1af0> <<< 32580 1727096782.80766: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b09b0> <<< 32580 1727096782.80770: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f185e20> <<< 32580 1727096782.80797: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 32580 1727096782.80815: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 32580 1727096782.80843: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 32580 1727096782.80849: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 32580 1727096782.80867: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b2ed0> <<< 32580 1727096782.80886: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b1c40> <<< 32580 1727096782.80907: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43ac60> <<< 32580 1727096782.80932: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 32580 1727096782.80994: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.81012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 32580 1727096782.81049: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 32580 1727096782.81079: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1db230> <<< 32580 1727096782.81136: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 32580 1727096782.81143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.81170: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 32580 1727096782.81190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 32580 1727096782.81231: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1ff590> <<< 32580 1727096782.81253: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 32580 1727096782.81301: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 32580 1727096782.81351: stdout chunk (state=3): >>>import 'ntpath' # <<< 32580 1727096782.81377: 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 0x7f229f260320> <<< 32580 1727096782.81402: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 32580 1727096782.81429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 32580 1727096782.81459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 32580 1727096782.81515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 32580 1727096782.81596: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f262a80> <<< 32580 1727096782.81672: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f260440> <<< 32580 1727096782.81712: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f229310> <<< 32580 1727096782.81739: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 32580 1727096782.81744: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc' import 'zipfile._path.glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb21400> <<< 32580 1727096782.81764: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1fe390> <<< 32580 1727096782.81769: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b3e00> <<< 32580 1727096782.81892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 32580 1727096782.81917: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f229f1fe990> <<< 32580 1727096782.82118: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0kyjkjq1/ansible_ansible.legacy.dnf_payload.zip' <<< 32580 1727096782.82126: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.82252: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.82281: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 32580 1727096782.82284: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 32580 1727096782.82334: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 32580 1727096782.82408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 32580 1727096782.82442: 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 0x7f229eb7b1a0> <<< 32580 1727096782.82448: stdout chunk (state=3): >>>import '_typing' # <<< 32580 1727096782.82634: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb5a090> <<< 32580 1727096782.82639: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb591f0> # zipimport: zlib available <<< 32580 1727096782.82674: stdout chunk (state=3): >>>import 'ansible' # <<< 32580 1727096782.82680: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.82705: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.82710: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.82732: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 32580 1727096782.82735: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.84125: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.85246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 32580 1727096782.85249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb78ef0> <<< 32580 1727096782.85276: 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' <<< 32580 1727096782.85305: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 32580 1727096782.85309: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 32580 1727096782.85335: 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' <<< 32580 1727096782.85370: 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 0x7f229eba2990> <<< 32580 1727096782.85410: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba2780> <<< 32580 1727096782.85436: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba2090> <<< 32580 1727096782.85463: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 32580 1727096782.85474: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 32580 1727096782.85513: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb7bc20> <<< 32580 1727096782.85519: stdout chunk (state=3): >>>import 'atexit' # <<< 32580 1727096782.85550: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.85558: stdout chunk (state=3): >>># extension module 'grp' executed from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229eba3680> <<< 32580 1727096782.85581: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.85591: 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 0x7f229eba38c0> <<< 32580 1727096782.85602: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 32580 1727096782.85650: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 32580 1727096782.85659: stdout chunk (state=3): >>>import '_locale' # <<< 32580 1727096782.85708: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba3dd0> import 'pwd' # <<< 32580 1727096782.85735: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 32580 1727096782.85758: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 32580 1727096782.85796: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea0db80> <<< 32580 1727096782.85825: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.85835: 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 0x7f229ea0f7a0> <<< 32580 1727096782.85842: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 32580 1727096782.85864: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 32580 1727096782.85901: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea10140> <<< 32580 1727096782.85919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 32580 1727096782.85945: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 32580 1727096782.85965: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea112b0> <<< 32580 1727096782.85981: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 32580 1727096782.86022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 32580 1727096782.86058: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 32580 1727096782.86063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 32580 1727096782.86125: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea13da0> <<< 32580 1727096782.86144: 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 0x7f229f1b3d10> <<< 32580 1727096782.86160: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea12090> <<< 32580 1727096782.86187: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 32580 1727096782.86208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 32580 1727096782.86249: 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 <<< 32580 1727096782.86275: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 32580 1727096782.86304: 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' <<< 32580 1727096782.86315: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1bc80> <<< 32580 1727096782.86326: stdout chunk (state=3): >>>import '_tokenize' # <<< 32580 1727096782.86391: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1a4e0> <<< 32580 1727096782.86412: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 32580 1727096782.86417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 32580 1727096782.86494: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1aa20> <<< 32580 1727096782.86519: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea12570> <<< 32580 1727096782.86547: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.86552: stdout chunk (state=3): >>># extension module 'syslog' executed from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' import 'syslog' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229ea5fe90> <<< 32580 1727096782.86579: 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 0x7f229ea5ffb0> <<< 32580 1727096782.86607: 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 <<< 32580 1727096782.86616: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 32580 1727096782.86643: 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' <<< 32580 1727096782.86685: 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 0x7f229ea61a60> <<< 32580 1727096782.86694: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea61820> <<< 32580 1727096782.86702: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 32580 1727096782.86826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 32580 1727096782.86875: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.86878: 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 0x7f229ea63f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea620f0> <<< 32580 1727096782.86906: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 32580 1727096782.86940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.86965: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 32580 1727096782.86975: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 32580 1727096782.86989: stdout chunk (state=3): >>>import '_string' # <<< 32580 1727096782.87028: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea676b0> <<< 32580 1727096782.87149: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea63f80> <<< 32580 1727096782.87216: 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' <<< 32580 1727096782.87220: stdout chunk (state=3): >>># extension module 'systemd._journal' executed from '/usr/lib64/python3.12/site-packages/systemd/_journal.cpython-312-x86_64-linux-gnu.so' import 'systemd._journal' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229ea68590> <<< 32580 1727096782.87247: 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' <<< 32580 1727096782.87253: 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 0x7f229ea68500> <<< 32580 1727096782.87289: 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 0x7f229ea689b0> <<< 32580 1727096782.87310: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea600e0> <<< 32580 1727096782.87332: 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 <<< 32580 1727096782.87341: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' <<< 32580 1727096782.87346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 32580 1727096782.87372: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 32580 1727096782.87401: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.87425: 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 0x7f229ea6bfe0> <<< 32580 1727096782.87586: 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 0x7f229eaf4fe0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6a7e0> <<< 32580 1727096782.87628: 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' <<< 32580 1727096782.87631: stdout chunk (state=3): >>># extension module 'systemd._daemon' executed from '/usr/lib64/python3.12/site-packages/systemd/_daemon.cpython-312-x86_64-linux-gnu.so' import 'systemd._daemon' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229ea6bb90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6a3f0> <<< 32580 1727096782.87643: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87664: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 32580 1727096782.87679: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87766: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87855: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87870: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87878: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 32580 1727096782.87888: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.87911: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 32580 1727096782.87917: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.88035: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.88155: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.88707: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.89244: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 32580 1727096782.89257: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 32580 1727096782.89269: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 32580 1727096782.89290: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 32580 1727096782.89306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.89359: 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 0x7f229eaf90d0> <<< 32580 1727096782.89443: 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' <<< 32580 1727096782.89466: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eaf9eb0> <<< 32580 1727096782.89471: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6b320> <<< 32580 1727096782.89527: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 32580 1727096782.89533: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.89561: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.89570: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 32580 1727096782.89584: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.89725: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.89883: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 32580 1727096782.89890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eaf9ca0> <<< 32580 1727096782.89900: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.90355: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.90791: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.90864: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.90941: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 32580 1727096782.90949: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.90987: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91022: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 32580 1727096782.91026: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91102: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91179: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 32580 1727096782.91199: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91206: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91223: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing' # <<< 32580 1727096782.91228: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91268: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91310: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 32580 1727096782.91318: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91543: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.91791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 32580 1727096782.91852: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 32580 1727096782.91872: stdout chunk (state=3): >>>import '_ast' # <<< 32580 1727096782.91946: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eafb080> <<< 32580 1727096782.91952: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92022: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92105: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 32580 1727096782.92108: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # <<< 32580 1727096782.92111: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 32580 1727096782.92139: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92179: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92219: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 32580 1727096782.92224: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92273: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92314: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92372: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92439: 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 <<< 32580 1727096782.92484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.92576: 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' <<< 32580 1727096782.92582: 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 0x7f229e905d90> <<< 32580 1727096782.92614: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e900a10> <<< 32580 1727096782.92645: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 32580 1727096782.92658: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92726: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92787: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92811: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.92857: 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' <<< 32580 1727096782.92881: 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 <<< 32580 1727096782.92903: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 32580 1727096782.92924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 32580 1727096782.92983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 32580 1727096782.93010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 32580 1727096782.93019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 32580 1727096782.93081: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ebfe7b0> <<< 32580 1727096782.93124: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ebee480> <<< 32580 1727096782.93210: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e905f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e905b80> # destroy ansible.module_utils.distro <<< 32580 1727096782.93216: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 32580 1727096782.93256: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.93281: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 32580 1727096782.93286: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 32580 1727096782.93336: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 32580 1727096782.93352: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.93358: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.93379: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 32580 1727096782.93382: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.93960: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.94487: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.95158: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096782.95825: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 32580 1727096782.95836: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e99bce0> <<< 32580 1727096782.95852: 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' <<< 32580 1727096782.95861: stdout chunk (state=3): >>>import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e998080> <<< 32580 1727096782.95879: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 32580 1727096782.95887: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 32580 1727096782.95907: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 32580 1727096782.95910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 32580 1727096782.95932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' <<< 32580 1727096782.95939: stdout chunk (state=3): >>>import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9987d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e998350> <<< 32580 1727096782.95962: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 32580 1727096782.95982: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py <<< 32580 1727096782.95987: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 32580 1727096782.96029: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e999100> <<< 32580 1727096782.96054: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py <<< 32580 1727096782.96059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' <<< 32580 1727096782.96077: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 32580 1727096782.96085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 32580 1727096782.96098: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 32580 1727096782.96115: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 32580 1727096782.96124: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py <<< 32580 1727096782.96143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 32580 1727096782.96166: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py <<< 32580 1727096782.96183: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' <<< 32580 1727096782.96185: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e97d640> <<< 32580 1727096782.96209: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py # code object from '/usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc' import 'email.base64mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e97d4c0> <<< 32580 1727096782.96238: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 32580 1727096782.96249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc' <<< 32580 1727096782.96255: stdout chunk (state=3): >>>import 'email.charset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a6390> <<< 32580 1727096782.96302: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e99a930> <<< 32580 1727096782.96320: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 32580 1727096782.96362: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 32580 1727096782.96387: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py <<< 32580 1727096782.96393: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' <<< 32580 1727096782.96415: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 32580 1727096782.96453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 32580 1727096782.96517: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a8ef0> <<< 32580 1727096782.96523: stdout chunk (state=3): >>>import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a7a70> <<< 32580 1727096782.96558: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a6de0> <<< 32580 1727096782.96573: stdout chunk (state=3): >>>import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e999dc0> <<< 32580 1727096782.96605: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py <<< 32580 1727096782.96613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' <<< 32580 1727096782.96638: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 32580 1727096782.96695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' <<< 32580 1727096782.96715: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' <<< 32580 1727096782.96743: stdout chunk (state=3): >>>import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e614fe0> <<< 32580 1727096782.96869: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5cd0d0> <<< 32580 1727096782.97009: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e99a390> <<< 32580 1727096782.97020: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 32580 1727096782.97037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' <<< 32580 1727096782.97052: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 32580 1727096782.97083: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 32580 1727096782.97120: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 32580 1727096782.97135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc' import 'email.iterators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61c980> <<< 32580 1727096782.97143: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e616d80> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5ccc20> <<< 32580 1727096782.97185: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9997f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e999190> <<< 32580 1727096782.97188: stdout chunk (state=3): >>>import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e998ec0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9980e0> <<< 32580 1727096782.97220: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' <<< 32580 1727096782.97230: stdout chunk (state=3): >>>import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9991c0> <<< 32580 1727096782.97248: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 32580 1727096782.97265: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 32580 1727096782.97268: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py <<< 32580 1727096782.97291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 32580 1727096782.97334: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61cfe0> <<< 32580 1727096782.97339: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61cb90> <<< 32580 1727096782.97373: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py <<< 32580 1727096782.97380: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.97439: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61d730> <<< 32580 1727096782.97462: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 32580 1727096782.97494: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 32580 1727096782.97548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 32580 1727096782.97585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 32580 1727096782.97662: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096782.97739: 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 0x7f229e59c410> <<< 32580 1727096782.97924: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e6295e0> <<< 32580 1727096782.97948: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61e720> <<< 32580 1727096782.97974: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 32580 1727096782.97980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 32580 1727096782.98013: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e629070> <<< 32580 1727096782.98041: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py <<< 32580 1727096782.98047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' <<< 32580 1727096782.98060: stdout chunk (state=3): >>>import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e63a210> <<< 32580 1727096782.98078: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' <<< 32580 1727096782.98105: 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' <<< 32580 1727096782.98122: stdout chunk (state=3): >>>import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e63aed0> <<< 32580 1727096782.98134: stdout chunk (state=3): >>>import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e63a960> <<< 32580 1727096782.98155: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 32580 1727096782.98226: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 32580 1727096782.98306: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e63b3b0> <<< 32580 1727096782.98315: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 32580 1727096782.98361: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 32580 1727096782.98572: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e60fb00> <<< 32580 1727096782.98594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 32580 1727096782.98613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 32580 1727096782.98636: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e52df70> <<< 32580 1727096782.98665: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__init__.py <<< 32580 1727096782.98678: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096782.98703: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/__about__.py <<< 32580 1727096782.98706: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/__about__.cpython-312.pyc' import 'cryptography.__about__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569880> <<< 32580 1727096782.98709: stdout chunk (state=3): >>>import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569670> <<< 32580 1727096782.98726: stdout chunk (state=3): >>># /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' <<< 32580 1727096782.98757: stdout chunk (state=3): >>># /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' <<< 32580 1727096782.98783: stdout chunk (state=3): >>># /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' <<< 32580 1727096782.98814: stdout chunk (state=3): >>>import 'cryptography.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e56a270> <<< 32580 1727096782.98842: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/__init__.py <<< 32580 1727096782.98850: stdout chunk (state=3): >>># 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 0x7f229e56a930> <<< 32580 1727096782.98866: stdout chunk (state=3): >>># /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 <<< 32580 1727096782.98872: stdout chunk (state=3): >>># 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 0x7f229e56a8d0> <<< 32580 1727096782.99083: 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' <<< 32580 1727096782.99088: 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 0x7f229e29c350> # 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 0x7f229e56aae0> <<< 32580 1727096782.99114: 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 0x7f229e29cb90> <<< 32580 1727096782.99140: 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 <<< 32580 1727096782.99145: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/hashes.cpython-312.pyc' <<< 32580 1727096782.99184: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.hashes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29cd40> <<< 32580 1727096782.99220: stdout chunk (state=3): >>>import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569ca0> <<< 32580 1727096782.99243: 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' <<< 32580 1727096782.99268: 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 <<< 32580 1727096782.99272: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/general_name.cpython-312.pyc' <<< 32580 1727096782.99315: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/x509/name.py <<< 32580 1727096782.99323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/name.cpython-312.pyc' <<< 32580 1727096782.99347: 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' <<< 32580 1727096782.99371: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/cryptography/hazmat/_oid.py <<< 32580 1727096782.99379: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/__pycache__/_oid.cpython-312.pyc' <<< 32580 1727096782.99418: stdout chunk (state=3): >>>import 'cryptography.hazmat._oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29fa40> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29f8c0> <<< 32580 1727096783.00459: stdout chunk (state=3): >>>import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29e2d0> <<< 32580 1727096783.00488: stdout chunk (state=3): >>>import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29d670> <<< 32580 1727096783.00495: stdout chunk (state=3): >>>import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29d3d0> <<< 32580 1727096783.00516: 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 <<< 32580 1727096783.00546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/base.cpython-312.pyc' <<< 32580 1727096783.00581: 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 <<< 32580 1727096783.00589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.00609: 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 <<< 32580 1727096783.00617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_serialization.cpython-312.pyc' <<< 32580 1727096783.00679: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e2d4f20> <<< 32580 1727096783.00710: 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 <<< 32580 1727096783.00715: 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 0x7f229e2d6a20> <<< 32580 1727096783.00735: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.00778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/serialization/__pycache__/ssh.cpython-312.pyc' <<< 32580 1727096783.00799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 32580 1727096783.00831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 32580 1727096783.00853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 32580 1727096783.00933: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 32580 1727096783.00953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 32580 1727096783.00979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 32580 1727096783.00998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 32580 1727096783.01019: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 32580 1727096783.01049: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.01058: stdout chunk (state=3): >>># 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 0x7f229e34d460> <<< 32580 1727096783.01083: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e34c890> <<< 32580 1727096783.01140: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e323290> <<< 32580 1727096783.01282: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e30f0b0> <<< 32580 1727096783.01320: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e30d3d0> <<< 32580 1727096783.01348: 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 <<< 32580 1727096783.01351: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096783.01363: stdout chunk (state=3): >>>import 'cryptography.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e97d5e0> <<< 32580 1727096783.01391: 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 0x7f229e361880> <<< 32580 1727096783.01418: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dsa.cpython-312.pyc' <<< 32580 1727096783.01453: stdout chunk (state=3): >>># /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' <<< 32580 1727096783.01459: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e3621b0> <<< 32580 1727096783.01487: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e361c10> <<< 32580 1727096783.01511: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/ec.cpython-312.pyc' <<< 32580 1727096783.01583: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e362360> <<< 32580 1727096783.01616: stdout chunk (state=3): >>># /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' <<< 32580 1727096783.01624: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e363260> <<< 32580 1727096783.01649: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01654: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/padding.cpython-312.pyc' <<< 32580 1727096783.01683: 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' <<< 32580 1727096783.01688: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._asymmetric' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e363ce0> <<< 32580 1727096783.01707: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/rsa.cpython-312.pyc' <<< 32580 1727096783.01734: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.rsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e363ef0> <<< 32580 1727096783.01865: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e363650> <<< 32580 1727096783.01890: 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 <<< 32580 1727096783.01904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.01915: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01931: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/_cipheralgorithm.cpython-312.pyc' <<< 32580 1727096783.01933: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives._cipheralgorithm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1402c0> <<< 32580 1727096783.01958: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.01964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/base.cpython-312.pyc' <<< 32580 1727096783.01991: 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 <<< 32580 1727096783.01997: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/ciphers/__pycache__/modes.cpython-312.pyc' <<< 32580 1727096783.02025: stdout chunk (state=3): >>># /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' <<< 32580 1727096783.02058: stdout chunk (state=3): >>># /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 0x7f229e142420> <<< 32580 1727096783.02096: stdout chunk (state=3): >>># /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 0x7f229e142570> <<< 32580 1727096783.02126: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.02132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/decrepit/ciphers/__pycache__/algorithms.cpython-312.pyc' <<< 32580 1727096783.02155: stdout chunk (state=3): >>>import 'cryptography.hazmat.decrepit.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e142270> <<< 32580 1727096783.02176: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e141be0> <<< 32580 1727096783.02204: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e141040> <<< 32580 1727096783.02242: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e140a40> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e3635c0> <<< 32580 1727096783.02402: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e2d6a80> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e2d4aa0> <<< 32580 1727096783.02426: stdout chunk (state=3): >>># /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' <<< 32580 1727096783.02446: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.ed448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e30c200> <<< 32580 1727096783.02471: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.02481: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/x448.cpython-312.pyc' <<< 32580 1727096783.02499: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x448' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e142e70> <<< 32580 1727096783.02514: stdout chunk (state=3): >>># /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' <<< 32580 1727096783.02534: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.x25519' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e143410> <<< 32580 1727096783.02559: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.02565: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/types.cpython-312.pyc' <<< 32580 1727096783.02594: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.02601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/asymmetric/__pycache__/dh.cpython-312.pyc' <<< 32580 1727096783.02603: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.dh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e143920> <<< 32580 1727096783.02625: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1437d0> <<< 32580 1727096783.02645: 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 <<< 32580 1727096783.02719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/x509/__pycache__/extensions.cpython-312.pyc' <<< 32580 1727096783.02742: stdout chunk (state=3): >>># /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 <<< 32580 1727096783.02747: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/cryptography/hazmat/primitives/__pycache__/constant_time.cpython-312.pyc' <<< 32580 1727096783.02778: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc matches /usr/lib64/python3.12/hmac.py <<< 32580 1727096783.02789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hmac.cpython-312.pyc' import 'hmac' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e18ff20> <<< 32580 1727096783.02792: stdout chunk (state=3): >>>import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e18fb00> <<< 32580 1727096783.02907: stdout chunk (state=3): >>>import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e143e90> <<< 32580 1727096783.02960: stdout chunk (state=3): >>>import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29f6e0> <<< 32580 1727096783.02965: stdout chunk (state=3): >>>import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569970> <<< 32580 1727096783.02994: stdout chunk (state=3): >>># /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 0x7f229e5699d0> <<< 32580 1727096783.03041: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03148: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 32580 1727096783.03162: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03294: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03436: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 32580 1727096783.03442: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03500: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03549: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 32580 1727096783.03568: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03682: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.03794: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 32580 1727096783.03892: stdout chunk (state=3): >>># zipimport: zlib available <<< 32580 1727096783.04374: 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' <<< 32580 1727096783.04408: 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 <<< 32580 1727096783.04415: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 32580 1727096783.04451: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/text.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/text.cpython-312.pyc' import 'email.mime.text' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1e4380> <<< 32580 1727096783.04475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py<<< 32580 1727096783.04481: stdout chunk (state=3): >>> <<< 32580 1727096783.04518: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 32580 1727096783.04652: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1e44a0> <<< 32580 1727096783.04667: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 32580 1727096783.04680: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 32580 1727096783.04716: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 32580 1727096783.04734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 32580 1727096783.04767: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.04773: 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 0x7f229dd0c890> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd0c0e0> <<< 32580 1727096783.04802: 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 0x7f229dd0c260> <<< 32580 1727096783.04832: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1e49e0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1b78c0><<< 32580 1727096783.04838: stdout chunk (state=3): >>> <<< 32580 1727096783.04886: 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 0x7f229e1e7b60> <<< 32580 1727096783.04897: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 32580 1727096783.04984: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 32580 1727096783.05012: 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 <<< 32580 1727096783.05017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.05042: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py <<< 32580 1727096783.05048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 32580 1727096783.05170: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' <<< 32580 1727096783.05178: 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 0x7f229dd79ee0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd79ac0> <<< 32580 1727096783.05204: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/common_types.py <<< 32580 1727096783.05253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 32580 1727096783.05311: stdout chunk (state=3): >>># extension module 'libdnf._common_types' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' # extension module 'libdnf._common_types' executed from '/usr/lib64/python3.12/site-packages/libdnf/_common_types.so' import 'libdnf._common_types' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229dd9d790> <<< 32580 1727096783.05344: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd7a030> <<< 32580 1727096783.05367: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/conf.py <<< 32580 1727096783.05457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 32580 1727096783.06428: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 32580 1727096783.06434: stdout chunk (state=3): >>># extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229d9088c0> <<< 32580 1727096783.06503: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd9d8e0> <<< 32580 1727096783.06538: 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 <<< 32580 1727096783.06605: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 32580 1727096783.06700: 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 0x7f229d946570> <<< 32580 1727096783.06748: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d908e30> <<< 32580 1727096783.06772: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/repo.py <<< 32580 1727096783.06814: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 32580 1727096783.06897: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 32580 1727096783.06907: stdout chunk (state=3): >>># extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229d9855e0> <<< 32580 1727096783.06940: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d946780> <<< 32580 1727096783.06959: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/transaction.py <<< 32580 1727096783.07013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 32580 1727096783.07212: 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 0x7f229d9c16d0> <<< 32580 1727096783.07256: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9858e0> <<< 32580 1727096783.07275: 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 <<< 32580 1727096783.07291: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 32580 1727096783.07341: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 32580 1727096783.07365: stdout chunk (state=3): >>># extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229d9c29c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9c1df0> <<< 32580 1727096783.07371: stdout chunk (state=3): >>>import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd79670> <<< 32580 1727096783.07399: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/comps.py <<< 32580 1727096783.07447: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 32580 1727096783.07461: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/exceptions.py <<< 32580 1727096783.07477: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096783.07488: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/i18n.py <<< 32580 1727096783.07507: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 32580 1727096783.07540: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.07549: stdout chunk (state=3): >>># extension module 'unicodedata' executed from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' import 'unicodedata' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229d9f5e50> <<< 32580 1727096783.07580: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f52e0> <<< 32580 1727096783.07603: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py <<< 32580 1727096783.07630: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 32580 1727096783.07656: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/callback.py <<< 32580 1727096783.07664: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/callback.cpython-312.pyc' <<< 32580 1727096783.07687: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/__init__.cpython-312.pyc' import 'dnf.yum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee0500> <<< 32580 1727096783.07713: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 32580 1727096783.07734: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 32580 1727096783.07769: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' <<< 32580 1727096783.07772: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee1400> <<< 32580 1727096783.07804: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/__init__.py <<< 32580 1727096783.07809: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.08264: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 32580 1727096783.08270: stdout chunk (state=3): >>># extension module 'rpm._rpm' executed from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' import 'rpm._rpm' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229bee1ca0> <<< 32580 1727096783.08305: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/rpm/transaction.py <<< 32580 1727096783.08328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee3170> <<< 32580 1727096783.08334: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee1610> <<< 32580 1727096783.08356: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee03b0> <<< 32580 1727096783.08374: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f7d10> <<< 32580 1727096783.08405: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/hawkey/__init__.py<<< 32580 1727096783.08413: stdout chunk (state=3): >>> <<< 32580 1727096783.08429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.08523: 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 0x7f229bf10e00> <<< 32580 1727096783.08555: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee3e00> <<< 32580 1727096783.08619: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f61b0> <<< 32580 1727096783.08659: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f48f0> <<< 32580 1727096783.08684: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libcomps/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.08822: 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 0x7f229d9f5010> <<< 32580 1727096783.08828: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f4d70> <<< 32580 1727096783.08863: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9c2ab0> <<< 32580 1727096783.08887: 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 0x7f229bf124e0> <<< 32580 1727096783.08914: 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 <<< 32580 1727096783.08939: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 32580 1727096783.08969: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py <<< 32580 1727096783.08978: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 32580 1727096783.09008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/crypto.py <<< 32580 1727096783.09013: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 32580 1727096783.09035: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf409e0> <<< 32580 1727096783.09060: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 32580 1727096783.09070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 32580 1727096783.09097: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf41190> <<< 32580 1727096783.09102: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf13ce0> <<< 32580 1727096783.09122: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/group.py <<< 32580 1727096783.09143: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 32580 1727096783.09161: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf419a0> <<< 32580 1727096783.09194: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf124b0> <<< 32580 1727096783.09214: 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 <<< 32580 1727096783.09220: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.09238: 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 <<< 32580 1727096783.09265: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 32580 1727096783.09291: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py <<< 32580 1727096783.09298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 32580 1727096783.09314: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43410> <<< 32580 1727096783.09337: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf42990> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf427b0> <<< 32580 1727096783.09371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/read.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/read.cpython-312.pyc' <<< 32580 1727096783.09390: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repo.py <<< 32580 1727096783.09420: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 32580 1727096783.09446: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/logging.py <<< 32580 1727096783.09462: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 32580 1727096783.09487: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/lock.py <<< 32580 1727096783.09496: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 32580 1727096783.09514: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf82480> <<< 32580 1727096783.09535: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 32580 1727096783.09586: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 32580 1727096783.09608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 32580 1727096783.09658: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 32580 1727096783.09677: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 32580 1727096783.09697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 32580 1727096783.09706: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc0530> <<< 32580 1727096783.09750: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.09759: 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 0x7f229bfc0860> <<< 32580 1727096783.09810: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfa07a0> <<< 32580 1727096783.09844: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf82930> <<< 32580 1727096783.09858: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf81970> <<< 32580 1727096783.09897: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43bf0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43920> <<< 32580 1727096783.09928: 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 <<< 32580 1727096783.09943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 32580 1727096783.09967: 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 <<< 32580 1727096783.09973: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.10002: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/transaction.py <<< 32580 1727096783.10017: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 32580 1727096783.10029: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc22d0> <<< 32580 1727096783.10034: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc1460> <<< 32580 1727096783.10072: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43a10> <<< 32580 1727096783.10095: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/drpm.py <<< 32580 1727096783.10109: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 32580 1727096783.10130: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc28d0> <<< 32580 1727096783.10158: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/goal.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/goal.cpython-312.pyc' import 'dnf.goal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc2c90> <<< 32580 1727096783.10182: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/history.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc2d50> <<< 32580 1727096783.10213: 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 0x7f229bfc2e70> <<< 32580 1727096783.10244: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/module_base.py <<< 32580 1727096783.10281: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 32580 1727096783.10302: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/smartcols.py <<< 32580 1727096783.10333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 32580 1727096783.10402: 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 0x7f229b8f59a0> <<< 32580 1727096783.10424: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc3b30> <<< 32580 1727096783.10448: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py <<< 32580 1727096783.10454: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f5ac0> <<< 32580 1727096783.10479: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py <<< 32580 1727096783.10483: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 32580 1727096783.10514: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f5bb0> <<< 32580 1727096783.10519: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc2db0> <<< 32580 1727096783.10548: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/persistor.py <<< 32580 1727096783.10555: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' <<< 32580 1727096783.10564: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f5d60> <<< 32580 1727096783.10591: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py <<< 32580 1727096783.10605: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 32580 1727096783.10625: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f6990> <<< 32580 1727096783.10649: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 32580 1727096783.10654: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc' import 'dnf.query' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f7500> <<< 32580 1727096783.10678: 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 <<< 32580 1727096783.10685: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' <<< 32580 1727096783.10711: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f7680> <<< 32580 1727096783.10727: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py <<< 32580 1727096783.10733: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b8f7ef0> <<< 32580 1727096783.10764: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' <<< 32580 1727096783.10769: stdout chunk (state=3): >>>import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92c1a0> <<< 32580 1727096783.10789: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/sack.py <<< 32580 1727096783.10810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/sack.cpython-312.pyc' <<< 32580 1727096783.10823: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/package.py <<< 32580 1727096783.10843: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/package.cpython-312.pyc' <<< 32580 1727096783.10846: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92cb00> <<< 32580 1727096783.10865: stdout chunk (state=3): >>>import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92c590> <<< 32580 1727096783.10888: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/subject.py <<< 32580 1727096783.10896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/subject.cpython-312.pyc' import 'dnf.subject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92d9d0> <<< 32580 1727096783.10906: stdout chunk (state=3): >>>import 'gc' # <<< 32580 1727096783.10935: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd0c920> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1b77a0> <<< 32580 1727096783.11472: 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 <<< 32580 1727096783.11482: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 32580 1727096783.11554: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnfpluginscore/__init__.py # code object from '/usr/lib/python3.12/site-packages/dnfpluginscore/__pycache__/__init__.cpython-312.pyc' import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92e5a0> # /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/__init__.py <<< 32580 1727096783.11567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.11585: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/cli.py<<< 32580 1727096783.11591: stdout chunk (state=3): >>> <<< 32580 1727096783.11625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 32580 1727096783.11650: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/output.py <<< 32580 1727096783.11705: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 32580 1727096783.11733: 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' <<< 32580 1727096783.11739: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b953020> <<< 32580 1727096783.11758: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/progress.py <<< 32580 1727096783.11773: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 32580 1727096783.11807: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/term.py <<< 32580 1727096783.11814: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 32580 1727096783.11840: 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' <<< 32580 1727096783.11963: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.11971: stdout chunk (state=3): >>># 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 0x7f229b975040> <<< 32580 1727096783.11974: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b974bf0> <<< 32580 1727096783.12009: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.12134: 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 0x7f229e29e180><<< 32580 1727096783.12138: stdout chunk (state=3): >>> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b953aa0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b953320> <<< 32580 1727096783.12169: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92ff80> <<< 32580 1727096783.12192: 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 <<< 32580 1727096783.12211: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 32580 1727096783.12225: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9538c0> <<< 32580 1727096783.12238: 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 <<< 32580 1727096783.12270: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.12281: 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 <<< 32580 1727096783.12389: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 32580 1727096783.12409: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b986690> <<< 32580 1727096783.12446: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9851f0> <<< 32580 1727096783.12474: 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 <<< 32580 1727096783.12489: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 32580 1727096783.12491: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b987dd0> <<< 32580 1727096783.12518: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/autoremove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' <<< 32580 1727096783.12535: stdout chunk (state=3): >>>import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b8110> <<< 32580 1727096783.12564: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/check.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/check.cpython-312.pyc' <<< 32580 1727096783.12570: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b8380> <<< 32580 1727096783.12597: 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 <<< 32580 1727096783.12606: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 32580 1727096783.12620: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b85f0> <<< 32580 1727096783.12641: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/deplist.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/deplist.cpython-312.pyc' <<< 32580 1727096783.12665: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/repoquery.py <<< 32580 1727096783.12691: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 32580 1727096783.12728: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b8ce0> <<< 32580 1727096783.12734: stdout chunk (state=3): >>>import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b8b30> <<< 32580 1727096783.12760: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/distrosync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/distrosync.py <<< 32580 1727096783.12764: 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 0x7f229b9ba5d0> <<< 32580 1727096783.12798: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/downgrade.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' <<< 32580 1727096783.12804: stdout chunk (state=3): >>>import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9ba720> <<< 32580 1727096783.12823: 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 <<< 32580 1727096783.12851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 32580 1727096783.12870: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9ba930> <<< 32580 1727096783.12896: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/history.py <<< 32580 1727096783.12898: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 32580 1727096783.12925: 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 <<< 32580 1727096783.12943: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 32580 1727096783.12964: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9bb860> <<< 32580 1727096783.12970: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9bb110> <<< 32580 1727096783.13003: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py <<< 32580 1727096783.13007: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 32580 1727096783.13019: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9bba10> <<< 32580 1727096783.13047: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/makecache.py <<< 32580 1727096783.13051: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/makecache.cpython-312.pyc' <<< 32580 1727096783.13055: stdout chunk (state=3): >>>import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9d8860> <<< 32580 1727096783.13077: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/mark.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/mark.cpython-312.pyc' <<< 32580 1727096783.13099: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9d8a40> <<< 32580 1727096783.13118: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py <<< 32580 1727096783.13138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 32580 1727096783.13163: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9d8d10> <<< 32580 1727096783.13186: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/reinstall.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/reinstall.cpython-312.pyc' <<< 32580 1727096783.13203: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9d9be0> <<< 32580 1727096783.13231: 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 <<< 32580 1727096783.13242: stdout chunk (state=3): >>># 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 0x7f229b9d9e50> <<< 32580 1727096783.13281: 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' <<< 32580 1727096783.13295: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9da030> <<< 32580 1727096783.13336: 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 <<< 32580 1727096783.13338: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 32580 1727096783.13365: 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 <<< 32580 1727096783.13371: 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 0x7f229b9dac30> <<< 32580 1727096783.13391: stdout chunk (state=3): >>>import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9da750> <<< 32580 1727096783.13409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py <<< 32580 1727096783.13419: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 32580 1727096783.13461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 32580 1727096783.13467: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' <<< 32580 1727096783.13470: stdout chunk (state=3): >>>import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9dbaa0> <<< 32580 1727096783.13482: stdout chunk (state=3): >>>import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9db3e0> <<< 32580 1727096783.13505: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/swap.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 32580 1727096783.13520: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fc770> <<< 32580 1727096783.13541: 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 <<< 32580 1727096783.13568: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 32580 1727096783.13574: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fca70> <<< 32580 1727096783.13601: 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 <<< 32580 1727096783.13614: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrade.cpython-312.pyc' <<< 32580 1727096783.13618: stdout chunk (state=3): >>>import 'dnf.cli.commands.upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fd9d0> <<< 32580 1727096783.13642: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/upgrademinimal.py <<< 32580 1727096783.13648: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/upgrademinimal.cpython-312.pyc' import 'dnf.cli.commands.upgrademinimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fdc70> <<< 32580 1727096783.13679: 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 <<< 32580 1727096783.13696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/demand.cpython-312.pyc' <<< 32580 1727096783.13707: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fde20> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92e9f0> <<< 32580 1727096783.13717: stdout chunk (state=3): >>>import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92e780> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92df10> <<< 32580 1727096783.13746: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/changelog.py <<< 32580 1727096783.13752: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 32580 1727096783.13786: 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' <<< 32580 1727096783.13818: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_version.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fe7e0> <<< 32580 1727096783.13836: stdout chunk (state=3): >>>import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fe540> <<< 32580 1727096783.13845: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.13869: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/_parser.py <<< 32580 1727096783.13914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 32580 1727096783.13938: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 32580 1727096783.13976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 32580 1727096783.14035: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b614c50> <<< 32580 1727096783.14061: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 32580 1727096783.14068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 32580 1727096783.14161: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 32580 1727096783.14177: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 32580 1727096783.14203: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b616360> <<< 32580 1727096783.14253: stdout chunk (state=3): >>># extension module '_decimal' loaded from '/usr/lib64/python3.12/lib-dynload/_decimal.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.14267: stdout chunk (state=3): >>># 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 0x7f229b615580> <<< 32580 1727096783.14273: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b615160> <<< 32580 1727096783.14285: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 32580 1727096783.14309: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 32580 1727096783.14339: 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' <<< 32580 1727096783.14345: stdout chunk (state=3): >>>import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b633b60> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b632f90> <<< 32580 1727096783.14374: 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 <<< 32580 1727096783.14380: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.14400: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/tz.py <<< 32580 1727096783.14440: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 32580 1727096783.14462: stdout chunk (state=3): >>>import 'six.moves' # <<< 32580 1727096783.14484: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 32580 1727096783.14495: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 32580 1727096783.14512: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b656ae0> <<< 32580 1727096783.14533: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py <<< 32580 1727096783.14551: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b6573e0> <<< 32580 1727096783.14574: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 32580 1727096783.14586: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 32580 1727096783.14605: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 32580 1727096783.14650: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b654230> <<< 32580 1727096783.14656: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b633ec0> <<< 32580 1727096783.14693: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5feab0> <<< 32580 1727096783.14720: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/parser/isoparser.py <<< 32580 1727096783.14728: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 32580 1727096783.14765: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b6147d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fe810> <<< 32580 1727096783.14781: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92f740> <<< 32580 1727096783.14799: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/config_manager.py <<< 32580 1727096783.14827: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 32580 1727096783.14865: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b6716d0> <<< 32580 1727096783.14887: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/copr.py <<< 32580 1727096783.14912: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 32580 1727096783.14951: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b671fa0> # /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 <<< 32580 1727096783.14970: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 32580 1727096783.14983: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b672f90> <<< 32580 1727096783.15001: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/download.py <<< 32580 1727096783.15010: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 32580 1727096783.15031: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b6735f0> <<< 32580 1727096783.15050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py <<< 32580 1727096783.15056: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 32580 1727096783.15084: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 32580 1727096783.15093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 32580 1727096783.15111: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 32580 1727096783.15117: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 32580 1727096783.15154: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.15193: 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 0x7f229b69cce0> <<< 32580 1727096783.15218: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69c6b0> <<< 32580 1727096783.15231: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69c350> <<< 32580 1727096783.15242: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b673fb0> <<< 32580 1727096783.15259: 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 <<< 32580 1727096783.15280: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 32580 1727096783.15312: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69c950> <<< 32580 1727096783.15354: 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 <<< 32580 1727096783.15370: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 32580 1727096783.15381: 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' <<< 32580 1727096783.15608: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_compat.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/_compat.cpython-312.pyc' import 'dbus._compat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69eae0> # /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 0x7f229b69eba0> # /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 0x7f229b69f2c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69f140> <<< 32580 1727096783.15631: 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' <<< 32580 1727096783.15662: 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 <<< 32580 1727096783.15684: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/connection.py <<< 32580 1727096783.15731: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 32580 1727096783.15756: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/lowlevel.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/lowlevel.cpython-312.pyc' import 'dbus.lowlevel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45d8b0> # /usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/proxies.py <<< 32580 1727096783.15824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/proxies.cpython-312.pyc' <<< 32580 1727096783.15829: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/_expat_introspect_parser.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/_expat_introspect_parser.py <<< 32580 1727096783.15877: stdout chunk (state=3): >>># 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 0x7f229b45eae0> <<< 32580 1727096783.15880: 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 0x7f229b45ed50> <<< 32580 1727096783.15932: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc matches /usr/lib64/python3.12/xml/parsers/expat.py # code object from '/usr/lib64/python3.12/xml/parsers/__pycache__/expat.cpython-312.pyc' <<< 32580 1727096783.15957: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 32580 1727096783.16001: stdout chunk (state=3): >>># extension module 'pyexpat' executed from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f229b45eed0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45ecf0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45e5a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45da30> <<< 32580 1727096783.16010: stdout chunk (state=3): >>>import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45cce0> <<< 32580 1727096783.16078: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45c260> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69faa0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69e5d0> <<< 32580 1727096783.16082: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69dac0> <<< 32580 1727096783.16127: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py <<< 32580 1727096783.16132: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69ff80> <<< 32580 1727096783.16171: 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 0x7f229b45f3b0> <<< 32580 1727096783.16203: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py # 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 0x7f229b45fc50> <<< 32580 1727096783.16226: 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' <<< 32580 1727096783.16257: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45ffe0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/reposync.py <<< 32580 1727096783.16306: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 32580 1727096783.16310: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b478920> <<< 32580 1727096783.16338: 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 <<< 32580 1727096783.16358: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 32580 1727096783.16379: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b479490> <<< 32580 1727096783.30285: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "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}}} <<< 32580 1727096783.31575: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 32580 1727096783.31605: stdout chunk (state=3): >>># destroy __main__ <<< 32580 1727096783.32195: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 32580 1727096783.32233: 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 <<< 32580 1727096783.32237: stdout chunk (state=3): >>># 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__ <<< 32580 1727096783.32254: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 32580 1727096783.32282: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy <<< 32580 1727096783.32302: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32323: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 32580 1727096783.32354: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32359: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # 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 <<< 32580 1727096783.32396: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32403: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32444: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32450: stdout chunk (state=3): >>># 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<<< 32580 1727096783.32491: stdout chunk (state=3): >>> # 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<<< 32580 1727096783.32497: stdout chunk (state=3): >>> # 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 <<< 32580 1727096783.32512: stdout chunk (state=3): >>># destroy cryptography.hazmat.primitives.asymmetric # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.utils # cleanup[2] removing cryptography.hazmat.primitives.asymmetric.dsa <<< 32580 1727096783.32528: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32580: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32586: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32599: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32624: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32640: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32675: stdout chunk (state=3): >>># 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<<< 32580 1727096783.32679: stdout chunk (state=3): >>> # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector <<< 32580 1727096783.32684: stdout chunk (state=3): >>># 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<<< 32580 1727096783.32710: stdout chunk (state=3): >>> # 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 <<< 32580 1727096783.32733: 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 <<< 32580 1727096783.32740: stdout chunk (state=3): >>># cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group <<< 32580 1727096783.32773: stdout chunk (state=3): >>># 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<<< 32580 1727096783.32777: stdout chunk (state=3): >>> # 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 <<< 32580 1727096783.32790: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32815: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.32827: stdout chunk (state=3): >>># 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<<< 32580 1727096783.32843: stdout chunk (state=3): >>> # 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 <<< 32580 1727096783.32866: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.33601: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 <<< 32580 1727096783.33605: stdout chunk (state=3): >>># destroy _lzma # destroy bz2 # destroy lzma <<< 32580 1727096783.33628: stdout chunk (state=3): >>># destroy zipfile._path <<< 32580 1727096783.33636: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 32580 1727096783.33667: stdout chunk (state=3): >>># destroy ntpath <<< 32580 1727096783.33671: stdout chunk (state=3): >>># destroy zipimport <<< 32580 1727096783.33683: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 32580 1727096783.33687: stdout chunk (state=3): >>># destroy grp # destroy syslog <<< 32580 1727096783.33709: stdout chunk (state=3): >>># destroy selinux <<< 32580 1727096783.33732: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 32580 1727096783.33764: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.33768: stdout chunk (state=3): >>># destroy cryptography.x509.base <<< 32580 1727096783.33801: stdout chunk (state=3): >>># destroy dateutil # destroy dateutil._version <<< 32580 1727096783.33823: stdout chunk (state=3): >>># destroy dateutil._common # destroy dateutil.parser # destroy dateutil.parser._parser # destroy dateutil.relativedelta # destroy six.moves.urllib # destroy six.moves <<< 32580 1727096783.33827: stdout chunk (state=3): >>># destroy six.moves.urllib_parse # destroy six.moves.urllib.error # destroy six.moves.urllib.request # destroy six.moves.urllib.response # destroy six.moves.urllib.robotparser<<< 32580 1727096783.33842: stdout chunk (state=3): >>> # destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz <<< 32580 1727096783.33853: stdout chunk (state=3): >>># destroy dateutil.tz # destroy six <<< 32580 1727096783.33891: stdout chunk (state=3): >>># destroy sqlite3 # destroy sqlite3.dbapi2 # destroy _sqlite3 <<< 32580 1727096783.33896: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.33899: stdout chunk (state=3): >>># destroy dbus.bus # destroy dbus._dbus # destroy pyexpat.errors # destroy pyexpat.model # destroy pyexpat <<< 32580 1727096783.33924: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 32580 1727096783.33968: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 32580 1727096783.33986: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34002: 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 # 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 <<< 32580 1727096783.34026: stdout chunk (state=3): >>># cleanup[3] wiping _curses # cleanup[3] wiping dnf<<< 32580 1727096783.34034: stdout chunk (state=3): >>> # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto <<< 32580 1727096783.34043: stdout chunk (state=3): >>># destroy dnf.conf <<< 32580 1727096783.34069: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34085: stdout chunk (state=3): >>># destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc <<< 32580 1727096783.34110: stdout chunk (state=3): >>># cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf <<< 32580 1727096783.34128: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34145: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types <<< 32580 1727096783.34167: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34171: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34187: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34193: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy token <<< 32580 1727096783.34240: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34244: stdout chunk (state=3): >>># cleanup[3] wiping cryptography.utils # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # cleanup[3] wiping urllib.request <<< 32580 1727096783.34249: stdout chunk (state=3): >>># destroy bisect # cleanup[3] wiping urllib.error <<< 32580 1727096783.34270: stdout chunk (state=3): >>># cleanup[3] wiping urllib.response # cleanup[3] wiping http.client # destroy http # destroy ssl <<< 32580 1727096783.34287: stdout chunk (state=3): >>># cleanup[3] wiping _ssl # cleanup[3] wiping email.parser # cleanup[3] wiping email.feedparser # cleanup[3] wiping email.mime.multipart # cleanup[3] wiping email.mime.application # cleanup[3] wiping email.mime.nonmultipart # cleanup[3] wiping email.mime.base # cleanup[3] wiping email.policy # cleanup[3] wiping email.contentmanager # cleanup[3] wiping email.message <<< 32580 1727096783.34292: stdout chunk (state=3): >>># destroy quopri # cleanup[3] wiping email.iterators # cleanup[3] wiping email.headerregistry # cleanup[3] wiping email._header_value_parser <<< 32580 1727096783.34319: stdout chunk (state=3): >>># cleanup[3] wiping email._encoded_words # cleanup[3] wiping email._policybase # cleanup[3] wiping email.utils <<< 32580 1727096783.34344: stdout chunk (state=3): >>># cleanup[3] wiping email._parseaddr # cleanup[3] wiping calendar <<< 32580 1727096783.34349: stdout chunk (state=3): >>># cleanup[3] wiping email.header # cleanup[3] wiping email.charset # cleanup[3] wiping email.base64mime # cleanup[3] wiping email.quoprimime <<< 32580 1727096783.34355: stdout chunk (state=3): >>># cleanup[3] wiping email.errors <<< 32580 1727096783.34380: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34397: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy <<< 32580 1727096783.34404: 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 <<< 32580 1727096783.34431: stdout chunk (state=3): >>># cleanup[3] wiping array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader <<< 32580 1727096783.34449: stdout chunk (state=3): >>># cleanup[3] wiping systemd._journal # cleanup[3] wiping logging # destroy logging.handlers <<< 32580 1727096783.34475: stdout chunk (state=3): >>># cleanup[3] wiping string # cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping traceback <<< 32580 1727096783.34494: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34498: stdout chunk (state=3): >>># cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings <<< 32580 1727096783.34520: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json <<< 32580 1727096783.34530: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping typing <<< 32580 1727096783.34550: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc <<< 32580 1727096783.34578: stdout chunk (state=3): >>># cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse <<< 32580 1727096783.34581: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34587: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # cleanup[3] wiping weakref <<< 32580 1727096783.34626: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34637: stdout chunk (state=3): >>># cleanup[3] wiping zlib <<< 32580 1727096783.34641: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc <<< 32580 1727096783.34658: stdout chunk (state=3): >>># cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 <<< 32580 1727096783.34680: stdout chunk (state=3): >>># cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 32580 1727096783.34705: stdout chunk (state=3): >>># destroy copyreg # cleanup[3] wiping re._parser <<< 32580 1727096783.34714: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools <<< 32580 1727096783.34736: 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 keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 32580 1727096783.34779: stdout chunk (state=3): >>># destroy posixpath <<< 32580 1727096783.34782: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io <<< 32580 1727096783.34788: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.34790: stdout chunk (state=3): >>># cleanup[3] wiping posix <<< 32580 1727096783.34815: stdout chunk (state=3): >>># cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 32580 1727096783.34818: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 32580 1727096783.34844: stdout chunk (state=3): >>># destroy _dbus_bindings <<< 32580 1727096783.34855: stdout chunk (state=3): >>># 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<<< 32580 1727096783.34862: stdout chunk (state=3): >>> <<< 32580 1727096783.35578: stdout chunk (state=3): >>># destroy sys.monitoring <<< 32580 1727096783.35583: stdout chunk (state=3): >>># destroy _socket <<< 32580 1727096783.35609: stdout chunk (state=3): >>># destroy _weakref <<< 32580 1727096783.35651: stdout chunk (state=3): >>># destroy platform # destroy _uuid <<< 32580 1727096783.35663: stdout chunk (state=3): >>># destroy stat # destroy genericpath # destroy re._parser <<< 32580 1727096783.35670: stdout chunk (state=3): >>># destroy tokenize <<< 32580 1727096783.35690: stdout chunk (state=3): >>># destroy _compat_pickle <<< 32580 1727096783.35707: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 32580 1727096783.35732: stdout chunk (state=3): >>># destroy _queue <<< 32580 1727096783.35750: stdout chunk (state=3): >>># destroy array <<< 32580 1727096783.35754: stdout chunk (state=3): >>># destroy _pickle # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 32580 1727096783.35786: stdout chunk (state=3): >>># destroy _typing <<< 32580 1727096783.35791: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves # destroy _operator <<< 32580 1727096783.35793: stdout chunk (state=3): >>># destroy gzip <<< 32580 1727096783.35819: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.35841: stdout chunk (state=3): >>># destroy ipaddress <<< 32580 1727096783.35867: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy marshal <<< 32580 1727096783.35881: stdout chunk (state=3): >>># destroy unicodedata <<< 32580 1727096783.35912: stdout chunk (state=3): >>># destroy cryptography.hazmat.primitives._serialization # destroy _blake2 <<< 32580 1727096783.35931: stdout chunk (state=3): >>># destroy email # destroy queue # destroy shlex <<< 32580 1727096783.35957: stdout chunk (state=3): >>># destroy pwd # destroy _functools # destroy gettext # destroy libcomps <<< 32580 1727096783.35963: stdout chunk (state=3): >>># destroy urllib # destroy dnf.rpm.transaction <<< 32580 1727096783.35966: stdout chunk (state=3): >>># destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy json # destroy importlib # destroy gc # destroy math # destroy shutil # destroy zlib <<< 32580 1727096783.35988: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.36000: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 32580 1727096783.36046: stdout chunk (state=3): >>># destroy tempfile # destroy traceback <<< 32580 1727096783.36060: stdout chunk (state=3): >>># destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 32580 1727096783.36064: stdout chunk (state=3): >>># destroy argparse # destroy dnf.cli.commands.alias # destroy dnf.cli.commands.autoremove # destroy dnf.cli.commands.check # destroy dnf.cli.commands.clean # destroy dnf.cli.commands.repoquery # destroy dnf.cli.commands.deplist # destroy dnf.cli.commands.distrosync # destroy dnf.cli.commands.downgrade # destroy dnf.cli.commands.group # destroy dnf.cli.commands.history # destroy dnf.cli.commands.install # destroy dnf.cli.commands.makecache # destroy dnf.cli.commands.mark # destroy dnf.cli.commands.module # destroy dnf.cli.commands.reinstall # destroy dnf.cli.commands.remove # destroy dnf.cli.commands.repolist # destroy dnf.cli.commands.search # destroy dnf.cli.commands.shell # destroy dnf.cli.commands.swap # destroy dnf.cli.commands.updateinfo # destroy dnf.cli.commands.upgrade # destroy dnf.cli.commands.upgrademinimal <<< 32580 1727096783.36091: stdout chunk (state=3): >>># 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 <<< 32580 1727096783.36120: stdout chunk (state=3): >>># destroy rpm <<< 32580 1727096783.36166: stdout chunk (state=3): >>># destroy functools # destroy itertools <<< 32580 1727096783.36179: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select # destroy selectors # destroy json.scanner <<< 32580 1727096783.36185: stdout chunk (state=3): >>># destroy _json # destroy collections # destroy io # destroy _opcode <<< 32580 1727096783.36248: stdout chunk (state=3): >>># destroy _warnings <<< 32580 1727096783.36255: stdout chunk (state=3): >>># destroy posix <<< 32580 1727096783.36290: stdout chunk (state=3): >>># destroy binascii <<< 32580 1727096783.36299: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 32580 1727096783.36340: stdout chunk (state=3): >>># destroy _ssl <<< 32580 1727096783.36434: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib<<< 32580 1727096783.36443: stdout chunk (state=3): >>> <<< 32580 1727096783.36591: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 32580 1727096783.36601: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re <<< 32580 1727096783.36620: stdout chunk (state=3): >>># destroy _random <<< 32580 1727096783.36640: stdout chunk (state=3): >>># destroy _sre <<< 32580 1727096783.36648: stdout chunk (state=3): >>># clear sys.audit hooks <<< 32580 1727096783.37352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.11.47 closed. <<< 32580 1727096783.37384: stderr chunk (state=3): >>><<< 32580 1727096783.37387: stdout chunk (state=3): >>><<< 32580 1727096783.37578: _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 0x7f229f5bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f58bb00> # /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 0x7f229f5bea50> import '_signal' # import '_abc' # import 'abc' # import 'io' # import '_stat' # import 'stat' # import '_collections_abc' # import 'genericpath' # import 'posixpath' # import 'os' # import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' # /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f5cd130> # /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 0x7f229f5ce090> import 'site' # Python 3.12.5 (main, Aug 23 2024, 00:00:00) [GCC 14.2.1 20240801 (Red Hat 14.2.1-1)] on linux Type "help", "copyright", "credits" or "license" for more information. # /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py # code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py # code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py # code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3abec0> # /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 0x7f229f3abf80> # /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 0x7f229f3e38c0> # /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 0x7f229f3e3f50> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3c3b90> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3c12b0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a9070> # /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 0x7f229f407800> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f406450> # /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 0x7f229f3c2180> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a8260> # /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 0x7f229f438890> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a82f0> # /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 0x7f229f438d40> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f438bf0> # 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 0x7f229f438fe0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f3a6e10> # /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 0x7f229f439670> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f439370> import 'importlib.machinery' # # /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43a540> import 'importlib.util' # import 'runpy' # # /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py # code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py # code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f450740> 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 0x7f229f451e20> # /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 0x7f229f452cc0> # 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 0x7f229f4532f0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f452210> # /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 0x7f229f453d70> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f4534a0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43a4b0> # /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 0x7f229f187c80> # /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 0x7f229f1b0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b0560> # 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 0x7f229f1b07a0> # /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 0x7f229f1b1100> # 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 0x7f229f1b1af0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b09b0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f185e20> # /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 0x7f229f1b2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b1c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f43ac60> # /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 0x7f229f1db230> # /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 0x7f229f1ff590> # /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 0x7f229f260320> # /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 0x7f229f262a80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f260440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f229310> # /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 0x7f229eb21400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1fe390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229f1b3e00> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f229f1fe990> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_0kyjkjq1/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 0x7f229eb7b1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb5a090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb591f0> # 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 0x7f229eb78ef0> # /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 0x7f229eba2990> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba2780> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eba2090> # /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 0x7f229eba2ab0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229eb7bc20> 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 0x7f229eba3680> # 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 0x7f229eba38c0> # /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 0x7f229eba3dd0> 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 0x7f229ea0db80> # 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 0x7f229ea0f7a0> # /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 0x7f229ea10140> # /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 0x7f229ea112b0> # /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 0x7f229ea13da0> # 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 0x7f229f1b3d10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea12090> # /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 0x7f229ea1bc80> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1a780> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea1a4e0> # /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 0x7f229ea1aa20> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea12570> # 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 0x7f229ea5fe90> # /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 0x7f229ea5ffb0> # /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 0x7f229ea61a60> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea61820> # /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 0x7f229ea63f50> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea620f0> # /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 0x7f229ea676b0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea63f80> # 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 0x7f229ea68590> # 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 0x7f229ea68500> # 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 0x7f229ea689b0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea600e0> # /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 0x7f229ea6bfe0> # 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 0x7f229eaf4fe0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6a7e0> # 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 0x7f229ea6bb90> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6a3f0> # 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 0x7f229eaf90d0> # /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 0x7f229eaf9eb0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ea6b320> 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 0x7f229eaf9ca0> # 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 0x7f229eafb080> # 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 0x7f229e905d90> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e900a10> 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 0x7f229ebfe7b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229ebee480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e905f70> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e905b80> # 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 0x7f229e99bce0> # /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 0x7f229e998080> # /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 0x7f229e9987d0> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e998350> # /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 0x7f229e999100> # /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 0x7f229e97d640> # /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 0x7f229e97d4c0> # /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 0x7f229e5a6390> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e99a930> # /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 0x7f229e5a8ef0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a7a70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5a6de0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e999dc0> # /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 0x7f229e614fe0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5cd0d0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e99a390> # /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 0x7f229e61c980> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e616d80> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e5ccc20> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9997f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e999190> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e998ec0> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e9980e0> # /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 0x7f229e9991c0> # /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 0x7f229e61cfe0> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61cb90> # /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 0x7f229e61d730> # /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 0x7f229e59c410> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e6295e0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e61e720> # /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 0x7f229e629070> # /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 0x7f229e63a210> # /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 0x7f229e63aed0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e63a960> # /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 0x7f229e63b3b0> # /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 0x7f229e60fb00> # /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 0x7f229e52df70> # /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 0x7f229e569880> import 'cryptography' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569670> # /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 0x7f229e56a270> # /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 0x7f229e56a930> # /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 0x7f229e56a8d0> # 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 0x7f229e29c350> # 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 0x7f229e56aae0> # /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 0x7f229e29cb90> # /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 0x7f229e29cd40> import 'cryptography.x509.certificate_transparency' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569ca0> # /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 0x7f229e29fa40> import 'cryptography.x509.oid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29f8c0> import 'cryptography.x509.name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29e2d0> import 'cryptography.x509.general_name' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29d670> import 'cryptography.x509.verification' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29d3d0> # /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 0x7f229e2d4f20> # /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 0x7f229e2d6a20> # /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 0x7f229e34d460> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e34c890> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e323290> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e30f0b0> import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e30d3d0> # /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 0x7f229e97d5e0> # /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 0x7f229e361880> # /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 0x7f229e3621b0> import 'cryptography.hazmat.primitives.asymmetric.dsa' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e361c10> # /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 0x7f229e362360> # /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 0x7f229e363260> # /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 0x7f229e363ce0> # /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 0x7f229e363ef0> import 'cryptography.hazmat.primitives.asymmetric.padding' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e363650> # /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 0x7f229e1402c0> # /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 0x7f229e142420> # /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 0x7f229e142570> # /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 0x7f229e142270> import 'cryptography.hazmat.primitives.ciphers.algorithms' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e141be0> import 'cryptography.hazmat.primitives.ciphers.modes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e141040> import 'cryptography.hazmat.primitives.ciphers.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e140a40> import 'cryptography.hazmat.primitives.ciphers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e3635c0> import 'cryptography.hazmat.primitives.serialization.ssh' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e2d6a80> import 'cryptography.hazmat.primitives.serialization' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e2d4aa0> # /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 0x7f229e30c200> # /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 0x7f229e142e70> # /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 0x7f229e143410> # /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 0x7f229e143920> import 'cryptography.hazmat.primitives.asymmetric.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1437d0> # /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 0x7f229e18ff20> import 'cryptography.hazmat.primitives.constant_time' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e18fb00> import 'cryptography.x509.extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e143e90> import 'cryptography.x509.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e29f6e0> import 'cryptography.x509' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e569970> # /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 0x7f229e5699d0> # 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 0x7f229e1e4380> # /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 0x7f229e1e44a0> # /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 0x7f229dd0c890> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd0c0e0> # 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 0x7f229dd0c260> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1e49e0> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1b78c0> # /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 0x7f229e1e7b60> # /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 0x7f229dd79ee0> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd79ac0> # /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 0x7f229dd9d790> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd7a030> # /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 0x7f229d9088c0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd9d8e0> # /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 0x7f229d946570> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d908e30> # /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 0x7f229d9855e0> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d946780> # /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 0x7f229d9c16d0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9858e0> # /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 0x7f229d9c29c0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9c1df0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd79670> # /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 0x7f229d9f5e50> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f52e0> # /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 0x7f229bee0500> # /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 0x7f229bee1400> # /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 0x7f229bee1ca0> # /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 0x7f229bee3170> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee1610> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee03b0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f7d10> # /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 0x7f229bf10e00> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bee3e00> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f61b0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f48f0> # /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 0x7f229d9f5010> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9f4d70> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229d9c2ab0> # /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 0x7f229bf124e0> # /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 0x7f229bf409e0> # /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 0x7f229bf41190> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf13ce0> # /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 0x7f229bf419a0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf124b0> # /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 0x7f229bf43410> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf42990> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf427b0> # /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 0x7f229bf82480> # /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 0x7f229bfc0530> # 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 0x7f229bfc0860> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfa07a0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf82930> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf81970> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43bf0> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43920> # /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 0x7f229bfc22d0> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc1460> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bf43a10> # /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 0x7f229bfc28d0> # /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 0x7f229bfc2c90> # /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 0x7f229bfc2d50> # /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 0x7f229bfc2e70> # /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 0x7f229b8f59a0> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc3b30> # /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 0x7f229b8f5ac0> # /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 0x7f229b8f5bb0> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229bfc2db0> # /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 0x7f229b8f5d60> # /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 0x7f229b8f6990> # /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 0x7f229b8f7500> # /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 0x7f229b8f7680> # /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 0x7f229b8f7ef0> # /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 0x7f229b92c1a0> # /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 0x7f229b92cb00> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92c590> # /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 0x7f229b92d9d0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229dd0c920> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229e1b77a0> # /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 0x7f229b92e5a0> # /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 0x7f229b953020> # /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 0x7f229b975040> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b974bf0> # 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 0x7f229e29e180> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b953aa0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b953320> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92ff80> # /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 0x7f229b9538c0> # /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 0x7f229b986690> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9851f0> # /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 0x7f229b987dd0> # /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 0x7f229b9b8110> # /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 0x7f229b9b8380> # /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 0x7f229b9b85f0> # /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 0x7f229b9b8ce0> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9b8b30> # /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 0x7f229b9ba5d0> # /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 0x7f229b9ba720> # /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 0x7f229b9ba930> # /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 0x7f229b9bb860> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9bb110> # /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 0x7f229b9bba10> # /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 0x7f229b9d8860> # /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 0x7f229b9d8a40> # /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 0x7f229b9d8d10> # /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 0x7f229b9d9be0> # /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 0x7f229b9d9e50> # /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 0x7f229b9da030> # /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 0x7f229b9dac30> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9da750> # /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 0x7f229b9dbaa0> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b9db3e0> # /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 0x7f229b5fc770> # /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 0x7f229b5fca70> # /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 0x7f229b5fd9d0> # /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 0x7f229b5fdc70> # /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 0x7f229b5fde20> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92e9f0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92e780> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92df10> # /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 0x7f229b5fe7e0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fe540> # /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 0x7f229b614c50> # /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 0x7f229b616360> # 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 0x7f229b615580> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b615160> # /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 0x7f229b633b60> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b632f90> # /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 0x7f229b656ae0> # /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 0x7f229b6573e0> # /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 0x7f229b654230> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b633ec0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5feab0> # /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 0x7f229b6147d0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b5fe810> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b92f740> # /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 0x7f229b6716d0> # /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 0x7f229b671fa0> # /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 0x7f229b672f90> # /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 0x7f229b6735f0> # /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 0x7f229b69cce0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69c6b0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69c350> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b673fb0> # /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 0x7f229b69c950> # /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 0x7f229b69eae0> # /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 0x7f229b69eba0> # /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 0x7f229b69f2c0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69f140> # /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 0x7f229b45d8b0> # /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 0x7f229b45eae0> # /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 0x7f229b45ed50> # /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 0x7f229b45eed0> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45ecf0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45e5a0> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45da30> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45cce0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b45c260> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69faa0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69e5d0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f229b69dac0> # /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 0x7f229b69ff80> # /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 0x7f229b45f3b0> # /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 0x7f229b45fc50> # /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 0x7f229b45ffe0> # /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 0x7f229b478920> # /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 0x7f229b479490> {"msg": "Nothing to do", "changed": false, "results": [], "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 _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # 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 importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping importlib # destroy importlib._abc # destroy importlib.machinery # destroy importlib.util # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping base64 # cleanup[3] wiping binascii # cleanup[3] wiping struct # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping enum # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping keyword # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # 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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK 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.11.47 closed. 32580 1727096783.38837: 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-1727096782.6614826-32719-217405629115408/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 32580 1727096783.38841: _low_level_execute_command(): starting 32580 1727096783.38843: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1727096782.6614826-32719-217405629115408/ > /dev/null 2>&1 && sleep 0' 32580 1727096783.38846: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 32580 1727096783.38848: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096783.38850: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096783.38853: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096783.38855: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096783.38857: stderr chunk (state=3): >>>debug2: match not found <<< 32580 1727096783.38859: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096783.38862: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 32580 1727096783.38871: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.11.47 is address <<< 32580 1727096783.38877: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 32580 1727096783.38879: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 32580 1727096783.38880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 32580 1727096783.38882: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 32580 1727096783.38883: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 <<< 32580 1727096783.38884: stderr chunk (state=3): >>>debug2: match found <<< 32580 1727096783.38885: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 32580 1727096783.38886: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' <<< 32580 1727096783.38887: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 32580 1727096783.38888: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 32580 1727096783.38890: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 32580 1727096783.40594: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 32580 1727096783.40615: stderr chunk (state=3): >>><<< 32580 1727096783.40619: stdout chunk (state=3): >>><<< 32580 1727096783.40632: _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.11.47 originally 10.31.11.47 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.11.47 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.11.47 originally 10.31.11.47 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/df487b88f9' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 32580 1727096783.40638: handler run complete 32580 1727096783.40661: attempt loop complete, returning result 32580 1727096783.40664: _execute() done 32580 1727096783.40666: dumping result to json 32580 1727096783.40671: done dumping result, returning 32580 1727096783.40679: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Install role essential packages [129116b5-d8e7-4d6e-189e-0000000002d9] 32580 1727096783.40682: sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d9 32580 1727096783.40773: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000002d9 32580 1727096783.40776: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 32580 1727096783.40889: no more pending results, returning what we have 32580 1727096783.40894: results queue empty 32580 1727096783.40895: checking for any_errors_fatal 32580 1727096783.40903: done checking for any_errors_fatal 32580 1727096783.40903: checking for max_fail_percentage 32580 1727096783.40905: done checking for max_fail_percentage 32580 1727096783.40905: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.40907: done checking to see if all hosts have failed 32580 1727096783.40907: getting the remaining hosts for this loop 32580 1727096783.40909: done getting the remaining hosts for this loop 32580 1727096783.40918: getting the next task for host managed_node1 32580 1727096783.40926: done getting next task for host managed_node1 32580 1727096783.40929: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 32580 1727096783.40932: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.40943: getting variables 32580 1727096783.40945: in VariableManager get_vars() 32580 1727096783.40975: Calling all_inventory to load vars for managed_node1 32580 1727096783.40977: Calling groups_inventory to load vars for managed_node1 32580 1727096783.40979: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.40987: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.40990: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.40995: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.41140: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.41253: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.41267: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.41271: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.41318: done with get_vars() 32580 1727096783.41327: 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:06:23 -0400 (0:00:00.809) 0:00:05.965 ****** 32580 1727096783.41394: entering _queue_task() for managed_node1/include_tasks 32580 1727096783.41581: worker is 1 (out of 1 available) 32580 1727096783.41596: exiting _queue_task() for managed_node1/include_tasks 32580 1727096783.41606: done queuing things up, now waiting for results queue to drain 32580 1727096783.41607: waiting for pending results... 32580 1727096783.41773: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables 32580 1727096783.41854: in run() - task 129116b5-d8e7-4d6e-189e-0000000002da 32580 1727096783.41865: variable 'ansible_search_path' from source: unknown 32580 1727096783.41868: variable 'ansible_search_path' from source: unknown 32580 1727096783.41897: calling self._execute() 32580 1727096783.41962: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.41965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.41972: variable 'omit' from source: magic vars 32580 1727096783.42253: variable 'ha_cluster_pacemaker_shell' from source: role '' defaults 32580 1727096783.42271: _execute() done 32580 1727096783.42275: dumping result to json 32580 1727096783.42278: done dumping result, returning 32580 1727096783.42281: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Check and prepare role variables [129116b5-d8e7-4d6e-189e-0000000002da] 32580 1727096783.42285: sending task result for task 129116b5-d8e7-4d6e-189e-0000000002da 32580 1727096783.42368: done sending task result for task 129116b5-d8e7-4d6e-189e-0000000002da 32580 1727096783.42373: WORKER PROCESS EXITING 32580 1727096783.42413: no more pending results, returning what we have 32580 1727096783.42416: in VariableManager get_vars() 32580 1727096783.42451: Calling all_inventory to load vars for managed_node1 32580 1727096783.42454: Calling groups_inventory to load vars for managed_node1 32580 1727096783.42456: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.42463: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.42466: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.42468: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.42581: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.42688: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.42701: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.42705: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.42745: done with get_vars() 32580 1727096783.42751: variable 'ansible_search_path' from source: unknown 32580 1727096783.42751: variable 'ansible_search_path' from source: unknown 32580 1727096783.42770: we have included files to process 32580 1727096783.42770: generating all_blocks data 32580 1727096783.42772: done generating all_blocks data 32580 1727096783.42775: processing included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096783.42776: loading included file: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096783.42777: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml 32580 1727096783.43919: done processing included file 32580 1727096783.43922: iterating over new_blocks loaded from include file 32580 1727096783.43923: in VariableManager get_vars() 32580 1727096783.43935: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.43944: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.43946: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.43967: done with get_vars() 32580 1727096783.43969: filtering new block on tags 32580 1727096783.43994: done filtering new block on tags 32580 1727096783.43996: in VariableManager get_vars() 32580 1727096783.44006: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.44015: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44017: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44039: done with get_vars() 32580 1727096783.44041: filtering new block on tags 32580 1727096783.44057: done filtering new block on tags 32580 1727096783.44058: in VariableManager get_vars() 32580 1727096783.44068: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.44230: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44234: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44255: done with get_vars() 32580 1727096783.44257: filtering new block on tags 32580 1727096783.44272: done filtering new block on tags 32580 1727096783.44274: in VariableManager get_vars() 32580 1727096783.44282: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.44293: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44297: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44315: done with get_vars() 32580 1727096783.44316: filtering new block on tags 32580 1727096783.44362: done filtering new block on tags 32580 1727096783.44364: in VariableManager get_vars() 32580 1727096783.44374: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.44382: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44388: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.44409: done with get_vars() 32580 1727096783.44410: filtering new block on tags 32580 1727096783.44480: done filtering new block on tags 32580 1727096783.44482: 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_node1 32580 1727096783.44485: extending task lists for all hosts with included blocks 32580 1727096783.45071: done extending task lists 32580 1727096783.45072: done processing included files 32580 1727096783.45073: results queue empty 32580 1727096783.45073: checking for any_errors_fatal 32580 1727096783.45075: done checking for any_errors_fatal 32580 1727096783.45076: checking for max_fail_percentage 32580 1727096783.45076: done checking for max_fail_percentage 32580 1727096783.45077: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.45077: done checking to see if all hosts have failed 32580 1727096783.45078: getting the remaining hosts for this loop 32580 1727096783.45079: done getting the remaining hosts for this loop 32580 1727096783.45080: getting the next task for host managed_node1 32580 1727096783.45083: done getting next task for host managed_node1 32580 1727096783.45084: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 32580 1727096783.45086: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.45094: getting variables 32580 1727096783.45095: in VariableManager get_vars() 32580 1727096783.45103: Calling all_inventory to load vars for managed_node1 32580 1727096783.45104: Calling groups_inventory to load vars for managed_node1 32580 1727096783.45105: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.45109: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.45112: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.45114: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.45190: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.45293: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.45302: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.45305: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.45336: done with get_vars() 32580 1727096783.45342: done getting variables 32580 1727096783.45367: 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:06:23 -0400 (0:00:00.039) 0:00:06.005 ****** 32580 1727096783.45387: entering _queue_task() for managed_node1/set_fact 32580 1727096783.45573: worker is 1 (out of 1 available) 32580 1727096783.45585: exiting _queue_task() for managed_node1/set_fact 32580 1727096783.45600: done queuing things up, now waiting for results queue to drain 32580 1727096783.45602: waiting for pending results... 32580 1727096783.45752: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names 32580 1727096783.45841: in run() - task 129116b5-d8e7-4d6e-189e-00000000041d 32580 1727096783.45851: variable 'ansible_search_path' from source: unknown 32580 1727096783.45854: variable 'ansible_search_path' from source: unknown 32580 1727096783.45880: calling self._execute() 32580 1727096783.45942: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.45946: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.45955: variable 'omit' from source: magic vars 32580 1727096783.46024: variable 'omit' from source: magic vars 32580 1727096783.46071: variable 'omit' from source: magic vars 32580 1727096783.46319: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096783.47711: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096783.47752: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096783.47778: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096783.47805: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096783.47826: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096783.47879: 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) 32580 1727096783.47910: 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) 32580 1727096783.47930: 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) 32580 1727096783.47957: 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) 32580 1727096783.47968: 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) 32580 1727096783.48044: variable 'inventory_hostname' from source: set_fact 32580 1727096783.48065: variable 'omit' from source: magic vars 32580 1727096783.48083: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096783.48103: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096783.48119: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096783.48134: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.48142: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.48163: variable 'inventory_hostname' from source: set_fact 32580 1727096783.48167: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.48169: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.48231: Set connection var ansible_shell_type to sh 32580 1727096783.48238: Set connection var ansible_pipelining to False 32580 1727096783.48243: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096783.48248: Set connection var ansible_shell_executable to /bin/sh 32580 1727096783.48251: Set connection var ansible_connection to ssh 32580 1727096783.48255: Set connection var ansible_timeout to 10 32580 1727096783.48274: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.48277: variable 'ansible_connection' from source: unknown 32580 1727096783.48279: variable 'ansible_module_compression' from source: unknown 32580 1727096783.48281: variable 'ansible_shell_type' from source: unknown 32580 1727096783.48284: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.48286: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.48290: variable 'ansible_pipelining' from source: unknown 32580 1727096783.48295: variable 'ansible_timeout' from source: unknown 32580 1727096783.48297: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.48369: 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) 32580 1727096783.48377: variable 'omit' from source: magic vars 32580 1727096783.48382: starting attempt loop 32580 1727096783.48385: running the handler 32580 1727096783.48395: handler run complete 32580 1727096783.48401: attempt loop complete, returning result 32580 1727096783.48404: _execute() done 32580 1727096783.48406: dumping result to json 32580 1727096783.48408: done dumping result, returning 32580 1727096783.48414: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Discover cluster node names [129116b5-d8e7-4d6e-189e-00000000041d] 32580 1727096783.48419: sending task result for task 129116b5-d8e7-4d6e-189e-00000000041d 32580 1727096783.48494: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000041d 32580 1727096783.48497: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_node_name": "localhost" }, "changed": false } 32580 1727096783.48560: no more pending results, returning what we have 32580 1727096783.48562: results queue empty 32580 1727096783.48563: checking for any_errors_fatal 32580 1727096783.48564: done checking for any_errors_fatal 32580 1727096783.48565: checking for max_fail_percentage 32580 1727096783.48566: done checking for max_fail_percentage 32580 1727096783.48567: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.48568: done checking to see if all hosts have failed 32580 1727096783.48569: getting the remaining hosts for this loop 32580 1727096783.48570: done getting the remaining hosts for this loop 32580 1727096783.48573: getting the next task for host managed_node1 32580 1727096783.48577: done getting next task for host managed_node1 32580 1727096783.48580: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 32580 1727096783.48585: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.48601: getting variables 32580 1727096783.48603: in VariableManager get_vars() 32580 1727096783.48632: Calling all_inventory to load vars for managed_node1 32580 1727096783.48634: Calling groups_inventory to load vars for managed_node1 32580 1727096783.48636: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.48643: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.48646: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.48648: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.48787: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.48899: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.48909: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.48913: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.48955: done with get_vars() 32580 1727096783.48961: done getting variables 32580 1727096783.48998: 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:06:23 -0400 (0:00:00.036) 0:00:06.042 ****** 32580 1727096783.49020: entering _queue_task() for managed_node1/set_fact 32580 1727096783.49194: worker is 1 (out of 1 available) 32580 1727096783.49208: exiting _queue_task() for managed_node1/set_fact 32580 1727096783.49218: done queuing things up, now waiting for results queue to drain 32580 1727096783.49220: waiting for pending results... 32580 1727096783.49370: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names 32580 1727096783.49453: in run() - task 129116b5-d8e7-4d6e-189e-00000000041e 32580 1727096783.49464: variable 'ansible_search_path' from source: unknown 32580 1727096783.49467: variable 'ansible_search_path' from source: unknown 32580 1727096783.49493: calling self._execute() 32580 1727096783.49549: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.49555: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.49565: variable 'omit' from source: magic vars 32580 1727096783.49631: variable 'omit' from source: magic vars 32580 1727096783.49681: variable 'omit' from source: magic vars 32580 1727096783.49930: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096783.51266: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096783.51308: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096783.51335: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096783.51359: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096783.51379: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096783.51436: 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) 32580 1727096783.51455: 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) 32580 1727096783.51473: 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) 32580 1727096783.51500: 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) 32580 1727096783.51510: 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) 32580 1727096783.51546: 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) 32580 1727096783.51563: 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) 32580 1727096783.51579: 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) 32580 1727096783.51605: 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) 32580 1727096783.51616: 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) 32580 1727096783.51703: variable 'ansible_play_hosts' from source: magic vars 32580 1727096783.51710: variable 'hostvars' from source: magic vars 32580 1727096783.51728: in VariableManager get_vars() 32580 1727096783.51739: Calling all_inventory to load vars for managed_node1 32580 1727096783.51742: Calling groups_inventory to load vars for managed_node1 32580 1727096783.51749: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.51759: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.51763: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.51769: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.51884: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.51995: done with get_vars() 32580 1727096783.52004: variable '__ha_cluster_node_name' from source: set_fact 32580 1727096783.52043: variable 'omit' from source: magic vars 32580 1727096783.52062: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096783.52082: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096783.52097: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096783.52109: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.52116: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.52139: variable 'inventory_hostname' from source: set_fact 32580 1727096783.52142: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.52144: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.52208: Set connection var ansible_shell_type to sh 32580 1727096783.52214: Set connection var ansible_pipelining to False 32580 1727096783.52220: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096783.52227: Set connection var ansible_shell_executable to /bin/sh 32580 1727096783.52229: Set connection var ansible_connection to ssh 32580 1727096783.52234: Set connection var ansible_timeout to 10 32580 1727096783.52254: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.52257: variable 'ansible_connection' from source: unknown 32580 1727096783.52259: variable 'ansible_module_compression' from source: unknown 32580 1727096783.52261: variable 'ansible_shell_type' from source: unknown 32580 1727096783.52263: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.52266: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.52270: variable 'ansible_pipelining' from source: unknown 32580 1727096783.52274: variable 'ansible_timeout' from source: unknown 32580 1727096783.52277: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.52349: 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) 32580 1727096783.52357: variable 'omit' from source: magic vars 32580 1727096783.52362: starting attempt loop 32580 1727096783.52365: running the handler 32580 1727096783.52374: handler run complete 32580 1727096783.52381: attempt loop complete, returning result 32580 1727096783.52384: _execute() done 32580 1727096783.52388: dumping result to json 32580 1727096783.52390: done dumping result, returning 32580 1727096783.52397: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Collect cluster node names [129116b5-d8e7-4d6e-189e-00000000041e] 32580 1727096783.52406: sending task result for task 129116b5-d8e7-4d6e-189e-00000000041e 32580 1727096783.52476: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000041e 32580 1727096783.52479: WORKER PROCESS EXITING ok: [managed_node1] => { "ansible_facts": { "__ha_cluster_all_node_names": [ "localhost" ] }, "changed": false } 32580 1727096783.52586: no more pending results, returning what we have 32580 1727096783.52589: results queue empty 32580 1727096783.52589: checking for any_errors_fatal 32580 1727096783.52597: done checking for any_errors_fatal 32580 1727096783.52598: checking for max_fail_percentage 32580 1727096783.52599: done checking for max_fail_percentage 32580 1727096783.52600: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.52600: done checking to see if all hosts have failed 32580 1727096783.52601: getting the remaining hosts for this loop 32580 1727096783.52603: done getting the remaining hosts for this loop 32580 1727096783.52606: getting the next task for host managed_node1 32580 1727096783.52613: done getting next task for host managed_node1 32580 1727096783.52616: ^ task is: TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 32580 1727096783.52623: ^ state is: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.52633: getting variables 32580 1727096783.52634: in VariableManager get_vars() 32580 1727096783.52663: Calling all_inventory to load vars for managed_node1 32580 1727096783.52666: Calling groups_inventory to load vars for managed_node1 32580 1727096783.52668: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.52675: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.52677: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.52680: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.52804: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.52914: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.52929: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.52933: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.52980: done with get_vars() 32580 1727096783.52987: done getting variables 32580 1727096783.53029: 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 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:06:23 -0400 (0:00:00.040) 0:00:06.082 ****** 32580 1727096783.53054: entering _queue_task() for managed_node1/fail 32580 1727096783.53259: worker is 1 (out of 1 available) 32580 1727096783.53274: exiting _queue_task() for managed_node1/fail 32580 1727096783.53278: done queuing things up, now waiting for results queue to drain 32580 1727096783.53280: waiting for pending results... 32580 1727096783.53452: running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes 32580 1727096783.53547: in run() - task 129116b5-d8e7-4d6e-189e-000000000420 32580 1727096783.53558: variable 'ansible_search_path' from source: unknown 32580 1727096783.53562: variable 'ansible_search_path' from source: unknown 32580 1727096783.53588: calling self._execute() 32580 1727096783.53652: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.53655: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.53663: variable 'omit' from source: magic vars 32580 1727096783.54081: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096783.55456: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096783.55510: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096783.55538: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096783.55563: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096783.55584: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096783.55687: variable '__nodes_from_options' from source: task vars 32580 1727096783.55781: 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) 32580 1727096783.55804: 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) 32580 1727096783.55824: 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) 32580 1727096783.55849: 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) 32580 1727096783.55860: 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) 32580 1727096783.55888: 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) 32580 1727096783.55910: 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) 32580 1727096783.55927: 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) 32580 1727096783.55953: 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) 32580 1727096783.55963: 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) 32580 1727096783.56027: variable 'ha_cluster_node_options' from source: include params 32580 1727096783.56067: variable '__ha_cluster_all_node_names' from source: set_fact 32580 1727096783.56076: Evaluated conditional (( __nodes_from_options != (__nodes_from_options | unique) ) or ( __nodes_from_options | difference(__ha_cluster_all_node_names) ) ): True 32580 1727096783.56081: variable 'omit' from source: magic vars 32580 1727096783.56129: variable 'omit' from source: magic vars 32580 1727096783.56152: variable 'omit' from source: magic vars 32580 1727096783.56171: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096783.56190: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096783.56204: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096783.56217: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.56228: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.56250: variable 'inventory_hostname' from source: set_fact 32580 1727096783.56254: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.56256: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.56316: Set connection var ansible_shell_type to sh 32580 1727096783.56324: Set connection var ansible_pipelining to False 32580 1727096783.56331: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096783.56338: Set connection var ansible_shell_executable to /bin/sh 32580 1727096783.56342: Set connection var ansible_connection to ssh 32580 1727096783.56344: Set connection var ansible_timeout to 10 32580 1727096783.56365: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.56368: variable 'ansible_connection' from source: unknown 32580 1727096783.56371: variable 'ansible_module_compression' from source: unknown 32580 1727096783.56373: variable 'ansible_shell_type' from source: unknown 32580 1727096783.56376: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.56378: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.56380: variable 'ansible_pipelining' from source: unknown 32580 1727096783.56382: variable 'ansible_timeout' from source: unknown 32580 1727096783.56387: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.56459: 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) 32580 1727096783.56468: variable 'omit' from source: magic vars 32580 1727096783.56473: starting attempt loop 32580 1727096783.56475: running the handler 32580 1727096783.56483: handler run complete 32580 1727096783.56496: attempt loop complete, returning result 32580 1727096783.56499: _execute() done 32580 1727096783.56502: dumping result to json 32580 1727096783.56504: done dumping result, returning 32580 1727096783.56508: done running TaskExecutor() for managed_node1/TASK: fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes [129116b5-d8e7-4d6e-189e-000000000420] 32580 1727096783.56513: sending task result for task 129116b5-d8e7-4d6e-189e-000000000420 32580 1727096783.56598: done sending task result for task 129116b5-d8e7-4d6e-189e-000000000420 32580 1727096783.56602: WORKER PROCESS EXITING 32580 1727096783.56606: marking managed_node1 as failed 32580 1727096783.56624: marking host managed_node1 failed, current state: HOST STATE: block=2, task=11, 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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.56638: ^ failed state is now: HOST STATE: block=2, task=11, 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=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=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), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 32580 1727096783.56641: getting the next task for host managed_node1 32580 1727096783.56647: done getting next task for host managed_node1 32580 1727096783.56649: ^ task is: TASK: Check errors 32580 1727096783.56651: ^ state is: HOST STATE: block=2, task=11, 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=1, always=0, handlers=0, run_state=2, 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 fatal: [managed_node1]: FAILED! => { "changed": false } MSG: node_name fields in ha_cluster_node_options must be unique and they must match cluster nodes 32580 1727096783.56815: no more pending results, returning what we have 32580 1727096783.56817: results queue empty 32580 1727096783.56818: checking for any_errors_fatal 32580 1727096783.56827: done checking for any_errors_fatal 32580 1727096783.56829: checking for max_fail_percentage 32580 1727096783.56830: done checking for max_fail_percentage 32580 1727096783.56831: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.56832: done checking to see if all hosts have failed 32580 1727096783.56832: getting the remaining hosts for this loop 32580 1727096783.56833: done getting the remaining hosts for this loop 32580 1727096783.56836: getting the next task for host managed_node1 32580 1727096783.56842: done getting next task for host managed_node1 32580 1727096783.56843: ^ task is: TASK: Check errors 32580 1727096783.56844: ^ state is: HOST STATE: block=2, task=11, 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=1, always=0, handlers=0, run_state=2, 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 32580 1727096783.56849: getting variables 32580 1727096783.56849: in VariableManager get_vars() 32580 1727096783.56865: Calling all_inventory to load vars for managed_node1 32580 1727096783.56867: Calling groups_inventory to load vars for managed_node1 32580 1727096783.56869: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.56875: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.56877: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.56878: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.56979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.57093: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.57104: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.57108: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.57146: done with get_vars() 32580 1727096783.57156: done getting variables 32580 1727096783.57196: 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=True) TASK [Check errors] ************************************************************ task path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:17 Monday 23 September 2024 09:06:23 -0400 (0:00:00.041) 0:00:06.124 ****** 32580 1727096783.57215: entering _queue_task() for managed_node1/assert 32580 1727096783.57418: worker is 1 (out of 1 available) 32580 1727096783.57434: exiting _queue_task() for managed_node1/assert 32580 1727096783.57439: done queuing things up, now waiting for results queue to drain 32580 1727096783.57441: waiting for pending results... 32580 1727096783.57604: running TaskExecutor() for managed_node1/TASK: Check errors 32580 1727096783.57669: in run() - task 129116b5-d8e7-4d6e-189e-00000000008f 32580 1727096783.57680: variable 'ansible_search_path' from source: unknown 32580 1727096783.57684: variable 'ansible_search_path' from source: unknown 32580 1727096783.57711: calling self._execute() 32580 1727096783.57781: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.57789: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.57799: variable 'omit' from source: magic vars 32580 1727096783.57878: variable 'omit' from source: magic vars 32580 1727096783.57910: variable 'omit' from source: magic vars 32580 1727096783.57935: variable 'omit' from source: magic vars 32580 1727096783.57969: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 32580 1727096783.57995: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 32580 1727096783.58014: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 32580 1727096783.58030: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.58039: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 32580 1727096783.58060: variable 'inventory_hostname' from source: set_fact 32580 1727096783.58064: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.58066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.58136: Set connection var ansible_shell_type to sh 32580 1727096783.58143: Set connection var ansible_pipelining to False 32580 1727096783.58149: Set connection var ansible_module_compression to ZIP_DEFLATED 32580 1727096783.58155: Set connection var ansible_shell_executable to /bin/sh 32580 1727096783.58157: Set connection var ansible_connection to ssh 32580 1727096783.58162: Set connection var ansible_timeout to 10 32580 1727096783.58182: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.58185: variable 'ansible_connection' from source: unknown 32580 1727096783.58187: variable 'ansible_module_compression' from source: unknown 32580 1727096783.58189: variable 'ansible_shell_type' from source: unknown 32580 1727096783.58192: variable 'ansible_shell_executable' from source: unknown 32580 1727096783.58197: variable 'ansible_host' from source: host vars for 'managed_node1' 32580 1727096783.58201: variable 'ansible_pipelining' from source: unknown 32580 1727096783.58203: variable 'ansible_timeout' from source: unknown 32580 1727096783.58207: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node1' 32580 1727096783.58310: 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) 32580 1727096783.58319: variable 'omit' from source: magic vars 32580 1727096783.58327: starting attempt loop 32580 1727096783.58332: running the handler 32580 1727096783.58580: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 32580 1727096783.60023: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 32580 1727096783.60064: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 32580 1727096783.60091: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 32580 1727096783.60126: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 32580 1727096783.60146: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 32580 1727096783.60196: 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) 32580 1727096783.60216: 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) 32580 1727096783.60235: 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) 32580 1727096783.60261: 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) 32580 1727096783.60272: 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) 32580 1727096783.60360: variable 'ansible_failed_result' from source: set_fact 32580 1727096783.60368: variable 'expected_msg' from source: task vars 32580 1727096783.60388: Evaluated conditional (ansible_failed_result.msg | trim == expected_msg): True 32580 1727096783.60393: handler run complete 32580 1727096783.60407: attempt loop complete, returning result 32580 1727096783.60410: _execute() done 32580 1727096783.60413: dumping result to json 32580 1727096783.60415: done dumping result, returning 32580 1727096783.60423: done running TaskExecutor() for managed_node1/TASK: Check errors [129116b5-d8e7-4d6e-189e-00000000008f] 32580 1727096783.60427: sending task result for task 129116b5-d8e7-4d6e-189e-00000000008f 32580 1727096783.60503: done sending task result for task 129116b5-d8e7-4d6e-189e-00000000008f 32580 1727096783.60506: WORKER PROCESS EXITING ok: [managed_node1] => { "changed": false } MSG: All assertions passed 32580 1727096783.60552: no more pending results, returning what we have 32580 1727096783.60555: results queue empty 32580 1727096783.60556: checking for any_errors_fatal 32580 1727096783.60561: done checking for any_errors_fatal 32580 1727096783.60562: checking for max_fail_percentage 32580 1727096783.60564: done checking for max_fail_percentage 32580 1727096783.60565: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.60565: done checking to see if all hosts have failed 32580 1727096783.60566: getting the remaining hosts for this loop 32580 1727096783.60568: done getting the remaining hosts for this loop 32580 1727096783.60571: getting the next task for host managed_node1 32580 1727096783.60580: done getting next task for host managed_node1 32580 1727096783.60582: ^ task is: TASK: meta (flush_handlers) 32580 1727096783.60584: ^ 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 32580 1727096783.60587: getting variables 32580 1727096783.60588: in VariableManager get_vars() 32580 1727096783.60619: Calling all_inventory to load vars for managed_node1 32580 1727096783.60623: Calling groups_inventory to load vars for managed_node1 32580 1727096783.60626: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.60634: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.60641: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.60643: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.60791: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.60901: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.60911: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.60915: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.60951: done with get_vars() 32580 1727096783.60957: done getting variables 32580 1727096783.60998: in VariableManager get_vars() 32580 1727096783.61005: Calling all_inventory to load vars for managed_node1 32580 1727096783.61006: Calling groups_inventory to load vars for managed_node1 32580 1727096783.61007: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.61010: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.61011: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.61013: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.61095: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.61200: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.61209: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61212: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61234: done with get_vars() 32580 1727096783.61242: done queuing things up, now waiting for results queue to drain 32580 1727096783.61243: results queue empty 32580 1727096783.61244: checking for any_errors_fatal 32580 1727096783.61246: done checking for any_errors_fatal 32580 1727096783.61247: checking for max_fail_percentage 32580 1727096783.61248: done checking for max_fail_percentage 32580 1727096783.61248: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.61249: done checking to see if all hosts have failed 32580 1727096783.61250: getting the remaining hosts for this loop 32580 1727096783.61250: done getting the remaining hosts for this loop 32580 1727096783.61252: getting the next task for host managed_node1 32580 1727096783.61255: done getting next task for host managed_node1 32580 1727096783.61255: ^ task is: TASK: meta (flush_handlers) 32580 1727096783.61256: ^ 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 32580 1727096783.61258: getting variables 32580 1727096783.61258: in VariableManager get_vars() 32580 1727096783.61264: Calling all_inventory to load vars for managed_node1 32580 1727096783.61265: Calling groups_inventory to load vars for managed_node1 32580 1727096783.61267: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.61269: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.61271: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.61272: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.61349: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.61470: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.61480: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61482: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61501: done with get_vars() 32580 1727096783.61507: done getting variables 32580 1727096783.61537: in VariableManager get_vars() 32580 1727096783.61543: Calling all_inventory to load vars for managed_node1 32580 1727096783.61544: Calling groups_inventory to load vars for managed_node1 32580 1727096783.61545: Calling all_plugins_inventory to load vars for managed_node1 32580 1727096783.61548: Calling all_plugins_play to load vars for managed_node1 32580 1727096783.61549: Calling groups_plugins_inventory to load vars for managed_node1 32580 1727096783.61551: Calling groups_plugins_play to load vars for managed_node1 32580 1727096783.61628: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 32580 1727096783.61730: evaluation_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster 32580 1727096783.61739: search_path: /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/vars/main.yml /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61742: Loading data from /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/vars/main.yml 32580 1727096783.61759: done with get_vars() 32580 1727096783.61766: done queuing things up, now waiting for results queue to drain 32580 1727096783.61767: results queue empty 32580 1727096783.61768: checking for any_errors_fatal 32580 1727096783.61769: done checking for any_errors_fatal 32580 1727096783.61769: checking for max_fail_percentage 32580 1727096783.61770: done checking for max_fail_percentage 32580 1727096783.61770: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.61771: done checking to see if all hosts have failed 32580 1727096783.61771: getting the remaining hosts for this loop 32580 1727096783.61771: done getting the remaining hosts for this loop 32580 1727096783.61773: getting the next task for host managed_node1 32580 1727096783.61775: done getting next task for host managed_node1 32580 1727096783.61775: ^ task is: None 32580 1727096783.61776: ^ 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 32580 1727096783.61777: done queuing things up, now waiting for results queue to drain 32580 1727096783.61777: results queue empty 32580 1727096783.61777: checking for any_errors_fatal 32580 1727096783.61778: done checking for any_errors_fatal 32580 1727096783.61778: checking for max_fail_percentage 32580 1727096783.61782: done checking for max_fail_percentage 32580 1727096783.61782: checking to see if all hosts have failed and the running result is not ok 32580 1727096783.61783: done checking to see if all hosts have failed 32580 1727096783.61784: getting the next task for host managed_node1 32580 1727096783.61785: done getting next task for host managed_node1 32580 1727096783.61786: ^ task is: None 32580 1727096783.61786: ^ 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_node1 : ok=37 changed=0 unreachable=0 failed=0 skipped=11 rescued=2 ignored=0 Monday 23 September 2024 09:06:23 -0400 (0:00:00.046) 0:00:06.170 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.20s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tests_node_options_check.yml:9 fedora.linux_system_roles.ha_cluster : Install role essential packages --- 0.91s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 fedora.linux_system_roles.ha_cluster : Install role essential packages --- 0.81s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:11 fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.70s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-repositories/CentOS.yml:3 fedora.linux_system_roles.ha_cluster : List active CentOS repositories --- 0.62s /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.51s /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.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 fedora.linux_system_roles.ha_cluster : Set platform/version specific variables --- 0.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/set_vars.yml:19 fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:3 Check errors ------------------------------------------------------------ 0.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:17 fedora.linux_system_roles.ha_cluster : Run platform/version specific tasks to enable repositories --- 0.05s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 fedora.linux_system_roles.ha_cluster : Find platform/version specific tasks to enable repositories --- 0.05s /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.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/enable-package-repositories.yml:21 Run the role ------------------------------------------------------------ 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:9 Run the role ------------------------------------------------------------ 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/tests/ha_cluster/tasks/assert_node_options_check.yml:9 fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes --- 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:16 fedora.linux_system_roles.ha_cluster : Collect cluster node names ------- 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:7 fedora.linux_system_roles.ha_cluster : Fail if ha_cluster_node_options contains unknown or duplicate nodes --- 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:16 fedora.linux_system_roles.ha_cluster : Check and prepare role variables --- 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/main.yml:17 fedora.linux_system_roles.ha_cluster : Collect cluster node names ------- 0.04s /tmp/collections-fzZ/ansible_collections/fedora/linux_system_roles/roles/ha_cluster/tasks/shell_pcs/check-and-prepare-role-variables.yml:7 32580 1727096783.61857: RUNNING CLEANUP