[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. 61728 1726886040.46692: 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-ckH 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 61728 1726886040.47160: Added group all to inventory 61728 1726886040.47162: Added group ungrouped to inventory 61728 1726886040.47166: Group all now contains ungrouped 61728 1726886040.47169: Examining possible inventory source: /tmp/storage-Fxb/inventory.yml 61728 1726886040.59259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/cache 61728 1726886040.59301: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py 61728 1726886040.59320: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory 61728 1726886040.59360: Loading InventoryModule 'host_list' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py 61728 1726886040.59409: Loaded config def from plugin (inventory/script) 61728 1726886040.59411: Loading InventoryModule 'script' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py 61728 1726886040.59440: Loading InventoryModule 'auto' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py 61728 1726886040.59498: Loaded config def from plugin (inventory/yaml) 61728 1726886040.59500: Loading InventoryModule 'yaml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py 61728 1726886040.59562: Loading InventoryModule 'ini' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/ini.py 61728 1726886040.59837: Loading InventoryModule 'toml' from /usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/toml.py 61728 1726886040.59840: Attempting to use plugin host_list (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/host_list.py) 61728 1726886040.59842: Attempting to use plugin script (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/script.py) 61728 1726886040.59846: Attempting to use plugin auto (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/auto.py) 61728 1726886040.59849: Loading data from /tmp/storage-Fxb/inventory.yml 61728 1726886040.59892: /tmp/storage-Fxb/inventory.yml was not parsable by auto 61728 1726886040.59939: Attempting to use plugin yaml (/usr/local/lib/python3.12/site-packages/ansible/plugins/inventory/yaml.py) 61728 1726886040.59970: Loading data from /tmp/storage-Fxb/inventory.yml 61728 1726886040.60024: group all already in inventory 61728 1726886040.60029: set inventory_file for managed_node1 61728 1726886040.60032: set inventory_dir for managed_node1 61728 1726886040.60033: Added host managed_node1 to inventory 61728 1726886040.60034: Added host managed_node1 to group all 61728 1726886040.60035: set ansible_host for managed_node1 61728 1726886040.60035: set ansible_ssh_extra_args for managed_node1 61728 1726886040.60037: set inventory_file for managed_node2 61728 1726886040.60039: set inventory_dir for managed_node2 61728 1726886040.60040: Added host managed_node2 to inventory 61728 1726886040.60040: Added host managed_node2 to group all 61728 1726886040.60041: set ansible_host for managed_node2 61728 1726886040.60041: set ansible_ssh_extra_args for managed_node2 61728 1726886040.60043: set inventory_file for managed_node3 61728 1726886040.60044: set inventory_dir for managed_node3 61728 1726886040.60045: Added host managed_node3 to inventory 61728 1726886040.60045: Added host managed_node3 to group all 61728 1726886040.60046: set ansible_host for managed_node3 61728 1726886040.60046: set ansible_ssh_extra_args for managed_node3 61728 1726886040.60048: Reconcile groups and hosts in inventory. 61728 1726886040.60050: Group ungrouped now contains managed_node1 61728 1726886040.60052: Group ungrouped now contains managed_node2 61728 1726886040.60052: Group ungrouped now contains managed_node3 61728 1726886040.60103: '/usr/local/lib/python3.12/site-packages/ansible/plugins/vars/__init__' skipped due to reserved name 61728 1726886040.60186: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments 61728 1726886040.60214: Loading ModuleDocFragment 'vars_plugin_staging' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/vars_plugin_staging.py 61728 1726886040.60235: Loaded config def from plugin (vars/host_group_vars) 61728 1726886040.60237: 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) 61728 1726886040.60243: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/vars 61728 1726886040.60249: 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) 61728 1726886040.60278: Loading CacheModule 'memory' from /usr/local/lib/python3.12/site-packages/ansible/plugins/cache/memory.py (found_in_cache=True, class_only=False) 61728 1726886040.60504: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886040.60577: Loading ModuleDocFragment 'connection_pipelining' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/connection_pipelining.py 61728 1726886040.60600: Loaded config def from plugin (connection/local) 61728 1726886040.60602: Loading Connection 'local' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/local.py (found_in_cache=False, class_only=True) 61728 1726886040.60987: Loaded config def from plugin (connection/paramiko_ssh) 61728 1726886040.60990: 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) 61728 1726886040.61542: 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) 61728 1726886040.61568: Loaded config def from plugin (connection/psrp) 61728 1726886040.61571: Loading Connection 'psrp' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/psrp.py (found_in_cache=False, class_only=True) 61728 1726886040.61968: 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) 61728 1726886040.61993: Loaded config def from plugin (connection/ssh) 61728 1726886040.61996: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=False, class_only=True) 61728 1726886040.63252: 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) 61728 1726886040.63276: Loaded config def from plugin (connection/winrm) 61728 1726886040.63278: Loading Connection 'winrm' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/winrm.py (found_in_cache=False, class_only=True) 61728 1726886040.63301: '/usr/local/lib/python3.12/site-packages/ansible/plugins/shell/__init__' skipped due to reserved name 61728 1726886040.63345: Loading ModuleDocFragment 'shell_windows' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_windows.py 61728 1726886040.63386: Loaded config def from plugin (shell/cmd) 61728 1726886040.63387: Loading ShellModule 'cmd' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/cmd.py (found_in_cache=False, class_only=True) 61728 1726886040.63405: 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) 61728 1726886040.63444: Loaded config def from plugin (shell/powershell) 61728 1726886040.63446: Loading ShellModule 'powershell' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/powershell.py (found_in_cache=False, class_only=True) 61728 1726886040.63482: Loading ModuleDocFragment 'shell_common' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/shell_common.py 61728 1726886040.63586: Loaded config def from plugin (shell/sh) 61728 1726886040.63587: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=False, class_only=True) 61728 1726886040.63608: '/usr/local/lib/python3.12/site-packages/ansible/plugins/become/__init__' skipped due to reserved name 61728 1726886040.63681: Loaded config def from plugin (become/runas) 61728 1726886040.63683: Loading BecomeModule 'runas' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/runas.py (found_in_cache=False, class_only=True) 61728 1726886040.63792: Loaded config def from plugin (become/su) 61728 1726886040.63794: Loading BecomeModule 'su' from /usr/local/lib/python3.12/site-packages/ansible/plugins/become/su.py (found_in_cache=False, class_only=True) 61728 1726886040.63888: Loaded config def from plugin (become/sudo) 61728 1726886040.63890: 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 61728 1726886040.63910: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_scsi_generated.yml 61728 1726886040.64174: trying /usr/local/lib/python3.12/site-packages/ansible/modules 61728 1726886040.66058: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action 61728 1726886040.66127: in VariableManager get_vars() 61728 1726886040.66134: done with get_vars() 61728 1726886040.66136: variable 'playbook_dir' from source: magic vars 61728 1726886040.66137: variable 'ansible_playbook_python' from source: magic vars 61728 1726886040.66138: variable 'ansible_config_file' from source: magic vars 61728 1726886040.66138: variable 'groups' from source: magic vars 61728 1726886040.66138: variable 'omit' from source: magic vars 61728 1726886040.66139: variable 'ansible_version' from source: magic vars 61728 1726886040.66139: variable 'ansible_check_mode' from source: magic vars 61728 1726886040.66140: variable 'ansible_diff_mode' from source: magic vars 61728 1726886040.66140: variable 'ansible_forks' from source: magic vars 61728 1726886040.66141: variable 'ansible_inventory_sources' from source: magic vars 61728 1726886040.66141: variable 'ansible_skip_tags' from source: magic vars 61728 1726886040.66141: variable 'ansible_limit' from source: magic vars 61728 1726886040.66142: variable 'ansible_run_tags' from source: magic vars 61728 1726886040.66142: variable 'ansible_verbosity' from source: magic vars 61728 1726886040.66167: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default.yml 61728 1726886040.66207: in VariableManager get_vars() 61728 1726886040.66216: done with get_vars() 61728 1726886040.66266: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/main.yml 61728 1726886040.66297: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/defaults/main.yml 61728 1726886040.66423: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/meta/main.yml 61728 1726886040.66499: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml 61728 1726886040.66581: in VariableManager get_vars() 61728 1726886040.66594: done with get_vars() 61728 1726886040.66726: in VariableManager get_vars() 61728 1726886040.66737: done with get_vars() 61728 1726886040.66776: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/callback 61728 1726886040.66787: 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 61728 1726886040.66939: Loading ModuleDocFragment 'default_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/default_callback.py 61728 1726886040.67032: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.debug) 61728 1726886040.67034: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.debug' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/debug.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) 61728 1726886040.67053: '/usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__init__' skipped due to reserved name 61728 1726886040.67071: 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) 61728 1726886040.67169: Loading ModuleDocFragment 'result_format_callback' from /usr/local/lib/python3.12/site-packages/ansible/plugins/doc_fragments/result_format_callback.py 61728 1726886040.67203: Loaded config def from plugin (callback/default) 61728 1726886040.67204: Loading CallbackModule 'default' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/default.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61728 1726886040.67927: Loaded config def from plugin (callback/junit) 61728 1726886040.67929: Loading CallbackModule 'junit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/junit.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61728 1726886040.67960: 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) 61728 1726886040.67999: Loaded config def from plugin (callback/minimal) 61728 1726886040.68001: Loading CallbackModule 'minimal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/minimal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61728 1726886040.68029: Loading CallbackModule 'oneline' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/oneline.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) 61728 1726886040.68067: Loaded config def from plugin (callback/tree) 61728 1726886040.68068: Loading CallbackModule 'tree' from /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/tree.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 61728 1726886040.68141: Loaded config def from plugin (callback/ansible_collections.ansible.posix.plugins.callback.profile_tasks) 61728 1726886040.68143: Loading CallbackModule 'ansible_collections.ansible.posix.plugins.callback.profile_tasks' from /tmp/collections-ckH/ansible_collections/ansible/posix/plugins/callback/profile_tasks.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/callback/__pycache__:/usr/local/lib/python3.12/site-packages/ansible/plugins/callback) (found_in_cache=False, class_only=True) Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default_scsi_generated.yml ************************************* 2 plays in /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_scsi_generated.yml 61728 1726886040.68165: in VariableManager get_vars() 61728 1726886040.68174: done with get_vars() 61728 1726886040.68177: in VariableManager get_vars() 61728 1726886040.68182: done with get_vars() 61728 1726886040.68184: variable 'omit' from source: magic vars 61728 1726886040.68208: in VariableManager get_vars() 61728 1726886040.68219: done with get_vars() 61728 1726886040.68233: variable 'omit' from source: magic vars PLAY [Run test tests_default.yml for scsi] ************************************* 61728 1726886040.68584: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy 61728 1726886040.68711: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py 61728 1726886040.68739: getting the remaining hosts for this loop 61728 1726886040.68740: done getting the remaining hosts for this loop 61728 1726886040.68742: getting the next task for host managed_node2 61728 1726886040.68745: done getting next task for host managed_node2 61728 1726886040.68747: ^ task is: TASK: Gathering Facts 61728 1726886040.68748: ^ 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 61728 1726886040.68750: getting variables 61728 1726886040.68751: in VariableManager get_vars() 61728 1726886040.68759: Calling all_inventory to load vars for managed_node2 61728 1726886040.68761: Calling groups_inventory to load vars for managed_node2 61728 1726886040.68762: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886040.68770: Calling all_plugins_play to load vars for managed_node2 61728 1726886040.68777: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886040.68779: Calling groups_plugins_play to load vars for managed_node2 61728 1726886040.68799: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886040.68831: done with get_vars() 61728 1726886040.68835: done getting variables 61728 1726886040.68881: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=False, class_only=True) TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_scsi_generated.yml:3 Friday 20 September 2024 22:34:00 -0400 (0:00:00.007) 0:00:00.007 ****** 61728 1726886040.68895: entering _queue_task() for managed_node2/gather_facts 61728 1726886040.68895: Creating lock for gather_facts 61728 1726886040.69163: worker is 1 (out of 1 available) 61728 1726886040.69175: exiting _queue_task() for managed_node2/gather_facts 61728 1726886040.69187: done queuing things up, now waiting for results queue to drain 61728 1726886040.69188: waiting for pending results... 61728 1726886040.69312: running TaskExecutor() for managed_node2/TASK: Gathering Facts 61728 1726886040.69368: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000015 61728 1726886040.69376: variable 'ansible_search_path' from source: unknown 61728 1726886040.69404: calling self._execute() 61728 1726886040.69448: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886040.69451: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886040.69461: variable 'omit' from source: magic vars 61728 1726886040.69526: variable 'omit' from source: magic vars 61728 1726886040.69548: variable 'omit' from source: magic vars 61728 1726886040.69572: variable 'omit' from source: magic vars 61728 1726886040.69606: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886040.69633: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886040.69652: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886040.69664: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886040.69674: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886040.69696: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886040.69699: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886040.69703: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886040.69773: Set connection var ansible_timeout to 10 61728 1726886040.69777: Set connection var ansible_shell_executable to /bin/sh 61728 1726886040.69783: Set connection var ansible_pipelining to False 61728 1726886040.69787: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886040.69790: Set connection var ansible_connection to ssh 61728 1726886040.69792: Set connection var ansible_shell_type to sh 61728 1726886040.69810: variable 'ansible_shell_executable' from source: unknown 61728 1726886040.69813: variable 'ansible_connection' from source: unknown 61728 1726886040.69816: variable 'ansible_module_compression' from source: unknown 61728 1726886040.69820: variable 'ansible_shell_type' from source: unknown 61728 1726886040.69824: variable 'ansible_shell_executable' from source: unknown 61728 1726886040.69826: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886040.69829: variable 'ansible_pipelining' from source: unknown 61728 1726886040.69831: variable 'ansible_timeout' from source: unknown 61728 1726886040.69833: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886040.69959: Loading ActionModule 'gather_facts' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/gather_facts.py (found_in_cache=True, class_only=False) 61728 1726886040.69967: variable 'omit' from source: magic vars 61728 1726886040.69974: starting attempt loop 61728 1726886040.69976: running the handler 61728 1726886040.69990: variable 'ansible_facts' from source: unknown 61728 1726886040.70005: _low_level_execute_command(): starting 61728 1726886040.70012: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886040.70519: 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 <<< 61728 1726886040.70522: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.70528: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886040.70531: stderr chunk (state=3): >>>debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.70583: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886040.70586: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886040.70588: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886040.70653: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886040.72358: stdout chunk (state=3): >>>/root <<< 61728 1726886040.72453: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886040.72488: stderr chunk (state=3): >>><<< 61728 1726886040.72491: stdout chunk (state=3): >>><<< 61728 1726886040.72509: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886040.72523: _low_level_execute_command(): starting 61728 1726886040.72528: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120 `" && echo ansible-tmp-1726886040.725096-61747-240396747037120="` echo /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120 `" ) && sleep 0' 61728 1726886040.72958: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886040.72961: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886040.72963: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.72966: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886040.72975: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.73027: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886040.73031: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886040.73038: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886040.73081: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886040.74985: stdout chunk (state=3): >>>ansible-tmp-1726886040.725096-61747-240396747037120=/root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120 <<< 61728 1726886040.75091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886040.75120: stderr chunk (state=3): >>><<< 61728 1726886040.75123: stdout chunk (state=3): >>><<< 61728 1726886040.75135: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886040.725096-61747-240396747037120=/root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886040.75165: variable 'ansible_module_compression' from source: unknown 61728 1726886040.75209: ANSIBALLZ: Using generic lock for ansible.legacy.setup 61728 1726886040.75212: ANSIBALLZ: Acquiring lock 61728 1726886040.75214: ANSIBALLZ: Lock acquired: 139692864915936 61728 1726886040.75217: ANSIBALLZ: Creating module 61728 1726886040.94369: ANSIBALLZ: Writing module into payload 61728 1726886040.94458: ANSIBALLZ: Writing module 61728 1726886040.94473: ANSIBALLZ: Renaming module 61728 1726886040.94479: ANSIBALLZ: Done creating module 61728 1726886040.94506: variable 'ansible_facts' from source: unknown 61728 1726886040.94510: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886040.94518: _low_level_execute_command(): starting 61728 1726886040.94528: _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' 61728 1726886040.94983: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886040.94986: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886040.94989: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.94991: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886040.94993: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.95050: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886040.95053: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886040.95062: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886040.95118: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886040.96826: stdout chunk (state=3): >>>PLATFORM <<< 61728 1726886040.96912: stdout chunk (state=3): >>>Linux <<< 61728 1726886040.96924: stdout chunk (state=3): >>>FOUND /usr/bin/python3.12 <<< 61728 1726886040.96933: stdout chunk (state=3): >>>/usr/bin/python3 /usr/bin/python3 ENDFOUND <<< 61728 1726886040.97058: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886040.97087: stderr chunk (state=3): >>><<< 61728 1726886040.97090: stdout chunk (state=3): >>><<< 61728 1726886040.97109: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886040.97114 [managed_node2]: found interpreters: ['/usr/bin/python3.12', '/usr/bin/python3', '/usr/bin/python3'] 61728 1726886040.97151: _low_level_execute_command(): starting 61728 1726886040.97154: _low_level_execute_command(): executing: /bin/sh -c '/usr/bin/python3.12 && sleep 0' 61728 1726886040.97232: Sending initial data 61728 1726886040.97235: Sent initial data (1181 bytes) 61728 1726886040.97595: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886040.97598: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.97601: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 61728 1726886040.97608: stderr chunk (state=3): >>>debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886040.97610: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886040.97658: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886040.97661: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886040.97666: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886040.97715: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886041.01128: 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"} <<< 61728 1726886041.01507: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886041.01538: stderr chunk (state=3): >>><<< 61728 1726886041.01541: stdout chunk (state=3): >>><<< 61728 1726886041.01558: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886041.01610: variable 'ansible_facts' from source: unknown 61728 1726886041.01613: variable 'ansible_facts' from source: unknown 61728 1726886041.01665: variable 'ansible_module_compression' from source: unknown 61728 1726886041.01668: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 61728 1726886041.01677: variable 'ansible_facts' from source: unknown 61728 1726886041.01794: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py 61728 1726886041.01894: Sending initial data 61728 1726886041.01897: Sent initial data (153 bytes) 61728 1726886041.02351: 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 <<< 61728 1726886041.02354: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.02359: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886041.02361: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.02414: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886041.02418: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886041.02422: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886041.02470: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886041.04054: 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 <<< 61728 1726886041.04103: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886041.04152: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpmdwm0k7e /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py <<< 61728 1726886041.04160: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py" <<< 61728 1726886041.04207: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory <<< 61728 1726886041.04210: stderr chunk (state=3): >>>debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpmdwm0k7e" to remote "/root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py" <<< 61728 1726886041.05269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886041.05316: stderr chunk (state=3): >>><<< 61728 1726886041.05319: stdout chunk (state=3): >>><<< 61728 1726886041.05338: done transferring module to remote 61728 1726886041.05349: _low_level_execute_command(): starting 61728 1726886041.05354: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/ /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py && sleep 0' 61728 1726886041.05799: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886041.05802: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886041.05804: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.05807: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886041.05809: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.05861: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886041.05865: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886041.05876: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886041.05919: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886041.07699: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886041.07703: stdout chunk (state=3): >>><<< 61728 1726886041.07708: stderr chunk (state=3): >>><<< 61728 1726886041.07723: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886041.07726: _low_level_execute_command(): starting 61728 1726886041.07731: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/AnsiballZ_setup.py && sleep 0' 61728 1726886041.08165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886041.08169: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886041.08171: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.08173: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886041.08175: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886041.08177: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.08224: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886041.08231: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886041.08284: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886041.10453: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886041.10481: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886041.10519: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 61728 1726886041.10591: stdout chunk (state=3): >>>import '_io' # <<< 61728 1726886041.10596: stdout chunk (state=3): >>>import 'marshal' # <<< 61728 1726886041.10628: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886041.10664: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886041.10692: stdout chunk (state=3): >>>import 'time' # <<< 61728 1726886041.10696: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 61728 1726886041.10744: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 61728 1726886041.10792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' import '_codecs' # import 'codecs' # <<< 61728 1726886041.10822: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886041.10850: 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 0x7fe18f2184d0> <<< 61728 1726886041.10898: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f1e7b30> # /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' <<< 61728 1726886041.10907: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f21aa50> <<< 61728 1726886041.10927: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886041.10953: stdout chunk (state=3): >>>import '_abc' # <<< 61728 1726886041.10960: stdout chunk (state=3): >>>import 'abc' # <<< 61728 1726886041.10976: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886041.11015: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886041.11106: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886041.11128: stdout chunk (state=3): >>>import 'genericpath' # <<< 61728 1726886041.11132: stdout chunk (state=3): >>>import 'posixpath' # <<< 61728 1726886041.11158: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886041.11181: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 61728 1726886041.11190: stdout chunk (state=3): >>>Processing user site-packages <<< 61728 1726886041.11203: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 61728 1726886041.11225: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886041.11228: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886041.11261: 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 <<< 61728 1726886041.11266: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 61728 1726886041.11291: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f02d130><<< 61728 1726886041.11296: stdout chunk (state=3): >>> <<< 61728 1726886041.11351: 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 <<< 61728 1726886041.11362: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.11367: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f02e120> <<< 61728 1726886041.11398: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886041.11428: 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. <<< 61728 1726886041.11801: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886041.11810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886041.11838: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886041.11842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.11873: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886041.11908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886041.11930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886041.11949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886041.11970: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f06bf20> <<< 61728 1726886041.11987: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886041.12007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886041.12030: stdout chunk (state=3): >>>import '_operator' # <<< 61728 1726886041.12036: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0800b0> <<< 61728 1726886041.12051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886041.12084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886041.12104: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886041.12152: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.12169: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886041.12203: 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 0x7fe18f0a3920> <<< 61728 1726886041.12229: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886041.12243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0a3fb0> <<< 61728 1726886041.12261: stdout chunk (state=3): >>>import '_collections' # <<< 61728 1726886041.12315: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f083bc0> <<< 61728 1726886041.12321: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886041.12353: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f081310> <<< 61728 1726886041.12443: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0690d0> <<< 61728 1726886041.12472: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886041.12489: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886041.12507: stdout chunk (state=3): >>>import '_sre' # <<< 61728 1726886041.12526: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886041.12550: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886041.12574: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 61728 1726886041.12582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 61728 1726886041.12617: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0c78c0> <<< 61728 1726886041.12630: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0c64e0> <<< 61728 1726886041.12664: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 61728 1726886041.12668: 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 0x7fe18f0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f06afc0> <<< 61728 1726886041.12731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886041.12741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f068350> <<< 61728 1726886041.12765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 61728 1726886041.12770: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 61728 1726886041.12803: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.12808: 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 0x7fe18f0f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f4cb0> <<< 61728 1726886041.12846: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.12862: 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 0x7fe18f0f50a0> <<< 61728 1726886041.12871: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f066e70> <<< 61728 1726886041.12912: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 61728 1726886041.12927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.12943: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886041.12976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886041.12994: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f5790> <<< 61728 1726886041.12999: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f5460> import 'importlib.machinery' # <<< 61728 1726886041.13037: 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' <<< 61728 1726886041.13058: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f6660> <<< 61728 1726886041.13077: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 61728 1726886041.13086: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886041.13108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886041.13130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886041.13135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f110860> <<< 61728 1726886041.13154: stdout chunk (state=3): >>>import 'errno' # <<< 61728 1726886041.13189: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.13196: 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 0x7fe18f111fa0> <<< 61728 1726886041.13214: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886041.13229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886041.13246: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 61728 1726886041.13263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 61728 1726886041.13269: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f112e40> <<< 61728 1726886041.13310: 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 0x7fe18f113470> <<< 61728 1726886041.13323: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f112390> <<< 61728 1726886041.13341: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 61728 1726886041.13357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886041.13403: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.13406: stdout chunk (state=3): >>># extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.13416: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18f113e60> <<< 61728 1726886041.13424: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f113590> <<< 61728 1726886041.13458: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f65d0> <<< 61728 1726886041.13482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886041.13505: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886041.13531: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886041.13543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886041.13579: 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 0x7fe18ee2fd10> <<< 61728 1726886041.13607: 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' <<< 61728 1726886041.13641: 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 0x7fe18ee5c890> <<< 61728 1726886041.13646: stdout chunk (state=3): >>>import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5c5f0> <<< 61728 1726886041.13670: stdout chunk (state=3): >>># extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.13674: 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 0x7fe18ee5c800> <<< 61728 1726886041.13705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 61728 1726886041.13712: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 61728 1726886041.13779: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.13907: 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 0x7fe18ee5d1c0> <<< 61728 1726886041.14032: 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 0x7fe18ee5dbb0> <<< 61728 1726886041.14035: stdout chunk (state=3): >>>import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5ca70> <<< 61728 1726886041.14064: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee2deb0> <<< 61728 1726886041.14080: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886041.14105: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886041.14126: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886041.14143: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 61728 1726886041.14149: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5efc0> <<< 61728 1726886041.14173: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5dd00> <<< 61728 1726886041.14190: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f6d80> <<< 61728 1726886041.14222: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886041.14281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.14304: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886041.14333: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886041.14369: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee87350> <<< 61728 1726886041.14418: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886041.14435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.14453: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886041.14479: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886041.14520: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18eea7710> <<< 61728 1726886041.14542: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886041.14589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886041.14637: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886041.14664: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886041.14672: 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 0x7fe18ef08500> <<< 61728 1726886041.14682: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886041.14718: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886041.14736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886041.14779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886041.14866: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ef0ac60> <<< 61728 1726886041.14943: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ef08620> <<< 61728 1726886041.14978: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18eecd520> <<< 61728 1726886041.15005: 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 0x7fe18ed19580> <<< 61728 1726886041.15031: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18eea6510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5ff20> <<< 61728 1726886041.15206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886041.15222: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe18eea6870> <<< 61728 1726886041.15475: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8lvppc17/ansible_ansible.legacy.setup_payload.zip' # zipimport: zlib available <<< 61728 1726886041.15601: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.15628: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886041.15638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886041.15680: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886041.15757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886041.15777: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py <<< 61728 1726886041.15802: 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 0x7fe18ed7f1d0> import '_typing' # <<< 61728 1726886041.15988: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed5e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed5d220> <<< 61728 1726886041.15996: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.16023: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886041.16032: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.16042: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.16066: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.16071: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 61728 1726886041.16093: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.17514: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.18677: 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' <<< 61728 1726886041.18683: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed7cec0> <<< 61728 1726886041.18709: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886041.18713: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.18734: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886041.18748: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886041.18774: 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' <<< 61728 1726886041.18808: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.18813: 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 0x7fe18edb2a80> <<< 61728 1726886041.18850: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb2810> <<< 61728 1726886041.18882: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb2150> <<< 61728 1726886041.18905: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886041.18909: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886041.18950: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb25a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed7fe60> <<< 61728 1726886041.18966: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886041.18996: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.19005: 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 0x7fe18edb3860> <<< 61728 1726886041.19025: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.19031: 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 0x7fe18edb39e0> <<< 61728 1726886041.19047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886041.19101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886041.19116: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886041.19152: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb3f20> <<< 61728 1726886041.19170: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886041.19186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886041.19218: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886041.19249: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e729c10> <<< 61728 1726886041.19278: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.19281: 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 0x7fe18e72b8c0> <<< 61728 1726886041.19308: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886041.19322: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886041.19366: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7302c0> <<< 61728 1726886041.19369: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886041.19408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886041.19421: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e731460> <<< 61728 1726886041.19445: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886041.19477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886041.19502: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886041.19506: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886041.19561: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e733ec0> <<< 61728 1726886041.19598: stdout chunk (state=3): >>># extension module '_posixsubprocess' loaded from '/usr/lib64/python3.12/lib-dynload/_posixsubprocess.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.19604: 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 0x7fe18f112db0> <<< 61728 1726886041.19614: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e732180> <<< 61728 1726886041.19640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886041.19664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886041.19687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 61728 1726886041.19691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 61728 1726886041.19710: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886041.19830: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886041.19862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 61728 1726886041.19865: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 61728 1726886041.19875: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e737d70> <<< 61728 1726886041.19886: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886041.19947: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e736840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7365a0> <<< 61728 1726886041.19971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886041.19980: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886041.20052: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e736b10> <<< 61728 1726886041.20077: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e732690> <<< 61728 1726886041.20107: 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 0x7fe18e77bec0> <<< 61728 1726886041.20138: 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 0x7fe18e77bfb0> <<< 61728 1726886041.20167: 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 <<< 61728 1726886041.20179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886041.20210: 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' <<< 61728 1726886041.20245: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.20250: 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 0x7fe18e77daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77d8b0> <<< 61728 1726886041.20267: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886041.20302: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886041.20353: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.20358: 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 0x7fe18e77ffe0> <<< 61728 1726886041.20363: stdout chunk (state=3): >>>import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77e1b0> <<< 61728 1726886041.20381: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886041.20429: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.20450: 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' <<< 61728 1726886041.20464: stdout chunk (state=3): >>>import '_string' # <<< 61728 1726886041.20507: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e783800> <<< 61728 1726886041.20637: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7801d0> <<< 61728 1726886041.20695: 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' <<< 61728 1726886041.20699: 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 0x7fe18e784590> <<< 61728 1726886041.20725: 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' <<< 61728 1726886041.20731: 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 0x7fe18e784830> <<< 61728 1726886041.20773: 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' <<< 61728 1726886041.20779: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e784b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77c230> <<< 61728 1726886041.20809: 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' <<< 61728 1726886041.20828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886041.20853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886041.20880: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.20900: 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 0x7fe18e6102f0> <<< 61728 1726886041.21051: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.21058: 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 0x7fe18e611580> <<< 61728 1726886041.21077: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e786a80> <<< 61728 1726886041.21103: 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' <<< 61728 1726886041.21109: 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 0x7fe18e787e30> <<< 61728 1726886041.21112: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e786690> <<< 61728 1726886041.21140: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21143: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21145: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 61728 1726886041.21163: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21253: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21346: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21350: stdout chunk (state=3): >>># zipimport: zlib available<<< 61728 1726886041.21369: stdout chunk (state=3): >>> import 'ansible.module_utils.common' # # zipimport: zlib available <<< 61728 1726886041.21406: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21409: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # <<< 61728 1726886041.21411: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21531: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.21650: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.22208: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.22747: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886041.22761: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 61728 1726886041.22769: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886041.22787: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886041.22810: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.22867: 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' <<< 61728 1726886041.22872: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e615730> <<< 61728 1726886041.22948: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886041.22957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886041.22974: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6164b0> <<< 61728 1726886041.22979: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6117f0> <<< 61728 1726886041.23031: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886041.23043: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.23062: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.23081: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886041.23084: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.23236: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.23390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886041.23401: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e616600> <<< 61728 1726886041.23417: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.23871: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24314: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24382: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24461: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886041.24466: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24510: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24543: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886041.24551: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24622: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24705: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886041.24708: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24736: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886041.24750: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24790: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.24831: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886041.24839: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25066: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25292: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886041.25354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886041.25365: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886041.25439: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6176b0> <<< 61728 1726886041.25444: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25525: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25601: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886041.25605: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886041.25626: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886041.25629: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25680: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25719: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886041.25734: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25771: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25819: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25871: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.25944: 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 <<< 61728 1726886041.25982: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.26072: 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 0x7fe18e6221b0> <<< 61728 1726886041.26110: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e61d970> <<< 61728 1726886041.26143: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886041.26158: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26218: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26280: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26308: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26352: 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' <<< 61728 1726886041.26375: 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 <<< 61728 1726886041.26394: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886041.26416: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886041.26473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886041.26499: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886041.26509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886041.26569: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e70aa20> <<< 61728 1726886041.26609: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7fe6f0> <<< 61728 1726886041.26695: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e622240> <<< 61728 1726886041.26698: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e614230> # destroy ansible.module_utils.distro <<< 61728 1726886041.26707: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 61728 1726886041.26738: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26764: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 61728 1726886041.26770: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886041.26821: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886041.26842: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26845: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26865: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 61728 1726886041.26870: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26932: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.26988: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27009: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27027: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27073: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27113: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27151: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27184: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 61728 1726886041.27199: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27270: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27344: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27377: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.27414: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py <<< 61728 1726886041.27453: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 61728 1726886041.27485: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 61728 1726886041.27544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 61728 1726886041.27566: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886041.27611: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 61728 1726886041.27635: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 61728 1726886041.27645: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 61728 1726886041.27675: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e2aa7b0> <<< 61728 1726886041.27711: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2a9be0> <<< 61728 1726886041.27773: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2a85f0> <<< 61728 1726886041.28000: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b6810> <<< 61728 1726886041.28071: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b47a0> <<< 61728 1726886041.28074: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 61728 1726886041.28264: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.28430: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.28472: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.28529: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py <<< 61728 1726886041.28537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.28552: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 61728 1726886041.28574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 61728 1726886041.28582: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 61728 1726886041.28601: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 61728 1726886041.28617: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6a4ef0> <<< 61728 1726886041.28641: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py <<< 61728 1726886041.28664: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 61728 1726886041.28686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 61728 1726886041.28725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 61728 1726886041.28751: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 61728 1726886041.28763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 61728 1726886041.28776: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e304920> <<< 61728 1726886041.28800: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.28823: 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 0x7fe18e304c20> <<< 61728 1726886041.28878: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2e8050> <<< 61728 1726886041.28890: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2bb6b0> <<< 61728 1726886041.28924: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b5820> <<< 61728 1726886041.28930: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b4bc0> <<< 61728 1726886041.28953: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 61728 1726886041.28976: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 61728 1726886041.29002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 61728 1726886041.29006: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 61728 1726886041.29034: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py <<< 61728 1726886041.29039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 61728 1726886041.29077: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e307740> <<< 61728 1726886041.29083: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e306ff0> <<< 61728 1726886041.29108: stdout chunk (state=3): >>># extension module '_queue' loaded from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.29119: stdout chunk (state=3): >>># extension module '_queue' executed from '/usr/lib64/python3.12/lib-dynload/_queue.cpython-312-x86_64-linux-gnu.so' import '_queue' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e3071d0> <<< 61728 1726886041.29125: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e306450> <<< 61728 1726886041.29147: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 61728 1726886041.29168: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 61728 1726886041.29182: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e3078f0> <<< 61728 1726886041.29199: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 61728 1726886041.29243: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 61728 1726886041.29275: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.29278: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e1164b0> <<< 61728 1726886041.29308: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e1144d0> <<< 61728 1726886041.29335: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b4ad0> import 'ansible.module_utils.facts.timeout' # <<< 61728 1726886041.29353: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 61728 1726886041.29365: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29387: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29391: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other' # <<< 61728 1726886041.29402: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29464: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # <<< 61728 1726886041.29531: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29576: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29630: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 61728 1726886041.29640: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29659: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 61728 1726886041.29673: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29706: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29737: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # <<< 61728 1726886041.29743: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29798: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29842: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 61728 1726886041.29859: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29899: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.29941: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.chroot' # <<< 61728 1726886041.29949: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.30010: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.30066: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.30127: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.30187: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.utils' # <<< 61728 1726886041.30196: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.cmdline' # <<< 61728 1726886041.30203: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.30686: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 61728 1726886041.31129: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31175: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31233: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31266: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31302: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # import 'ansible.module_utils.facts.system.date_time' # <<< 61728 1726886041.31316: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31344: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31379: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # <<< 61728 1726886041.31384: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31444: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31495: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.dns' # <<< 61728 1726886041.31511: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31534: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31569: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 61728 1726886041.31574: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31610: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31633: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 61728 1726886041.31650: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31729: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.31816: 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' <<< 61728 1726886041.31846: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e1169c0> <<< 61728 1726886041.31866: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 61728 1726886041.31900: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 61728 1726886041.32020: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e117590> <<< 61728 1726886041.32028: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.local' # <<< 61728 1726886041.32034: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32101: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32168: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 61728 1726886041.32173: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32263: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32352: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 61728 1726886041.32359: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32427: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32501: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # <<< 61728 1726886041.32509: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32547: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.32598: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 61728 1726886041.32644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 61728 1726886041.32728: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.32788: stdout chunk (state=3): >>># extension module '_ssl' executed from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.32793: stdout chunk (state=3): >>>import '_ssl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e15ab40> <<< 61728 1726886041.32973: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e140bf0> <<< 61728 1726886041.32981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.python' # <<< 61728 1726886041.32988: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33046: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33102: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.selinux' # <<< 61728 1726886041.33117: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33195: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33279: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33390: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33535: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # import 'ansible.module_utils.facts.system.service_mgr' # <<< 61728 1726886041.33548: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33590: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33629: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 61728 1726886041.33635: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33678: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33730: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 61728 1726886041.33735: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 61728 1726886041.33766: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886041.33791: 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 0x7fe18e16ea50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e16e690> <<< 61728 1726886041.33799: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.user' # <<< 61728 1726886041.33807: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33830: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 61728 1726886041.33843: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33885: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.33926: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.base' # <<< 61728 1726886041.33932: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34087: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34244: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 61728 1726886041.34250: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34348: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34449: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34489: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34534: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 61728 1726886041.34549: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34568: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34594: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34734: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.34883: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 61728 1726886041.34890: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.35013: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.35135: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 61728 1726886041.35140: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.35182: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.35216: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.35789: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36313: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # <<< 61728 1726886041.36322: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hurd' # <<< 61728 1726886041.36325: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36435: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36539: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # <<< 61728 1726886041.36553: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36646: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36749: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # <<< 61728 1726886041.36757: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.36917: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37070: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 61728 1726886041.37100: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37103: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # <<< 61728 1726886041.37122: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37167: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37212: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 61728 1726886041.37221: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37320: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37419: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37628: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37830: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # <<< 61728 1726886041.37843: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.aix' # <<< 61728 1726886041.37854: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37887: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37925: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.darwin' # <<< 61728 1726886041.37930: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37964: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.37976: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.dragonfly' # <<< 61728 1726886041.37993: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38065: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38132: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 61728 1726886041.38137: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38168: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38191: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.freebsd' # <<< 61728 1726886041.38204: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38257: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38317: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # <<< 61728 1726886041.38327: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38385: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38443: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # <<< 61728 1726886041.38458: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38727: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.38985: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # <<< 61728 1726886041.38992: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39054: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39110: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.iscsi' # <<< 61728 1726886041.39126: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39158: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39196: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # <<< 61728 1726886041.39200: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39239: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39273: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.netbsd' # <<< 61728 1726886041.39286: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39321: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39351: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 61728 1726886041.39364: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39443: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39523: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # <<< 61728 1726886041.39542: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39552: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39566: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual' # <<< 61728 1726886041.39573: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39623: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39662: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 61728 1726886041.39678: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39697: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39721: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39769: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39820: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39889: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.39967: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sysctl' # <<< 61728 1726886041.39970: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.freebsd' # <<< 61728 1726886041.39981: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.dragonfly' # <<< 61728 1726886041.39984: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40039: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40088: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 61728 1726886041.40102: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40301: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40498: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 61728 1726886041.40505: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40557: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40599: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # <<< 61728 1726886041.40614: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40658: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40707: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 61728 1726886041.40712: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40800: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40882: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 61728 1726886041.40898: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.40985: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.41078: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 61728 1726886041.41083: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 61728 1726886041.41163: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886041.41346: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py <<< 61728 1726886041.41352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' <<< 61728 1726886041.41378: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py <<< 61728 1726886041.41389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 61728 1726886041.41428: 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 0x7fe18e19bad0> <<< 61728 1726886041.41445: stdout chunk (state=3): >>>import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e19be00> <<< 61728 1726886041.41492: stdout chunk (state=3): >>>import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e199d90> <<< 61728 1726886041.62158: stdout chunk (state=3): >>># /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' <<< 61728 1726886041.62171: stdout chunk (state=3): >>>import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e1de900> <<< 61728 1726886041.62201: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 61728 1726886041.62217: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 61728 1726886041.62265: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e14c9e0> <<< 61728 1726886041.62320: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/dummy/__init__.py <<< 61728 1726886041.62327: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/dummy/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886041.62359: stdout chunk (state=3): >>># /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' <<< 61728 1726886041.62379: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e14ddf0> <<< 61728 1726886041.62385: stdout chunk (state=3): >>>import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e14d8e0> <<< 61728 1726886041.62612: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame <<< 61728 1726886041.62685: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 61728 1726886041.62691: stdout chunk (state=3): >>>PyThreadState_Clear: warning: thread still has a frame PyThreadState_Clear: warning: thread still has a frame <<< 61728 1726886041.83071: stdout chunk (state=3): >>> {"ansible_facts": {"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-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.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": "ec206ba015bf43d2c58eec6db0540fb9", "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_loadavg": {"1m": 0.23046875, "5m": 0.482421875, "15m": 0.474609375}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_<<< 61728 1726886041.83088: stdout chunk (state=3): >>>ed25519_public_keytype": "ssh-ed25519", "ansible_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "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_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "34", "second": "01", "epoch": "1726886041", "epoch_int": "1726886041", "date": "2024-09-20", "time": "22:34:01", "iso8601_micro": "2024-09-21T02:34:01.421670Z", "iso8601": "2024-09-21T02:34:01Z", "iso8601_basic": "20240920T223401421670", "iso8601_basic_short": "20240920T223401", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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.13.105 40786 10.31.14.33 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.13.105 40786 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_lsb": {}, "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "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_segmentat<<< 61728 1726886041.83111: stdout chunk (state=3): >>>ion": "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_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_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locall<<< 61728 1726886041.83118: stdout chunk (state=3): >>>y_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "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": 148, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3383, "free": 148}, "nocache": {"free": 3263, "used": 268}, "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": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "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": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140<<< 61728 1726886041.83147: stdout chunk (state=3): >>>5543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1486, "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": 258692550656, "block_size": 4096, "block_total": 65519099, "block_available": 63157361, "block_used": 2361738, "inode_total": 131070960, "inode_available": 131027128, "inode_used": 43832, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_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_local": {}, "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 61728 1726886041.83723: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886041.83737: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 <<< 61728 1726886041.83751: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external <<< 61728 1726886041.83781: stdout chunk (state=3): >>># cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath <<< 61728 1726886041.83793: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.83804: stdout chunk (state=3): >>># cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch <<< 61728 1726886041.83834: stdout chunk (state=3): >>># cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib <<< 61728 1726886041.83845: stdout chunk (state=3): >>># cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 61728 1726886041.83880: stdout chunk (state=3): >>># cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # 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 <<< 61728 1726886041.83885: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # 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 <<< 61728 1726886041.83922: 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 # 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 <<< 61728 1726886041.83926: 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 <<< 61728 1726886041.83935: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.83958: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips <<< 61728 1726886041.83979: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.83998: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.84017: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.84034: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.84040: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.84416: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886041.84452: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 61728 1726886041.84469: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy zlib <<< 61728 1726886041.84473: stdout chunk (state=3): >>># destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886041.84493: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 61728 1726886041.84499: stdout chunk (state=3): >>># destroy ipaddress <<< 61728 1726886041.84539: stdout chunk (state=3): >>># destroy ntpath <<< 61728 1726886041.84563: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder <<< 61728 1726886041.84572: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 61728 1726886041.84586: stdout chunk (state=3): >>># destroy _locale <<< 61728 1726886041.84605: stdout chunk (state=3): >>># destroy locale # destroy select <<< 61728 1726886041.84620: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 61728 1726886041.84667: stdout chunk (state=3): >>># destroy selinux <<< 61728 1726886041.84677: stdout chunk (state=3): >>># destroy shutil <<< 61728 1726886041.84687: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 61728 1726886041.84732: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 61728 1726886041.84736: stdout chunk (state=3): >>># destroy multiprocessing # destroy multiprocessing.queues # destroy multiprocessing.synchronize # destroy multiprocessing.dummy # destroy multiprocessing.pool # destroy signal # destroy pickle # destroy _compat_pickle <<< 61728 1726886041.84766: stdout chunk (state=3): >>># destroy _pickle <<< 61728 1726886041.84781: stdout chunk (state=3): >>># destroy queue # destroy _heapq # destroy _queue <<< 61728 1726886041.84790: stdout chunk (state=3): >>># destroy multiprocessing.reduction # destroy selectors <<< 61728 1726886041.84813: stdout chunk (state=3): >>># destroy shlex # destroy fcntl <<< 61728 1726886041.84826: stdout chunk (state=3): >>># destroy datetime # destroy subprocess # destroy base64 <<< 61728 1726886041.84843: stdout chunk (state=3): >>># destroy _ssl <<< 61728 1726886041.84874: stdout chunk (state=3): >>># destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios <<< 61728 1726886041.84881: stdout chunk (state=3): >>># destroy json <<< 61728 1726886041.84901: stdout chunk (state=3): >>># destroy socket # destroy struct <<< 61728 1726886041.84935: stdout chunk (state=3): >>># destroy glob <<< 61728 1726886041.84939: stdout chunk (state=3): >>># 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 <<< 61728 1726886041.84951: stdout chunk (state=3): >>># destroy array # destroy multiprocessing.dummy.connection <<< 61728 1726886041.84996: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect <<< 61728 1726886041.85003: stdout chunk (state=3): >>># destroy ast # destroy dis # destroy importlib # destroy token <<< 61728 1726886041.85018: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux <<< 61728 1726886041.85043: 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 <<< 61728 1726886041.85050: stdout chunk (state=3): >>># cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 61728 1726886041.85079: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 61728 1726886041.85097: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math <<< 61728 1726886041.85114: stdout chunk (state=3): >>># cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # cleanup[3] wiping warnings <<< 61728 1726886041.85138: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 61728 1726886041.85160: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator<<< 61728 1726886041.85164: stdout chunk (state=3): >>> # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat <<< 61728 1726886041.85199: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc <<< 61728 1726886041.85206: stdout chunk (state=3): >>># cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib <<< 61728 1726886041.85215: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 61728 1726886041.85232: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886041.85397: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886041.85403: stdout chunk (state=3): >>># destroy _socket <<< 61728 1726886041.85438: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 61728 1726886041.85444: stdout chunk (state=3): >>># destroy tokenize <<< 61728 1726886041.85471: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 61728 1726886041.85486: stdout chunk (state=3): >>># destroy _typing <<< 61728 1726886041.85509: stdout chunk (state=3): >>># destroy _tokenize <<< 61728 1726886041.85512: 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 inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 61728 1726886041.85552: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 61728 1726886041.85560: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886041.85581: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886041.85671: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 61728 1726886041.85678: stdout chunk (state=3): >>># destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 61728 1726886041.85685: stdout chunk (state=3): >>># destroy time <<< 61728 1726886041.85712: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 61728 1726886041.85741: stdout chunk (state=3): >>># destroy _hashlib # destroy abc # destroy _collections_abc <<< 61728 1726886041.85744: stdout chunk (state=3): >>># destroy _operator # destroy _sre # destroy _string # destroy re <<< 61728 1726886041.85769: stdout chunk (state=3): >>># destroy _abc # destroy itertools <<< 61728 1726886041.85783: stdout chunk (state=3): >>># destroy posix # destroy _collections # destroy _functools<<< 61728 1726886041.85795: stdout chunk (state=3): >>> # destroy builtins # destroy _thread <<< 61728 1726886041.85801: stdout chunk (state=3): >>># clear sys.audit hooks <<< 61728 1726886041.86176: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886041.86208: stderr chunk (state=3): >>><<< 61728 1726886041.86211: stdout chunk (state=3): >>><<< 61728 1726886041.86329: _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 0x7fe18f2184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f1e7b30> # /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 0x7fe18f21aa50> 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 0x7fe18f02d130> # /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 0x7fe18f02e120> 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 0x7fe18f06bf20> # /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 0x7fe18f0800b0> # /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 0x7fe18f0a3920> # /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 0x7fe18f0a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f083bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f081310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0690d0> # /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 0x7fe18f0c78c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0c64e0> # /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 0x7fe18f0821e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f06afc0> # /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 0x7fe18f0f4950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f068350> # /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 0x7fe18f0f4e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f4cb0> # 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 0x7fe18f0f50a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f066e70> # /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 0x7fe18f0f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f5460> 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 0x7fe18f0f6660> 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 0x7fe18f110860> 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 0x7fe18f111fa0> # /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 0x7fe18f112e40> # 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 0x7fe18f113470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f112390> # /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 0x7fe18f113e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f113590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f65d0> # /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 0x7fe18ee2fd10> # /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 0x7fe18ee5c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5c5f0> # 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 0x7fe18ee5c800> # /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 0x7fe18ee5d1c0> # 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 0x7fe18ee5dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee2deb0> # /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 0x7fe18ee5efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5dd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18f0f6d80> # /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 0x7fe18ee87350> # /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 0x7fe18eea7710> # /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 0x7fe18ef08500> # /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 0x7fe18ef0ac60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ef08620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18eecd520> # /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 0x7fe18ed19580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18eea6510> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ee5ff20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fe18eea6870> # zipimport: found 103 names in '/tmp/ansible_ansible.legacy.setup_payload_8lvppc17/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 0x7fe18ed7f1d0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed5e0c0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed5d220> # 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 0x7fe18ed7cec0> # /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 0x7fe18edb2a80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb2810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18edb2150> # /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 0x7fe18edb25a0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18ed7fe60> 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 0x7fe18edb3860> # 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 0x7fe18edb39e0> # /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 0x7fe18edb3f20> 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 0x7fe18e729c10> # 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 0x7fe18e72b8c0> # /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 0x7fe18e7302c0> # /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 0x7fe18e731460> # /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 0x7fe18e733ec0> # 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 0x7fe18f112db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e732180> # /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 0x7fe18e737d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e736840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7365a0> # /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 0x7fe18e736b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e732690> # 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 0x7fe18e77bec0> # /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 0x7fe18e77bfb0> # /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 0x7fe18e77daf0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77d8b0> # /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 0x7fe18e77ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77e1b0> # /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 0x7fe18e783800> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7801d0> # 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 0x7fe18e784590> # 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 0x7fe18e784830> # 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 0x7fe18e784b60> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e77c230> # /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 0x7fe18e6102f0> # 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 0x7fe18e611580> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e786a80> # 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 0x7fe18e787e30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e786690> # 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 0x7fe18e615730> # /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 0x7fe18e6164b0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6117f0> 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 0x7fe18e616600> # 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 0x7fe18e6176b0> # 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 0x7fe18e6221b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e61d970> 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 0x7fe18e70aa20> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e7fe6f0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e622240> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e614230> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fe18e2aa7b0> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2a9be0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2a85f0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b6810> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b47a0> 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 0x7fe18e6a4ef0> # /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 0x7fe18e304920> # 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 0x7fe18e304c20> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2e8050> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e2bb6b0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b5820> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b4bc0> # /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 0x7fe18e307740> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e306ff0> # 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 0x7fe18e3071d0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e306450> # /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 0x7fe18e3078f0> # /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 0x7fe18e1164b0> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e1144d0> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e6b4ad0> 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 0x7fe18e1169c0> # /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 0x7fe18e117590> 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 0x7fe18e15ab40> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e140bf0> 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 0x7fe18e16ea50> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e16e690> 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 0x7fe18e19bad0> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e19be00> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e199d90> # /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 0x7fe18e1de900> # /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 0x7fe18e14c9e0> # /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 0x7fe18e14ddf0> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fe18e14d8e0> 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_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-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.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": "ec206ba015bf43d2c58eec6db0540fb9", "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_loadavg": {"1m": 0.23046875, "5m": 0.482421875, "15m": 0.474609375}, "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "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_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_apparmor": {"status": "disabled"}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "34", "second": "01", "epoch": "1726886041", "epoch_int": "1726886041", "date": "2024-09-20", "time": "22:34:01", "iso8601_micro": "2024-09-21T02:34:01.421670Z", "iso8601": "2024-09-21T02:34:01Z", "iso8601_basic": "20240920T223401421670", "iso8601_basic_short": "20240920T223401", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "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.13.105 40786 10.31.14.33 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.13.105 40786 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_lsb": {}, "ansible_fips": false, "ansible_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_is_chroot": false, "ansible_service_mgr": "systemd", "ansible_pkg_mgr": "dnf", "ansible_interfaces": ["lo", "eth0"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "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_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_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_fibre_channel_wwn": [], "ansible_iscsi_iqn": "", "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": 148, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3383, "free": 148}, "nocache": {"free": 3263, "used": 268}, "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": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "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": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1486, "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": 258692550656, "block_size": 4096, "block_total": 65519099, "block_available": 63157361, "block_used": 2361738, "inode_total": 131070960, "inode_available": 131027128, "inode_used": 43832, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "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_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_local": {}, "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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy 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 inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # 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 # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy 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 inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # 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 # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks [WARNING]: Platform linux on host managed_node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. 61728 1726886041.87170: 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-1726886040.725096-61747-240396747037120/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886041.87173: _low_level_execute_command(): starting 61728 1726886041.87175: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886040.725096-61747-240396747037120/ > /dev/null 2>&1 && sleep 0' 61728 1726886041.87426: 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 <<< 61728 1726886041.87429: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.87431: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886041.87433: 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 <<< 61728 1726886041.87435: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886041.87487: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886041.87490: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886041.87496: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886041.87552: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886041.89409: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886041.89436: stderr chunk (state=3): >>><<< 61728 1726886041.89439: stdout chunk (state=3): >>><<< 61728 1726886041.89457: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886041.89468: handler run complete 61728 1726886041.89576: variable 'ansible_facts' from source: unknown 61728 1726886041.89648: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.89916: variable 'ansible_facts' from source: unknown 61728 1726886041.89979: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.90078: attempt loop complete, returning result 61728 1726886041.90081: _execute() done 61728 1726886041.90084: dumping result to json 61728 1726886041.90112: done dumping result, returning 61728 1726886041.90121: done running TaskExecutor() for managed_node2/TASK: Gathering Facts [0affc8a3-6f6f-cd4e-f8d4-000000000015] 61728 1726886041.90124: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000015 61728 1726886041.92117: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000015 61728 1726886041.92122: WORKER PROCESS EXITING ok: [managed_node2] 61728 1726886041.92341: no more pending results, returning what we have 61728 1726886041.92343: results queue empty 61728 1726886041.92343: checking for any_errors_fatal 61728 1726886041.92344: done checking for any_errors_fatal 61728 1726886041.92345: checking for max_fail_percentage 61728 1726886041.92345: done checking for max_fail_percentage 61728 1726886041.92346: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.92346: done checking to see if all hosts have failed 61728 1726886041.92347: getting the remaining hosts for this loop 61728 1726886041.92348: done getting the remaining hosts for this loop 61728 1726886041.92350: getting the next task for host managed_node2 61728 1726886041.92353: done getting next task for host managed_node2 61728 1726886041.92354: ^ task is: TASK: meta (flush_handlers) 61728 1726886041.92360: ^ 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 61728 1726886041.92363: getting variables 61728 1726886041.92364: in VariableManager get_vars() 61728 1726886041.92374: Calling all_inventory to load vars for managed_node2 61728 1726886041.92376: Calling groups_inventory to load vars for managed_node2 61728 1726886041.92377: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.92383: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.92384: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.92386: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.92529: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.92680: done with get_vars() 61728 1726886041.92688: done getting variables 61728 1726886041.92723: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__ 61728 1726886041.92763: in VariableManager get_vars() 61728 1726886041.92769: Calling all_inventory to load vars for managed_node2 61728 1726886041.92770: Calling groups_inventory to load vars for managed_node2 61728 1726886041.92772: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.92775: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.92776: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.92777: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.92888: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.93043: done with get_vars() 61728 1726886041.93052: done queuing things up, now waiting for results queue to drain 61728 1726886041.93054: results queue empty 61728 1726886041.93054: checking for any_errors_fatal 61728 1726886041.93061: done checking for any_errors_fatal 61728 1726886041.93062: checking for max_fail_percentage 61728 1726886041.93063: done checking for max_fail_percentage 61728 1726886041.93063: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.93064: done checking to see if all hosts have failed 61728 1726886041.93064: getting the remaining hosts for this loop 61728 1726886041.93065: done getting the remaining hosts for this loop 61728 1726886041.93068: getting the next task for host managed_node2 61728 1726886041.93071: done getting next task for host managed_node2 61728 1726886041.93073: ^ task is: TASK: Set disk interface for test 61728 1726886041.93073: ^ 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 61728 1726886041.93075: getting variables 61728 1726886041.93075: in VariableManager get_vars() 61728 1726886041.93081: Calling all_inventory to load vars for managed_node2 61728 1726886041.93082: Calling groups_inventory to load vars for managed_node2 61728 1726886041.93083: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.93086: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.93087: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.93089: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.93198: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.93356: done with get_vars() 61728 1726886041.93362: done getting variables 61728 1726886041.93410: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [Set disk interface for test] ********************************************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_scsi_generated.yml:10 Friday 20 September 2024 22:34:01 -0400 (0:00:01.245) 0:00:01.253 ****** 61728 1726886041.93433: entering _queue_task() for managed_node2/set_fact 61728 1726886041.93434: Creating lock for set_fact 61728 1726886041.93683: worker is 1 (out of 1 available) 61728 1726886041.93697: exiting _queue_task() for managed_node2/set_fact 61728 1726886041.93709: done queuing things up, now waiting for results queue to drain 61728 1726886041.93710: waiting for pending results... 61728 1726886041.93844: running TaskExecutor() for managed_node2/TASK: Set disk interface for test 61728 1726886041.93897: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000006 61728 1726886041.93908: variable 'ansible_search_path' from source: unknown 61728 1726886041.93936: calling self._execute() 61728 1726886041.93989: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886041.93995: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886041.94002: variable 'omit' from source: magic vars 61728 1726886041.94074: variable 'omit' from source: magic vars 61728 1726886041.94095: variable 'omit' from source: magic vars 61728 1726886041.94122: variable 'omit' from source: magic vars 61728 1726886041.94152: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886041.94185: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886041.94199: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886041.94212: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886041.94223: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886041.94245: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886041.94248: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886041.94250: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886041.94324: Set connection var ansible_timeout to 10 61728 1726886041.94328: Set connection var ansible_shell_executable to /bin/sh 61728 1726886041.94333: Set connection var ansible_pipelining to False 61728 1726886041.94338: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886041.94340: Set connection var ansible_connection to ssh 61728 1726886041.94342: Set connection var ansible_shell_type to sh 61728 1726886041.94364: variable 'ansible_shell_executable' from source: unknown 61728 1726886041.94367: variable 'ansible_connection' from source: unknown 61728 1726886041.94370: variable 'ansible_module_compression' from source: unknown 61728 1726886041.94372: variable 'ansible_shell_type' from source: unknown 61728 1726886041.94374: variable 'ansible_shell_executable' from source: unknown 61728 1726886041.94377: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886041.94379: variable 'ansible_pipelining' from source: unknown 61728 1726886041.94381: variable 'ansible_timeout' from source: unknown 61728 1726886041.94385: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886041.94487: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886041.94496: variable 'omit' from source: magic vars 61728 1726886041.94501: starting attempt loop 61728 1726886041.94504: running the handler 61728 1726886041.94519: handler run complete 61728 1726886041.94524: attempt loop complete, returning result 61728 1726886041.94526: _execute() done 61728 1726886041.94529: dumping result to json 61728 1726886041.94531: done dumping result, returning 61728 1726886041.94537: done running TaskExecutor() for managed_node2/TASK: Set disk interface for test [0affc8a3-6f6f-cd4e-f8d4-000000000006] 61728 1726886041.94541: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000006 ok: [managed_node2] => { "ansible_facts": { "storage_test_use_interface": "scsi" }, "changed": false } 61728 1726886041.94679: no more pending results, returning what we have 61728 1726886041.94681: results queue empty 61728 1726886041.94682: checking for any_errors_fatal 61728 1726886041.94684: done checking for any_errors_fatal 61728 1726886041.94684: checking for max_fail_percentage 61728 1726886041.94686: done checking for max_fail_percentage 61728 1726886041.94687: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.94688: done checking to see if all hosts have failed 61728 1726886041.94688: getting the remaining hosts for this loop 61728 1726886041.94690: done getting the remaining hosts for this loop 61728 1726886041.94693: getting the next task for host managed_node2 61728 1726886041.94700: done getting next task for host managed_node2 61728 1726886041.94701: ^ task is: TASK: meta (flush_handlers) 61728 1726886041.94703: ^ 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 61728 1726886041.94707: getting variables 61728 1726886041.94709: in VariableManager get_vars() 61728 1726886041.94737: Calling all_inventory to load vars for managed_node2 61728 1726886041.94739: Calling groups_inventory to load vars for managed_node2 61728 1726886041.94742: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.94750: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.94753: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.94763: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.94772: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000006 61728 1726886041.94774: WORKER PROCESS EXITING 61728 1726886041.94937: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.95089: done with get_vars() 61728 1726886041.95097: done getting variables 61728 1726886041.95143: in VariableManager get_vars() 61728 1726886041.95149: Calling all_inventory to load vars for managed_node2 61728 1726886041.95151: Calling groups_inventory to load vars for managed_node2 61728 1726886041.95152: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.95157: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.95158: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.95160: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.95270: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.95428: done with get_vars() 61728 1726886041.95438: done queuing things up, now waiting for results queue to drain 61728 1726886041.95439: results queue empty 61728 1726886041.95440: checking for any_errors_fatal 61728 1726886041.95441: done checking for any_errors_fatal 61728 1726886041.95441: checking for max_fail_percentage 61728 1726886041.95442: done checking for max_fail_percentage 61728 1726886041.95442: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.95443: done checking to see if all hosts have failed 61728 1726886041.95443: getting the remaining hosts for this loop 61728 1726886041.95444: done getting the remaining hosts for this loop 61728 1726886041.95445: getting the next task for host managed_node2 61728 1726886041.95448: done getting next task for host managed_node2 61728 1726886041.95449: ^ task is: TASK: meta (flush_handlers) 61728 1726886041.95449: ^ 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 61728 1726886041.95457: getting variables 61728 1726886041.95458: in VariableManager get_vars() 61728 1726886041.95463: Calling all_inventory to load vars for managed_node2 61728 1726886041.95464: Calling groups_inventory to load vars for managed_node2 61728 1726886041.95465: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.95468: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.95469: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.95471: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.95578: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.95736: done with get_vars() 61728 1726886041.95743: done getting variables 61728 1726886041.95775: in VariableManager get_vars() 61728 1726886041.95780: Calling all_inventory to load vars for managed_node2 61728 1726886041.95782: Calling groups_inventory to load vars for managed_node2 61728 1726886041.95783: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.95785: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.95787: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.95788: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.95895: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.96047: done with get_vars() 61728 1726886041.96058: done queuing things up, now waiting for results queue to drain 61728 1726886041.96059: results queue empty 61728 1726886041.96060: checking for any_errors_fatal 61728 1726886041.96060: done checking for any_errors_fatal 61728 1726886041.96061: checking for max_fail_percentage 61728 1726886041.96061: done checking for max_fail_percentage 61728 1726886041.96062: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.96062: done checking to see if all hosts have failed 61728 1726886041.96063: getting the remaining hosts for this loop 61728 1726886041.96064: done getting the remaining hosts for this loop 61728 1726886041.96066: getting the next task for host managed_node2 61728 1726886041.96069: done getting next task for host managed_node2 61728 1726886041.96069: ^ task is: None 61728 1726886041.96070: ^ 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 61728 1726886041.96071: done queuing things up, now waiting for results queue to drain 61728 1726886041.96071: results queue empty 61728 1726886041.96072: checking for any_errors_fatal 61728 1726886041.96072: done checking for any_errors_fatal 61728 1726886041.96073: checking for max_fail_percentage 61728 1726886041.96073: done checking for max_fail_percentage 61728 1726886041.96073: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.96074: done checking to see if all hosts have failed 61728 1726886041.96075: getting the next task for host managed_node2 61728 1726886041.96076: done getting next task for host managed_node2 61728 1726886041.96077: ^ task is: None 61728 1726886041.96077: ^ 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 61728 1726886041.96113: in VariableManager get_vars() 61728 1726886041.96130: done with get_vars() 61728 1726886041.96134: in VariableManager get_vars() 61728 1726886041.96141: done with get_vars() 61728 1726886041.96144: variable 'omit' from source: magic vars 61728 1726886041.96167: in VariableManager get_vars() 61728 1726886041.96177: done with get_vars() 61728 1726886041.96192: variable 'omit' from source: magic vars PLAY [Ensure that the role runs with default parameters] *********************** 61728 1726886041.96382: Loading StrategyModule 'linear' from /usr/local/lib/python3.12/site-packages/ansible/plugins/strategy/linear.py (found_in_cache=True, class_only=False) 61728 1726886041.96406: getting the remaining hosts for this loop 61728 1726886041.96407: done getting the remaining hosts for this loop 61728 1726886041.96409: getting the next task for host managed_node2 61728 1726886041.96411: done getting next task for host managed_node2 61728 1726886041.96412: ^ task is: TASK: meta (flush_handlers) 61728 1726886041.96413: ^ 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 61728 1726886041.96414: getting variables 61728 1726886041.96415: in VariableManager get_vars() 61728 1726886041.96425: Calling all_inventory to load vars for managed_node2 61728 1726886041.96426: Calling groups_inventory to load vars for managed_node2 61728 1726886041.96427: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.96431: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.96433: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.96434: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.96573: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.96719: done with get_vars() 61728 1726886041.96726: done getting variables 61728 1726886041.96760: in VariableManager get_vars() 61728 1726886041.96768: Calling all_inventory to load vars for managed_node2 61728 1726886041.96769: Calling groups_inventory to load vars for managed_node2 61728 1726886041.96770: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.96773: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.96774: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.96776: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.96966: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.97109: done with get_vars() 61728 1726886041.97120: done queuing things up, now waiting for results queue to drain 61728 1726886041.97122: results queue empty 61728 1726886041.97122: checking for any_errors_fatal 61728 1726886041.97123: done checking for any_errors_fatal 61728 1726886041.97123: checking for max_fail_percentage 61728 1726886041.97124: done checking for max_fail_percentage 61728 1726886041.97124: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.97125: done checking to see if all hosts have failed 61728 1726886041.97125: getting the remaining hosts for this loop 61728 1726886041.97126: done getting the remaining hosts for this loop 61728 1726886041.97128: getting the next task for host managed_node2 61728 1726886041.97130: done getting next task for host managed_node2 61728 1726886041.97132: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 61728 1726886041.97133: ^ 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 61728 1726886041.97139: getting variables 61728 1726886041.97140: in VariableManager get_vars() 61728 1726886041.97147: Calling all_inventory to load vars for managed_node2 61728 1726886041.97148: Calling groups_inventory to load vars for managed_node2 61728 1726886041.97154: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.97160: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.97161: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.97163: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.97269: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.97431: done with get_vars() 61728 1726886041.97437: done getting variables TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 20 September 2024 22:34:01 -0400 (0:00:00.040) 0:00:01.293 ****** 61728 1726886041.97487: entering _queue_task() for managed_node2/include_tasks 61728 1726886041.97488: Creating lock for include_tasks 61728 1726886041.97710: worker is 1 (out of 1 available) 61728 1726886041.97726: exiting _queue_task() for managed_node2/include_tasks 61728 1726886041.97737: done queuing things up, now waiting for results queue to drain 61728 1726886041.97739: waiting for pending results... 61728 1726886041.97881: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 61728 1726886041.97943: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000000e 61728 1726886041.97954: variable 'ansible_search_path' from source: unknown 61728 1726886041.97960: variable 'ansible_search_path' from source: unknown 61728 1726886041.97991: calling self._execute() 61728 1726886041.98044: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886041.98047: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886041.98058: variable 'omit' from source: magic vars 61728 1726886041.98131: _execute() done 61728 1726886041.98134: dumping result to json 61728 1726886041.98137: done dumping result, returning 61728 1726886041.98144: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-cd4e-f8d4-00000000000e] 61728 1726886041.98146: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000000e 61728 1726886041.98230: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000000e 61728 1726886041.98232: WORKER PROCESS EXITING 61728 1726886041.98281: no more pending results, returning what we have 61728 1726886041.98285: in VariableManager get_vars() 61728 1726886041.98320: Calling all_inventory to load vars for managed_node2 61728 1726886041.98323: Calling groups_inventory to load vars for managed_node2 61728 1726886041.98325: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.98334: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.98337: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.98339: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.98522: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.98675: done with get_vars() 61728 1726886041.98681: variable 'ansible_search_path' from source: unknown 61728 1726886041.98682: variable 'ansible_search_path' from source: unknown 61728 1726886041.98701: we have included files to process 61728 1726886041.98702: generating all_blocks data 61728 1726886041.98703: done generating all_blocks data 61728 1726886041.98703: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 61728 1726886041.98704: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 61728 1726886041.98705: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml 61728 1726886041.99115: done processing included file 61728 1726886041.99116: iterating over new_blocks loaded from include file 61728 1726886041.99120: in VariableManager get_vars() 61728 1726886041.99132: done with get_vars() 61728 1726886041.99133: filtering new block on tags 61728 1726886041.99153: done filtering new block on tags 61728 1726886041.99157: in VariableManager get_vars() 61728 1726886041.99167: done with get_vars() 61728 1726886041.99168: filtering new block on tags 61728 1726886041.99189: done filtering new block on tags 61728 1726886041.99191: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for managed_node2 61728 1726886041.99195: extending task lists for all hosts with included blocks 61728 1726886041.99244: done extending task lists 61728 1726886041.99245: done processing included files 61728 1726886041.99246: results queue empty 61728 1726886041.99246: checking for any_errors_fatal 61728 1726886041.99247: done checking for any_errors_fatal 61728 1726886041.99248: checking for max_fail_percentage 61728 1726886041.99248: done checking for max_fail_percentage 61728 1726886041.99249: checking to see if all hosts have failed and the running result is not ok 61728 1726886041.99249: done checking to see if all hosts have failed 61728 1726886041.99250: getting the remaining hosts for this loop 61728 1726886041.99250: done getting the remaining hosts for this loop 61728 1726886041.99252: getting the next task for host managed_node2 61728 1726886041.99254: done getting next task for host managed_node2 61728 1726886041.99258: ^ task is: TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 61728 1726886041.99259: ^ 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 61728 1726886041.99265: getting variables 61728 1726886041.99266: in VariableManager get_vars() 61728 1726886041.99274: Calling all_inventory to load vars for managed_node2 61728 1726886041.99275: Calling groups_inventory to load vars for managed_node2 61728 1726886041.99276: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886041.99279: Calling all_plugins_play to load vars for managed_node2 61728 1726886041.99281: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886041.99282: Calling groups_plugins_play to load vars for managed_node2 61728 1726886041.99413: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886041.99569: done with get_vars() 61728 1726886041.99576: done getting variables TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 20 September 2024 22:34:01 -0400 (0:00:00.021) 0:00:01.315 ****** 61728 1726886041.99626: entering _queue_task() for managed_node2/setup 61728 1726886041.99861: worker is 1 (out of 1 available) 61728 1726886041.99874: exiting _queue_task() for managed_node2/setup 61728 1726886041.99885: done queuing things up, now waiting for results queue to drain 61728 1726886041.99886: waiting for pending results... 61728 1726886042.00031: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role 61728 1726886042.00107: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000044 61728 1726886042.00123: variable 'ansible_search_path' from source: unknown 61728 1726886042.00127: variable 'ansible_search_path' from source: unknown 61728 1726886042.00150: calling self._execute() 61728 1726886042.00205: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.00208: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.00217: variable 'omit' from source: magic vars 61728 1726886042.00574: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886042.01969: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886042.02022: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886042.02048: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886042.02076: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886042.02097: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886042.02156: 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) 61728 1726886042.02180: 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) 61728 1726886042.02197: 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) 61728 1726886042.02224: 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) 61728 1726886042.02235: 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) 61728 1726886042.02274: 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) 61728 1726886042.02292: 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) 61728 1726886042.02311: 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) 61728 1726886042.02338: 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) 61728 1726886042.02348: 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) 61728 1726886042.02470: variable '__storage_required_facts' from source: role '' all vars 61728 1726886042.02479: variable 'ansible_facts' from source: unknown 61728 1726886042.02566: Evaluated conditional (__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0): False 61728 1726886042.02569: when evaluation is False, skipping this task 61728 1726886042.02572: _execute() done 61728 1726886042.02575: dumping result to json 61728 1726886042.02577: done dumping result, returning 61728 1726886042.02583: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Ensure ansible_facts used by role [0affc8a3-6f6f-cd4e-f8d4-000000000044] 61728 1726886042.02587: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000044 61728 1726886042.02675: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000044 61728 1726886042.02678: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } 61728 1726886042.02727: no more pending results, returning what we have 61728 1726886042.02729: results queue empty 61728 1726886042.02731: checking for any_errors_fatal 61728 1726886042.02732: done checking for any_errors_fatal 61728 1726886042.02732: checking for max_fail_percentage 61728 1726886042.02734: done checking for max_fail_percentage 61728 1726886042.02735: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.02736: done checking to see if all hosts have failed 61728 1726886042.02736: getting the remaining hosts for this loop 61728 1726886042.02738: done getting the remaining hosts for this loop 61728 1726886042.02741: getting the next task for host managed_node2 61728 1726886042.02747: done getting next task for host managed_node2 61728 1726886042.02750: ^ task is: TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 61728 1726886042.02753: ^ 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 61728 1726886042.02767: getting variables 61728 1726886042.02769: in VariableManager get_vars() 61728 1726886042.02804: Calling all_inventory to load vars for managed_node2 61728 1726886042.02806: Calling groups_inventory to load vars for managed_node2 61728 1726886042.02808: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.02817: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.02821: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.02824: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.03025: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.03184: done with get_vars() 61728 1726886042.03193: done getting variables 61728 1726886042.03275: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 20 September 2024 22:34:02 -0400 (0:00:00.036) 0:00:01.351 ****** 61728 1726886042.03298: entering _queue_task() for managed_node2/include_vars 61728 1726886042.03303: Creating lock for include_vars 61728 1726886042.03520: worker is 1 (out of 1 available) 61728 1726886042.03533: exiting _queue_task() for managed_node2/include_vars 61728 1726886042.03543: done queuing things up, now waiting for results queue to drain 61728 1726886042.03545: waiting for pending results... 61728 1726886042.03694: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables 61728 1726886042.03776: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000045 61728 1726886042.03786: variable 'ansible_search_path' from source: unknown 61728 1726886042.03790: variable 'ansible_search_path' from source: unknown 61728 1726886042.04059: variable 'ansible_facts' from source: unknown 61728 1726886042.04221: variable 'ansible_facts' from source: unknown 61728 1726886042.04354: variable 'ansible_facts' from source: unknown 61728 1726886042.04481: variable 'ansible_facts' from source: unknown 61728 1726886042.04539: variable 'omit' from source: magic vars 61728 1726886042.04606: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.04613: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.04624: variable 'omit' from source: magic vars 61728 1726886042.04781: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886042.04964: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886042.04996: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886042.05020: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886042.05046: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886042.05102: variable '__vars_file' from source: task vars 61728 1726886042.05158: variable 'role_path' from source: magic vars 61728 1726886042.05161: variable 'item' from source: unknown 61728 1726886042.05171: Evaluated conditional (__vars_file is file): False 61728 1726886042.05174: when evaluation is False, skipping this task 61728 1726886042.05200: variable 'item' from source: unknown 61728 1726886042.05249: variable 'item' from source: unknown skipping: [managed_node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } 61728 1726886042.05378: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.05382: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.05384: variable 'omit' from source: magic vars 61728 1726886042.05463: variable '__vars_file' from source: task vars 61728 1726886042.05516: variable 'role_path' from source: magic vars 61728 1726886042.05519: variable 'item' from source: unknown 61728 1726886042.05532: Evaluated conditional (__vars_file is file): False 61728 1726886042.05535: when evaluation is False, skipping this task 61728 1726886042.05554: variable 'item' from source: unknown 61728 1726886042.05596: variable 'item' from source: unknown skipping: [managed_node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } 61728 1726886042.05674: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.05678: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.05680: variable 'omit' from source: magic vars 61728 1726886042.05779: variable '__vars_file' from source: task vars 61728 1726886042.05833: variable 'role_path' from source: magic vars 61728 1726886042.05837: variable 'item' from source: unknown 61728 1726886042.05846: Evaluated conditional (__vars_file is file): True 61728 1726886042.05848: variable 'omit' from source: magic vars 61728 1726886042.05883: variable 'omit' from source: magic vars 61728 1726886042.05913: variable '__vars_file' from source: task vars 61728 1726886042.05961: variable '__vars_file' from source: task vars 61728 1726886042.06012: variable 'role_path' from source: magic vars 61728 1726886042.06015: variable 'item' from source: unknown 61728 1726886042.06031: variable 'omit' from source: magic vars 61728 1726886042.06054: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.06077: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.06090: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.06102: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.06111: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.06136: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.06139: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.06141: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.06208: Set connection var ansible_timeout to 10 61728 1726886042.06212: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.06217: Set connection var ansible_pipelining to False 61728 1726886042.06224: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.06227: Set connection var ansible_connection to ssh 61728 1726886042.06229: Set connection var ansible_shell_type to sh 61728 1726886042.06246: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.06249: variable 'ansible_connection' from source: unknown 61728 1726886042.06251: variable 'ansible_module_compression' from source: unknown 61728 1726886042.06253: variable 'ansible_shell_type' from source: unknown 61728 1726886042.06257: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.06260: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.06269: variable 'ansible_pipelining' from source: unknown 61728 1726886042.06272: variable 'ansible_timeout' from source: unknown 61728 1726886042.06274: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.06346: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.06354: variable 'omit' from source: magic vars 61728 1726886042.06360: starting attempt loop 61728 1726886042.06363: running the handler 61728 1726886042.06434: handler run complete 61728 1726886042.06440: attempt loop complete, returning result 61728 1726886042.06451: variable 'item' from source: unknown 61728 1726886042.06497: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 61728 1726886042.06595: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.06598: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.06601: variable 'omit' from source: magic vars 61728 1726886042.06690: variable '__vars_file' from source: task vars 61728 1726886042.06747: variable 'role_path' from source: magic vars 61728 1726886042.06750: variable 'item' from source: unknown 61728 1726886042.06760: Evaluated conditional (__vars_file is file): True 61728 1726886042.06764: variable 'omit' from source: magic vars 61728 1726886042.06775: variable 'omit' from source: magic vars 61728 1726886042.06804: variable '__vars_file' from source: task vars 61728 1726886042.06850: variable '__vars_file' from source: task vars 61728 1726886042.06903: variable 'role_path' from source: magic vars 61728 1726886042.06906: variable 'item' from source: unknown 61728 1726886042.06919: variable 'omit' from source: magic vars 61728 1726886042.06937: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.06944: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.06949: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.06960: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.06962: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.06965: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.07008: Set connection var ansible_timeout to 10 61728 1726886042.07011: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.07017: Set connection var ansible_pipelining to False 61728 1726886042.07024: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.07027: Set connection var ansible_connection to ssh 61728 1726886042.07029: Set connection var ansible_shell_type to sh 61728 1726886042.07049: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.07052: variable 'ansible_connection' from source: unknown 61728 1726886042.07054: variable 'ansible_module_compression' from source: unknown 61728 1726886042.07058: variable 'ansible_shell_type' from source: unknown 61728 1726886042.07061: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.07063: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.07065: variable 'ansible_pipelining' from source: unknown 61728 1726886042.07068: variable 'ansible_timeout' from source: unknown 61728 1726886042.07072: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.07131: Loading ActionModule 'include_vars' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/include_vars.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.07139: variable 'omit' from source: magic vars 61728 1726886042.07142: starting attempt loop 61728 1726886042.07146: running the handler 61728 1726886042.07182: handler run complete 61728 1726886042.07187: attempt loop complete, returning result 61728 1726886042.07198: variable 'item' from source: unknown 61728 1726886042.07242: variable 'item' from source: unknown ok: [managed_node2] => (item=CentOS_10.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "{{ 'libblockdev-s390' if ansible_architecture == 's390x' else 'libblockdev' }}" ] }, "ansible_included_var_files": [ "/tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } 61728 1726886042.07326: dumping result to json 61728 1726886042.07329: done dumping result, returning 61728 1726886042.07331: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set platform/version specific variables [0affc8a3-6f6f-cd4e-f8d4-000000000045] 61728 1726886042.07333: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000045 61728 1726886042.07372: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000045 61728 1726886042.07374: WORKER PROCESS EXITING 61728 1726886042.07433: no more pending results, returning what we have 61728 1726886042.07435: results queue empty 61728 1726886042.07436: checking for any_errors_fatal 61728 1726886042.07441: done checking for any_errors_fatal 61728 1726886042.07442: checking for max_fail_percentage 61728 1726886042.07443: done checking for max_fail_percentage 61728 1726886042.07444: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.07445: done checking to see if all hosts have failed 61728 1726886042.07446: getting the remaining hosts for this loop 61728 1726886042.07447: done getting the remaining hosts for this loop 61728 1726886042.07451: getting the next task for host managed_node2 61728 1726886042.07460: done getting next task for host managed_node2 61728 1726886042.07463: ^ task is: TASK: fedora.linux_system_roles.storage : Check if system is ostree 61728 1726886042.07465: ^ 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 61728 1726886042.07474: getting variables 61728 1726886042.07476: in VariableManager get_vars() 61728 1726886042.07506: Calling all_inventory to load vars for managed_node2 61728 1726886042.07508: Calling groups_inventory to load vars for managed_node2 61728 1726886042.07510: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.07518: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.07520: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.07523: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.07706: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.07863: done with get_vars() 61728 1726886042.07871: done getting variables TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 20 September 2024 22:34:02 -0400 (0:00:00.046) 0:00:01.398 ****** 61728 1726886042.07934: entering _queue_task() for managed_node2/stat 61728 1726886042.08133: worker is 1 (out of 1 available) 61728 1726886042.08146: exiting _queue_task() for managed_node2/stat 61728 1726886042.08157: done queuing things up, now waiting for results queue to drain 61728 1726886042.08158: waiting for pending results... 61728 1726886042.08301: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree 61728 1726886042.08364: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000047 61728 1726886042.08375: variable 'ansible_search_path' from source: unknown 61728 1726886042.08381: variable 'ansible_search_path' from source: unknown 61728 1726886042.08407: calling self._execute() 61728 1726886042.08459: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.08464: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.08473: variable 'omit' from source: magic vars 61728 1726886042.08794: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886042.08987: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886042.09016: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886042.09047: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886042.09073: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886042.09133: 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) 61728 1726886042.09152: 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) 61728 1726886042.09173: 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) 61728 1726886042.09190: 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) 61728 1726886042.09275: Evaluated conditional (not __storage_is_ostree is defined): True 61728 1726886042.09279: variable 'omit' from source: magic vars 61728 1726886042.09312: variable 'omit' from source: magic vars 61728 1726886042.09338: variable 'omit' from source: magic vars 61728 1726886042.09358: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.09381: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.09395: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.09408: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.09416: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.09440: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.09443: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.09446: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.09514: Set connection var ansible_timeout to 10 61728 1726886042.09523: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.09528: Set connection var ansible_pipelining to False 61728 1726886042.09533: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.09535: Set connection var ansible_connection to ssh 61728 1726886042.09538: Set connection var ansible_shell_type to sh 61728 1726886042.09557: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.09560: variable 'ansible_connection' from source: unknown 61728 1726886042.09563: variable 'ansible_module_compression' from source: unknown 61728 1726886042.09565: variable 'ansible_shell_type' from source: unknown 61728 1726886042.09567: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.09569: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.09572: variable 'ansible_pipelining' from source: unknown 61728 1726886042.09574: variable 'ansible_timeout' from source: unknown 61728 1726886042.09579: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.09677: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886042.09685: variable 'omit' from source: magic vars 61728 1726886042.09692: starting attempt loop 61728 1726886042.09694: running the handler 61728 1726886042.09706: _low_level_execute_command(): starting 61728 1726886042.09714: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886042.10209: 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 <<< 61728 1726886042.10213: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.10215: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886042.10220: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.10267: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.10280: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.10347: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.12054: stdout chunk (state=3): >>>/root <<< 61728 1726886042.12151: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.12182: stderr chunk (state=3): >>><<< 61728 1726886042.12185: stdout chunk (state=3): >>><<< 61728 1726886042.12205: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.12218: _low_level_execute_command(): starting 61728 1726886042.12226: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834 `" && echo ansible-tmp-1726886042.122054-61763-197396101305834="` echo /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834 `" ) && sleep 0' 61728 1726886042.12660: 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 <<< 61728 1726886042.12663: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.12667: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886042.12669: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.12716: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.12724: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.12726: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.12778: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.14692: stdout chunk (state=3): >>>ansible-tmp-1726886042.122054-61763-197396101305834=/root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834 <<< 61728 1726886042.14802: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.14826: stderr chunk (state=3): >>><<< 61728 1726886042.14829: stdout chunk (state=3): >>><<< 61728 1726886042.14842: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886042.122054-61763-197396101305834=/root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.14885: variable 'ansible_module_compression' from source: unknown 61728 1726886042.14932: ANSIBALLZ: Using lock for stat 61728 1726886042.14936: ANSIBALLZ: Acquiring lock 61728 1726886042.14938: ANSIBALLZ: Lock acquired: 139692864917520 61728 1726886042.14941: ANSIBALLZ: Creating module 61728 1726886042.24110: ANSIBALLZ: Writing module into payload 61728 1726886042.24151: ANSIBALLZ: Writing module 61728 1726886042.24172: ANSIBALLZ: Renaming module 61728 1726886042.24177: ANSIBALLZ: Done creating module 61728 1726886042.24191: variable 'ansible_facts' from source: unknown 61728 1726886042.24257: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py 61728 1726886042.24390: Sending initial data 61728 1726886042.24393: Sent initial data (152 bytes) 61728 1726886042.24835: 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 <<< 61728 1726886042.24838: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886042.24840: 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.14.33 is address debug1: re-parsing configuration <<< 61728 1726886042.24843: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.24896: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.24899: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.24902: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.24964: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.26626: 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 <<< 61728 1726886042.26630: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 61728 1726886042.26673: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886042.26722: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmp3zhtx_0d /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py <<< 61728 1726886042.26730: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py" <<< 61728 1726886042.26772: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmp3zhtx_0d" to remote "/root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py" <<< 61728 1726886042.26778: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py" <<< 61728 1726886042.27388: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.27437: stderr chunk (state=3): >>><<< 61728 1726886042.27440: stdout chunk (state=3): >>><<< 61728 1726886042.27465: done transferring module to remote 61728 1726886042.27488: _low_level_execute_command(): starting 61728 1726886042.27491: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/ /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py && sleep 0' 61728 1726886042.28124: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886042.28127: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886042.28129: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.28131: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886042.28133: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.28185: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.28189: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.28270: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.30269: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.30273: stdout chunk (state=3): >>><<< 61728 1726886042.30275: stderr chunk (state=3): >>><<< 61728 1726886042.30278: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.30281: _low_level_execute_command(): starting 61728 1726886042.30283: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/AnsiballZ_stat.py && sleep 0' 61728 1726886042.30883: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.30895: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.30943: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.30959: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.31012: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.33191: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886042.33217: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886042.33244: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 61728 1726886042.33269: stdout chunk (state=3): >>>import '_weakref' # <<< 61728 1726886042.33329: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886042.33362: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886042.33424: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886042.33427: stdout chunk (state=3): >>>import 'time' # <<< 61728 1726886042.33449: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 61728 1726886042.33491: 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' <<< 61728 1726886042.33516: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886042.33531: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886042.33572: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886042.33588: 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 0x7fbbbaa184d0> <<< 61728 1726886042.33629: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba9e7b30> <<< 61728 1726886042.33643: 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 0x7fbbbaa1aa50> <<< 61728 1726886042.33681: stdout chunk (state=3): >>>import '_signal' # import '_abc' # <<< 61728 1726886042.33703: stdout chunk (state=3): >>>import 'abc' # <<< 61728 1726886042.33737: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886042.33747: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886042.33824: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886042.33851: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886042.33898: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886042.33928: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 61728 1726886042.33941: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886042.33994: 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' <<< 61728 1726886042.33999: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba82d130> <<< 61728 1726886042.34070: 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 0x7fbbba82e120> <<< 61728 1726886042.34122: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886042.34137: 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. <<< 61728 1726886042.34365: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886042.34414: 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 <<< 61728 1726886042.34435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886042.34490: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886042.34493: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886042.34541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba86bfe0> <<< 61728 1726886042.34544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886042.34591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 61728 1726886042.34594: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba880170> <<< 61728 1726886042.34610: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886042.34644: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886042.34659: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886042.34708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.34724: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886042.34770: 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' <<< 61728 1726886042.34797: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8a39e0> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886042.34808: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8a3fb0> import '_collections' # <<< 61728 1726886042.34851: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba883cb0> <<< 61728 1726886042.34891: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886042.34897: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8813d0> <<< 61728 1726886042.34994: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba869190> <<< 61728 1726886042.35029: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886042.35057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 61728 1726886042.35126: 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' <<< 61728 1726886042.35130: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 61728 1726886042.35149: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 61728 1726886042.35197: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8c6570> # /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 0x7fbbba8822a0> <<< 61728 1726886042.35210: stdout chunk (state=3): >>>import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8c4e00> <<< 61728 1726886042.35278: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886042.35295: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba868410> # /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' <<< 61728 1726886042.35333: 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 0x7fbbba8f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f4d10> <<< 61728 1726886042.35370: 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 0x7fbbba8f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba866f30> <<< 61728 1726886042.35407: 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' <<< 61728 1726886042.35431: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886042.35470: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886042.35487: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f5490> import 'importlib.machinery' # <<< 61728 1726886042.35531: 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' <<< 61728 1726886042.35553: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f6690> <<< 61728 1726886042.35583: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 61728 1726886042.35586: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886042.35647: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886042.35650: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886042.35691: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba910860> import 'errno' # <<< 61728 1726886042.35696: 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' <<< 61728 1726886042.35730: stdout chunk (state=3): >>>import 'zlib' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbba911fa0> # /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886042.35769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886042.35772: 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' <<< 61728 1726886042.35834: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba912e40> <<< 61728 1726886042.35837: 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 0x7fbbba913470> <<< 61728 1726886042.35866: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba912390> # /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' <<< 61728 1726886042.35903: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.35926: 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 0x7fbbba913e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba913590> <<< 61728 1726886042.35977: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f6600> <<< 61728 1726886042.35995: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886042.36035: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886042.36047: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886042.36090: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbba693d40> <<< 61728 1726886042.36141: 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' <<< 61728 1726886042.36146: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.36179: 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 0x7fbbba6c0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c0560> # 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 0x7fbbba6c0830> <<< 61728 1726886042.36205: 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' <<< 61728 1726886042.36280: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.36406: 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 0x7fbbba6c1160> <<< 61728 1726886042.36544: 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' <<< 61728 1726886042.36559: stdout chunk (state=3): >>>import '_blake2' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fbbba6c1b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c0a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba691ee0> <<< 61728 1726886042.36587: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886042.36604: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886042.36638: 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 0x7fbbba6c2ed0> <<< 61728 1726886042.36668: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c19a0> <<< 61728 1726886042.36685: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f6db0> <<< 61728 1726886042.36704: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886042.36776: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.36788: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886042.36825: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886042.36843: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6eb1d0> <<< 61728 1726886042.36904: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886042.36940: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.36944: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886042.36960: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886042.36995: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba713590> <<< 61728 1726886042.37016: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886042.37067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886042.37114: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886042.37142: 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 0x7fbbba76c320> <<< 61728 1726886042.37163: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886042.37190: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886042.37217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886042.37259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886042.37342: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba76ea80> <<< 61728 1726886042.37420: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba76c440> <<< 61728 1726886042.37469: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba739310> <<< 61728 1726886042.37496: 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 0x7fbbba571400> <<< 61728 1726886042.37530: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba712390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c3da0> <<< 61728 1726886042.37634: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbba712990> <<< 61728 1726886042.37829: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_l7fxmd9q/ansible_stat_payload.zip' # zipimport: zlib available <<< 61728 1726886042.37967: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.38062: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886042.38074: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886042.38285: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886042.38288: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886042.38299: 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 0x7fbbba5c7170> import '_typing' # <<< 61728 1726886042.38334: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5a6060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5a51c0> <<< 61728 1726886042.38345: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.38389: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886042.38392: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.38403: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.38433: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886042.38453: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.39858: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.41020: 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 0x7fbbba5c5040> <<< 61728 1726886042.41046: 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' <<< 61728 1726886042.41066: 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' <<< 61728 1726886042.41089: 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' <<< 61728 1726886042.41119: 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 0x7fbbba5f2b40> <<< 61728 1726886042.41159: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f28d0> <<< 61728 1726886042.41192: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f21e0> <<< 61728 1726886042.41204: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886042.41222: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886042.41269: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5c7e00> <<< 61728 1726886042.41272: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886042.41302: 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 0x7fbbba5f3890> <<< 61728 1726886042.41328: 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 0x7fbbba5f3a10> <<< 61728 1726886042.41356: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886042.41399: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886042.41417: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886042.41458: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f3f20> <<< 61728 1726886042.41476: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886042.41490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886042.41520: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886042.41559: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f19d00> <<< 61728 1726886042.41586: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.41600: 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 0x7fbbb9f1b920> <<< 61728 1726886042.41608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886042.41630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886042.41667: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f202f0> <<< 61728 1726886042.41687: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886042.41719: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886042.41734: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f211f0> <<< 61728 1726886042.41750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886042.41789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886042.41815: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886042.41821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886042.41868: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f23ef0> <<< 61728 1726886042.41911: 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 0x7fbbba912db0> <<< 61728 1726886042.41937: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f221b0> <<< 61728 1726886042.41949: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886042.41981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886042.42005: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 61728 1726886042.42012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 61728 1726886042.42029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886042.42059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886042.42083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 61728 1726886042.42091: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 61728 1726886042.42096: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f27d70> <<< 61728 1726886042.42114: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886042.42179: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f26840> <<< 61728 1726886042.42188: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f265a0> <<< 61728 1726886042.42205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886042.42220: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886042.42291: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f26b10> <<< 61728 1726886042.42321: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f226c0> <<< 61728 1726886042.42346: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.42353: 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 0x7fbbb9f6ba10> <<< 61728 1726886042.42381: 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 <<< 61728 1726886042.42386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/__init__.cpython-312.pyc' import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f23500> <<< 61728 1726886042.42402: 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 <<< 61728 1726886042.42424: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886042.42443: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 61728 1726886042.42459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 61728 1726886042.42487: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.42495: 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 0x7fbbb9f6db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6d8e0> <<< 61728 1726886042.42510: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886042.42633: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886042.42690: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.42697: 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 0x7fbbb9f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6e210> <<< 61728 1726886042.42717: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886042.42763: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.42793: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886042.42805: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 61728 1726886042.42811: stdout chunk (state=3): >>>import '_string' # <<< 61728 1726886042.42857: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f73860> <<< 61728 1726886042.42983: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f70230> <<< 61728 1726886042.43043: 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 0x7fbbb9f745f0> <<< 61728 1726886042.43082: 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 0x7fbbb9f74890> <<< 61728 1726886042.43140: 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 0x7fbbb9f74c20> <<< 61728 1726886042.43169: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6c200> # /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' <<< 61728 1726886042.43188: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886042.43211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886042.43252: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.43270: 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 0x7fbbb9e002c0> <<< 61728 1726886042.43422: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.43433: 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 0x7fbbb9e016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f76a50> <<< 61728 1726886042.43482: 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 0x7fbbb9f77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f76660> <<< 61728 1726886042.43524: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886042.43531: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.43630: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.43702: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.43758: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 61728 1726886042.43771: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.43883: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.44003: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.44552: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.45097: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886042.45107: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 61728 1726886042.45119: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886042.45134: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886042.45158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.45209: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886042.45215: 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 0x7fbbb9e05880> <<< 61728 1726886042.45289: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886042.45297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886042.45313: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e06660> <<< 61728 1726886042.45326: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e01940> <<< 61728 1726886042.45373: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886042.45391: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.45405: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.45424: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886042.45432: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.45580: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.45740: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886042.45743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886042.45749: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e06750> <<< 61728 1726886042.45784: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46231: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46681: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46749: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46828: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886042.46830: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46879: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46914: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886042.46917: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.46983: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47063: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886042.47073: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47097: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886042.47112: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47152: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47199: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886042.47204: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47434: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886042.47739: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886042.47741: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886042.47816: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e07920> <<< 61728 1726886042.47821: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47901: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.47974: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886042.47986: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886042.47993: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886042.48013: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48064: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48102: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886042.48112: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48153: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48199: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48257: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48327: 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 <<< 61728 1726886042.48375: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886042.48459: 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 0x7fbbb9e12210> <<< 61728 1726886042.48524: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e0fef0> <<< 61728 1726886042.48527: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886042.48546: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48608: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48670: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48697: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.48761: 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' <<< 61728 1726886042.48787: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886042.48813: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886042.48883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886042.48909: 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' <<< 61728 1726886042.48985: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba63eb10> <<< 61728 1726886042.49013: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6267e0> <<< 61728 1726886042.49100: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e11fa0> # destroy ansible.module_utils.distro <<< 61728 1726886042.49110: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 61728 1726886042.49114: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49138: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49172: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886042.49231: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886042.49236: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49295: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 61728 1726886042.49298: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49413: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49605: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886042.49735: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": false}, "invocation": {"module_args": {"path": "/run/ostree-booted", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} # destroy __main__ <<< 61728 1726886042.50095: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886042.50100: 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 <<< 61728 1726886042.50122: 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 <<< 61728 1726886042.50130: stdout chunk (state=3): >>># cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator <<< 61728 1726886042.50141: 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 <<< 61728 1726886042.50162: stdout chunk (state=3): >>># cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # 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 <<< 61728 1726886042.50183: stdout chunk (state=3): >>># 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__ <<< 61728 1726886042.50200: stdout chunk (state=3): >>># destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess <<< 61728 1726886042.50203: stdout chunk (state=3): >>># cleanup[2] removing subprocess # cleanup[2] removing token # destroy token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string<<< 61728 1726886042.50222: stdout chunk (state=3): >>> # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader <<< 61728 1726886042.50233: 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<<< 61728 1726886042.50243: 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 <<< 61728 1726886042.50278: stdout chunk (state=3): >>># destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # 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 <<< 61728 1726886042.50281: stdout chunk (state=3): >>># cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils <<< 61728 1726886042.50283: stdout chunk (state=3): >>># 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 <<< 61728 1726886042.50532: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886042.50548: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 61728 1726886042.50568: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 61728 1726886042.50580: stdout chunk (state=3): >>># destroy _blake2 # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886042.50598: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 61728 1726886042.50620: stdout chunk (state=3): >>># destroy ntpath <<< 61728 1726886042.50645: stdout chunk (state=3): >>># destroy importlib # destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux <<< 61728 1726886042.50669: stdout chunk (state=3): >>># destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 61728 1726886042.50673: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 61728 1726886042.50700: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl # destroy select <<< 61728 1726886042.50706: stdout chunk (state=3): >>># destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 61728 1726886042.50733: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 61728 1726886042.50736: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 61728 1726886042.50764: stdout chunk (state=3): >>># destroy selinux <<< 61728 1726886042.50767: stdout chunk (state=3): >>># destroy shutil <<< 61728 1726886042.50782: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 61728 1726886042.50819: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 61728 1726886042.50842: stdout chunk (state=3): >>># cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes <<< 61728 1726886042.50846: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 61728 1726886042.50878: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing <<< 61728 1726886042.50904: 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 <<< 61728 1726886042.50908: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 61728 1726886042.50921: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 61728 1726886042.50947: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 61728 1726886042.50965: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 61728 1726886042.50969: stdout chunk (state=3): >>># cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # destroy abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs <<< 61728 1726886042.50997: stdout chunk (state=3): >>># cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys <<< 61728 1726886042.51001: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 61728 1726886042.51015: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886042.51151: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886042.51160: stdout chunk (state=3): >>># destroy _socket <<< 61728 1726886042.51163: stdout chunk (state=3): >>># destroy _collections <<< 61728 1726886042.51191: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 61728 1726886042.51196: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 61728 1726886042.51220: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 61728 1726886042.51256: stdout chunk (state=3): >>># destroy _typing <<< 61728 1726886042.51260: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 61728 1726886042.51266: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 61728 1726886042.51278: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886042.51294: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886042.51384: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 61728 1726886042.51398: stdout chunk (state=3): >>># destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 61728 1726886042.51403: stdout chunk (state=3): >>># destroy time <<< 61728 1726886042.51433: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 61728 1726886042.51460: stdout chunk (state=3): >>># destroy _hashlib <<< 61728 1726886042.51464: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 61728 1726886042.51484: stdout chunk (state=3): >>># destroy itertools <<< 61728 1726886042.51497: stdout chunk (state=3): >>># destroy _abc <<< 61728 1726886042.51503: stdout chunk (state=3): >>># destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 61728 1726886042.51941: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886042.51943: stdout chunk (state=3): >>><<< 61728 1726886042.51947: stderr chunk (state=3): >>><<< 61728 1726886042.51963: _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 0x7fbbbaa184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba9e7b30> # /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 0x7fbbbaa1aa50> 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 0x7fbbba82d130> # /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 0x7fbbba82e120> 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 0x7fbbba86bfe0> # /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 0x7fbbba880170> # /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 0x7fbbba8a39e0> # /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 0x7fbbba8a3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba883cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8813d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba869190> # /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 0x7fbbba8c7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8c6570> # /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 0x7fbbba8822a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8c4e00> # /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 0x7fbbba8f49b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba868410> # /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 0x7fbbba8f4e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f4d10> # 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 0x7fbbba8f50d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba866f30> # /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 0x7fbbba8f5790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f5490> 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 0x7fbbba8f6690> 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 0x7fbbba910860> 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 0x7fbbba911fa0> # /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 0x7fbbba912e40> # 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 0x7fbbba913470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba912390> # /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 0x7fbbba913e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba913590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f6600> # /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 0x7fbbba693d40> # /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 0x7fbbba6c0800> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c0560> # 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 0x7fbbba6c0830> # /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 0x7fbbba6c1160> # 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 0x7fbbba6c1b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c0a10> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba691ee0> # /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 0x7fbbba6c2ed0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c19a0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba8f6db0> # /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 0x7fbbba6eb1d0> # /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 0x7fbbba713590> # /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 0x7fbbba76c320> # /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 0x7fbbba76ea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba76c440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba739310> # /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 0x7fbbba571400> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba712390> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6c3da0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fbbba712990> # zipimport: found 30 names in '/tmp/ansible_stat_payload_l7fxmd9q/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 0x7fbbba5c7170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5a6060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5a51c0> # 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 0x7fbbba5c5040> # /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 0x7fbbba5f2b40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f28d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5f21e0> # /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 0x7fbbba5f2cf0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba5c7e00> 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 0x7fbbba5f3890> # 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 0x7fbbba5f3a10> # /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 0x7fbbba5f3f20> 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 0x7fbbb9f19d00> # 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 0x7fbbb9f1b920> # /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 0x7fbbb9f202f0> # /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 0x7fbbb9f211f0> # /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 0x7fbbb9f23ef0> # 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 0x7fbbba912db0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f221b0> # /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 0x7fbbb9f27d70> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f26840> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f265a0> # /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 0x7fbbb9f26b10> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f226c0> # 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 0x7fbbb9f6ba10> # /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 0x7fbbb9f23500> # /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 0x7fbbb9f6db20> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6d8e0> # /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 0x7fbbb9f6ffe0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6e210> # /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 0x7fbbb9f73860> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f70230> # 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 0x7fbbb9f745f0> # 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 0x7fbbb9f74890> # 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 0x7fbbb9f74c20> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f6c200> # /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 0x7fbbb9e002c0> # 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 0x7fbbb9e016a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f76a50> # 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 0x7fbbb9f77e00> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9f76660> # 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 0x7fbbb9e05880> # /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 0x7fbbb9e06660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e01940> 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 0x7fbbb9e06750> # 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 0x7fbbb9e07920> # 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 0x7fbbb9e12210> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e0fef0> 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 0x7fbbba63eb10> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbba6267e0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e12300> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fbbb9e11fa0> # 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 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 61728 1726886042.53015: 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-1726886042.122054-61763-197396101305834/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886042.53033: _low_level_execute_command(): starting 61728 1726886042.53040: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886042.122054-61763-197396101305834/ > /dev/null 2>&1 && sleep 0' 61728 1726886042.53043: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886042.53045: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886042.53048: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886042.53050: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886042.53065: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886042.53091: stderr chunk (state=3): >>>debug2: match not found <<< 61728 1726886042.53093: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.53095: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 61728 1726886042.53096: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 61728 1726886042.53097: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 61728 1726886042.53099: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.53100: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.53101: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.53102: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.54769: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.54793: stderr chunk (state=3): >>><<< 61728 1726886042.54796: stdout chunk (state=3): >>><<< 61728 1726886042.54809: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.54815: handler run complete 61728 1726886042.54831: attempt loop complete, returning result 61728 1726886042.54833: _execute() done 61728 1726886042.54836: dumping result to json 61728 1726886042.54838: done dumping result, returning 61728 1726886042.54848: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if system is ostree [0affc8a3-6f6f-cd4e-f8d4-000000000047] 61728 1726886042.54850: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000047 61728 1726886042.54938: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000047 61728 1726886042.54940: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "exists": false } } 61728 1726886042.55026: no more pending results, returning what we have 61728 1726886042.55029: results queue empty 61728 1726886042.55029: checking for any_errors_fatal 61728 1726886042.55035: done checking for any_errors_fatal 61728 1726886042.55035: checking for max_fail_percentage 61728 1726886042.55037: done checking for max_fail_percentage 61728 1726886042.55038: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.55039: done checking to see if all hosts have failed 61728 1726886042.55039: getting the remaining hosts for this loop 61728 1726886042.55041: done getting the remaining hosts for this loop 61728 1726886042.55044: getting the next task for host managed_node2 61728 1726886042.55050: done getting next task for host managed_node2 61728 1726886042.55053: ^ task is: TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 61728 1726886042.55058: ^ 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 61728 1726886042.55067: getting variables 61728 1726886042.55068: in VariableManager get_vars() 61728 1726886042.55101: Calling all_inventory to load vars for managed_node2 61728 1726886042.55103: Calling groups_inventory to load vars for managed_node2 61728 1726886042.55105: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.55114: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.55116: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.55120: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.55364: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.55537: done with get_vars() 61728 1726886042.55545: done getting variables 61728 1726886042.55587: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 20 September 2024 22:34:02 -0400 (0:00:00.476) 0:00:01.875 ****** 61728 1726886042.55612: entering _queue_task() for managed_node2/set_fact 61728 1726886042.55810: worker is 1 (out of 1 available) 61728 1726886042.55826: exiting _queue_task() for managed_node2/set_fact 61728 1726886042.55837: done queuing things up, now waiting for results queue to drain 61728 1726886042.55839: waiting for pending results... 61728 1726886042.55981: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree 61728 1726886042.56047: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000048 61728 1726886042.56060: variable 'ansible_search_path' from source: unknown 61728 1726886042.56065: variable 'ansible_search_path' from source: unknown 61728 1726886042.56092: calling self._execute() 61728 1726886042.56142: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.56146: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.56158: variable 'omit' from source: magic vars 61728 1726886042.56505: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886042.56739: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886042.56771: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886042.56861: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886042.56909: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886042.57004: 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) 61728 1726886042.57140: 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) 61728 1726886042.57143: 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) 61728 1726886042.57147: 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) 61728 1726886042.57263: Evaluated conditional (not __storage_is_ostree is defined): True 61728 1726886042.57266: variable 'omit' from source: magic vars 61728 1726886042.57324: variable 'omit' from source: magic vars 61728 1726886042.57498: variable '__ostree_booted_stat' from source: set_fact 61728 1726886042.57558: variable 'omit' from source: magic vars 61728 1726886042.57593: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.57646: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.57649: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.57659: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.57668: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.57690: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.57693: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.57696: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.57769: Set connection var ansible_timeout to 10 61728 1726886042.57773: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.57778: Set connection var ansible_pipelining to False 61728 1726886042.57783: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.57786: Set connection var ansible_connection to ssh 61728 1726886042.57788: Set connection var ansible_shell_type to sh 61728 1726886042.57807: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.57811: variable 'ansible_connection' from source: unknown 61728 1726886042.57813: variable 'ansible_module_compression' from source: unknown 61728 1726886042.57815: variable 'ansible_shell_type' from source: unknown 61728 1726886042.57818: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.57820: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.57825: variable 'ansible_pipelining' from source: unknown 61728 1726886042.57828: variable 'ansible_timeout' from source: unknown 61728 1726886042.57832: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.58143: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.58145: variable 'omit' from source: magic vars 61728 1726886042.58148: starting attempt loop 61728 1726886042.58168: running the handler 61728 1726886042.58170: handler run complete 61728 1726886042.58172: attempt loop complete, returning result 61728 1726886042.58174: _execute() done 61728 1726886042.58176: dumping result to json 61728 1726886042.58177: done dumping result, returning 61728 1726886042.58179: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set flag to indicate system is ostree [0affc8a3-6f6f-cd4e-f8d4-000000000048] 61728 1726886042.58181: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000048 61728 1726886042.58242: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000048 61728 1726886042.58245: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "__storage_is_ostree": false }, "changed": false } 61728 1726886042.58324: no more pending results, returning what we have 61728 1726886042.58326: results queue empty 61728 1726886042.58327: checking for any_errors_fatal 61728 1726886042.58332: done checking for any_errors_fatal 61728 1726886042.58333: checking for max_fail_percentage 61728 1726886042.58335: done checking for max_fail_percentage 61728 1726886042.58335: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.58336: done checking to see if all hosts have failed 61728 1726886042.58337: getting the remaining hosts for this loop 61728 1726886042.58340: done getting the remaining hosts for this loop 61728 1726886042.58343: getting the next task for host managed_node2 61728 1726886042.58349: done getting next task for host managed_node2 61728 1726886042.58352: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 61728 1726886042.58354: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886042.58363: getting variables 61728 1726886042.58365: in VariableManager get_vars() 61728 1726886042.58396: Calling all_inventory to load vars for managed_node2 61728 1726886042.58398: Calling groups_inventory to load vars for managed_node2 61728 1726886042.58400: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.58408: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.58410: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.58412: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.58688: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.58985: done with get_vars() 61728 1726886042.58998: done getting variables 61728 1726886042.59064: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 20 September 2024 22:34:02 -0400 (0:00:00.034) 0:00:01.910 ****** 61728 1726886042.59102: entering _queue_task() for managed_node2/set_fact 61728 1726886042.59395: worker is 1 (out of 1 available) 61728 1726886042.59409: exiting _queue_task() for managed_node2/set_fact 61728 1726886042.59426: done queuing things up, now waiting for results queue to drain 61728 1726886042.59428: waiting for pending results... 61728 1726886042.59761: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing 61728 1726886042.59806: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000000f 61728 1726886042.59835: variable 'ansible_search_path' from source: unknown 61728 1726886042.59838: variable 'ansible_search_path' from source: unknown 61728 1726886042.59860: calling self._execute() 61728 1726886042.59916: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.59922: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.59929: variable 'omit' from source: magic vars 61728 1726886042.60015: variable 'omit' from source: magic vars 61728 1726886042.60041: variable 'omit' from source: magic vars 61728 1726886042.60070: variable 'omit' from source: magic vars 61728 1726886042.60113: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.60165: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.60259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.60263: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.60266: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.60268: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.60270: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.60272: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.60362: Set connection var ansible_timeout to 10 61728 1726886042.60376: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.60387: Set connection var ansible_pipelining to False 61728 1726886042.60420: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.60425: Set connection var ansible_connection to ssh 61728 1726886042.60434: Set connection var ansible_shell_type to sh 61728 1726886042.60453: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.60461: variable 'ansible_connection' from source: unknown 61728 1726886042.60464: variable 'ansible_module_compression' from source: unknown 61728 1726886042.60466: variable 'ansible_shell_type' from source: unknown 61728 1726886042.60469: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.60471: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.60473: variable 'ansible_pipelining' from source: unknown 61728 1726886042.60481: variable 'ansible_timeout' from source: unknown 61728 1726886042.60484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.60630: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.60637: variable 'omit' from source: magic vars 61728 1726886042.60643: starting attempt loop 61728 1726886042.60660: running the handler 61728 1726886042.60663: handler run complete 61728 1726886042.60689: attempt loop complete, returning result 61728 1726886042.60692: _execute() done 61728 1726886042.60694: dumping result to json 61728 1726886042.60696: done dumping result, returning 61728 1726886042.60698: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing [0affc8a3-6f6f-cd4e-f8d4-00000000000f] 61728 1726886042.60707: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000000f 61728 1726886042.60781: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000000f 61728 1726886042.60785: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 61728 1726886042.60907: no more pending results, returning what we have 61728 1726886042.60910: results queue empty 61728 1726886042.60910: checking for any_errors_fatal 61728 1726886042.60914: done checking for any_errors_fatal 61728 1726886042.60915: checking for max_fail_percentage 61728 1726886042.60916: done checking for max_fail_percentage 61728 1726886042.60917: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.60924: done checking to see if all hosts have failed 61728 1726886042.60925: getting the remaining hosts for this loop 61728 1726886042.60926: done getting the remaining hosts for this loop 61728 1726886042.60929: getting the next task for host managed_node2 61728 1726886042.60958: done getting next task for host managed_node2 61728 1726886042.60961: ^ task is: TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 61728 1726886042.60963: ^ 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? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886042.60976: getting variables 61728 1726886042.60977: in VariableManager get_vars() 61728 1726886042.60999: Calling all_inventory to load vars for managed_node2 61728 1726886042.61001: Calling groups_inventory to load vars for managed_node2 61728 1726886042.61002: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.61012: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.61015: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.61022: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.61235: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.61420: done with get_vars() 61728 1726886042.61428: done getting variables 61728 1726886042.61488: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 20 September 2024 22:34:02 -0400 (0:00:00.024) 0:00:01.934 ****** 61728 1726886042.61508: entering _queue_task() for managed_node2/set_fact 61728 1726886042.61782: worker is 1 (out of 1 available) 61728 1726886042.61799: exiting _queue_task() for managed_node2/set_fact 61728 1726886042.61809: done queuing things up, now waiting for results queue to drain 61728 1726886042.61811: waiting for pending results... 61728 1726886042.61969: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing 61728 1726886042.62054: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000010 61728 1726886042.62097: variable 'ansible_search_path' from source: unknown 61728 1726886042.62101: variable 'ansible_search_path' from source: unknown 61728 1726886042.62104: calling self._execute() 61728 1726886042.62169: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.62172: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.62181: variable 'omit' from source: magic vars 61728 1726886042.62254: variable 'omit' from source: magic vars 61728 1726886042.62282: variable 'omit' from source: magic vars 61728 1726886042.62311: variable 'omit' from source: magic vars 61728 1726886042.62347: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.62379: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.62393: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.62407: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.62420: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.62443: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.62447: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.62449: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.62523: Set connection var ansible_timeout to 10 61728 1726886042.62527: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.62529: Set connection var ansible_pipelining to False 61728 1726886042.62535: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.62537: Set connection var ansible_connection to ssh 61728 1726886042.62540: Set connection var ansible_shell_type to sh 61728 1726886042.62562: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.62565: variable 'ansible_connection' from source: unknown 61728 1726886042.62568: variable 'ansible_module_compression' from source: unknown 61728 1726886042.62570: variable 'ansible_shell_type' from source: unknown 61728 1726886042.62573: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.62575: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.62579: variable 'ansible_pipelining' from source: unknown 61728 1726886042.62581: variable 'ansible_timeout' from source: unknown 61728 1726886042.62585: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.62691: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.62703: variable 'omit' from source: magic vars 61728 1726886042.62706: starting attempt loop 61728 1726886042.62710: running the handler 61728 1726886042.62717: handler run complete 61728 1726886042.62726: attempt loop complete, returning result 61728 1726886042.62730: _execute() done 61728 1726886042.62732: dumping result to json 61728 1726886042.62735: done dumping result, returning 61728 1726886042.62742: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing [0affc8a3-6f6f-cd4e-f8d4-000000000010] 61728 1726886042.62744: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000010 61728 1726886042.62825: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000010 61728 1726886042.62828: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 61728 1726886042.62903: no more pending results, returning what we have 61728 1726886042.62905: results queue empty 61728 1726886042.62906: checking for any_errors_fatal 61728 1726886042.62910: done checking for any_errors_fatal 61728 1726886042.62912: checking for max_fail_percentage 61728 1726886042.62913: done checking for max_fail_percentage 61728 1726886042.62914: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.62915: done checking to see if all hosts have failed 61728 1726886042.62916: getting the remaining hosts for this loop 61728 1726886042.62919: done getting the remaining hosts for this loop 61728 1726886042.62923: getting the next task for host managed_node2 61728 1726886042.62928: done getting next task for host managed_node2 61728 1726886042.62933: ^ task is: TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 61728 1726886042.62935: ^ 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 61728 1726886042.62951: getting variables 61728 1726886042.62952: in VariableManager get_vars() 61728 1726886042.62982: Calling all_inventory to load vars for managed_node2 61728 1726886042.62984: Calling groups_inventory to load vars for managed_node2 61728 1726886042.62986: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.62993: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.62995: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.62998: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.63150: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.63329: done with get_vars() 61728 1726886042.63336: done getting variables TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 20 September 2024 22:34:02 -0400 (0:00:00.018) 0:00:01.953 ****** 61728 1726886042.63401: entering _queue_task() for managed_node2/include_tasks 61728 1726886042.63629: worker is 1 (out of 1 available) 61728 1726886042.63643: exiting _queue_task() for managed_node2/include_tasks 61728 1726886042.63652: done queuing things up, now waiting for results queue to drain 61728 1726886042.63654: waiting for pending results... 61728 1726886042.63796: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks 61728 1726886042.63860: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000011 61728 1726886042.63869: variable 'ansible_search_path' from source: unknown 61728 1726886042.63873: variable 'ansible_search_path' from source: unknown 61728 1726886042.63901: calling self._execute() 61728 1726886042.63956: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.63961: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.63969: variable 'omit' from source: magic vars 61728 1726886042.64251: variable 'storage_provider' from source: role '' defaults 61728 1726886042.64270: _execute() done 61728 1726886042.64274: dumping result to json 61728 1726886042.64276: done dumping result, returning 61728 1726886042.64283: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Include the appropriate provider tasks [0affc8a3-6f6f-cd4e-f8d4-000000000011] 61728 1726886042.64288: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000011 61728 1726886042.64375: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000011 61728 1726886042.64378: WORKER PROCESS EXITING 61728 1726886042.64412: no more pending results, returning what we have 61728 1726886042.64416: in VariableManager get_vars() 61728 1726886042.64456: Calling all_inventory to load vars for managed_node2 61728 1726886042.64459: Calling groups_inventory to load vars for managed_node2 61728 1726886042.64461: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.64469: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.64472: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.64474: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.64636: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.64939: done with get_vars() 61728 1726886042.64953: variable 'ansible_search_path' from source: unknown 61728 1726886042.64964: variable 'ansible_search_path' from source: unknown 61728 1726886042.64999: we have included files to process 61728 1726886042.65000: generating all_blocks data 61728 1726886042.65005: done generating all_blocks data 61728 1726886042.65010: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 61728 1726886042.65012: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 61728 1726886042.65015: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml 61728 1726886042.66570: in VariableManager get_vars() 61728 1726886042.66588: done with get_vars() 61728 1726886042.67687: trying /usr/local/lib/python3.12/site-packages/ansible/modules/__pycache__ redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount 61728 1726886042.68264: done processing included file 61728 1726886042.68266: iterating over new_blocks loaded from include file 61728 1726886042.68268: in VariableManager get_vars() 61728 1726886042.68284: done with get_vars() 61728 1726886042.68286: filtering new block on tags 61728 1726886042.68340: done filtering new block on tags 61728 1726886042.68342: in VariableManager get_vars() 61728 1726886042.68353: done with get_vars() 61728 1726886042.68354: filtering new block on tags 61728 1726886042.68397: done filtering new block on tags 61728 1726886042.68399: in VariableManager get_vars() 61728 1726886042.68409: done with get_vars() 61728 1726886042.68411: filtering new block on tags 61728 1726886042.68486: done filtering new block on tags 61728 1726886042.68488: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for managed_node2 61728 1726886042.68493: extending task lists for all hosts with included blocks 61728 1726886042.68650: done extending task lists 61728 1726886042.68651: done processing included files 61728 1726886042.68652: results queue empty 61728 1726886042.68652: checking for any_errors_fatal 61728 1726886042.68654: done checking for any_errors_fatal 61728 1726886042.68656: checking for max_fail_percentage 61728 1726886042.68657: done checking for max_fail_percentage 61728 1726886042.68657: checking to see if all hosts have failed and the running result is not ok 61728 1726886042.68658: done checking to see if all hosts have failed 61728 1726886042.68659: getting the remaining hosts for this loop 61728 1726886042.68660: done getting the remaining hosts for this loop 61728 1726886042.68661: getting the next task for host managed_node2 61728 1726886042.68664: done getting next task for host managed_node2 61728 1726886042.68665: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure blivet is available 61728 1726886042.68667: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886042.68673: getting variables 61728 1726886042.68673: in VariableManager get_vars() 61728 1726886042.68682: Calling all_inventory to load vars for managed_node2 61728 1726886042.68683: Calling groups_inventory to load vars for managed_node2 61728 1726886042.68684: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886042.68688: Calling all_plugins_play to load vars for managed_node2 61728 1726886042.68689: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886042.68691: Calling groups_plugins_play to load vars for managed_node2 61728 1726886042.68826: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886042.69053: done with get_vars() 61728 1726886042.69062: done getting variables 61728 1726886042.69152: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 20 September 2024 22:34:02 -0400 (0:00:00.057) 0:00:02.010 ****** 61728 1726886042.69176: entering _queue_task() for managed_node2/package 61728 1726886042.69177: Creating lock for package 61728 1726886042.69429: worker is 1 (out of 1 available) 61728 1726886042.69445: exiting _queue_task() for managed_node2/package 61728 1726886042.69458: done queuing things up, now waiting for results queue to drain 61728 1726886042.69459: waiting for pending results... 61728 1726886042.69643: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available 61728 1726886042.69712: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000073 61728 1726886042.69722: variable 'ansible_search_path' from source: unknown 61728 1726886042.69733: variable 'ansible_search_path' from source: unknown 61728 1726886042.69760: calling self._execute() 61728 1726886042.69821: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.69825: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.69833: variable 'omit' from source: magic vars 61728 1726886042.70193: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886042.70382: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886042.70414: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886042.70450: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886042.70478: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886042.70578: 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) 61728 1726886042.70617: 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) 61728 1726886042.70635: 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) 61728 1726886042.70652: 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) 61728 1726886042.70813: Evaluated conditional (storage_skip_checks is not defined or not "blivet_available" in storage_skip_checks): True 61728 1726886042.70816: variable 'omit' from source: magic vars 61728 1726886042.70873: variable 'omit' from source: magic vars 61728 1726886042.70908: variable 'blivet_package_list' from source: include_vars 61728 1726886042.70968: variable 'blivet_package_list' from source: include_vars 61728 1726886042.71046: variable 'ansible_architecture' from source: facts 61728 1726886042.71211: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886042.73005: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886042.73068: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886042.73096: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886042.73118: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886042.73145: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886042.73188: 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) 61728 1726886042.73207: 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) 61728 1726886042.73226: 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) 61728 1726886042.73272: 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) 61728 1726886042.73282: 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) 61728 1726886042.73349: variable '__storage_is_ostree' from source: set_fact 61728 1726886042.73357: variable 'omit' from source: magic vars 61728 1726886042.73376: variable 'omit' from source: magic vars 61728 1726886042.73396: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886042.73416: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886042.73432: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886042.73444: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.73453: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886042.73480: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886042.73483: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.73485: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.73551: Set connection var ansible_timeout to 10 61728 1726886042.73554: Set connection var ansible_shell_executable to /bin/sh 61728 1726886042.73562: Set connection var ansible_pipelining to False 61728 1726886042.73567: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886042.73570: Set connection var ansible_connection to ssh 61728 1726886042.73572: Set connection var ansible_shell_type to sh 61728 1726886042.73595: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.73598: variable 'ansible_connection' from source: unknown 61728 1726886042.73601: variable 'ansible_module_compression' from source: unknown 61728 1726886042.73603: variable 'ansible_shell_type' from source: unknown 61728 1726886042.73606: variable 'ansible_shell_executable' from source: unknown 61728 1726886042.73608: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886042.73610: variable 'ansible_pipelining' from source: unknown 61728 1726886042.73613: variable 'ansible_timeout' from source: unknown 61728 1726886042.73617: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886042.73694: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886042.73698: variable 'omit' from source: magic vars 61728 1726886042.73700: starting attempt loop 61728 1726886042.73703: running the handler 61728 1726886042.73710: variable 'ansible_facts' from source: unknown 61728 1726886042.73713: variable 'ansible_facts' from source: unknown 61728 1726886042.73757: _low_level_execute_command(): starting 61728 1726886042.73763: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886042.74238: 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 <<< 61728 1726886042.74253: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.74277: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886042.74280: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.74328: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.74331: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.74340: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.74405: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.76115: stdout chunk (state=3): >>>/root <<< 61728 1726886042.76232: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.76301: stderr chunk (state=3): >>><<< 61728 1726886042.76304: stdout chunk (state=3): >>><<< 61728 1726886042.76321: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.76333: _low_level_execute_command(): starting 61728 1726886042.76339: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963 `" && echo ansible-tmp-1726886042.763236-61791-180732893707963="` echo /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963 `" ) && sleep 0' 61728 1726886042.76877: 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 <<< 61728 1726886042.76880: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.76883: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886042.76885: 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 <<< 61728 1726886042.76887: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.76952: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.76960: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.76989: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.77029: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.79023: stdout chunk (state=3): >>>ansible-tmp-1726886042.763236-61791-180732893707963=/root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963 <<< 61728 1726886042.79125: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.79150: stderr chunk (state=3): >>><<< 61728 1726886042.79153: stdout chunk (state=3): >>><<< 61728 1726886042.79170: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886042.763236-61791-180732893707963=/root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886042.79202: variable 'ansible_module_compression' from source: unknown 61728 1726886042.79248: ANSIBALLZ: Using generic lock for ansible.legacy.dnf 61728 1726886042.79253: ANSIBALLZ: Acquiring lock 61728 1726886042.79258: ANSIBALLZ: Lock acquired: 139692864915936 61728 1726886042.79260: ANSIBALLZ: Creating module 61728 1726886042.92963: ANSIBALLZ: Writing module into payload 61728 1726886042.93076: ANSIBALLZ: Writing module 61728 1726886042.93105: ANSIBALLZ: Renaming module 61728 1726886042.93117: ANSIBALLZ: Done creating module 61728 1726886042.93143: variable 'ansible_facts' from source: unknown 61728 1726886042.93254: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py 61728 1726886042.93584: Sending initial data 61728 1726886042.93588: Sent initial data (151 bytes) 61728 1726886042.94069: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886042.94073: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886042.94075: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.94081: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886042.94083: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886042.94085: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886042.94134: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886042.94146: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.94228: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.95897: 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 <<< 61728 1726886042.95937: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886042.96012: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpgk3h80ci /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py <<< 61728 1726886042.96022: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py" <<< 61728 1726886042.96093: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpgk3h80ci" to remote "/root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py" <<< 61728 1726886042.97115: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886042.97132: stdout chunk (state=3): >>><<< 61728 1726886042.97150: stderr chunk (state=3): >>><<< 61728 1726886042.97177: done transferring module to remote 61728 1726886042.97197: _low_level_execute_command(): starting 61728 1726886042.97206: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/ /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py && sleep 0' 61728 1726886042.97878: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886042.97892: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886042.98000: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886042.98039: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886042.98105: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886042.99979: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886043.00095: stderr chunk (state=3): >>><<< 61728 1726886043.00099: stdout chunk (state=3): >>><<< 61728 1726886043.00102: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886043.00105: _low_level_execute_command(): starting 61728 1726886043.00107: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/AnsiballZ_dnf.py && sleep 0' 61728 1726886043.00728: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886043.00743: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886043.00780: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886043.00884: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.00910: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886043.00938: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886043.00951: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.01044: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886043.03259: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886043.03291: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886043.03323: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 61728 1726886043.03326: stdout chunk (state=3): >>>import '_weakref' # <<< 61728 1726886043.03399: stdout chunk (state=3): >>>import '_io' # <<< 61728 1726886043.03401: stdout chunk (state=3): >>>import 'marshal' # <<< 61728 1726886043.03430: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886043.03465: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886043.03488: stdout chunk (state=3): >>>import 'time' # <<< 61728 1726886043.03504: stdout chunk (state=3): >>>import 'zipimport' # <<< 61728 1726886043.03507: stdout chunk (state=3): >>># installed zipimport hook <<< 61728 1726886043.03548: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 61728 1726886043.03553: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.03569: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886043.03595: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886043.03631: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886043.03661: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 61728 1726886043.03664: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b871684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87137b30> <<< 61728 1726886043.03699: 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' <<< 61728 1726886043.03712: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8716aa50> <<< 61728 1726886043.03730: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886043.03757: stdout chunk (state=3): >>>import '_abc' # <<< 61728 1726886043.03762: stdout chunk (state=3): >>>import 'abc' # <<< 61728 1726886043.03780: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886043.03817: stdout chunk (state=3): >>>import '_stat' # <<< 61728 1726886043.03822: stdout chunk (state=3): >>>import 'stat' # <<< 61728 1726886043.03904: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886043.03931: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886043.03967: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886043.03979: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 61728 1726886043.03999: stdout chunk (state=3): >>>Processing user site-packages <<< 61728 1726886043.04002: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 61728 1726886043.04018: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886043.04027: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886043.04061: 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 <<< 61728 1726886043.04067: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 61728 1726886043.04076: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f3d130> <<< 61728 1726886043.04138: 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' <<< 61728 1726886043.04152: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f3e120> <<< 61728 1726886043.04176: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886043.04210: 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. <<< 61728 1726886043.04470: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886043.04488: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886043.04505: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886043.04519: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.04533: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886043.04574: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886043.04592: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886043.04625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886043.04628: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f83f20> <<< 61728 1726886043.04666: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886043.04700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886043.04707: stdout chunk (state=3): >>>import '_operator' # <<< 61728 1726886043.04710: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f900b0> <<< 61728 1726886043.04729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886043.04768: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886043.04788: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886043.04826: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.04847: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886043.04876: 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 0x7f5b86fb3920> <<< 61728 1726886043.04908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86fb3fb0> <<< 61728 1726886043.04925: stdout chunk (state=3): >>>import '_collections' # <<< 61728 1726886043.04978: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f93bc0> <<< 61728 1726886043.04987: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886043.05015: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f91310> <<< 61728 1726886043.05105: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f810d0> <<< 61728 1726886043.05152: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886043.05157: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886043.05186: stdout chunk (state=3): >>>import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886043.05219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886043.05239: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 61728 1726886043.05268: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 61728 1726886043.05271: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86fd78c0> <<< 61728 1726886043.05324: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86fd64e0> # /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 61728 1726886043.05327: 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 0x7f5b86f921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f82fc0> <<< 61728 1726886043.05381: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886043.05405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 61728 1726886043.05419: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87004950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f80350> <<< 61728 1726886043.05430: 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' <<< 61728 1726886043.05444: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.05460: 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 0x7f5b87004e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87004cb0> <<< 61728 1726886043.05496: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.05524: 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 0x7f5b870050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f76e70> <<< 61728 1726886043.05537: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 61728 1726886043.05546: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.05565: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886043.05627: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87005790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87005460> import 'importlib.machinery' # <<< 61728 1726886043.05667: 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' <<< 61728 1726886043.05692: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87006660> <<< 61728 1726886043.05702: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 61728 1726886043.05726: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886043.05793: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886043.05804: 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 0x7f5b87020860> import 'errno' # <<< 61728 1726886043.05837: 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 0x7f5b87021fa0> <<< 61728 1726886043.05868: 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' <<< 61728 1726886043.05908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 61728 1726886043.05928: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87022e40> <<< 61728 1726886043.05967: 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 0x7f5b87023470> <<< 61728 1726886043.06000: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87022390> # /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 61728 1726886043.06012: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886043.06050: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b87023e60> <<< 61728 1726886043.06065: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87023590> <<< 61728 1726886043.06110: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b870065d0> <<< 61728 1726886043.06130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886043.06158: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886043.06173: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886043.06191: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886043.06225: 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 0x7f5b86d4fd10> <<< 61728 1726886043.06274: 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' <<< 61728 1726886043.06278: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.06292: 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 0x7f5b86d7c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7c5f0> <<< 61728 1726886043.06325: 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 0x7f5b86d7c800> <<< 61728 1726886043.06346: 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' <<< 61728 1726886043.06429: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.06547: 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 0x7f5b86d7d1c0> <<< 61728 1726886043.06672: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.06675: 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 0x7f5b86d7dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7ca70> <<< 61728 1726886043.06699: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d4deb0> <<< 61728 1726886043.06714: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886043.06737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886043.06753: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886043.06777: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 61728 1726886043.06780: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7efc0> <<< 61728 1726886043.06809: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7dd00> <<< 61728 1726886043.06824: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87006d80> <<< 61728 1726886043.06850: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886043.06910: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.06933: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886043.06964: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886043.06998: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86da3350> <<< 61728 1726886043.07047: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886043.07068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.07081: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886043.07108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886043.07144: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86dc7740> <<< 61728 1726886043.07171: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886043.07213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886043.07268: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886043.07292: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886043.07295: 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 0x7f5b86e28530> <<< 61728 1726886043.07315: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886043.07344: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886043.07368: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886043.07410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886043.07496: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86e2ac90> <<< 61728 1726886043.07574: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86e28650> <<< 61728 1726886043.07607: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86ded550> <<< 61728 1726886043.07633: 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 0x7f5b867255e0> <<< 61728 1726886043.07661: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86dc6540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7ff20> <<< 61728 1726886043.07789: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886043.07807: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5b86dc68a0> <<< 61728 1726886043.07999: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_50a2lqi_/ansible_ansible.legacy.dnf_payload.zip' <<< 61728 1726886043.08003: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.08134: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.08153: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886043.08172: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886043.08213: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886043.08324: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886043.08338: 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 0x7f5b8677f200> import '_typing' # <<< 61728 1726886043.08527: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8675e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8675d280> # zipimport: zlib available <<< 61728 1726886043.08563: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886043.08585: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.08615: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886043.08627: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.10009: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.11127: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 61728 1726886043.11133: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8677cf50> <<< 61728 1726886043.11157: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886043.11163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.11194: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886043.11197: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886043.11227: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 61728 1726886043.11229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 61728 1726886043.11252: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.11260: 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 0x7f5b867a6b10> <<< 61728 1726886043.11298: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a68a0> <<< 61728 1726886043.11324: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a61b0> <<< 61728 1726886043.11347: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886043.11352: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886043.11402: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a6900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8716a9c0> <<< 61728 1726886043.11405: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886043.11436: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.11444: 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 0x7f5b867a7800> <<< 61728 1726886043.11462: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.11469: 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 0x7f5b867a7a40> <<< 61728 1726886043.11486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886043.11536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886043.11541: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886043.11592: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a7f80> <<< 61728 1726886043.11597: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886043.11629: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886043.11640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886043.11679: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86611cd0> <<< 61728 1726886043.11709: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.11716: 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 0x7f5b86613980> <<< 61728 1726886043.11727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886043.11746: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886043.11779: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86618320> <<< 61728 1726886043.11802: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886043.11833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886043.11860: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866194c0> <<< 61728 1726886043.11875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886043.11908: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886043.11926: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886043.11932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886043.11979: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661bf20> <<< 61728 1726886043.12019: 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 0x7f5b87022cc0> <<< 61728 1726886043.12036: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661a1e0> <<< 61728 1726886043.12059: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886043.12082: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886043.12108: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 61728 1726886043.12114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 61728 1726886043.12130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886043.12153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886043.12208: 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' <<< 61728 1726886043.12212: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661fdd0> import '_tokenize' # <<< 61728 1726886043.12279: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661e600> <<< 61728 1726886043.12293: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886043.12320: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886043.12395: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661eb70> <<< 61728 1726886043.12437: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661a6f0> <<< 61728 1726886043.12440: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.12442: 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 0x7f5b86663a70> <<< 61728 1726886043.12480: 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 0x7f5b866641d0> <<< 61728 1726886043.12525: 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 <<< 61728 1726886043.12528: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886043.12531: 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' <<< 61728 1726886043.12594: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.12597: 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 0x7f5b86665c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86665a30> # /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886043.12717: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886043.12765: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b86668170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86666300> <<< 61728 1726886043.12786: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886043.12829: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.12864: 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' <<< 61728 1726886043.12875: stdout chunk (state=3): >>>import '_string' # <<< 61728 1726886043.12931: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8666b950> <<< 61728 1726886043.13031: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86668320> <<< 61728 1726886043.13106: 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' <<< 61728 1726886043.13110: 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 0x7f5b8666c710> <<< 61728 1726886043.13140: 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' <<< 61728 1726886043.13143: 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 0x7f5b8666cb90> <<< 61728 1726886043.13177: 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 0x7f5b8666caa0> <<< 61728 1726886043.13186: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86664380> <<< 61728 1726886043.13209: 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' <<< 61728 1726886043.13233: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886043.13247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886043.13278: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.13305: 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 0x7f5b866f82f0><<< 61728 1726886043.13308: stdout chunk (state=3): >>> <<< 61728 1726886043.13463: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.13475: 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 0x7f5b866f94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8666eab0> <<< 61728 1726886043.13517: 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 0x7f5b8666fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8666e6f0> <<< 61728 1726886043.13565: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.13569: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886043.13571: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.13650: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.13741: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.13783: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886043.13809: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 61728 1726886043.13813: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.13920: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.14043: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.14593: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.15135: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886043.15147: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 61728 1726886043.15152: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886043.15177: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886043.15195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.15253: 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' <<< 61728 1726886043.15265: stdout chunk (state=3): >>>import '_ctypes' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b866fd700> <<< 61728 1726886043.15319: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886043.15323: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886043.15342: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866fe570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866f9460> <<< 61728 1726886043.15390: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886043.15405: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.15421: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.15443: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886043.15446: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.15603: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.15772: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866fecf0> <<< 61728 1726886043.15782: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16237: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16676: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16745: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16825: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886043.16831: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16870: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16911: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886043.16927: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.16982: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17093: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886043.17100: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17126: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # # zipimport: zlib available <<< 61728 1726886043.17151: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17190: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886043.17196: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17434: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17651: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886043.17716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886043.17723: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886043.17795: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866ff800> <<< 61728 1726886043.17801: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17879: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.17950: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886043.17963: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886043.17970: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886043.17988: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18034: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18074: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886043.18080: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18124: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18169: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18224: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18292: 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 <<< 61728 1726886043.18330: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.18415: 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 0x7f5b8650a2a0> <<< 61728 1726886043.18453: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86505100> <<< 61728 1726886043.18482: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 61728 1726886043.18491: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 61728 1726886043.18563: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18620: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18649: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.18693: 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 <<< 61728 1726886043.18701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.18711: 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 <<< 61728 1726886043.18735: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886043.18758: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886043.18816: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886043.18832: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886043.18858: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886043.18907: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86602b40> <<< 61728 1726886043.18953: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867e2810> <<< 61728 1726886043.19034: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8650a330> <<< 61728 1726886043.19039: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866fd2b0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available <<< 61728 1726886043.19076: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.19103: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # <<< 61728 1726886043.19110: stdout chunk (state=3): >>>import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886043.19165: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886043.19171: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.19196: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.19200: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 61728 1726886043.19202: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.19774: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.20323: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.21003: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.21668: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py <<< 61728 1726886043.21672: 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 0x7f5b8659c860> <<< 61728 1726886043.21714: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/__init__.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/__init__.cpython-312.pyc' import 'email.mime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659ca70> <<< 61728 1726886043.21759: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 61728 1726886043.21763: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc matches /usr/lib64/python3.12/email/encoders.py <<< 61728 1726886043.21769: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/encoders.cpython-312.pyc' <<< 61728 1726886043.21828: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659d190> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659cd10> # /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py <<< 61728 1726886043.21831: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' <<< 61728 1726886043.21854: 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' <<< 61728 1726886043.21884: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659da90> <<< 61728 1726886043.21912: 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' <<< 61728 1726886043.21931: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py <<< 61728 1726886043.21936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' <<< 61728 1726886043.21978: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py <<< 61728 1726886043.21981: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' <<< 61728 1726886043.22000: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' <<< 61728 1726886043.22035: 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' <<< 61728 1726886043.22078: stdout chunk (state=3): >>>import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86588080> <<< 61728 1726886043.22106: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 61728 1726886043.22110: 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 0x7f5b86589880> # /usr/lib64/python3.12/email/__pycache__/charset.cpython-312.pyc matches /usr/lib64/python3.12/email/charset.py <<< 61728 1726886043.22140: 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 0x7f5b861627b0> <<< 61728 1726886043.22205: stdout chunk (state=3): >>>import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659f260> <<< 61728 1726886043.22259: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py # code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' <<< 61728 1726886043.22288: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # code object from '/usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc matches /usr/lib64/python3.12/calendar.py <<< 61728 1726886043.22595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861712e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659e6f0> # /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 <<< 61728 1726886043.22612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861dd3a0> <<< 61728 1726886043.22768: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861954c0> <<< 61728 1726886043.22896: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163c80> <<< 61728 1726886043.22899: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc matches /usr/lib64/python3.12/email/contentmanager.py <<< 61728 1726886043.22937: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/contentmanager.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py <<< 61728 1726886043.22989: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 61728 1726886043.23010: 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 0x7f5b861e4e90> <<< 61728 1726886043.23062: stdout chunk (state=3): >>>import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861df170> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86194fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659e0f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659db20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659d820> <<< 61728 1726886043.23087: stdout chunk (state=3): >>>import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659caa0> <<< 61728 1726886043.23134: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659db50> # /usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc matches /usr/lib64/python3.12/email/parser.py <<< 61728 1726886043.23137: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/parser.cpython-312.pyc' <<< 61728 1726886043.23167: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' <<< 61728 1726886043.23207: stdout chunk (state=3): >>>import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e5460> <<< 61728 1726886043.23228: stdout chunk (state=3): >>>import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e5040> <<< 61728 1726886043.23250: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.23315: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e5bb0> <<< 61728 1726886043.23335: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 61728 1726886043.23365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 61728 1726886043.23426: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 61728 1726886043.23458: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 61728 1726886043.23534: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.23625: 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 0x7f5b861f4860> <<< 61728 1726886043.23847: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861cd9d0> <<< 61728 1726886043.23860: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e6bd0> # /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' <<< 61728 1726886043.24050: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861cd460> # /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 0x7f5b86202630> # /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 0x7f5b862032f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86202d80> # /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 61728 1726886043.24102: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 61728 1726886043.24199: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b862037d0> <<< 61728 1726886043.24273: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 61728 1726886043.24290: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 61728 1726886043.24460: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861d78c0> <<< 61728 1726886043.24490: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 61728 1726886043.24543: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b860f60f0> <<< 61728 1726886043.24578: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.24708: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # # zipimport: zlib available <<< 61728 1726886043.24815: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.24975: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 61728 1726886043.24979: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.25021: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.25077: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 61728 1726886043.25087: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.25230: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.25378: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 61728 1726886043.25416: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886043.25920: 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 <<< 61728 1726886043.26010: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.26015: stdout chunk (state=3): >>># 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 0x7f5b8612b110> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 61728 1726886043.26094: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 61728 1726886043.26201: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612b200> <<< 61728 1726886043.26209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py # code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 61728 1726886043.26299: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 61728 1726886043.26330: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b85e873b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85e86c00> <<< 61728 1726886043.26333: 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 0x7f5b85e86de0> <<< 61728 1726886043.26403: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612b740> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612a3c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/const.py <<< 61728 1726886043.26406: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/const.cpython-312.pyc' import 'dnf.const' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612ae10> # /usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/base.py <<< 61728 1726886043.26522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 61728 1726886043.26538: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.26570: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 61728 1726886043.26693: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b85f00890> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85f00470> <<< 61728 1726886043.26716: 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 <<< 61728 1726886043.26757: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 61728 1726886043.26811: 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 0x7f5b85f281a0> <<< 61728 1726886043.26866: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85f009e0> <<< 61728 1726886043.26879: 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 <<< 61728 1726886043.26962: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 61728 1726886043.27910: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' # extension module 'libdnf._conf' executed from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' import 'libdnf._conf' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b85cdb0b0> <<< 61728 1726886043.27979: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86507290> <<< 61728 1726886043.28005: 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 <<< 61728 1726886043.28078: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 61728 1726886043.28161: 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 0x7f5b85d58ce0> <<< 61728 1726886043.28340: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85cdb560> <<< 61728 1726886043.28361: 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 <<< 61728 1726886043.28402: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 61728 1726886043.28482: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' <<< 61728 1726886043.28485: 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 0x7f5b85d5bc50> <<< 61728 1726886043.28517: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85d58e00> <<< 61728 1726886043.28542: 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 <<< 61728 1726886043.28592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 61728 1726886043.28677: 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 0x7f5b85d97dd0> <<< 61728 1726886043.28716: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85d5bfe0> <<< 61728 1726886043.28733: 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 <<< 61728 1726886043.28752: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 61728 1726886043.28806: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' <<< 61728 1726886043.28812: 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 0x7f5b84069160> <<< 61728 1726886043.28832: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84068560> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85ea3fb0> <<< 61728 1726886043.28852: 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 <<< 61728 1726886043.28896: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 61728 1726886043.28914: 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 <<< 61728 1726886043.28932: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 61728 1726886043.28941: 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 <<< 61728 1726886043.28962: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 61728 1726886043.28996: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.29001: 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 0x7f5b84084680> <<< 61728 1726886043.29031: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406bad0> <<< 61728 1726886043.29050: 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 <<< 61728 1726886043.29083: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 61728 1726886043.29106: 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' <<< 61728 1726886043.29139: 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 0x7f5b84086d20> <<< 61728 1726886043.29159: 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 <<< 61728 1726886043.29179: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' <<< 61728 1726886043.29212: 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' <<< 61728 1726886043.29219: stdout chunk (state=3): >>>import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84087c20> <<< 61728 1726886043.29247: 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 <<< 61728 1726886043.29253: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.29696: stdout chunk (state=3): >>># extension module 'rpm._rpm' loaded from '/usr/lib64/python3.12/site-packages/rpm/_rpm.so' <<< 61728 1726886043.29702: 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 0x7f5b840b4530> <<< 61728 1726886043.29739: 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 <<< 61728 1726886043.29770: 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 0x7f5b840b5a30> <<< 61728 1726886043.29774: stdout chunk (state=3): >>>import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84087e60> <<< 61728 1726886043.29790: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086bd0> <<< 61728 1726886043.29803: stdout chunk (state=3): >>>import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086570> <<< 61728 1726886043.29826: 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 <<< 61728 1726886043.29847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.29948: 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 0x7f5b840b75f0> <<< 61728 1726886043.29973: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086750> <<< 61728 1726886043.30037: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840849e0> <<< 61728 1726886043.30079: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406b0e0><<< 61728 1726886043.30082: stdout chunk (state=3): >>> <<< 61728 1726886043.30107: 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 <<< 61728 1726886043.30114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libcomps/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.30253: 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 0x7f5b8406b800> <<< 61728 1726886043.30304: stdout chunk (state=3): >>>import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406b560> <<< 61728 1726886043.30307: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840692e0> <<< 61728 1726886043.30370: 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 0x7f5b840f0c20> # /usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/db/history.py <<< 61728 1726886043.30373: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 61728 1726886043.30395: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/misc.py # code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 61728 1726886043.30435: 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 <<< 61728 1726886043.30514: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f31a0> <<< 61728 1726886043.30522: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 61728 1726886043.30526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f3980> <<< 61728 1726886043.30572: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f2450> <<< 61728 1726886043.30576: 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 <<< 61728 1726886043.30578: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 61728 1726886043.30581: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b841181d0> <<< 61728 1726886043.30603: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f0bf0> <<< 61728 1726886043.30628: 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 <<< 61728 1726886043.30637: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.30650: 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 <<< 61728 1726886043.30712: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 61728 1726886043.30716: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/conf/substitutions.py # code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 61728 1726886043.30740: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84119c40> <<< 61728 1726886043.30758: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b841191c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84118fe0> <<< 61728 1726886043.30816: 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 <<< 61728 1726886043.30837: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 61728 1726886043.30853: 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 <<< 61728 1726886043.30878: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 61728 1726886043.30937: 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 <<< 61728 1726886043.30948: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84144ce0> <<< 61728 1726886043.30991: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 61728 1726886043.31022: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 61728 1726886043.31026: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 61728 1726886043.31066: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 61728 1726886043.31089: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 61728 1726886043.31106: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 61728 1726886043.31121: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a12d20> <<< 61728 1726886043.31148: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.31168: 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 0x7f5b83a13080> <<< 61728 1726886043.31222: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84146ff0> <<< 61728 1726886043.31246: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84145190> <<< 61728 1726886043.31270: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b841441d0> <<< 61728 1726886043.31304: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a450> <<< 61728 1726886043.31310: stdout chunk (state=3): >>>import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a180> <<< 61728 1726886043.31334: 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 <<< 61728 1726886043.31348: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 61728 1726886043.31376: 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 <<< 61728 1726886043.31382: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.31413: 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 <<< 61728 1726886043.31423: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/transaction.cpython-312.pyc' <<< 61728 1726886043.31436: stdout chunk (state=3): >>>import 'dnf.rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a50c20> <<< 61728 1726886043.31443: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a13d40> <<< 61728 1726886043.31476: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a960> <<< 61728 1726886043.31503: 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 <<< 61728 1726886043.31508: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 61728 1726886043.31551: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a51310> <<< 61728 1726886043.31593: 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 0x7f5b83a516d0> <<< 61728 1726886043.31597: 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 <<< 61728 1726886043.31599: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/history.cpython-312.pyc' import 'dnf.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a51790> <<< 61728 1726886043.31627: 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 0x7f5b83a51880> <<< 61728 1726886043.31642: 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 <<< 61728 1726886043.31701: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 61728 1726886043.31704: 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 <<< 61728 1726886043.31730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 61728 1726886043.31812: 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 0x7f5b83a6c470> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a525a0> <<< 61728 1726886043.31850: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6c560> <<< 61728 1726886043.31866: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 61728 1726886043.32102: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6c650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a51640> <<< 61728 1726886043.32107: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/persistor.cpython-312.pyc' import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6c800> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886043.32211: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 61728 1726886043.32234: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 61728 1726886043.32263: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 61728 1726886043.32293: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b83abc230> <<< 61728 1726886043.32309: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a97650> <<< 61728 1726886043.32365: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a960c0> <<< 61728 1726886043.32516: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6e000> <<< 61728 1726886043.32559: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6d460> # /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 0x7f5b85d58b00> <<< 61728 1726886043.32592: 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' <<< 61728 1726886043.32729: stdout chunk (state=3): >>>import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8716b770> # /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 0x7f5b83ad4a10> <<< 61728 1726886043.32770: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/miscutils.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/miscutils.cpython-312.pyc' import 'dnf.rpm.miscutils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad4c80> # /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 0x7f5b83ad55b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad5040> <<< 61728 1726886043.32827: 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 0x7f5b83ad6480> import 'gc' # <<< 61728 1726886043.32855: stdout chunk (state=3): >>>import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85e873e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612a150> <<< 61728 1726886043.33372: 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 <<< 61728 1726886043.33394: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 61728 1726886043.33434: 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' <<< 61728 1726886043.33436: stdout chunk (state=3): >>>import 'dnfpluginscore' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad7230> <<< 61728 1726886043.33464: 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' <<< 61728 1726886043.33491: 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 <<< 61728 1726886043.33528: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/cli.cpython-312.pyc' <<< 61728 1726886043.33551: 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 <<< 61728 1726886043.33618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/output.cpython-312.pyc' <<< 61728 1726886043.33636: 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' <<< 61728 1726886043.33661: stdout chunk (state=3): >>>import 'dnf.cli.format' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a7cb0> <<< 61728 1726886043.33668: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/progress.cpython-312.pyc' <<< 61728 1726886043.33691: 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 <<< 61728 1726886043.33708: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/term.cpython-312.pyc' <<< 61728 1726886043.33736: 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' <<< 61728 1726886043.33867: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b838cdd30> <<< 61728 1726886043.33881: stdout chunk (state=3): >>>import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838cd8e0> <<< 61728 1726886043.33900: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.33936: 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 0x7f5b83ad7140> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838cc7a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a7fe0> <<< 61728 1726886043.33967: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a4d10> <<< 61728 1726886043.33983: 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 <<< 61728 1726886043.34002: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 61728 1726886043.34012: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a7aa0> <<< 61728 1726886043.34035: 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 <<< 61728 1726886043.34059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.34080: 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 <<< 61728 1726886043.34096: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 61728 1726886043.34134: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838e32f0> <<< 61728 1726886043.34161: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838e1e20> <<< 61728 1726886043.34190: 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 <<< 61728 1726886043.34207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 61728 1726886043.34215: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83904b00> <<< 61728 1726886043.34227: 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 <<< 61728 1726886043.34246: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/autoremove.cpython-312.pyc' import 'dnf.cli.commands.autoremove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83904e00> <<< 61728 1726886043.34271: 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 <<< 61728 1726886043.34286: stdout chunk (state=3): >>># 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 0x7f5b83905070> <<< 61728 1726886043.34304: 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 <<< 61728 1726886043.34323: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' <<< 61728 1726886043.34328: stdout chunk (state=3): >>>import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83905310> <<< 61728 1726886043.34358: 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' <<< 61728 1726886043.34373: 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 <<< 61728 1726886043.34405: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 61728 1726886043.34438: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83905a30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83905880> <<< 61728 1726886043.34473: 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' <<< 61728 1726886043.34478: stdout chunk (state=3): >>>import 'dnf.cli.commands.distrosync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83907320> <<< 61728 1726886043.34505: 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 <<< 61728 1726886043.34520: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/downgrade.cpython-312.pyc' import 'dnf.cli.commands.downgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83907470><<< 61728 1726886043.34530: 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 <<< 61728 1726886043.34566: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/group.cpython-312.pyc' <<< 61728 1726886043.34573: stdout chunk (state=3): >>>import 'dnf.cli.commands.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83907680> <<< 61728 1726886043.34599: 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 <<< 61728 1726886043.34607: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/history.cpython-312.pyc' <<< 61728 1726886043.34632: 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 <<< 61728 1726886043.34647: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction_sr.cpython-312.pyc' <<< 61728 1726886043.34677: stdout chunk (state=3): >>>import 'dnf.transaction_sr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83920620> <<< 61728 1726886043.34681: stdout chunk (state=3): >>>import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83907e60> <<< 61728 1726886043.34772: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/install.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' <<< 61728 1726886043.34776: stdout chunk (state=3): >>>import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839211c0> <<< 61728 1726886043.34808: 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' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83921610> # /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 0x7f5b839217c0> <<< 61728 1726886043.34836: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/module.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 61728 1726886043.34886: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83921a90> <<< 61728 1726886043.34900: 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' import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83922990> <<< 61728 1726886043.34943: 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' <<< 61728 1726886043.34971: stdout chunk (state=3): >>>import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83922c00> <<< 61728 1726886043.34989: 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' <<< 61728 1726886043.34998: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83922e10> <<< 61728 1726886043.35030: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 61728 1726886043.35062: 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 <<< 61728 1726886043.35096: 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 0x7f5b83923a10> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83923530> <<< 61728 1726886043.35104: 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 <<< 61728 1726886043.35138: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 61728 1726886043.35141: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 61728 1726886043.35179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83944890> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839441d0> <<< 61728 1726886043.35204: 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 <<< 61728 1726886043.35207: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/swap.cpython-312.pyc' <<< 61728 1726886043.35221: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83945520> # /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 <<< 61728 1726886043.35460: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/updateinfo.cpython-312.pyc' <<< 61728 1726886043.35494: stdout chunk (state=3): >>>import 'dnf.cli.commands.updateinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83945820> # /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 0x7f5b83946780> # /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 0x7f5b83946a20> # /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 0x7f5b83946ba0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad7680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad7410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad6b40> # /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 0x7f5b839475c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839472f0> # /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' <<< 61728 1726886043.35520: 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 <<< 61728 1726886043.35577: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886043.35589: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 61728 1726886043.35625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 61728 1726886043.35679: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8396da60> <<< 61728 1726886043.35708: 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' <<< 61728 1726886043.35799: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 61728 1726886043.35802: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 61728 1726886043.35829: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8396f1d0> <<< 61728 1726886043.35884: 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 0x7f5b8396e3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8396df70> <<< 61728 1726886043.35911: 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 <<< 61728 1726886043.35958: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc' <<< 61728 1726886043.35977: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/_common.py # code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_common.cpython-312.pyc' import 'dateutil._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836c09e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836a7dd0> <<< 61728 1726886043.35997: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/__init__.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.36016: 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 <<< 61728 1726886043.36074: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 61728 1726886043.36085: stdout chunk (state=3): >>>import 'six.moves' # <<< 61728 1726886043.36103: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc' <<< 61728 1726886043.36152: stdout chunk (state=3): >>>import 'dateutil.tz._common' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836c3890> <<< 61728 1726886043.36160: 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 <<< 61728 1726886043.36196: 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 0x7f5b836c3a10> <<< 61728 1726886043.36213: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' # destroy dateutil.tz.win <<< 61728 1726886043.36257: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836c1070> <<< 61728 1726886043.36274: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836c0d40> <<< 61728 1726886043.36305: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83947890> <<< 61728 1726886043.36335: 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 # code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 61728 1726886043.36372: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8396d5b0> <<< 61728 1726886043.36375: stdout chunk (state=3): >>>import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839475f0> <<< 61728 1726886043.36421: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad73e0> # /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 <<< 61728 1726886043.36424: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 61728 1726886043.36467: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836ea450> <<< 61728 1726886043.36481: 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 <<< 61728 1726886043.36522: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836eacf0> <<< 61728 1726886043.36547: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/debuginfo-install.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 61728 1726886043.36584: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836ebd10> <<< 61728 1726886043.36599: 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 <<< 61728 1726886043.36631: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 61728 1726886043.36641: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837143b0> # /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' <<< 61728 1726886043.36674: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886043.36698: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py <<< 61728 1726886043.36707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 61728 1726886043.36740: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.36893: 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 0x7f5b83715a30> <<< 61728 1726886043.36897: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83715400> <<< 61728 1726886043.36946: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837150a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83714d70> <<< 61728 1726886043.36949: 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 <<< 61728 1726886043.36976: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 61728 1726886043.37006: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83714c80> <<< 61728 1726886043.37017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/needs_restarting.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 61728 1726886043.37045: 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' <<< 61728 1726886043.37091: 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 0x7f5b83717800> <<< 61728 1726886043.37104: 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' <<< 61728 1726886043.37135: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837178c0> <<< 61728 1726886043.37144: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 61728 1726886043.37327: 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 0x7f5b83717fe0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83717e60> # /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 <<< 61728 1726886043.37331: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 61728 1726886043.37333: 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 <<< 61728 1726886043.37457: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/connection.cpython-312.pyc' <<< 61728 1726886043.37496: 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 0x7f5b83742570> <<< 61728 1726886043.37526: 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 # 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 <<< 61728 1726886043.37540: 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 <<< 61728 1726886043.37585: 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 0x7f5b837437a0> # /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 0x7f5b83743a10> <<< 61728 1726886043.37611: 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' <<< 61728 1726886043.37629: stdout chunk (state=3): >>># extension module 'pyexpat' loaded from '/usr/lib64/python3.12/lib-dynload/pyexpat.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886043.37667: 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 0x7f5b83743b60> <<< 61728 1726886043.37701: stdout chunk (state=3): >>>import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837438c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83743260> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837426f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837419d0> <<< 61728 1726886043.37705: stdout chunk (state=3): >>>import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83740f80> <<< 61728 1726886043.37752: stdout chunk (state=3): >>>import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83740800> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837172f0> <<< 61728 1726886043.37760: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837167e0> <<< 61728 1726886043.37787: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repoclosure.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repoclosure.cpython-312.pyc' <<< 61728 1726886043.37817: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.repoclosure' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837434d0> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repodiff.py <<< 61728 1726886043.37864: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repodiff.cpython-312.pyc' import 'dnf.plugin.dynamic.repodiff' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83743f50> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repograph.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repograph.py <<< 61728 1726886043.37894: stdout chunk (state=3): >>># 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 0x7f5b83770920> # /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/repomanage.py <<< 61728 1726886043.37914: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83770ce0> <<< 61728 1726886043.37958: 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 <<< 61728 1726886043.37965: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 61728 1726886043.37987: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83771610> # /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 <<< 61728 1726886043.38012: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 61728 1726886043.38040: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83772150> <<< 61728 1726886043.50890: stdout chunk (state=3): >>> <<< 61728 1726886043.50899: stdout chunk (state=3): >>>{"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "libblockdev"], "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}}} <<< 61728 1726886043.52099: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 61728 1726886043.52127: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886043.52641: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886043.52680: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack <<< 61728 1726886043.52735: stdout chunk (state=3): >>># cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # 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 <<< 61728 1726886043.52766: stdout chunk (state=3): >>># cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ <<< 61728 1726886043.52790: 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 # 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 <<< 61728 1726886043.52864: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.52914: stdout chunk (state=3): >>># cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # 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 <<< 61728 1726886043.52969: stdout chunk (state=3): >>># cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases <<< 61728 1726886043.53010: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.53604: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886043.53611: stdout chunk (state=3): >>># destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma <<< 61728 1726886043.53663: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob <<< 61728 1726886043.53673: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy syslog <<< 61728 1726886043.53713: stdout chunk (state=3): >>># destroy selinux <<< 61728 1726886043.53742: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 61728 1726886043.53749: stdout chunk (state=3): >>># destroy mimetypes # destroy netrc <<< 61728 1726886043.53818: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.53826: stdout chunk (state=3): >>># destroy dateutil.tz._common # destroy dateutil.tz._factories # destroy dateutil.tz.tz # destroy dateutil.tz <<< 61728 1726886043.53871: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.53884: stdout chunk (state=3): >>># destroy uuid # destroy systemd.journal <<< 61728 1726886043.53946: stdout chunk (state=3): >>># cleanup[3] wiping _dbus_bindings <<< 61728 1726886043.53978: 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 # 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 <<< 61728 1726886043.54005: stdout chunk (state=3): >>># cleanup[3] wiping curses # cleanup[3] wiping _curses # cleanup[3] wiping dnf # destroy dnf.pycomp # destroy dnf.const # destroy dnf.i18n # destroy dnf.yum # destroy dnf.yum.rpmtrans # destroy dnf.transaction # destroy dnf.callback # destroy dnf.util # destroy dnf.exceptions # destroy dnf.comps # destroy dnf.db # destroy dnf.db.group # destroy dnf.db.history # destroy dnf.crypto # destroy dnf.conf # destroy dnf.conf.substitutions # destroy dnf.conf.config # destroy dnf.conf.read # destroy dnf.lock # destroy dnf.logging # destroy dnf.repo # destroy dnf.rpm # destroy dnf.dnssec # destroy dnf.drpm # destroy dnf.goal # destroy dnf.history # destroy dnf.module # destroy dnf.module.exceptions # destroy dnf.module.module_base # destroy dnf.selector # destroy dnf.persistor # destroy dnf.plugin # destroy dnf.query # destroy dnf.repodict # destroy dnf.package # destroy dnf.sack # destroy dnf.subject # destroy dnf.base # destroy dnf.transaction_sr # destroy dnf.match_counter # destroy dnf.cli # cleanup[3] wiping gc # cleanup[3] wiping dnf.rpm.miscutils <<< 61728 1726886043.54061: stdout chunk (state=3): >>># destroy subprocess # cleanup[3] wiping dnf.rpm.connection # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle <<< 61728 1726886043.54113: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.54157: stdout chunk (state=3): >>># cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue <<< 61728 1726886043.54225: stdout chunk (state=3): >>># cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # cleanup[3] wiping urllib.request # destroy bisect # cleanup[3] wiping urllib.error # cleanup[3] wiping urllib.response <<< 61728 1726886043.54233: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.54288: stdout chunk (state=3): >>># cleanup[3] wiping email.errors # cleanup[3] wiping email.encoders # cleanup[3] wiping email.mime # destroy email.mime.base # destroy email.mime.nonmultipart # destroy email.mime.application # destroy email.mime.multipart # destroy email.mime.text # cleanup[3] wiping email # destroy email._parseaddr # destroy email._policybase # destroy email._encoded_words # destroy email._header_value_parser <<< 61728 1726886043.54369: 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 # cleanup[3] wiping gettext # 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 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 <<< 61728 1726886043.54470: stdout chunk (state=3): >>># cleanup[3] wiping _string # destroy _string # cleanup[3] wiping _uuid # cleanup[3] wiping datetime # cleanup[3] wiping _datetime # cleanup[3] wiping 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 <<< 61728 1726886043.54477: stdout chunk (state=3): >>># cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale <<< 61728 1726886043.54485: stdout chunk (state=3): >>># destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json # destroy json.decoder # destroy json.encoder <<< 61728 1726886043.54488: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy ipaddress # cleanup[3] wiping urllib # destroy urllib.response # destroy urllib.error # destroy urllib.request # cleanup[3] wiping contextlib <<< 61728 1726886043.54497: stdout chunk (state=3): >>># cleanup[3] wiping threading # cleanup[3] wiping tempfile <<< 61728 1726886043.54501: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping random<<< 61728 1726886043.54575: 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 # 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 <<< 61728 1726886043.54583: 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 <<< 61728 1726886043.54587: 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 <<< 61728 1726886043.54613: stdout chunk (state=3): >>># cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping stat <<< 61728 1726886043.54640: stdout chunk (state=3): >>># 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 <<< 61728 1726886043.54648: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # 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 <<< 61728 1726886043.54654: stdout chunk (state=3): >>># cleanup[3] wiping builtins <<< 61728 1726886043.54688: stdout chunk (state=3): >>># destroy _dbus_bindings # destroy decimal # destroy _curses # destroy libcomps._libpycomps # destroy hawkey._hawkey # destroy rpm._rpm # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886043.55211: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886043.55219: stdout chunk (state=3): >>># destroy _socket <<< 61728 1726886043.55249: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 61728 1726886043.55283: stdout chunk (state=3): >>># destroy platform <<< 61728 1726886043.55291: stdout chunk (state=3): >>># destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 61728 1726886043.55299: stdout chunk (state=3): >>># destroy tokenize <<< 61728 1726886043.55329: stdout chunk (state=3): >>># destroy _compat_pickle <<< 61728 1726886043.55344: stdout chunk (state=3): >>># destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib <<< 61728 1726886043.55383: stdout chunk (state=3): >>># destroy _queue # destroy array <<< 61728 1726886043.55386: stdout chunk (state=3): >>># destroy copyreg <<< 61728 1726886043.55403: 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 <<< 61728 1726886043.55419: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves <<< 61728 1726886043.55440: stdout chunk (state=3): >>># destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886043.55446: stdout chunk (state=3): >>># destroy unicodedata <<< 61728 1726886043.55482: stdout chunk (state=3): >>># destroy _blake2 # destroy email # destroy queue # destroy shlex <<< 61728 1726886043.55485: stdout chunk (state=3): >>># destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction <<< 61728 1726886043.55513: stdout chunk (state=3): >>># destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib <<< 61728 1726886043.55520: stdout chunk (state=3): >>># destroy urllib.parse # destroy fnmatch <<< 61728 1726886043.55562: stdout chunk (state=3): >>># destroy tempfile # destroy traceback # destroy calendar # destroy dnf.yum.misc # destroy glob # destroy curses # destroy struct # destroy termios <<< 61728 1726886043.55586: 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 <<< 61728 1726886043.55616: stdout chunk (state=3): >>># destroy rpm <<< 61728 1726886043.55666: stdout chunk (state=3): >>># destroy itertools # destroy functools # destroy locale # destroy signal # destroy threading # destroy contextlib # destroy time # destroy fcntl # destroy _posixsubprocess # destroy select <<< 61728 1726886043.55673: stdout chunk (state=3): >>># destroy selectors # destroy json.scanner # destroy _json # destroy collections # destroy io # destroy _opcode <<< 61728 1726886043.55747: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 61728 1726886043.55785: stdout chunk (state=3): >>># destroy binascii <<< 61728 1726886043.55792: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 61728 1726886043.55830: stdout chunk (state=3): >>># destroy _ssl <<< 61728 1726886043.55902: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886043.56036: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 61728 1726886043.56044: stdout chunk (state=3): >>># destroy re <<< 61728 1726886043.56052: stdout chunk (state=3): >>># destroy _random <<< 61728 1726886043.56075: stdout chunk (state=3): >>># destroy _sre <<< 61728 1726886043.56089: stdout chunk (state=3): >>># destroy _operator # destroy _functools <<< 61728 1726886043.56096: stdout chunk (state=3): >>># clear sys.audit hooks <<< 61728 1726886043.56814: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886043.56861: stdout chunk (state=3): >>><<< 61728 1726886043.56864: stderr chunk (state=3): >>><<< 61728 1726886043.57072: _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 0x7f5b871684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87137b30> # /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 0x7f5b8716aa50> 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 0x7f5b86f3d130> # /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 0x7f5b86f3e120> 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 0x7f5b86f83f20> # /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 0x7f5b86f900b0> # /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 0x7f5b86fb3920> # /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 0x7f5b86fb3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f93bc0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f91310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f810d0> # /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 0x7f5b86fd78c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86fd64e0> # /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 0x7f5b86f921e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f82fc0> # /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 0x7f5b87004950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f80350> # /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 0x7f5b87004e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87004cb0> # 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 0x7f5b870050a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86f76e70> # /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 0x7f5b87005790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87005460> 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 0x7f5b87006660> 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 0x7f5b87020860> 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 0x7f5b87021fa0> # /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 0x7f5b87022e40> # 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 0x7f5b87023470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87022390> # /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 0x7f5b87023e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87023590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b870065d0> # /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 0x7f5b86d4fd10> # /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 0x7f5b86d7c890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7c5f0> # 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 0x7f5b86d7c800> # /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 0x7f5b86d7d1c0> # 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 0x7f5b86d7dbb0> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7ca70> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d4deb0> # /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 0x7f5b86d7efc0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7dd00> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b87006d80> # /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 0x7f5b86da3350> # /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 0x7f5b86dc7740> # /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 0x7f5b86e28530> # /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 0x7f5b86e2ac90> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86e28650> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86ded550> # /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 0x7f5b867255e0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86dc6540> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86d7ff20> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f5b86dc68a0> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_50a2lqi_/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 0x7f5b8677f200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8675e0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8675d280> # 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 0x7f5b8677cf50> # /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 0x7f5b867a6b10> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a68a0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867a61b0> # /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 0x7f5b867a6900> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8716a9c0> 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 0x7f5b867a7800> # 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 0x7f5b867a7a40> # /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 0x7f5b867a7f80> 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 0x7f5b86611cd0> # 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 0x7f5b86613980> # /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 0x7f5b86618320> # /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 0x7f5b866194c0> # /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 0x7f5b8661bf20> # 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 0x7f5b87022cc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661a1e0> # /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 0x7f5b8661fdd0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661e8a0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661e600> # /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 0x7f5b8661eb70> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8661a6f0> # 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 0x7f5b86663a70> # /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 0x7f5b866641d0> # /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 0x7f5b86665c70> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86665a30> # /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 0x7f5b86668170> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86666300> # /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 0x7f5b8666b950> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86668320> # 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 0x7f5b8666c710> # 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 0x7f5b8666cb90> # 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 0x7f5b8666caa0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86664380> # /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 0x7f5b866f82f0> # 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 0x7f5b866f94c0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8666eab0> # 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 0x7f5b8666fe30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8666e6f0> # 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 0x7f5b866fd700> # /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 0x7f5b866fe570> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866f9460> 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 0x7f5b866fecf0> # 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 0x7f5b866ff800> # 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 0x7f5b8650a2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86505100> 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 0x7f5b86602b40> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b867e2810> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8650a330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b866fd2b0> # 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 0x7f5b8659c860> # /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 0x7f5b8659ca70> # /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 0x7f5b8659d190> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659cd10> # /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 0x7f5b8659da90> # /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 0x7f5b86588080> # /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 0x7f5b86589880> # /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 0x7f5b861627b0> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659f260> # /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 0x7f5b861712e0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163e60> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163200> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659e6f0> # /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 0x7f5b861dd3a0> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861954c0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86163c80> # /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 0x7f5b861e4e90> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861df170> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86194fe0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659e0f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659db20> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659d820> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8659caa0> # /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 0x7f5b8659db50> # /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 0x7f5b861e5460> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e5040> # /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 0x7f5b861e5bb0> # /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 0x7f5b861f4860> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861cd9d0> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b861e6bd0> # /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 0x7f5b861cd460> # /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 0x7f5b86202630> # /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 0x7f5b862032f0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86202d80> # /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 0x7f5b862037d0> # /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 0x7f5b861d78c0> # /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 0x7f5b860f60f0> # 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 0x7f5b8612b110> # /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 0x7f5b8612b200> # /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 0x7f5b85e873b0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85e86c00> # 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 0x7f5b85e86de0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612b740> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612a3c0> # /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 0x7f5b8612ae10> # /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 0x7f5b85f00890> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85f00470> # /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 0x7f5b85f281a0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85f009e0> # /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 0x7f5b85cdb0b0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b86507290> # /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 0x7f5b85d58ce0> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85cdb560> # /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 0x7f5b85d5bc50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85d58e00> # /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 0x7f5b85d97dd0> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85d5bfe0> # /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 0x7f5b84069160> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84068560> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85ea3fb0> # /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 0x7f5b84084680> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406bad0> # /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 0x7f5b84086d20> # /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 0x7f5b84087c20> # /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 0x7f5b840b4530> # /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 0x7f5b840b5a30> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84087e60> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086bd0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086570> # /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 0x7f5b840b75f0> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84086750> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840849e0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406b0e0> # /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 0x7f5b8406b800> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8406b560> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840692e0> # /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 0x7f5b840f0c20> # /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 0x7f5b840f31a0> # /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 0x7f5b840f3980> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f2450> # /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 0x7f5b841181d0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b840f0bf0> # /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 0x7f5b84119c40> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b841191c0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84118fe0> # /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 0x7f5b84144ce0> # /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 0x7f5b83a12d20> # 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 0x7f5b83a13080> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84146ff0> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b84145190> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b841441d0> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a450> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a180> # /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 0x7f5b83a50c20> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a13d40> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8411a960> # /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 0x7f5b83a51310> # /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 0x7f5b83a516d0> # /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 0x7f5b83a51790> # /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 0x7f5b83a51880> # /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 0x7f5b83a6c470> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a525a0> # /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 0x7f5b83a6c560> # /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 0x7f5b83a6c650> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a51640> # /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 0x7f5b83a6c800> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5b83abc230> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a97650> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a960c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6e000> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83a6d460> # /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 0x7f5b85d58b00> # /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 0x7f5b8716b770> # /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 0x7f5b83ad4a10> # /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 0x7f5b83ad4c80> # /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 0x7f5b83ad55b0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad5040> # /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 0x7f5b83ad6480> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b85e873e0> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8612a150> # /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 0x7f5b83ad7230> # /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 0x7f5b838a7cb0> # /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 0x7f5b838cdd30> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838cd8e0> # 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 0x7f5b83ad7140> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838cc7a0> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a7fe0> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838a4d10> # /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 0x7f5b838a7aa0> # /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 0x7f5b838e32f0> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b838e1e20> # /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 0x7f5b83904b00> # /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 0x7f5b83904e00> # /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 0x7f5b83905070> # /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 0x7f5b83905310> # /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 0x7f5b83905a30> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83905880> # /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 0x7f5b83907320> # /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 0x7f5b83907470> # /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 0x7f5b83907680> # /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 0x7f5b83920620> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83907e60> # /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 0x7f5b839211c0> # /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 0x7f5b83921610> # /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 0x7f5b839217c0> # /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 0x7f5b83921a90> # /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 0x7f5b83922990> # /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 0x7f5b83922c00> # /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 0x7f5b83922e10> # /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 0x7f5b83923a10> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83923530> # /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 0x7f5b83944890> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839441d0> # /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 0x7f5b83945520> # /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 0x7f5b83945820> # /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 0x7f5b83946780> # /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 0x7f5b83946a20> # /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 0x7f5b83946ba0> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad7680> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad7410> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad6b40> # /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 0x7f5b839475c0> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839472f0> # /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 0x7f5b8396da60> # /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 0x7f5b8396f1d0> # 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 0x7f5b8396e3c0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b8396df70> # /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 0x7f5b836c09e0> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836a7dd0> # /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 0x7f5b836c3890> # /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 0x7f5b836c3a10> # /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 0x7f5b836c1070> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b836c0d40> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83947890> # /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 0x7f5b8396d5b0> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b839475f0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83ad73e0> # /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 0x7f5b836ea450> # /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 0x7f5b836eacf0> # /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 0x7f5b836ebd10> # /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 0x7f5b837143b0> # /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 0x7f5b83715a30> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83715400> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837150a0> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83714d70> # /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 0x7f5b83714c80> # /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 0x7f5b83717800> # /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 0x7f5b837178c0> # /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 0x7f5b83717fe0> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83717e60> # /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 0x7f5b83742570> # /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 0x7f5b837437a0> # /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 0x7f5b83743a10> # /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 0x7f5b83743b60> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837438c0> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83743260> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837426f0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837419d0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83740f80> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b83740800> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837172f0> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5b837167e0> # /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 0x7f5b837434d0> # /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 0x7f5b83743f50> # /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 0x7f5b83770920> # /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 0x7f5b83770ce0> # /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 0x7f5b83771610> # /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 0x7f5b83772150> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-fs", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "xfsprogs", "stratisd", "stratis-cli", "libblockdev"], "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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # 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 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 inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # 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 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 collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy 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 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 _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 selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # 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 copyreg # 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 gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # 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 rpm # destroy itertools # destroy functools # 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 # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # 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 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 inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # 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 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 collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy 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 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 _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 selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # 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 copyreg # 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 gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # 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 rpm # destroy itertools # destroy functools # 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 # destroy _operator # destroy _functools # clear sys.audit hooks 61728 1726886043.58178: done with _execute_module (ansible.legacy.dnf, {'name': ['python3-blivet', 'libblockdev-crypto', 'libblockdev-dm', 'libblockdev-fs', 'libblockdev-lvm', 'libblockdev-mdraid', 'libblockdev-swap', 'xfsprogs', 'stratisd', 'stratis-cli', 'libblockdev'], '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-1726886042.763236-61791-180732893707963/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886043.58180: _low_level_execute_command(): starting 61728 1726886043.58182: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886042.763236-61791-180732893707963/ > /dev/null 2>&1 && sleep 0' 61728 1726886043.58183: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886043.58185: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886043.58186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886043.58187: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886043.58188: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886043.58189: stderr chunk (state=3): >>>debug2: match not found <<< 61728 1726886043.58191: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.58192: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 61728 1726886043.58193: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 61728 1726886043.58194: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 61728 1726886043.58195: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886043.58196: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886043.58198: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886043.58199: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.58200: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.58201: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886043.60061: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886043.60066: stdout chunk (state=3): >>><<< 61728 1726886043.60069: stderr chunk (state=3): >>><<< 61728 1726886043.60072: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886043.60076: handler run complete 61728 1726886043.60078: attempt loop complete, returning result 61728 1726886043.60081: _execute() done 61728 1726886043.60084: dumping result to json 61728 1726886043.60093: done dumping result, returning 61728 1726886043.60103: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure blivet is available [0affc8a3-6f6f-cd4e-f8d4-000000000073] 61728 1726886043.60107: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000073 61728 1726886043.60361: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000073 61728 1726886043.60365: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 61728 1726886043.60578: no more pending results, returning what we have 61728 1726886043.60581: results queue empty 61728 1726886043.60582: checking for any_errors_fatal 61728 1726886043.60583: done checking for any_errors_fatal 61728 1726886043.60584: checking for max_fail_percentage 61728 1726886043.60586: done checking for max_fail_percentage 61728 1726886043.60586: checking to see if all hosts have failed and the running result is not ok 61728 1726886043.60587: done checking to see if all hosts have failed 61728 1726886043.60588: getting the remaining hosts for this loop 61728 1726886043.60589: done getting the remaining hosts for this loop 61728 1726886043.60593: getting the next task for host managed_node2 61728 1726886043.60598: done getting next task for host managed_node2 61728 1726886043.60601: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_pools 61728 1726886043.60604: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 61728 1726886043.60613: getting variables 61728 1726886043.60615: in VariableManager get_vars() 61728 1726886043.60649: Calling all_inventory to load vars for managed_node2 61728 1726886043.60652: Calling groups_inventory to load vars for managed_node2 61728 1726886043.60654: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886043.60761: Calling all_plugins_play to load vars for managed_node2 61728 1726886043.60769: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886043.60773: Calling groups_plugins_play to load vars for managed_node2 61728 1726886043.61058: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886043.61368: done with get_vars() 61728 1726886043.61380: done getting variables 61728 1726886043.61487: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 20 September 2024 22:34:03 -0400 (0:00:00.923) 0:00:02.934 ****** 61728 1726886043.61525: entering _queue_task() for managed_node2/debug 61728 1726886043.61531: Creating lock for debug 61728 1726886043.61840: worker is 1 (out of 1 available) 61728 1726886043.61851: exiting _queue_task() for managed_node2/debug 61728 1726886043.61977: done queuing things up, now waiting for results queue to drain 61728 1726886043.61979: waiting for pending results... 61728 1726886043.62128: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools 61728 1726886043.62244: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000074 61728 1726886043.62267: variable 'ansible_search_path' from source: unknown 61728 1726886043.62276: variable 'ansible_search_path' from source: unknown 61728 1726886043.62328: calling self._execute() 61728 1726886043.62417: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.62434: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.62447: variable 'omit' from source: magic vars 61728 1726886043.62568: variable 'omit' from source: magic vars 61728 1726886043.62636: variable 'omit' from source: magic vars 61728 1726886043.62683: variable 'omit' from source: magic vars 61728 1726886043.62736: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886043.62786: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886043.62845: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886043.62849: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.62858: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.62894: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886043.62903: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.62912: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.63033: Set connection var ansible_timeout to 10 61728 1726886043.63064: Set connection var ansible_shell_executable to /bin/sh 61728 1726886043.63067: Set connection var ansible_pipelining to False 61728 1726886043.63070: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886043.63072: Set connection var ansible_connection to ssh 61728 1726886043.63174: Set connection var ansible_shell_type to sh 61728 1726886043.63177: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.63179: variable 'ansible_connection' from source: unknown 61728 1726886043.63182: variable 'ansible_module_compression' from source: unknown 61728 1726886043.63185: variable 'ansible_shell_type' from source: unknown 61728 1726886043.63188: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.63190: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.63192: variable 'ansible_pipelining' from source: unknown 61728 1726886043.63194: variable 'ansible_timeout' from source: unknown 61728 1726886043.63196: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.63335: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886043.63351: variable 'omit' from source: magic vars 61728 1726886043.63364: starting attempt loop 61728 1726886043.63371: running the handler 61728 1726886043.63753: handler run complete 61728 1726886043.63784: attempt loop complete, returning result 61728 1726886043.63791: _execute() done 61728 1726886043.63829: dumping result to json 61728 1726886043.63832: done dumping result, returning 61728 1726886043.63834: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_pools [0affc8a3-6f6f-cd4e-f8d4-000000000074] 61728 1726886043.63836: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000074 ok: [managed_node2] => { "storage_pools": "VARIABLE IS NOT DEFINED!: 'storage_pools' is undefined" } 61728 1726886043.64117: no more pending results, returning what we have 61728 1726886043.64122: results queue empty 61728 1726886043.64124: checking for any_errors_fatal 61728 1726886043.64136: done checking for any_errors_fatal 61728 1726886043.64137: checking for max_fail_percentage 61728 1726886043.64139: done checking for max_fail_percentage 61728 1726886043.64140: checking to see if all hosts have failed and the running result is not ok 61728 1726886043.64141: done checking to see if all hosts have failed 61728 1726886043.64141: getting the remaining hosts for this loop 61728 1726886043.64143: done getting the remaining hosts for this loop 61728 1726886043.64147: getting the next task for host managed_node2 61728 1726886043.64154: done getting next task for host managed_node2 61728 1726886043.64159: ^ task is: TASK: fedora.linux_system_roles.storage : Show storage_volumes 61728 1726886043.64163: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 61728 1726886043.64180: getting variables 61728 1726886043.64183: in VariableManager get_vars() 61728 1726886043.64216: Calling all_inventory to load vars for managed_node2 61728 1726886043.64222: Calling groups_inventory to load vars for managed_node2 61728 1726886043.64225: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886043.64235: Calling all_plugins_play to load vars for managed_node2 61728 1726886043.64237: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886043.64240: Calling groups_plugins_play to load vars for managed_node2 61728 1726886043.64622: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000074 61728 1726886043.64625: WORKER PROCESS EXITING 61728 1726886043.64647: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886043.64983: done with get_vars() 61728 1726886043.64992: done getting variables 61728 1726886043.65059: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show storage_volumes] **************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:14 Friday 20 September 2024 22:34:03 -0400 (0:00:00.035) 0:00:02.969 ****** 61728 1726886043.65089: entering _queue_task() for managed_node2/debug 61728 1726886043.65344: worker is 1 (out of 1 available) 61728 1726886043.65354: exiting _queue_task() for managed_node2/debug 61728 1726886043.65479: done queuing things up, now waiting for results queue to drain 61728 1726886043.65481: waiting for pending results... 61728 1726886043.65633: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes 61728 1726886043.65768: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000075 61728 1726886043.65788: variable 'ansible_search_path' from source: unknown 61728 1726886043.65796: variable 'ansible_search_path' from source: unknown 61728 1726886043.65846: calling self._execute() 61728 1726886043.65939: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.65950: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.65969: variable 'omit' from source: magic vars 61728 1726886043.66089: variable 'omit' from source: magic vars 61728 1726886043.66160: variable 'omit' from source: magic vars 61728 1726886043.66203: variable 'omit' from source: magic vars 61728 1726886043.66259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886043.66307: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886043.66335: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886043.66368: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.66385: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.66466: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886043.66470: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.66472: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.66552: Set connection var ansible_timeout to 10 61728 1726886043.66574: Set connection var ansible_shell_executable to /bin/sh 61728 1726886043.66586: Set connection var ansible_pipelining to False 61728 1726886043.66595: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886043.66601: Set connection var ansible_connection to ssh 61728 1726886043.66607: Set connection var ansible_shell_type to sh 61728 1726886043.66640: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.66648: variable 'ansible_connection' from source: unknown 61728 1726886043.66657: variable 'ansible_module_compression' from source: unknown 61728 1726886043.66665: variable 'ansible_shell_type' from source: unknown 61728 1726886043.66671: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.66689: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.66697: variable 'ansible_pipelining' from source: unknown 61728 1726886043.66703: variable 'ansible_timeout' from source: unknown 61728 1726886043.66791: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.66872: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886043.66887: variable 'omit' from source: magic vars 61728 1726886043.66908: starting attempt loop 61728 1726886043.66917: running the handler 61728 1726886043.67269: handler run complete 61728 1726886043.67300: attempt loop complete, returning result 61728 1726886043.67307: _execute() done 61728 1726886043.67313: dumping result to json 61728 1726886043.67321: done dumping result, returning 61728 1726886043.67442: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show storage_volumes [0affc8a3-6f6f-cd4e-f8d4-000000000075] 61728 1726886043.67445: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000075 61728 1726886043.67511: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000075 61728 1726886043.67514: WORKER PROCESS EXITING ok: [managed_node2] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined" } 61728 1726886043.67577: no more pending results, returning what we have 61728 1726886043.67580: results queue empty 61728 1726886043.67581: checking for any_errors_fatal 61728 1726886043.67586: done checking for any_errors_fatal 61728 1726886043.67587: checking for max_fail_percentage 61728 1726886043.67588: done checking for max_fail_percentage 61728 1726886043.67589: checking to see if all hosts have failed and the running result is not ok 61728 1726886043.67590: done checking to see if all hosts have failed 61728 1726886043.67591: getting the remaining hosts for this loop 61728 1726886043.67592: done getting the remaining hosts for this loop 61728 1726886043.67597: getting the next task for host managed_node2 61728 1726886043.67603: done getting next task for host managed_node2 61728 1726886043.67606: ^ task is: TASK: fedora.linux_system_roles.storage : Get required packages 61728 1726886043.67610: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 61728 1726886043.67623: getting variables 61728 1726886043.67625: in VariableManager get_vars() 61728 1726886043.67663: Calling all_inventory to load vars for managed_node2 61728 1726886043.67666: Calling groups_inventory to load vars for managed_node2 61728 1726886043.67669: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886043.67678: Calling all_plugins_play to load vars for managed_node2 61728 1726886043.67680: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886043.67683: Calling groups_plugins_play to load vars for managed_node2 61728 1726886043.68151: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886043.68485: done with get_vars() 61728 1726886043.68497: done getting variables TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 20 September 2024 22:34:03 -0400 (0:00:00.034) 0:00:03.004 ****** 61728 1726886043.68591: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 61728 1726886043.68593: Creating lock for fedora.linux_system_roles.blivet 61728 1726886043.68914: worker is 1 (out of 1 available) 61728 1726886043.68929: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 61728 1726886043.68942: done queuing things up, now waiting for results queue to drain 61728 1726886043.68943: waiting for pending results... 61728 1726886043.69299: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages 61728 1726886043.69382: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000076 61728 1726886043.69386: variable 'ansible_search_path' from source: unknown 61728 1726886043.69388: variable 'ansible_search_path' from source: unknown 61728 1726886043.69420: calling self._execute() 61728 1726886043.69509: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.69560: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.69564: variable 'omit' from source: magic vars 61728 1726886043.70082: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886043.70349: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886043.70406: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886043.70476: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886043.70560: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886043.70610: 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) 61728 1726886043.70645: 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) 61728 1726886043.70699: 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) 61728 1726886043.70734: 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) 61728 1726886043.70925: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 61728 1726886043.70941: variable 'omit' from source: magic vars 61728 1726886043.70998: variable 'omit' from source: magic vars 61728 1726886043.71238: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886043.73530: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886043.73603: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886043.73645: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886043.73689: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886043.73732: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886043.73794: 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) 61728 1726886043.73860: 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) 61728 1726886043.73864: 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) 61728 1726886043.73902: 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) 61728 1726886043.73924: 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) 61728 1726886043.74170: variable 'storage_use_partitions' from source: role '' defaults 61728 1726886043.74186: variable 'storage_disklabel_type' from source: role '' defaults 61728 1726886043.74194: variable 'storage_pool_defaults' from source: role '' defaults 61728 1726886043.74322: variable 'storage_pool_defaults' from source: role '' defaults 61728 1726886043.74361: variable 'storage_volume_defaults' from source: role '' defaults 61728 1726886043.74436: variable 'storage_volume_defaults' from source: role '' defaults 61728 1726886043.74564: variable 'omit' from source: magic vars 61728 1726886043.74595: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886043.74629: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886043.74664: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886043.74685: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.74758: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886043.74762: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886043.74764: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.74766: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.74864: Set connection var ansible_timeout to 10 61728 1726886043.74880: Set connection var ansible_shell_executable to /bin/sh 61728 1726886043.74891: Set connection var ansible_pipelining to False 61728 1726886043.74901: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886043.74990: Set connection var ansible_connection to ssh 61728 1726886043.74993: Set connection var ansible_shell_type to sh 61728 1726886043.74995: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.74997: variable 'ansible_connection' from source: unknown 61728 1726886043.74999: variable 'ansible_module_compression' from source: unknown 61728 1726886043.75001: variable 'ansible_shell_type' from source: unknown 61728 1726886043.75003: variable 'ansible_shell_executable' from source: unknown 61728 1726886043.75005: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886043.75006: variable 'ansible_pipelining' from source: unknown 61728 1726886043.75008: variable 'ansible_timeout' from source: unknown 61728 1726886043.75010: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886043.75137: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886043.75152: variable 'omit' from source: magic vars 61728 1726886043.75207: starting attempt loop 61728 1726886043.75210: running the handler 61728 1726886043.75212: _low_level_execute_command(): starting 61728 1726886043.75214: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886043.75964: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886043.76010: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886043.76106: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886043.76123: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.76150: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886043.76174: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886043.76201: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.76293: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886043.77986: stdout chunk (state=3): >>>/root <<< 61728 1726886043.78094: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886043.78170: stderr chunk (state=3): >>><<< 61728 1726886043.78173: stdout chunk (state=3): >>><<< 61728 1726886043.78192: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886043.78284: _low_level_execute_command(): starting 61728 1726886043.78287: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651 `" && echo ansible-tmp-1726886043.7820115-61825-94968993712651="` echo /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651 `" ) && sleep 0' 61728 1726886043.78916: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886043.78933: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.78967: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886043.78982: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886043.79002: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.79088: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886043.81041: stdout chunk (state=3): >>>ansible-tmp-1726886043.7820115-61825-94968993712651=/root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651 <<< 61728 1726886043.81172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886043.81199: stderr chunk (state=3): >>><<< 61728 1726886043.81227: stdout chunk (state=3): >>><<< 61728 1726886043.81250: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886043.7820115-61825-94968993712651=/root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886043.81460: variable 'ansible_module_compression' from source: unknown 61728 1726886043.81464: ANSIBALLZ: Using lock for fedora.linux_system_roles.blivet 61728 1726886043.81466: ANSIBALLZ: Acquiring lock 61728 1726886043.81468: ANSIBALLZ: Lock acquired: 139692864784096 61728 1726886043.81469: ANSIBALLZ: Creating module 61728 1726886043.95171: ANSIBALLZ: Writing module into payload 61728 1726886043.95386: ANSIBALLZ: Writing module 61728 1726886043.95405: ANSIBALLZ: Renaming module 61728 1726886043.95411: ANSIBALLZ: Done creating module 61728 1726886043.95430: variable 'ansible_facts' from source: unknown 61728 1726886043.95486: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py 61728 1726886043.95588: Sending initial data 61728 1726886043.95592: Sent initial data (154 bytes) 61728 1726886043.96047: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886043.96050: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886043.96052: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.96054: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886043.96064: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.96106: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886043.96110: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.96178: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886043.97862: stderr chunk (state=3): >>>debug2: Remote version: 3 debug2: Server supports extension "posix-rename@openssh.com" revision 1 <<< 61728 1726886043.97868: stderr chunk (state=3): >>>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 <<< 61728 1726886043.97928: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886043.97976: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmp9hki4nqi /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py <<< 61728 1726886043.97983: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py" <<< 61728 1726886043.98030: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmp9hki4nqi" to remote "/root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py" <<< 61728 1726886043.98799: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886043.98879: stderr chunk (state=3): >>><<< 61728 1726886043.98882: stdout chunk (state=3): >>><<< 61728 1726886043.98915: done transferring module to remote 61728 1726886043.98961: _low_level_execute_command(): starting 61728 1726886043.98964: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/ /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py && sleep 0' 61728 1726886043.99593: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886043.99662: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886043.99682: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886043.99710: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886043.99795: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.01610: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.01630: stderr chunk (state=3): >>><<< 61728 1726886044.01633: stdout chunk (state=3): >>><<< 61728 1726886044.01646: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886044.01649: _low_level_execute_command(): starting 61728 1726886044.01654: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/AnsiballZ_blivet.py && sleep 0' 61728 1726886044.02151: 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 <<< 61728 1726886044.02186: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886044.02189: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.02192: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886044.02195: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.02244: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886044.02249: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.02251: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.02306: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.04486: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886044.04516: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886044.04552: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 61728 1726886044.04557: stdout chunk (state=3): >>>import '_weakref' # <<< 61728 1726886044.04630: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886044.04666: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886044.04698: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886044.04723: stdout chunk (state=3): >>>import 'time' # <<< 61728 1726886044.04735: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 61728 1726886044.04787: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/encodings/__init__.py <<< 61728 1726886044.04792: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.04809: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886044.04835: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886044.04872: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886044.04896: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc' <<< 61728 1726886044.04900: stdout chunk (state=3): >>>import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd3604d0> <<< 61728 1726886044.04914: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd32fb30> <<< 61728 1726886044.04938: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 61728 1726886044.04942: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc' <<< 61728 1726886044.04953: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd362a50> <<< 61728 1726886044.04975: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886044.04998: stdout chunk (state=3): >>>import '_abc' # <<< 61728 1726886044.05007: stdout chunk (state=3): >>>import 'abc' # <<< 61728 1726886044.05022: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886044.05057: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886044.05143: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886044.05171: stdout chunk (state=3): >>>import 'genericpath' # <<< 61728 1726886044.05175: stdout chunk (state=3): >>>import 'posixpath' # <<< 61728 1726886044.05209: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886044.05225: stdout chunk (state=3): >>>import '_sitebuiltins' # <<< 61728 1726886044.05236: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages <<< 61728 1726886044.05249: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' <<< 61728 1726886044.05262: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886044.05268: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886044.05297: 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 <<< 61728 1726886044.05300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 61728 1726886044.05329: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd371130> <<< 61728 1726886044.05380: 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 <<< 61728 1726886044.05396: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.05399: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd372120> <<< 61728 1726886044.05433: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886044.05473: 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. <<< 61728 1726886044.05718: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886044.05728: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886044.05763: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886044.05787: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.05790: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886044.05823: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886044.05850: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886044.05874: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886044.05905: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd157f20> <<< 61728 1726886044.05908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886044.05949: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' import '_operator' # <<< 61728 1726886044.05953: stdout chunk (state=3): >>>import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1640b0> <<< 61728 1726886044.05982: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886044.06011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886044.06014: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886044.06103: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.06107: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886044.06139: 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 0x7f3efd187950> <<< 61728 1726886044.06158: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py # code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd187fe0> <<< 61728 1726886044.06176: stdout chunk (state=3): >>>import '_collections' # <<< 61728 1726886044.06240: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd167bf0> <<< 61728 1726886044.06251: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886044.06271: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd165310> <<< 61728 1726886044.06357: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1550d0> <<< 61728 1726886044.06374: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886044.06398: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886044.06401: stdout chunk (state=3): >>>import '_sre' # <<< 61728 1726886044.06430: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886044.06459: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886044.06500: 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' <<< 61728 1726886044.06516: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1ab8c0> <<< 61728 1726886044.06532: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1aa4e0> <<< 61728 1726886044.06559: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 61728 1726886044.06564: 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 0x7f3efd166300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a8d10> <<< 61728 1726886044.06626: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886044.06629: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d8920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd154350> <<< 61728 1726886044.06686: 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' <<< 61728 1726886044.06705: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.06707: 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 0x7f3efd1d8dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d8c80> <<< 61728 1726886044.06754: 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 0x7f3efd1d9070> <<< 61728 1726886044.06773: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd14ae70> <<< 61728 1726886044.06776: 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' <<< 61728 1726886044.06810: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886044.06844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886044.06862: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d9760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d9430> import 'importlib.machinery' # <<< 61728 1726886044.06899: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py<<< 61728 1726886044.06940: 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 0x7f3efd1da660> import 'importlib.util' # <<< 61728 1726886044.06966: stdout chunk (state=3): >>>import 'runpy' # <<< 61728 1726886044.07006: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886044.07014: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886044.07032: 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 0x7f3efd1f4890> <<< 61728 1726886044.07053: stdout chunk (state=3): >>>import 'errno' # <<< 61728 1726886044.07080: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.07104: 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 0x7f3efd1f5fd0> <<< 61728 1726886044.07107: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886044.07135: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886044.07168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py # code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1f6e40> <<< 61728 1726886044.07232: 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 0x7f3efd1f74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1f63c0> <<< 61728 1726886044.07260: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886044.07288: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.07301: 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 0x7f3efd1f7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1f7650> <<< 61728 1726886044.07345: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1da6c0> <<< 61728 1726886044.07362: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886044.07387: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886044.07417: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886044.07438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886044.07465: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.07475: 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 0x7f3efcf2fdd0> <<< 61728 1726886044.07495: 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' <<< 61728 1726886044.07530: 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 0x7f3efcf58890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf585f0> <<< 61728 1726886044.07569: 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 0x7f3efcf58830> <<< 61728 1726886044.07601: 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' <<< 61728 1726886044.07668: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.07788: 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 0x7f3efcf59160> <<< 61728 1726886044.07959: 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 0x7f3efcf59a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf58a40> <<< 61728 1726886044.07970: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf2df70> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886044.07999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886044.08010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886044.08032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 61728 1726886044.08038: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf5aea0> <<< 61728 1726886044.08072: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf59be0><<< 61728 1726886044.08075: stdout chunk (state=3): >>> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1dadb0> <<< 61728 1726886044.08107: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886044.08185: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.08198: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886044.08229: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886044.08254: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf831a0> <<< 61728 1726886044.08311: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886044.08328: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.08347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886044.08364: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886044.08407: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcfab560> <<< 61728 1726886044.08428: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886044.08476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886044.08526: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886044.08553: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886044.08562: 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 0x7f3efd008380> <<< 61728 1726886044.08578: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886044.08607: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886044.08634: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886044.08676: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886044.08765: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd00aae0> <<< 61728 1726886044.08837: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0084a0> <<< 61728 1726886044.08876: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcfd5370> <<< 61728 1726886044.08903: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 61728 1726886044.08914: 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 0x7f3efc921430> <<< 61728 1726886044.08930: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcfaa360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf5bd70> <<< 61728 1726886044.09046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886044.09067: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3efcfaa960> <<< 61728 1726886044.09267: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_veau76ab/ansible_fedora.linux_system_roles.blivet_payload.zip' <<< 61728 1726886044.09271: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.09400: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.09433: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886044.09438: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886044.09482: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886044.09571: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886044.09596: 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 0x7f3efc9731a0> <<< 61728 1726886044.09613: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886044.09803: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc956090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9551f0> <<< 61728 1726886044.09817: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.09869: stdout chunk (state=3): >>>import 'ansible' # # zipimport: zlib available <<< 61728 1726886044.09890: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886044.09902: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.11322: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.12477: 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 0x7f3efc971070> <<< 61728 1726886044.12516: 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' <<< 61728 1726886044.12541: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886044.12544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886044.12580: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 61728 1726886044.12588: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 61728 1726886044.12612: 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 0x7f3efc9a2b70> <<< 61728 1726886044.12650: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a2930> <<< 61728 1726886044.12677: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a2240> <<< 61728 1726886044.12697: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886044.12716: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886044.12758: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a2a80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc973e30> <<< 61728 1726886044.12772: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886044.12794: 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 0x7f3efc9a37d0> <<< 61728 1726886044.12827: 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 0x7f3efc9a39e0> <<< 61728 1726886044.12851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886044.12915: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886044.12931: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886044.12961: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a3ef0> <<< 61728 1726886044.12988: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886044.12998: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886044.13028: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886044.13067: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc811be0> <<< 61728 1726886044.13102: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.13109: 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 0x7f3efc813800> <<< 61728 1726886044.13136: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886044.13140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886044.13185: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc814140> <<< 61728 1726886044.13205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886044.13224: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886044.13254: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc815010> <<< 61728 1726886044.13275: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886044.13313: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886044.13337: 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' <<< 61728 1726886044.13389: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc817d40> <<< 61728 1726886044.13428: 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 0x7f3efd14af60> <<< 61728 1726886044.13469: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc815f40> <<< 61728 1726886044.13488: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886044.13515: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886044.13529: 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' <<< 61728 1726886044.13552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886044.13593: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886044.13643: 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 0x7f3efc81fb90> <<< 61728 1726886044.13647: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886044.13701: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc81e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc81e3c0> <<< 61728 1726886044.13721: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886044.13736: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886044.13807: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc81e930> <<< 61728 1726886044.13842: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc816540> <<< 61728 1726886044.13866: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.13873: 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 0x7f3efc863da0> <<< 61728 1726886044.13901: 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' <<< 61728 1726886044.13907: stdout chunk (state=3): >>>import 'systemd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc863e00> <<< 61728 1726886044.13920: 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 <<< 61728 1726886044.13943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886044.13966: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py <<< 61728 1726886044.13973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' <<< 61728 1726886044.14015: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.14036: 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 0x7f3efc865970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc865730> <<< 61728 1726886044.14046: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886044.14173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886044.14239: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.14242: 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 0x7f3efc867e90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc866060> <<< 61728 1726886044.14251: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886044.14303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.14330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886044.14336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 61728 1726886044.14390: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc86b5f0> <<< 61728 1726886044.14525: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc867f80> <<< 61728 1726886044.14586: 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 0x7f3efc86c350> <<< 61728 1726886044.14622: 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 0x7f3efc86c590> <<< 61728 1726886044.14674: 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 0x7f3efc86c950> <<< 61728 1726886044.14686: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8642f0> <<< 61728 1726886044.14724: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886044.14753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886044.14776: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.14804: 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 0x7f3efc8f80b0> <<< 61728 1726886044.14947: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.14959: 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 0x7f3efc8f8fe0> <<< 61728 1726886044.14965: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc86e840> <<< 61728 1726886044.14999: 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' <<< 61728 1726886044.15022: 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 0x7f3efc86fbc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc86e450> <<< 61728 1726886044.15029: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15052: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886044.15057: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15152: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15242: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15258: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886044.15290: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15307: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 61728 1726886044.15317: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15433: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.15557: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.16117: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.16674: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886044.16682: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 61728 1726886044.16727: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # # /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886044.16742: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.16780: 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 0x7f3efc8fd280> <<< 61728 1726886044.16859: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886044.16862: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886044.16897: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8fe6f0> <<< 61728 1726886044.16909: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8f9220> <<< 61728 1726886044.16948: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886044.16962: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.16979: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.16997: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 61728 1726886044.17145: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.17302: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886044.17306: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886044.17321: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8fe870> <<< 61728 1726886044.17332: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.17790: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18240: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18321: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18399: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 61728 1726886044.18441: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18479: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886044.18486: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18562: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18662: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886044.18677: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886044.18714: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18730: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.18765: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886044.18768: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19002: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886044.19304: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886044.19307: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886044.19383: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8ff380> <<< 61728 1726886044.19395: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19471: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19547: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886044.19571: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886044.19578: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886044.19588: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19634: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19683: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886044.19686: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19732: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19784: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19839: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.19904: 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 <<< 61728 1726886044.19943: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.20047: 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 0x7f3efc709f10> <<< 61728 1726886044.20072: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc707b90> <<< 61728 1726886044.20108: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886044.20124: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20183: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20252: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20276: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20329: 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' <<< 61728 1726886044.20351: 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 <<< 61728 1726886044.20364: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886044.20390: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886044.20448: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886044.20475: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886044.20487: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886044.20544: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8027b0> <<< 61728 1726886044.20605: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9e2480> <<< 61728 1726886044.20690: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc70a030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8fed80> <<< 61728 1726886044.20693: stdout chunk (state=3): >>># destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 61728 1726886044.20695: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20730: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20751: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886044.20810: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886044.20848: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886044.20884: stdout chunk (state=3): >>>import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # <<< 61728 1726886044.20921: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 61728 1726886044.20946: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.20974: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available <<< 61728 1726886044.20995: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 61728 1726886044.21009: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.22563: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.23932: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 61728 1726886044.24004: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 61728 1726886044.24012: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886044.24039: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 61728 1726886044.24066: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 61728 1726886044.24114: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 61728 1726886044.24127: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efc340a10> <<< 61728 1726886044.24142: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc783e30> <<< 61728 1726886044.24190: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc7817c0> <<< 61728 1726886044.24337: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc79c0e0> <<< 61728 1726886044.24372: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.24466: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py <<< 61728 1726886044.24473: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.24497: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py <<< 61728 1726886044.24504: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 61728 1726886044.24526: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py <<< 61728 1726886044.24535: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 61728 1726886044.24556: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py <<< 61728 1726886044.24567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3526c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3522d0> <<< 61728 1726886044.24598: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 61728 1726886044.24625: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 61728 1726886044.24643: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 61728 1726886044.24648: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 61728 1726886044.24673: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc374e60> <<< 61728 1726886044.24698: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc matches /usr/lib64/python3.12/decimal.py <<< 61728 1726886044.24703: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/decimal.cpython-312.pyc' <<< 61728 1726886044.24777: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 61728 1726886044.24782: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 61728 1726886044.24815: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3760c0> <<< 61728 1726886044.24869: 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 0x7f3efc3759d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc375820> <<< 61728 1726886044.24899: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' <<< 61728 1726886044.24938: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc378530> <<< 61728 1726886044.25125: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3782c0> <<< 61728 1726886044.25136: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 61728 1726886044.25174: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.25206: stdout chunk (state=3): >>># possible namespace for /usr/lib/python3.12/site-packages/gi <<< 61728 1726886044.25310: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37a330> <<< 61728 1726886044.25367: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efc37a0c0> <<< 61728 1726886044.25389: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc379970> <<< 61728 1726886044.25445: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.25461: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 61728 1726886044.25473: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 61728 1726886044.25506: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py <<< 61728 1726886044.25509: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 61728 1726886044.25540: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d100> <<< 61728 1726886044.25566: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py <<< 61728 1726886044.25572: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d4c0> <<< 61728 1726886044.25600: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py <<< 61728 1726886044.25613: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 61728 1726886044.25633: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d910> <<< 61728 1726886044.25643: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py <<< 61728 1726886044.25663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' <<< 61728 1726886044.25667: stdout chunk (state=3): >>>import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37e150> <<< 61728 1726886044.25685: stdout chunk (state=3): >>>import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37c770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37c230> <<< 61728 1726886044.25708: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 61728 1726886044.25734: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py <<< 61728 1726886044.25737: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 61728 1726886044.25763: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37e8d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37bd40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37bcb0> <<< 61728 1726886044.25816: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 61728 1726886044.25836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 61728 1726886044.25866: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 61728 1726886044.25893: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c0fb0> <<< 61728 1726886044.25908: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py <<< 61728 1726886044.25929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 61728 1726886044.25957: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py <<< 61728 1726886044.25983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 61728 1726886044.26032: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c1e50> <<< 61728 1726886044.26059: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c1520> <<< 61728 1726886044.26215: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37f260> <<< 61728 1726886044.26225: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 61728 1726886044.26278: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py <<< 61728 1726886044.26294: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 61728 1726886044.26425: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3caa50> <<< 61728 1726886044.26467: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 61728 1726886044.26508: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 61728 1726886044.26548: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 61728 1726886044.26874: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3d0140> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc378e30> <<< 61728 1726886044.26945: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py <<< 61728 1726886044.26999: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 61728 1726886044.27094: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc259730> <<< 61728 1726886044.27106: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2597f0> <<< 61728 1726886044.27885: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3ca660> <<< 61728 1726886044.27912: stdout chunk (state=3): >>>import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3528d0> <<< 61728 1726886044.27959: stdout chunk (state=3): >>>import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc351670> <<< 61728 1726886044.28401: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc79de50> <<< 61728 1726886044.28423: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 61728 1726886044.28480: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc26e720> <<< 61728 1726886044.28515: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc' import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2704d0> <<< 61728 1726886044.28549: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py <<< 61728 1726886044.28567: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py <<< 61728 1726886044.28643: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 61728 1726886044.28647: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.28679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc273cb0> <<< 61728 1726886044.28736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' <<< 61728 1726886044.28748: stdout chunk (state=3): >>>import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274290> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 61728 1726886044.28851: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' <<< 61728 1726886044.28889: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.28929: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py <<< 61728 1726886044.28954: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275340> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2751f0> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py <<< 61728 1726886044.28985: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2755e0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274f50> <<< 61728 1726886044.29005: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py <<< 61728 1726886044.29063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 61728 1726886044.29068: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275ac0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275910> <<< 61728 1726886044.29108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.29113: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py <<< 61728 1726886044.29131: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 61728 1726886044.29183: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275e20> <<< 61728 1726886044.29214: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275b20> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2746e0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py <<< 61728 1726886044.29231: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274d70> <<< 61728 1726886044.29263: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 61728 1726886044.29298: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.29336: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py <<< 61728 1726886044.29372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279d60> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a0c0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279ac0> <<< 61728 1726886044.29450: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279130> <<< 61728 1726886044.29457: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a240> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc273950> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py <<< 61728 1726886044.29469: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a2d0> <<< 61728 1726886044.29623: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2714c0> <<< 61728 1726886044.29790: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc270b90> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 61728 1726886044.29831: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc282660> <<< 61728 1726886044.29861: stdout chunk (state=3): >>>import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc281430> # /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py <<< 61728 1726886044.29872: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc284380> <<< 61728 1726886044.29959: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27aff0> <<< 61728 1726886044.29979: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 61728 1726886044.30021: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 61728 1726886044.30033: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py <<< 61728 1726886044.30061: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.30092: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc'<<< 61728 1726886044.30116: stdout chunk (state=3): >>> import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc417b90> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 61728 1726886044.30160: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py <<< 61728 1726886044.30187: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' <<< 61728 1726886044.30205: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886044.30284: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.30288: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 61728 1726886044.30324: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f07d0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/luks_data.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' <<< 61728 1726886044.30347: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f0f80> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/mpath_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' <<< 61728 1726886044.30380: stdout chunk (state=3): >>>import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f15b0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 61728 1726886044.30450: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f18b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f0650> <<< 61728 1726886044.30475: stdout chunk (state=3): >>>import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b7da0> <<< 61728 1726886044.30546: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b4d40> <<< 61728 1726886044.30586: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fstask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 61728 1726886044.30590: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 61728 1726886044.30638: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304530> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b7440> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b46e0> <<< 61728 1726886044.30643: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py <<< 61728 1726886044.30674: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304b00> <<< 61728 1726886044.30723: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b5640> <<< 61728 1726886044.30741: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 61728 1726886044.30783: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304d40> <<< 61728 1726886044.30787: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 61728 1726886044.30850: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb305160> <<< 61728 1726886044.30854: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 61728 1726886044.30877: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb305910> <<< 61728 1726886044.31008: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 61728 1726886044.31060: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py <<< 61728 1726886044.31063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.31165: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' # extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efb331340> <<< 61728 1726886044.31188: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py <<< 61728 1726886044.31206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' <<< 61728 1726886044.31209: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py <<< 61728 1726886044.31212: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3324e0> <<< 61728 1726886044.31233: stdout chunk (state=3): >>>import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb331eb0> <<< 61728 1726886044.31240: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py <<< 61728 1726886044.31249: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' <<< 61728 1726886044.31272: stdout chunk (state=3): >>>import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3328d0> <<< 61728 1726886044.31275: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 61728 1726886044.31300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 61728 1726886044.31313: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb333470> <<< 61728 1726886044.31334: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 61728 1726886044.31357: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' <<< 61728 1726886044.31382: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' <<< 61728 1726886044.31404: stdout chunk (state=3): >>>import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb35a150> <<< 61728 1726886044.31414: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb358e30> <<< 61728 1726886044.31441: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' <<< 61728 1726886044.31463: stdout chunk (state=3): >>>import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb35b530> <<< 61728 1726886044.31476: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py <<< 61728 1726886044.31496: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' <<< 61728 1726886044.31499: stdout chunk (state=3): >>>import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0fc890> <<< 61728 1726886044.31527: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 61728 1726886044.31537: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' <<< 61728 1726886044.31562: stdout chunk (state=3): >>>import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0fd6d0> <<< 61728 1726886044.31577: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb322630> <<< 61728 1726886044.31619: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3222a0> <<< 61728 1726886044.31630: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 61728 1726886044.31652: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' <<< 61728 1726886044.31684: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc'<<< 61728 1726886044.31692: stdout chunk (state=3): >>> import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ffc50> <<< 61728 1726886044.31703: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py <<< 61728 1726886044.31732: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' <<< 61728 1726886044.31744: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py <<< 61728 1726886044.31753: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 61728 1726886044.31827: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb128620> <<< 61728 1726886044.31846: stdout chunk (state=3): >>>import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ffaa0> <<< 61728 1726886044.31982: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ff110> <<< 61728 1726886044.32010: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 61728 1726886044.32023: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb148e00> <<< 61728 1726886044.32050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py <<< 61728 1726886044.32064: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 61728 1726886044.32072: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb148ef0> <<< 61728 1726886044.32087: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 61728 1726886044.32127: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' <<< 61728 1726886044.32153: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py <<< 61728 1726886044.32160: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 61728 1726886044.32189: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb1606b0> <<< 61728 1726886044.32201: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py <<< 61728 1726886044.32215: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 61728 1726886044.32265: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb160da0> <<< 61728 1726886044.32293: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py <<< 61728 1726886044.32298: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 61728 1726886044.32339: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb161760> <<< 61728 1726886044.32362: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py <<< 61728 1726886044.32372: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 61728 1726886044.32381: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb161be0> <<< 61728 1726886044.32409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 61728 1726886044.32429: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162150> <<< 61728 1726886044.32452: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py <<< 61728 1726886044.32458: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 61728 1726886044.32474: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162480> <<< 61728 1726886044.32504: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 61728 1726886044.32529: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162a50> <<< 61728 1726886044.32550: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py <<< 61728 1726886044.32561: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' <<< 61728 1726886044.32572: stdout chunk (state=3): >>>import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162c30> <<< 61728 1726886044.32597: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py <<< 61728 1726886044.32621: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 61728 1726886044.32642: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.32702: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' <<< 61728 1726886044.32715: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efb163ef0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb163d70> <<< 61728 1726886044.32718: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162e10> <<< 61728 1726886044.32745: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py <<< 61728 1726886044.32751: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 61728 1726886044.32773: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 61728 1726886044.32803: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py <<< 61728 1726886044.32820: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 61728 1726886044.32868: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb190c50> <<< 61728 1726886044.32895: stdout chunk (state=3): >>>import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb190860> <<< 61728 1726886044.32901: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb1902f0> <<< 61728 1726886044.33129: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb149430> <<< 61728 1726886044.33149: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py <<< 61728 1726886044.33169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 61728 1726886044.33200: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 61728 1726886044.33226: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15c5c0> <<< 61728 1726886044.33245: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py <<< 61728 1726886044.33268: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 61728 1726886044.33271: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15c9e0> <<< 61728 1726886044.33360: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb14b080> <<< 61728 1726886044.33371: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py <<< 61728 1726886044.33391: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 61728 1726886044.33409: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py <<< 61728 1726886044.33428: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 61728 1726886044.33901: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15fa10> <<< 61728 1726886044.33938: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' <<< 61728 1726886044.33965: stdout chunk (state=3): >>>import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15fbc0> <<< 61728 1726886044.34027: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15f0e0> <<< 61728 1726886044.34050: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 61728 1726886044.34107: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe2060> <<< 61728 1726886044.34119: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py <<< 61728 1726886044.34140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 61728 1726886044.34162: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe3470> <<< 61728 1726886044.34184: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' <<< 61728 1726886044.34224: stdout chunk (state=3): >>>import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe3c50> <<< 61728 1726886044.34238: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py <<< 61728 1726886044.34262: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 61728 1726886044.34322: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaff4500> <<< 61728 1726886044.34342: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886044.34392: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaff62d0> <<< 61728 1726886044.34398: stdout chunk (state=3): >>>import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc415fa0> <<< 61728 1726886044.34427: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/network.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc' import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2813a0> <<< 61728 1726886044.34576: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc286cf0> <<< 61728 1726886044.34593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/disk.py <<< 61728 1726886044.34620: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 61728 1726886044.34644: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py <<< 61728 1726886044.34663: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 61728 1726886044.34692: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb029460> <<< 61728 1726886044.34716: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py <<< 61728 1726886044.34725: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' <<< 61728 1726886044.34746: stdout chunk (state=3): >>>import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb02a270> <<< 61728 1726886044.34763: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 61728 1726886044.34779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 61728 1726886044.34828: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb02aa80> <<< 61728 1726886044.34935: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0283b0> <<< 61728 1726886044.34952: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py <<< 61728 1726886044.34986: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 61728 1726886044.35017: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py <<< 61728 1726886044.35024: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 61728 1726886044.35057: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb064590> <<< 61728 1726886044.35168: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb042cc0> <<< 61728 1726886044.35177: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/luks.py <<< 61728 1726886044.35195: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 61728 1726886044.35257: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb076090> <<< 61728 1726886044.35280: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 61728 1726886044.35445: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 61728 1726886044.35478: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 61728 1726886044.35516: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08fc20> <<< 61728 1726886044.35532: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py <<< 61728 1726886044.35546: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' <<< 61728 1726886044.35557: stdout chunk (state=3): >>>import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ac0e0> <<< 61728 1726886044.35577: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 61728 1726886044.35603: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 61728 1726886044.35632: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' <<< 61728 1726886044.35665: stdout chunk (state=3): >>>import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ae3f0> <<< 61728 1726886044.35814: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ac5f0> <<< 61728 1726886044.35841: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' <<< 61728 1726886044.35853: stdout chunk (state=3): >>>import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf04860> <<< 61728 1726886044.36206: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08c500> <<< 61728 1726886044.36229: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py <<< 61728 1726886044.36249: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 61728 1726886044.36372: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08c740> <<< 61728 1726886044.36385: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py <<< 61728 1726886044.36401: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' <<< 61728 1726886044.36430: stdout chunk (state=3): >>>import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf668d0> <<< 61728 1726886044.36452: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 61728 1726886044.36489: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf673e0> <<< 61728 1726886044.36513: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/optical.py <<< 61728 1726886044.36521: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' <<< 61728 1726886044.36537: stdout chunk (state=3): >>>import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf67f20> <<< 61728 1726886044.36554: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' <<< 61728 1726886044.36595: stdout chunk (state=3): >>>import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf783e0> <<< 61728 1726886044.36615: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py <<< 61728 1726886044.36618: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 61728 1726886044.36639: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf792b0> <<< 61728 1726886044.36663: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 61728 1726886044.36680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886044.36778: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf79b80> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc270620> <<< 61728 1726886044.36804: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 61728 1726886044.36833: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 61728 1726886044.36972: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf7a600> <<< 61728 1726886044.36989: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py <<< 61728 1726886044.37037: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' <<< 61728 1726886044.37059: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py <<< 61728 1726886044.37099: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 61728 1726886044.37132: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafa8fb0> <<< 61728 1726886044.37172: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf96c90> <<< 61728 1726886044.37193: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.37210: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.37229: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # <<< 61728 1726886044.37236: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.37252: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # <<< 61728 1726886044.37266: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.37520: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.37721: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 61728 1726886044.37968: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.38124: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}}<<< 61728 1726886044.38139: stdout chunk (state=3): >>> <<< 61728 1726886044.38147: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886044.39143: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886044.39163: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv <<< 61728 1726886044.39167: stdout chunk (state=3): >>># clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins <<< 61728 1726886044.39178: stdout chunk (state=3): >>># cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport <<< 61728 1726886044.39201: stdout chunk (state=3): >>># cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig <<< 61728 1726886044.39233: stdout chunk (state=3): >>># 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 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 61728 1726886044.39236: 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 # 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 # 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 <<< 61728 1726886044.39273: stdout chunk (state=3): >>># 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 <<< 61728 1726886044.39291: stdout chunk (state=3): >>># cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 <<< 61728 1726886044.39320: 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 # 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 <<< 61728 1726886044.39341: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis <<< 61728 1726886044.39346: stdout chunk (state=3): >>># cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal <<< 61728 1726886044.39367: stdout chunk (state=3): >>># cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring <<< 61728 1726886044.39387: stdout chunk (state=3): >>># cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch <<< 61728 1726886044.39416: stdout chunk (state=3): >>># cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info <<< 61728 1726886044.39431: stdout chunk (state=3): >>># cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot<<< 61728 1726886044.39460: stdout chunk (state=3): >>> # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask <<< 61728 1726886044.39468: stdout chunk (state=3): >>># cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator <<< 61728 1726886044.40136: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886044.40178: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression <<< 61728 1726886044.40183: stdout chunk (state=3): >>># destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886044.40201: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 61728 1726886044.40208: stdout chunk (state=3): >>> # destroy ipaddress <<< 61728 1726886044.40237: stdout chunk (state=3): >>># destroy ntpath <<< 61728 1726886044.40253: stdout chunk (state=3): >>># destroy __main__ # destroy systemd.journal # destroy systemd.daemon<<< 61728 1726886044.40263: stdout chunk (state=3): >>> # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd <<< 61728 1726886044.40270: stdout chunk (state=3): >>># destroy datetime <<< 61728 1726886044.40296: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 61728 1726886044.40350: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory <<< 61728 1726886044.40353: stdout chunk (state=3): >>># cleanup[3] wiping blivet.partitioning <<< 61728 1726886044.40371: stdout chunk (state=3): >>># cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition <<< 61728 1726886044.40386: stdout chunk (state=3): >>># destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt <<< 61728 1726886044.40389: stdout chunk (state=3): >>># cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm <<< 61728 1726886044.40424: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling <<< 61728 1726886044.40435: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events.manager <<< 61728 1726886044.40447: stdout chunk (state=3): >>># cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators <<< 61728 1726886044.40472: stdout chunk (state=3): >>># cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json <<< 61728 1726886044.40478: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev <<< 61728 1726886044.40523: stdout chunk (state=3): >>># cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib <<< 61728 1726886044.40527: stdout chunk (state=3): >>># destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util <<< 61728 1726886044.40530: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux <<< 61728 1726886044.40557: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 61728 1726886044.40571: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject <<< 61728 1726886044.40587: stdout chunk (state=3): >>># cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket<<< 61728 1726886044.40595: stdout chunk (state=3): >>> # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module <<< 61728 1726886044.40626: stdout chunk (state=3): >>># cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types <<< 61728 1726886044.40640: stdout chunk (state=3): >>># destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token <<< 61728 1726886044.40668: stdout chunk (state=3): >>># cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux <<< 61728 1726886044.40685: stdout chunk (state=3): >>># cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # cleanup[3] wiping _ctypes <<< 61728 1726886044.40691: 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 array # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping logging <<< 61728 1726886044.40712: stdout chunk (state=3): >>># destroy traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime <<< 61728 1726886044.40719: stdout chunk (state=3): >>># cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 61728 1726886044.40752: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess <<< 61728 1726886044.40768: stdout chunk (state=3): >>># cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform <<< 61728 1726886044.40773: stdout chunk (state=3): >>># cleanup[3] wiping locale # destroy encodings <<< 61728 1726886044.40796: stdout chunk (state=3): >>># cleanup[3] wiping _locale # destroy _locale # cleanup[3] wiping fcntl # cleanup[3] wiping atexit # destroy atexit # cleanup[3] wiping json.encoder # cleanup[3] wiping json.decoder <<< 61728 1726886044.40812: stdout chunk (state=3): >>># cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading <<< 61728 1726886044.40819: stdout chunk (state=3): >>># cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # 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 <<< 61728 1726886044.40848: stdout chunk (state=3): >>># cleanup[3] wiping errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util <<< 61728 1726886044.40862: stdout chunk (state=3): >>># 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 <<< 61728 1726886044.40880: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 61728 1726886044.40894: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 61728 1726886044.40915: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # 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 <<< 61728 1726886044.40930: stdout chunk (state=3): >>># destroy posixpath <<< 61728 1726886044.40937: stdout chunk (state=3): >>># cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _signal # destroy _signal # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs <<< 61728 1726886044.40966: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib <<< 61728 1726886044.40982: stdout chunk (state=3): >>># cleanup[3] wiping sys # cleanup[3] wiping builtins <<< 61728 1726886044.40989: stdout chunk (state=3): >>># destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886044.41758: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886044.41813: stdout chunk (state=3): >>># destroy linecache # destroy _collections_abc <<< 61728 1726886044.41818: stdout chunk (state=3): >>># destroy _weakref <<< 61728 1726886044.41829: stdout chunk (state=3): >>># destroy zipimport <<< 61728 1726886044.41841: stdout chunk (state=3): >>># destroy gi._gi <<< 61728 1726886044.41850: stdout chunk (state=3): >>># destroy _struct <<< 61728 1726886044.41914: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 61728 1726886044.41925: stdout chunk (state=3): >>># destroy pyudev <<< 61728 1726886044.41946: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid <<< 61728 1726886044.41952: stdout chunk (state=3): >>># destroy blivet.devicelibs.raid <<< 61728 1726886044.42017: stdout chunk (state=3): >>># destroy genericpath <<< 61728 1726886044.42027: stdout chunk (state=3): >>># destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 61728 1726886044.42036: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 61728 1726886044.42074: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 61728 1726886044.42096: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid <<< 61728 1726886044.42106: stdout chunk (state=3): >>># destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability <<< 61728 1726886044.42125: stdout chunk (state=3): >>># destroy parted # destroy io # destroy _opcode <<< 61728 1726886044.42147: stdout chunk (state=3): >>># destroy _warnings <<< 61728 1726886044.42164: stdout chunk (state=3): >>># destroy posix <<< 61728 1726886044.42169: stdout chunk (state=3): >>># destroy _blake2 # destroy selinux._selinux <<< 61728 1726886044.42191: stdout chunk (state=3): >>># destroy pyudev._os.pipe # destroy pyudev._os.poll <<< 61728 1726886044.42234: stdout chunk (state=3): >>># destroy copyreg # destroy contextlib <<< 61728 1726886044.42265: stdout chunk (state=3): >>># destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat <<< 61728 1726886044.42290: stdout chunk (state=3): >>># destroy _typing <<< 61728 1726886044.42322: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators <<< 61728 1726886044.42330: stdout chunk (state=3): >>># destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves <<< 61728 1726886044.42342: stdout chunk (state=3): >>># destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 61728 1726886044.42427: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886044.42563: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs <<< 61728 1726886044.42571: stdout chunk (state=3): >>># destroy re <<< 61728 1726886044.42579: stdout chunk (state=3): >>># destroy _random <<< 61728 1726886044.42615: stdout chunk (state=3): >>># destroy _operator # destroy _functools<<< 61728 1726886044.42622: stdout chunk (state=3): >>> # clear sys.audit hooks <<< 61728 1726886044.43081: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886044.43115: stderr chunk (state=3): >>><<< 61728 1726886044.43118: stdout chunk (state=3): >>><<< 61728 1726886044.43253: _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 0x7f3efd3604d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd32fb30> # /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 0x7f3efd362a50> 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 0x7f3efd371130> # /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 0x7f3efd372120> 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 0x7f3efd157f20> # /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 0x7f3efd1640b0> # /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 0x7f3efd187950> # /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 0x7f3efd187fe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd167bf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd165310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1550d0> # /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 0x7f3efd1ab8c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1aa4e0> # /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 0x7f3efd166300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1a8d10> # /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 0x7f3efd1d8920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd154350> # /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 0x7f3efd1d8dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d8c80> # 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 0x7f3efd1d9070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd14ae70> # /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 0x7f3efd1d9760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1d9430> 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 0x7f3efd1da660> 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 0x7f3efd1f4890> 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 0x7f3efd1f5fd0> # /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 0x7f3efd1f6e40> # 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 0x7f3efd1f74a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1f63c0> # /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 0x7f3efd1f7f20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1f7650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1da6c0> # /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 0x7f3efcf2fdd0> # /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 0x7f3efcf58890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf585f0> # 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 0x7f3efcf58830> # /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 0x7f3efcf59160> # 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 0x7f3efcf59a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf58a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf2df70> # /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 0x7f3efcf5aea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf59be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd1dadb0> # /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 0x7f3efcf831a0> # /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 0x7f3efcfab560> # /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 0x7f3efd008380> # /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 0x7f3efd00aae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efd0084a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcfd5370> # /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 0x7f3efc921430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcfaa360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efcf5bd70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f3efcfaa960> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_veau76ab/ansible_fedora.linux_system_roles.blivet_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 0x7f3efc9731a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc956090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9551f0> # 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 0x7f3efc971070> # /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 0x7f3efc9a2b70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a2930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9a2240> # /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 0x7f3efc9a2a80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc973e30> 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 0x7f3efc9a37d0> # 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 0x7f3efc9a39e0> # /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 0x7f3efc9a3ef0> 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 0x7f3efc811be0> # 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 0x7f3efc813800> # /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 0x7f3efc814140> # /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 0x7f3efc815010> # /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 0x7f3efc817d40> # 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 0x7f3efd14af60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc815f40> # /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 0x7f3efc81fb90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc81e660> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc81e3c0> # /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 0x7f3efc81e930> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc816540> # 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 0x7f3efc863da0> # /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 0x7f3efc863e00> # /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 0x7f3efc865970> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc865730> # /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 0x7f3efc867e90> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc866060> # /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 0x7f3efc86b5f0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc867f80> # 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 0x7f3efc86c350> # 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 0x7f3efc86c590> # 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 0x7f3efc86c950> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8642f0> # /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 0x7f3efc8f80b0> # 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 0x7f3efc8f8fe0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc86e840> # 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 0x7f3efc86fbc0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc86e450> # 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 0x7f3efc8fd280> # /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 0x7f3efc8fe6f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8f9220> 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 0x7f3efc8fe870> # 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 0x7f3efc8ff380> # 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 0x7f3efc709f10> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc707b90> 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 0x7f3efc8027b0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc9e2480> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc70a030> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc8fed80> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /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 0x7f3efc340a10> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc783e30> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc7817c0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc79c0e0> # zipimport: zlib available # /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3526c0> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3522d0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc374e60> # /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 0x7f3efc3760c0> # 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 0x7f3efc3759d0> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc375820> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc378530> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3782c0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37a330> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efc37a0c0> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc379970> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d100> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d4c0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37d910> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37e150> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37c770> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37c230> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37e8d0> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37bd40> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37bcb0> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c0fb0> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c1e50> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3c1520> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc37f260> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3caa50> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3d0140> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc378e30> # /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py # code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc259730> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2597f0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3ca660> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc3528d0> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc351670> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc79de50> # /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc26e720> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc' import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2704d0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc273cb0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274290> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275340> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2751f0> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2755e0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274f50> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275ac0> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275910> # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275e20> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc275b20> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2746e0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc274d70> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279d60> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a0c0> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279ac0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc279130> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a240> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc273950> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27a2d0> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2714c0> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc270b90> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc282660> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc281430> # /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc284380> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc27aff0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc' import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc417b90> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f07d0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/luks_data.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f0f80> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/mpath_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f15b0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f18b0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb2f0650> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b7da0> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b4d40> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fstask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304530> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b7440> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b46e0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304b00> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2b5640> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb304d40> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb305160> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb305910> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' # extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' # extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efb331340> # /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3324e0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb331eb0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3328d0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb333470> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb35a150> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb358e30> # /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb35b530> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0fc890> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0fd6d0> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb322630> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb3222a0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ffc50> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb128620> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ffaa0> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ff110> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb148e00> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb148ef0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb1606b0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb160da0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb161760> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb161be0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162150> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162480> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162a50> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162c30> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' # extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' # extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f3efb163ef0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb163d70> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb162e10> # /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb190c50> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb190860> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb1902f0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb149430> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15c5c0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15c9e0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb14b080> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15fa10> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15fbc0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb15f0e0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe2060> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe3470> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafe3c50> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaff4500> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaff62d0> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc415fa0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/network.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc' import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc2813a0> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc286cf0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb029460> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb02a270> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb02aa80> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0283b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb064590> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb042cc0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb076090> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08fc20> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ac0e0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ae3f0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb0ac5f0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf04860> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08c500> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efb08c740> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf668d0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf673e0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf67f20> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf783e0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf792b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf79b80> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efc270620> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf7a600> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efafa8fb0> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7f3efaf96c90> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "packages_only": true, "safe_mode": true, "diskvolume_mkfs_option_map": {}}}} # 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 # 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 # 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 # 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 # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # 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.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # 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 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # 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 math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 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 # 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 # 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 # 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 # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.mod ule_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.l inux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # 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.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # 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 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # 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 math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks 61728 1726886044.44285: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'packages_only': True, '_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': 'fedora.linux_system_roles.blivet', '_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-1726886043.7820115-61825-94968993712651/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886044.44287: _low_level_execute_command(): starting 61728 1726886044.44289: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886043.7820115-61825-94968993712651/ > /dev/null 2>&1 && sleep 0' 61728 1726886044.44290: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886044.44292: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886044.44293: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886044.44294: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886044.44295: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886044.44296: stderr chunk (state=3): >>>debug2: match not found <<< 61728 1726886044.44297: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.44299: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.44300: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.44301: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.46087: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.46120: stderr chunk (state=3): >>><<< 61728 1726886044.46123: stdout chunk (state=3): >>><<< 61728 1726886044.46138: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886044.46143: handler run complete 61728 1726886044.46175: attempt loop complete, returning result 61728 1726886044.46177: _execute() done 61728 1726886044.46181: dumping result to json 61728 1726886044.46186: done dumping result, returning 61728 1726886044.46194: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get required packages [0affc8a3-6f6f-cd4e-f8d4-000000000076] 61728 1726886044.46198: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000076 61728 1726886044.46303: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000076 61728 1726886044.46306: WORKER PROCESS EXITING ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 61728 1726886044.46426: no more pending results, returning what we have 61728 1726886044.46429: results queue empty 61728 1726886044.46429: checking for any_errors_fatal 61728 1726886044.46434: done checking for any_errors_fatal 61728 1726886044.46435: checking for max_fail_percentage 61728 1726886044.46436: done checking for max_fail_percentage 61728 1726886044.46437: checking to see if all hosts have failed and the running result is not ok 61728 1726886044.46438: done checking to see if all hosts have failed 61728 1726886044.46438: getting the remaining hosts for this loop 61728 1726886044.46440: done getting the remaining hosts for this loop 61728 1726886044.46444: getting the next task for host managed_node2 61728 1726886044.46449: done getting next task for host managed_node2 61728 1726886044.46452: ^ task is: TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 61728 1726886044.46456: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=5, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886044.46466: getting variables 61728 1726886044.46467: in VariableManager get_vars() 61728 1726886044.46499: Calling all_inventory to load vars for managed_node2 61728 1726886044.46502: Calling groups_inventory to load vars for managed_node2 61728 1726886044.46504: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.46517: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.46521: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.46524: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.46730: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.46891: done with get_vars() 61728 1726886044.46899: done getting variables TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 20 September 2024 22:34:04 -0400 (0:00:00.783) 0:00:03.788 ****** 61728 1726886044.46968: entering _queue_task() for managed_node2/include_tasks 61728 1726886044.47168: worker is 1 (out of 1 available) 61728 1726886044.47181: exiting _queue_task() for managed_node2/include_tasks 61728 1726886044.47191: done queuing things up, now waiting for results queue to drain 61728 1726886044.47193: waiting for pending results... 61728 1726886044.47347: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed 61728 1726886044.47417: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000077 61728 1726886044.47429: variable 'ansible_search_path' from source: unknown 61728 1726886044.47433: variable 'ansible_search_path' from source: unknown 61728 1726886044.47462: calling self._execute() 61728 1726886044.47522: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886044.47526: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886044.47534: variable 'omit' from source: magic vars 61728 1726886044.47880: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886044.48046: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886044.48078: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886044.48107: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886044.48132: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886044.48196: 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) 61728 1726886044.48215: 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) 61728 1726886044.48234: 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) 61728 1726886044.48251: 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) 61728 1726886044.48359: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 61728 1726886044.48362: _execute() done 61728 1726886044.48366: dumping result to json 61728 1726886044.48368: done dumping result, returning 61728 1726886044.48375: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable copr repositories if needed [0affc8a3-6f6f-cd4e-f8d4-000000000077] 61728 1726886044.48379: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000077 61728 1726886044.48476: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000077 61728 1726886044.48479: WORKER PROCESS EXITING 61728 1726886044.48543: no more pending results, returning what we have 61728 1726886044.48548: in VariableManager get_vars() 61728 1726886044.48589: Calling all_inventory to load vars for managed_node2 61728 1726886044.48592: Calling groups_inventory to load vars for managed_node2 61728 1726886044.48594: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.48601: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.48603: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.48606: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.48761: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.48937: done with get_vars() 61728 1726886044.48943: variable 'ansible_search_path' from source: unknown 61728 1726886044.48944: variable 'ansible_search_path' from source: unknown 61728 1726886044.49093: variable 'storage_provider' from source: role '' defaults 61728 1726886044.49133: we have included files to process 61728 1726886044.49134: generating all_blocks data 61728 1726886044.49135: done generating all_blocks data 61728 1726886044.49138: processing included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 61728 1726886044.49138: loading included file: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 61728 1726886044.49140: Loading data from /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml 61728 1726886044.49398: in VariableManager get_vars() 61728 1726886044.49414: done with get_vars() 61728 1726886044.49425: done processing included file 61728 1726886044.49426: iterating over new_blocks loaded from include file 61728 1726886044.49427: in VariableManager get_vars() 61728 1726886044.49440: done with get_vars() 61728 1726886044.49442: filtering new block on tags 61728 1726886044.49474: done filtering new block on tags 61728 1726886044.49476: done iterating over new_blocks loaded from include file included: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for managed_node2 61728 1726886044.49480: extending task lists for all hosts with included blocks 61728 1726886044.49652: done extending task lists 61728 1726886044.49653: done processing included files 61728 1726886044.49654: results queue empty 61728 1726886044.49656: checking for any_errors_fatal 61728 1726886044.49661: done checking for any_errors_fatal 61728 1726886044.49661: checking for max_fail_percentage 61728 1726886044.49662: done checking for max_fail_percentage 61728 1726886044.49662: checking to see if all hosts have failed and the running result is not ok 61728 1726886044.49663: done checking to see if all hosts have failed 61728 1726886044.49664: getting the remaining hosts for this loop 61728 1726886044.49664: done getting the remaining hosts for this loop 61728 1726886044.49666: getting the next task for host managed_node2 61728 1726886044.49669: done getting next task for host managed_node2 61728 1726886044.49670: ^ task is: TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 61728 1726886044.49672: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=1, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886044.49678: getting variables 61728 1726886044.49679: in VariableManager get_vars() 61728 1726886044.49686: Calling all_inventory to load vars for managed_node2 61728 1726886044.49688: Calling groups_inventory to load vars for managed_node2 61728 1726886044.49689: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.49692: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.49693: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.49695: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.49827: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.49977: done with get_vars() 61728 1726886044.49989: done getting variables 61728 1726886044.50014: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 20 September 2024 22:34:04 -0400 (0:00:00.030) 0:00:03.819 ****** 61728 1726886044.50038: entering _queue_task() for managed_node2/set_fact 61728 1726886044.50247: worker is 1 (out of 1 available) 61728 1726886044.50261: exiting _queue_task() for managed_node2/set_fact 61728 1726886044.50272: done queuing things up, now waiting for results queue to drain 61728 1726886044.50274: waiting for pending results... 61728 1726886044.50427: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed 61728 1726886044.50503: in run() - task 0affc8a3-6f6f-cd4e-f8d4-0000000000c6 61728 1726886044.50514: variable 'ansible_search_path' from source: unknown 61728 1726886044.50520: variable 'ansible_search_path' from source: unknown 61728 1726886044.50715: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886044.52237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886044.52280: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886044.52307: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886044.52344: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886044.52365: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886044.52421: 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) 61728 1726886044.52444: 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) 61728 1726886044.52461: 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) 61728 1726886044.52487: 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) 61728 1726886044.52498: 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) 61728 1726886044.52627: dumping result to json 61728 1726886044.52630: done dumping result, returning 61728 1726886044.52633: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if the COPR support packages should be installed [0affc8a3-6f6f-cd4e-f8d4-0000000000c6] 61728 1726886044.52640: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c6 61728 1726886044.52724: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c6 61728 1726886044.52727: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886044.52774: no more pending results, returning what we have 61728 1726886044.52777: results queue empty 61728 1726886044.52778: checking for any_errors_fatal 61728 1726886044.52779: done checking for any_errors_fatal 61728 1726886044.52780: checking for max_fail_percentage 61728 1726886044.52781: done checking for max_fail_percentage 61728 1726886044.52782: checking to see if all hosts have failed and the running result is not ok 61728 1726886044.52783: done checking to see if all hosts have failed 61728 1726886044.52784: getting the remaining hosts for this loop 61728 1726886044.52785: done getting the remaining hosts for this loop 61728 1726886044.52788: getting the next task for host managed_node2 61728 1726886044.52794: done getting next task for host managed_node2 61728 1726886044.52797: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 61728 1726886044.52800: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=2, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886044.52813: getting variables 61728 1726886044.52814: in VariableManager get_vars() 61728 1726886044.52845: Calling all_inventory to load vars for managed_node2 61728 1726886044.52847: Calling groups_inventory to load vars for managed_node2 61728 1726886044.52849: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.52863: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.52866: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.52869: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.53038: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.53199: done with get_vars() 61728 1726886044.53206: done getting variables 61728 1726886044.53244: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 20 September 2024 22:34:04 -0400 (0:00:00.032) 0:00:03.851 ****** 61728 1726886044.53271: entering _queue_task() for managed_node2/package 61728 1726886044.53529: worker is 1 (out of 1 available) 61728 1726886044.53544: exiting _queue_task() for managed_node2/package 61728 1726886044.53558: done queuing things up, now waiting for results queue to drain 61728 1726886044.53560: waiting for pending results... 61728 1726886044.53795: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present 61728 1726886044.53876: in run() - task 0affc8a3-6f6f-cd4e-f8d4-0000000000c8 61728 1726886044.53891: variable 'ansible_search_path' from source: unknown 61728 1726886044.53895: variable 'ansible_search_path' from source: unknown 61728 1726886044.53919: calling self._execute() 61728 1726886044.53979: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886044.53982: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886044.53996: variable 'omit' from source: magic vars 61728 1726886044.54401: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886044.56562: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886044.56568: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886044.56571: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886044.56573: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886044.56575: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886044.56578: 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) 61728 1726886044.56581: 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) 61728 1726886044.56583: 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) 61728 1726886044.56604: 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) 61728 1726886044.56620: 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) 61728 1726886044.56735: Evaluated conditional (install_copr | d(false) | bool): False 61728 1726886044.56738: when evaluation is False, skipping this task 61728 1726886044.56741: _execute() done 61728 1726886044.56743: dumping result to json 61728 1726886044.56746: done dumping result, returning 61728 1726886044.56752: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure COPR support packages are present [0affc8a3-6f6f-cd4e-f8d4-0000000000c8] 61728 1726886044.56758: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c8 skipping: [managed_node2] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } 61728 1726886044.57092: no more pending results, returning what we have 61728 1726886044.57095: results queue empty 61728 1726886044.57096: checking for any_errors_fatal 61728 1726886044.57101: done checking for any_errors_fatal 61728 1726886044.57102: checking for max_fail_percentage 61728 1726886044.57103: done checking for max_fail_percentage 61728 1726886044.57104: checking to see if all hosts have failed and the running result is not ok 61728 1726886044.57105: done checking to see if all hosts have failed 61728 1726886044.57105: getting the remaining hosts for this loop 61728 1726886044.57107: done getting the remaining hosts for this loop 61728 1726886044.57110: getting the next task for host managed_node2 61728 1726886044.57117: done getting next task for host managed_node2 61728 1726886044.57123: ^ task is: TASK: fedora.linux_system_roles.storage : Enable COPRs 61728 1726886044.57126: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 61728 1726886044.57143: getting variables 61728 1726886044.57144: in VariableManager get_vars() 61728 1726886044.57178: Calling all_inventory to load vars for managed_node2 61728 1726886044.57180: Calling groups_inventory to load vars for managed_node2 61728 1726886044.57182: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.57191: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.57193: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.57196: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.57702: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c8 61728 1726886044.57706: WORKER PROCESS EXITING 61728 1726886044.57915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.58071: done with get_vars() 61728 1726886044.58078: done getting variables TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 20 September 2024 22:34:04 -0400 (0:00:00.048) 0:00:03.900 ****** 61728 1726886044.58146: entering _queue_task() for managed_node2/include_tasks 61728 1726886044.58342: worker is 1 (out of 1 available) 61728 1726886044.58354: exiting _queue_task() for managed_node2/include_tasks 61728 1726886044.58367: done queuing things up, now waiting for results queue to drain 61728 1726886044.58368: waiting for pending results... 61728 1726886044.58522: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable COPRs 61728 1726886044.58604: in run() - task 0affc8a3-6f6f-cd4e-f8d4-0000000000c9 61728 1726886044.58615: variable 'ansible_search_path' from source: unknown 61728 1726886044.58618: variable 'ansible_search_path' from source: unknown 61728 1726886044.58817: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886044.60800: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886044.60908: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886044.60913: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886044.60939: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886044.60965: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886044.61038: 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) 61728 1726886044.61126: 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) 61728 1726886044.61130: 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) 61728 1726886044.61133: 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) 61728 1726886044.61144: 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) 61728 1726886044.61283: dumping result to json 61728 1726886044.61287: done dumping result, returning 61728 1726886044.61293: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Enable COPRs [0affc8a3-6f6f-cd4e-f8d4-0000000000c9] 61728 1726886044.61298: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c9 61728 1726886044.61562: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-0000000000c9 61728 1726886044.61565: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886044.61598: no more pending results, returning what we have 61728 1726886044.61601: results queue empty 61728 1726886044.61602: checking for any_errors_fatal 61728 1726886044.61606: done checking for any_errors_fatal 61728 1726886044.61607: checking for max_fail_percentage 61728 1726886044.61608: done checking for max_fail_percentage 61728 1726886044.61609: checking to see if all hosts have failed and the running result is not ok 61728 1726886044.61610: done checking to see if all hosts have failed 61728 1726886044.61611: getting the remaining hosts for this loop 61728 1726886044.61612: done getting the remaining hosts for this loop 61728 1726886044.61615: getting the next task for host managed_node2 61728 1726886044.61621: done getting next task for host managed_node2 61728 1726886044.61625: ^ task is: TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 61728 1726886044.61627: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886044.61639: getting variables 61728 1726886044.61640: in VariableManager get_vars() 61728 1726886044.61674: Calling all_inventory to load vars for managed_node2 61728 1726886044.61677: Calling groups_inventory to load vars for managed_node2 61728 1726886044.61679: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886044.61687: Calling all_plugins_play to load vars for managed_node2 61728 1726886044.61690: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886044.61693: Calling groups_plugins_play to load vars for managed_node2 61728 1726886044.61915: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886044.62204: done with get_vars() 61728 1726886044.62220: done getting variables 61728 1726886044.62279: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 20 September 2024 22:34:04 -0400 (0:00:00.041) 0:00:03.942 ****** 61728 1726886044.62312: entering _queue_task() for managed_node2/package 61728 1726886044.62676: worker is 1 (out of 1 available) 61728 1726886044.62688: exiting _queue_task() for managed_node2/package 61728 1726886044.62699: done queuing things up, now waiting for results queue to drain 61728 1726886044.62700: waiting for pending results... 61728 1726886044.62870: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed 61728 1726886044.63035: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000078 61728 1726886044.63039: variable 'ansible_search_path' from source: unknown 61728 1726886044.63042: variable 'ansible_search_path' from source: unknown 61728 1726886044.63070: calling self._execute() 61728 1726886044.63160: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886044.63173: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886044.63303: variable 'omit' from source: magic vars 61728 1726886044.63583: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886044.63869: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886044.63913: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886044.63958: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886044.63998: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886044.64089: 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) 61728 1726886044.64115: 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) 61728 1726886044.64142: 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) 61728 1726886044.64177: 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) 61728 1726886044.64318: Evaluated conditional (storage_skip_checks is not defined or not "packages_installed" in storage_skip_checks): True 61728 1726886044.64327: variable 'omit' from source: magic vars 61728 1726886044.64377: variable 'omit' from source: magic vars 61728 1726886044.64510: variable 'package_info' from source: set_fact 61728 1726886044.64604: variable 'extra_pkgs' from source: task vars 61728 1726886044.64682: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886044.66638: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886044.66707: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886044.66746: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886044.66790: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886044.66832: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886044.66901: 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) 61728 1726886044.66933: 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) 61728 1726886044.66964: 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) 61728 1726886044.67013: 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) 61728 1726886044.67032: 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) 61728 1726886044.67133: variable '__storage_is_ostree' from source: set_fact 61728 1726886044.67205: variable 'omit' from source: magic vars 61728 1726886044.67208: variable 'omit' from source: magic vars 61728 1726886044.67210: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886044.67236: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886044.67259: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886044.67281: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886044.67296: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886044.67337: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886044.67346: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886044.67354: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886044.67531: Set connection var ansible_timeout to 10 61728 1726886044.67536: Set connection var ansible_shell_executable to /bin/sh 61728 1726886044.67539: Set connection var ansible_pipelining to False 61728 1726886044.67541: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886044.67543: Set connection var ansible_connection to ssh 61728 1726886044.67546: Set connection var ansible_shell_type to sh 61728 1726886044.67549: variable 'ansible_shell_executable' from source: unknown 61728 1726886044.67551: variable 'ansible_connection' from source: unknown 61728 1726886044.67553: variable 'ansible_module_compression' from source: unknown 61728 1726886044.67557: variable 'ansible_shell_type' from source: unknown 61728 1726886044.67559: variable 'ansible_shell_executable' from source: unknown 61728 1726886044.67561: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886044.67563: variable 'ansible_pipelining' from source: unknown 61728 1726886044.67566: variable 'ansible_timeout' from source: unknown 61728 1726886044.67641: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886044.67691: Loading ActionModule 'package' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/package.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886044.67706: variable 'omit' from source: magic vars 61728 1726886044.67718: starting attempt loop 61728 1726886044.67725: running the handler 61728 1726886044.67736: variable 'ansible_facts' from source: unknown 61728 1726886044.67744: variable 'ansible_facts' from source: unknown 61728 1726886044.67861: _low_level_execute_command(): starting 61728 1726886044.67864: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886044.68562: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886044.68664: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.68699: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.68815: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.70535: stdout chunk (state=3): >>>/root <<< 61728 1726886044.70634: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.70674: stderr chunk (state=3): >>><<< 61728 1726886044.70676: stdout chunk (state=3): >>><<< 61728 1726886044.70688: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886044.70700: _low_level_execute_command(): starting 61728 1726886044.70759: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367 `" && echo ansible-tmp-1726886044.706924-61850-148639329807367="` echo /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367 `" ) && sleep 0' 61728 1726886044.71225: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.71273: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.71305: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.71390: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.73347: stdout chunk (state=3): >>>ansible-tmp-1726886044.706924-61850-148639329807367=/root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367 <<< 61728 1726886044.73456: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.73480: stderr chunk (state=3): >>><<< 61728 1726886044.73483: stdout chunk (state=3): >>><<< 61728 1726886044.73497: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886044.706924-61850-148639329807367=/root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886044.73530: variable 'ansible_module_compression' from source: unknown 61728 1726886044.73573: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible.modules.dnf-ZIP_DEFLATED 61728 1726886044.73605: variable 'ansible_facts' from source: unknown 61728 1726886044.73702: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py 61728 1726886044.73987: Sending initial data 61728 1726886044.73990: Sent initial data (151 bytes) 61728 1726886044.74385: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886044.74396: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886044.74406: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886044.74421: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886044.74470: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.74521: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886044.74529: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.74546: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.74624: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.76227: 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 <<< 61728 1726886044.76305: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886044.76349: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmp9s4yew0t /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py <<< 61728 1726886044.76373: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py" <<< 61728 1726886044.76421: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmp9s4yew0t" to remote "/root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py" <<< 61728 1726886044.77582: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.77585: stderr chunk (state=3): >>><<< 61728 1726886044.77587: stdout chunk (state=3): >>><<< 61728 1726886044.77590: done transferring module to remote 61728 1726886044.77605: _low_level_execute_command(): starting 61728 1726886044.77613: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/ /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py && sleep 0' 61728 1726886044.78297: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886044.78331: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.78361: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 61728 1726886044.78461: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.78482: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.78566: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.80382: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886044.80402: stdout chunk (state=3): >>><<< 61728 1726886044.80405: stderr chunk (state=3): >>><<< 61728 1726886044.80461: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886044.80464: _low_level_execute_command(): starting 61728 1726886044.80467: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/AnsiballZ_dnf.py && sleep 0' 61728 1726886044.81070: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886044.81084: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886044.81108: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886044.81128: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886044.81228: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886044.81246: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886044.81264: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886044.81285: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886044.81367: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886044.83604: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886044.83636: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886044.83669: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 61728 1726886044.83745: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886044.83801: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886044.83852: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook import 'time' # <<< 61728 1726886044.83868: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 61728 1726886044.83901: 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' <<< 61728 1726886044.83913: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886044.83937: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886044.84002: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886044.84035: 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 0x7f7a366184d0> <<< 61728 1726886044.84051: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a365e7b30> # /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' <<< 61728 1726886044.84091: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3661aa50> import '_signal' # <<< 61728 1726886044.84118: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 61728 1726886044.84159: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886044.84244: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886044.84274: stdout chunk (state=3): >>>import 'genericpath' # <<< 61728 1726886044.84294: stdout chunk (state=3): >>>import 'posixpath' # <<< 61728 1726886044.84339: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # Processing user site-packages <<< 61728 1726886044.84366: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886044.84389: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886044.84404: 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' <<< 61728 1726886044.84431: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a363c9130> <<< 61728 1726886044.84501: 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 0x7f7a363ca120> <<< 61728 1726886044.84532: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886044.84570: 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. <<< 61728 1726886044.84795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886044.84811: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886044.84828: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886044.84842: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.84865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886044.84902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886044.84918: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886044.84944: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886044.84959: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3640ff20> <<< 61728 1726886044.84986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886044.84990: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886044.85020: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641c0b0> <<< 61728 1726886044.85043: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886044.85070: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886044.85094: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886044.85136: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.85163: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886044.85192: 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' <<< 61728 1726886044.85195: stdout chunk (state=3): >>>import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3643f950> <<< 61728 1726886044.85216: 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' <<< 61728 1726886044.85226: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3643ffe0> <<< 61728 1726886044.85237: stdout chunk (state=3): >>>import '_collections' # <<< 61728 1726886044.85289: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641fbf0> <<< 61728 1726886044.85302: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886044.85331: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641d310> <<< 61728 1726886044.85416: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3640d0d0> <<< 61728 1726886044.85444: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886044.85460: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886044.85475: stdout chunk (state=3): >>>import '_sre' # <<< 61728 1726886044.85494: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886044.85526: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886044.85542: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 61728 1726886044.85547: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 61728 1726886044.85577: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36463890> <<< 61728 1726886044.85597: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364624b0> <<< 61728 1726886044.85633: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 61728 1726886044.85636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc' <<< 61728 1726886044.85641: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36460d40> <<< 61728 1726886044.85686: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886044.85700: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364908f0> <<< 61728 1726886044.85705: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3640c350> <<< 61728 1726886044.85729: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc matches /usr/lib64/python3.12/struct.py <<< 61728 1726886044.85733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/struct.cpython-312.pyc' <<< 61728 1726886044.85753: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.85769: 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 0x7f7a36490da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36490c50> <<< 61728 1726886044.85807: 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 0x7f7a36491010> <<< 61728 1726886044.85811: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36402e70> <<< 61728 1726886044.85848: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 61728 1726886044.85851: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.85869: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886044.85905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886044.85915: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364916a0> <<< 61728 1726886044.85926: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364913a0> <<< 61728 1726886044.85931: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 61728 1726886044.85962: 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' <<< 61728 1726886044.85977: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364925a0> <<< 61728 1726886044.85996: stdout chunk (state=3): >>>import 'importlib.util' # <<< 61728 1726886044.86001: stdout chunk (state=3): >>>import 'runpy' # <<< 61728 1726886044.86019: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886044.86057: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886044.86071: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886044.86092: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364ac7d0> import 'errno' # <<< 61728 1726886044.86126: 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 0x7f7a364adf10> <<< 61728 1726886044.86152: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886044.86162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886044.86189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 61728 1726886044.86206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 61728 1726886044.86208: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364aedb0> <<< 61728 1726886044.86241: stdout chunk (state=3): >>># extension module '_bz2' loaded from '/usr/lib64/python3.12/lib-dynload/_bz2.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86264: 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 0x7f7a364af410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364ae300> <<< 61728 1726886044.86291: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 61728 1726886044.86303: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886044.86341: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86345: 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 0x7f7a364afe90> <<< 61728 1726886044.86347: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364af5c0> <<< 61728 1726886044.86417: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36492600> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886044.86453: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886044.86469: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886044.86520: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86537: 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 0x7f7a361dfd70> # /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' <<< 61728 1726886044.86567: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86588: 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 0x7f7a362087d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36208530> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86600: 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 0x7f7a36208710> <<< 61728 1726886044.86623: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py <<< 61728 1726886044.86638: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' <<< 61728 1726886044.86774: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.86871: 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 0x7f7a362090d0> <<< 61728 1726886044.86948: 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 0x7f7a36209a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36208980> <<< 61728 1726886044.86969: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a361ddf10> <<< 61728 1726886044.86985: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886044.87011: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886044.87039: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886044.87043: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3620ae40> <<< 61728 1726886044.87084: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36209b80> <<< 61728 1726886044.87095: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36492cf0> <<< 61728 1726886044.87121: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886044.87179: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.87205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886044.87237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886044.87262: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a362331d0> <<< 61728 1726886044.87340: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886044.87343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.87379: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886044.87382: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886044.87424: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3625f500> <<< 61728 1726886044.87439: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886044.87477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886044.87557: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886044.87565: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886044.87601: 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 0x7f7a362b8320> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886044.87606: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886044.87622: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886044.87671: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886044.87749: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a362baa80> <<< 61728 1726886044.87827: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a362b8440> <<< 61728 1726886044.87915: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36285310> <<< 61728 1726886044.87938: 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 0x7f7a35b29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3625e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3620bda0> <<< 61728 1726886044.88034: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886044.88052: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7a3625e900> <<< 61728 1726886044.88298: stdout chunk (state=3): >>># zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_3cinlff7/ansible_ansible.legacy.dnf_payload.zip' # zipimport: zlib available <<< 61728 1726886044.88426: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.88461: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886044.88464: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886044.88512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886044.88585: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886044.88615: 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 0x7f7a35b831a0> <<< 61728 1726886044.88629: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886044.88825: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b62090> <<< 61728 1726886044.88831: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b61220> # zipimport: zlib available <<< 61728 1726886044.88850: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886044.88876: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.88883: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.88905: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.88910: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 61728 1726886044.88932: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.90338: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.91437: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc matches /usr/lib64/python3.12/__future__.py <<< 61728 1726886044.91442: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/__future__.cpython-312.pyc' import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b80e90> <<< 61728 1726886044.91471: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886044.91477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.91504: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886044.91508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886044.91536: 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' <<< 61728 1726886044.91568: 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 0x7f7a35baaa80> <<< 61728 1726886044.91607: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35baa810> <<< 61728 1726886044.91633: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35baa120> <<< 61728 1726886044.91658: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886044.91663: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886044.91705: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35baa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b83bc0> <<< 61728 1726886044.91718: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886044.91748: stdout chunk (state=3): >>># extension module 'grp' loaded from '/usr/lib64/python3.12/lib-dynload/grp.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.91753: 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 0x7f7a35bab680> <<< 61728 1726886044.91778: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.91785: 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 0x7f7a35bab8c0> <<< 61728 1726886044.91806: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886044.91844: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886044.91864: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886044.91915: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35babce0> <<< 61728 1726886044.91919: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886044.91935: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886044.91968: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886044.92003: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a15b20> <<< 61728 1726886044.92032: 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 0x7f7a35a17740> <<< 61728 1726886044.92052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886044.92069: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886044.92114: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1c0e0> <<< 61728 1726886044.92130: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886044.92160: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886044.92170: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1cfb0> <<< 61728 1726886044.92197: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886044.92231: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886044.92251: 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' <<< 61728 1726886044.92312: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1fd10> <<< 61728 1726886044.92351: 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'<<< 61728 1726886044.92358: stdout chunk (state=3): >>> import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a36402f60> <<< 61728 1726886044.92370: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1e000> <<< 61728 1726886044.92392: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886044.92419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886044.92442: 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' <<< 61728 1726886044.92469: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886044.92495: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886044.92522: 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' <<< 61728 1726886044.92538: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a23bc0> <<< 61728 1726886044.92547: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886044.92612: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a22690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a223f0> <<< 61728 1726886044.92637: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886044.92642: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886044.92721: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a22960> <<< 61728 1726886044.92746: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1e510> <<< 61728 1726886044.92778: 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 0x7f7a35a67e60> <<< 61728 1726886044.92809: 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 0x7f7a35a67e90> <<< 61728 1726886044.92831: 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 <<< 61728 1726886044.92846: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886044.92873: 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' <<< 61728 1726886044.92910: 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 0x7f7a35a69a00> <<< 61728 1726886044.92920: stdout chunk (state=3): >>>import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a697c0> <<< 61728 1726886044.92928: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886044.93037: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886044.93099: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so'<<< 61728 1726886044.93102: stdout chunk (state=3): >>> import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a35a6bef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a6a0f0> <<< 61728 1726886044.93123: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886044.93154: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.93192: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886044.93195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 61728 1726886044.93203: stdout chunk (state=3): >>>import '_string' # <<< 61728 1726886044.93242: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a6f650> <<< 61728 1726886044.93369: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a6bfe0> <<< 61728 1726886044.93433: 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 0x7f7a35a70410> <<< 61728 1726886044.93459: 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' <<< 61728 1726886044.93466: 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 0x7f7a35a70440> <<< 61728 1726886044.93511: 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' <<< 61728 1726886044.93519: 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 0x7f7a35a70a10> <<< 61728 1726886044.93523: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a680e0> <<< 61728 1726886044.93547: 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' <<< 61728 1726886044.93570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886044.93591: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886044.93620: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886044.93640: 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 0x7f7a35a73f20> <<< 61728 1726886044.93787: 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 0x7f7a35afd2e0> <<< 61728 1726886044.93806: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a726c0> <<< 61728 1726886044.93848: 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' <<< 61728 1726886044.93878: 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 0x7f7a35a73a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a72330> # zipimport: zlib available <<< 61728 1726886044.93910: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 61728 1726886044.93991: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.94082: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.94105: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886044.94129: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886044.94151: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 61728 1726886044.94266: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.94384: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.94934: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.95466: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # import 'ansible.module_utils.six.moves' # <<< 61728 1726886044.95472: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886044.95499: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886044.95514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.95573: 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 0x7f7a35901400> <<< 61728 1726886044.95664: 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' <<< 61728 1726886044.95688: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359021e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a70c50> <<< 61728 1726886044.95730: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886044.95760: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.95784: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.95789: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886044.95805: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.95939: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.96103: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886044.96124: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35902270> # zipimport: zlib available <<< 61728 1726886044.96579: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97015: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97095: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97180: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886044.97183: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97221: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97250: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886044.97272: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97332: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97427: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886044.97432: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97451: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886044.97467: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97509: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97540: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886044.97564: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.97783: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98017: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886044.98084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886044.98087: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886044.98148: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35903320> <<< 61728 1726886044.98170: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98232: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98312: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # <<< 61728 1726886044.98321: stdout chunk (state=3): >>>import 'ansible.module_utils.common.parameters' # <<< 61728 1726886044.98329: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886044.98351: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98395: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98437: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886044.98439: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98490: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98548: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98598: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98708: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/selinux/__init__.py # code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.98795: 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' <<< 61728 1726886044.98799: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a3590ddc0> <<< 61728 1726886044.98824: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590b0b0> <<< 61728 1726886044.98857: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886044.98871: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.98983: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.99064: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py <<< 61728 1726886044.99087: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886044.99126: 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 <<< 61728 1726886044.99141: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886044.99205: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886044.99242: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886044.99247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886044.99292: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35bfa7e0> <<< 61728 1726886044.99336: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35be24b0> <<< 61728 1726886044.99426: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590dd90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 61728 1726886044.99443: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.99489: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.99492: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886044.99553: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886044.99581: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886044.99584: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 61728 1726886044.99599: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.00159: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.00691: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.01369: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.02093: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/email/__init__.py # code object from '/usr/lib64/python3.12/email/__pycache__/__init__.cpython-312.pyc' import 'email' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a0230> # /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 0x7f7a359a0440> # /usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/application.py <<< 61728 1726886045.02162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/mime/__pycache__/application.cpython-312.pyc' <<< 61728 1726886045.02168: 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' <<< 61728 1726886045.02189: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc matches /usr/lib64/python3.12/quopri.py # code object from '/usr/lib64/python3.12/__pycache__/quopri.cpython-312.pyc' import 'quopri' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a0b90> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a0710> <<< 61728 1726886045.02309: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/nonmultipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/nonmultipart.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc matches /usr/lib64/python3.12/email/errors.py # code object from '/usr/lib64/python3.12/email/__pycache__/errors.cpython-312.pyc' <<< 61728 1726886045.02461: stdout chunk (state=3): >>>import 'email.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1460> <<< 61728 1726886045.02526: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/base.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/base.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc matches /usr/lib64/python3.12/email/policy.py # code object from '/usr/lib64/python3.12/email/__pycache__/policy.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc matches /usr/lib64/python3.12/email/_policybase.py # code object from '/usr/lib64/python3.12/email/__pycache__/_policybase.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc matches /usr/lib64/python3.12/email/header.py # code object from '/usr/lib64/python3.12/email/__pycache__/header.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc matches /usr/lib64/python3.12/email/quoprimime.py # code object from '/usr/lib64/python3.12/email/__pycache__/quoprimime.cpython-312.pyc' import 'email.quoprimime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359893d0> # /usr/lib64/python3.12/email/__pycache__/base64mime.cpython-312.pyc matches /usr/lib64/python3.12/email/base64mime.py <<< 61728 1726886045.02623: 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 0x7f7a35989280> # /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 0x7f7a355fe300> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2c90> <<< 61728 1726886045.02681: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc matches /usr/lib64/python3.12/email/utils.py <<< 61728 1726886045.02695: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_parseaddr.cpython-312.pyc matches /usr/lib64/python3.12/email/_parseaddr.py # 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 <<< 61728 1726886045.02734: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/calendar.cpython-312.pyc' <<< 61728 1726886045.02849: stdout chunk (state=3): >>>import 'calendar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35600ef0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a355ffa70> <<< 61728 1726886045.02864: stdout chunk (state=3): >>>import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a355fede0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2120> <<< 61728 1726886045.02941: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc matches /usr/lib64/python3.12/email/headerregistry.py # code object from '/usr/lib64/python3.12/email/__pycache__/headerregistry.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc matches /usr/lib64/python3.12/email/_header_value_parser.py <<< 61728 1726886045.03000: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/email/__pycache__/_header_value_parser.cpython-312.pyc' # /usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc matches /usr/lib64/python3.12/email/_encoded_words.py # code object from '/usr/lib64/python3.12/email/__pycache__/_encoded_words.cpython-312.pyc' import 'email._encoded_words' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3566ce90> <<< 61728 1726886045.03162: stdout chunk (state=3): >>>import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35624fe0> <<< 61728 1726886045.03305: stdout chunk (state=3): >>>import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2660> # /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' <<< 61728 1726886045.03366: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc matches /usr/lib64/python3.12/email/message.py # code object from '/usr/lib64/python3.12/email/__pycache__/message.cpython-312.pyc' <<< 61728 1726886045.03383: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/iterators.cpython-312.pyc matches /usr/lib64/python3.12/email/iterators.py <<< 61728 1726886045.03440: 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 0x7f7a35674890> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3566ec60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35624ad0> <<< 61728 1726886045.03495: stdout chunk (state=3): >>>import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a17f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1520> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1220> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a04a0> <<< 61728 1726886045.03577: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc matches /usr/lib64/python3.12/email/mime/multipart.py # code object from '/usr/lib64/python3.12/email/mime/__pycache__/multipart.cpython-312.pyc' import 'email.mime.multipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1400> # /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' <<< 61728 1726886045.03644: stdout chunk (state=3): >>># /usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc matches /usr/lib64/python3.12/email/feedparser.py # code object from '/usr/lib64/python3.12/email/__pycache__/feedparser.cpython-312.pyc' import 'email.feedparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35674e90> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a356745c0> <<< 61728 1726886045.03648: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/http/__init__.py # code object from '/usr/lib64/python3.12/http/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.03705: stdout chunk (state=3): >>>import 'http' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35675790> # /usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc matches /usr/lib64/python3.12/http/client.py <<< 61728 1726886045.03741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/client.cpython-312.pyc' <<< 61728 1726886045.03837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 61728 1726886045.03902: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 61728 1726886045.03936: stdout chunk (state=3): >>># extension module '_ssl' loaded from '/usr/lib64/python3.12/lib-dynload/_ssl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.04012: 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 0x7f7a3565bc50> <<< 61728 1726886045.04200: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35659310> <<< 61728 1726886045.04228: stdout chunk (state=3): >>>import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35676450> # /usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc matches /usr/lib64/python3.12/mimetypes.py <<< 61728 1726886045.04245: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/mimetypes.cpython-312.pyc' <<< 61728 1726886045.04289: stdout chunk (state=3): >>>import 'mimetypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35658da0> <<< 61728 1726886045.04339: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc matches /usr/lib64/python3.12/netrc.py # code object from '/usr/lib64/python3.12/__pycache__/netrc.cpython-312.pyc' import 'netrc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35691f40> <<< 61728 1726886045.04377: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/urllib/error.py # code object from '/usr/lib64/python3.12/urllib/__pycache__/error.cpython-312.pyc' # /usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc matches /usr/lib64/python3.12/urllib/response.py <<< 61728 1726886045.04410: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/response.cpython-312.pyc' import 'urllib.response' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35692bd0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35692690> <<< 61728 1726886045.04427: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc matches /usr/lib64/python3.12/urllib/request.py <<< 61728 1726886045.04477: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/request.cpython-312.pyc' <<< 61728 1726886045.04567: stdout chunk (state=3): >>>import 'urllib.request' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a356930e0> <<< 61728 1726886045.04582: stdout chunk (state=3): >>># /usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc matches /usr/lib64/python3.12/http/cookiejar.py <<< 61728 1726886045.04624: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/http/__pycache__/cookiejar.cpython-312.pyc' <<< 61728 1726886045.04851: stdout chunk (state=3): >>>import 'http.cookiejar' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a356677a0> <<< 61728 1726886045.04853: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc matches /usr/lib64/python3.12/gzip.py <<< 61728 1726886045.04879: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gzip.cpython-312.pyc' <<< 61728 1726886045.04898: stdout chunk (state=3): >>>import 'gzip' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35587f80> <<< 61728 1726886045.04947: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05045: stdout chunk (state=3): >>>import 'ansible.module_utils.urls' # <<< 61728 1726886045.05059: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05179: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05323: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 61728 1726886045.05329: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05384: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05436: stdout chunk (state=3): >>>import 'ansible.module_utils.common.respawn' # <<< 61728 1726886045.05472: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05571: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.05692: stdout chunk (state=3): >>>import 'ansible.module_utils.yumdnf' # <<< 61728 1726886045.05777: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.06245: 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' <<< 61728 1726886045.06278: 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 <<< 61728 1726886045.06285: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/pycomp.cpython-312.pyc' <<< 61728 1726886045.06316: 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 0x7f7a352c6cf0> <<< 61728 1726886045.06345: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 61728 1726886045.06381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 61728 1726886045.06520: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c6e10> <<< 61728 1726886045.06570: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 61728 1726886045.06580: stdout chunk (state=3): >>># 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' <<< 61728 1726886045.06620: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a35316fc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35316810> <<< 61728 1726886045.06648: 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 0x7f7a353169f0> <<< 61728 1726886045.06687: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c7320> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c5f10> <<< 61728 1726886045.06728: 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 0x7f7a352c69f0> <<< 61728 1726886045.06749: 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 <<< 61728 1726886045.06836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/base.cpython-312.pyc' <<< 61728 1726886045.06871: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.06898: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libdnf/error.py # code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/error.cpython-312.pyc' <<< 61728 1726886045.07016: stdout chunk (state=3): >>># extension module 'libdnf._error' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' # extension module 'libdnf._error' executed from '/usr/lib64/python3.12/site-packages/libdnf/_error.so' import 'libdnf._error' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a35390620> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35390200> <<< 61728 1726886045.07060: 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 <<< 61728 1726886045.07101: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/common_types.cpython-312.pyc' <<< 61728 1726886045.07152: 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 0x7f7a35393ef0> <<< 61728 1726886045.07223: stdout chunk (state=3): >>>import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35390770> <<< 61728 1726886045.07239: 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 <<< 61728 1726886045.07321: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/conf.cpython-312.pyc' <<< 61728 1726886045.08231: stdout chunk (state=3): >>># extension module 'libdnf._conf' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_conf.so' <<< 61728 1726886045.08243: 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 0x7f7a34ec2ea0> <<< 61728 1726886045.08296: stdout chunk (state=3): >>>import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35393e90> <<< 61728 1726886045.08327: 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 <<< 61728 1726886045.08395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/module.cpython-312.pyc' <<< 61728 1726886045.08477: 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 0x7f7a34f40c20> <<< 61728 1726886045.08642: stdout chunk (state=3): >>>import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34ec34a0> <<< 61728 1726886045.08657: 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 <<< 61728 1726886045.08697: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/repo.cpython-312.pyc' <<< 61728 1726886045.08781: stdout chunk (state=3): >>># extension module 'libdnf._repo' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' # extension module 'libdnf._repo' executed from '/usr/lib64/python3.12/site-packages/libdnf/_repo.so' import 'libdnf._repo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a34f43c50> <<< 61728 1726886045.08811: stdout chunk (state=3): >>>import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34f40e30> <<< 61728 1726886045.08838: 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 <<< 61728 1726886045.08880: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/transaction.cpython-312.pyc' <<< 61728 1726886045.08967: 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 0x7f7a34f7fe30> <<< 61728 1726886045.09014: stdout chunk (state=3): >>>import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34f43f80> <<< 61728 1726886045.09041: 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 <<< 61728 1726886045.09048: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/utils.cpython-312.pyc' <<< 61728 1726886045.09128: stdout chunk (state=3): >>># extension module 'libdnf._utils' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' # extension module 'libdnf._utils' executed from '/usr/lib64/python3.12/site-packages/libdnf/_utils.so' import 'libdnf._utils' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a334f10a0> <<< 61728 1726886045.09131: stdout chunk (state=3): >>>import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f04a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35333d40> <<< 61728 1726886045.09151: 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 <<< 61728 1726886045.09198: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/comps.cpython-312.pyc' <<< 61728 1726886045.09217: 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 <<< 61728 1726886045.09223: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/exceptions.cpython-312.pyc' <<< 61728 1726886045.09252: 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 <<< 61728 1726886045.09254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/i18n.cpython-312.pyc' <<< 61728 1726886045.09280: stdout chunk (state=3): >>># extension module 'unicodedata' loaded from '/usr/lib64/python3.12/lib-dynload/unicodedata.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.09286: 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 0x7f7a33514560> <<< 61728 1726886045.09346: stdout chunk (state=3): >>>import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f39b0> <<< 61728 1726886045.09390: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/util.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/util.cpython-312.pyc' <<< 61728 1726886045.09404: 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' <<< 61728 1726886045.09449: 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 0x7f7a33516c30> # /usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/yum/rpmtrans.py <<< 61728 1726886045.09524: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/rpmtrans.cpython-312.pyc' # /usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/transaction.py <<< 61728 1726886045.09574: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/transaction.cpython-312.pyc' import 'dnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33517b30> <<< 61728 1726886045.09601: 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 # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.09983: 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 0x7f7a3353c440> <<< 61728 1726886045.10032: 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 # code object from '/usr/lib64/python3.12/site-packages/rpm/__pycache__/transaction.cpython-312.pyc' <<< 61728 1726886045.10080: stdout chunk (state=3): >>>import 'rpm.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3353d940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33517d70> <<< 61728 1726886045.10088: stdout chunk (state=3): >>>import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33516ae0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33516480> <<< 61728 1726886045.10129: 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 <<< 61728 1726886045.10132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/hawkey/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.10236: 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 0x7f7a3353f530> <<< 61728 1726886045.10240: stdout chunk (state=3): >>>import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33517050> <<< 61728 1726886045.10312: stdout chunk (state=3): >>>import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335148f0> <<< 61728 1726886045.10342: stdout chunk (state=3): >>>import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f2fc0> <<< 61728 1726886045.10372: 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' <<< 61728 1726886045.10500: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' loaded from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' <<< 61728 1726886045.10519: stdout chunk (state=3): >>># extension module 'libcomps._libpycomps' executed from '/usr/lib64/python3.12/site-packages/libcomps/_libpycomps.so' import 'libcomps._libpycomps' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a334f3620> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f3440> <<< 61728 1726886045.10535: stdout chunk (state=3): >>>import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f11c0> <<< 61728 1726886045.10567: 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 0x7f7a33578b60> <<< 61728 1726886045.10586: 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 <<< 61728 1726886045.10613: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/history.cpython-312.pyc' <<< 61728 1726886045.10632: 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 <<< 61728 1726886045.10651: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/yum/__pycache__/misc.cpython-312.pyc' <<< 61728 1726886045.10672: 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 <<< 61728 1726886045.10680: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/crypto.cpython-312.pyc' <<< 61728 1726886045.10695: stdout chunk (state=3): >>>import 'dnf.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3357b0b0> <<< 61728 1726886045.10722: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py <<< 61728 1726886045.10725: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' <<< 61728 1726886045.10758: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3357b890> <<< 61728 1726886045.10764: stdout chunk (state=3): >>>import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3357a390> <<< 61728 1726886045.10783: 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 <<< 61728 1726886045.10810: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/db/__pycache__/group.cpython-312.pyc' <<< 61728 1726886045.10822: stdout chunk (state=3): >>>import 'dnf.db.group' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a00e0> <<< 61728 1726886045.10847: stdout chunk (state=3): >>>import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33578b30> <<< 61728 1726886045.10877: 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 <<< 61728 1726886045.10882: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.10897: 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 <<< 61728 1726886045.10929: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/config.cpython-312.pyc' <<< 61728 1726886045.10947: 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 <<< 61728 1726886045.10951: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/conf/__pycache__/substitutions.cpython-312.pyc' <<< 61728 1726886045.10968: stdout chunk (state=3): >>>import 'dnf.conf.substitutions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a1b50> <<< 61728 1726886045.10994: stdout chunk (state=3): >>>import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a10d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a0ef0> <<< 61728 1726886045.11019: 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' <<< 61728 1726886045.11047: 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 <<< 61728 1726886045.11076: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repo.cpython-312.pyc' <<< 61728 1726886045.11104: 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 <<< 61728 1726886045.11113: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/logging.cpython-312.pyc' <<< 61728 1726886045.11141: 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 <<< 61728 1726886045.11152: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/lock.cpython-312.pyc' <<< 61728 1726886045.11165: stdout chunk (state=3): >>>import 'dnf.lock' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335ccc20> <<< 61728 1726886045.11191: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc matches /usr/lib64/python3.12/logging/handlers.py <<< 61728 1726886045.11237: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/handlers.cpython-312.pyc' <<< 61728 1726886045.11258: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 61728 1726886045.11305: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 61728 1726886045.11325: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 61728 1726886045.11343: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 61728 1726886045.11353: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32e9ac60> <<< 61728 1726886045.11388: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.11400: stdout chunk (state=3): >>># extension module '_pickle' executed from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.11406: stdout chunk (state=3): >>>import '_pickle' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32e9af90> <<< 61728 1726886045.11450: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cef00> <<< 61728 1726886045.11487: stdout chunk (state=3): >>>import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cd0a0> <<< 61728 1726886045.11499: stdout chunk (state=3): >>>import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cc110> <<< 61728 1726886045.11536: stdout chunk (state=3): >>>import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a2360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a2090> <<< 61728 1726886045.11569: 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 <<< 61728 1726886045.11573: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/dnssec.cpython-312.pyc' <<< 61728 1726886045.11610: 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 <<< 61728 1726886045.11612: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.11647: 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 <<< 61728 1726886045.11653: 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 0x7f7a32ed4a70> <<< 61728 1726886045.11674: stdout chunk (state=3): >>>import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32e9bb90> <<< 61728 1726886045.11710: stdout chunk (state=3): >>>import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a28a0> <<< 61728 1726886045.11735: 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 <<< 61728 1726886045.11740: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/drpm.cpython-312.pyc' <<< 61728 1726886045.11771: stdout chunk (state=3): >>>import 'dnf.drpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ed5100> <<< 61728 1726886045.11794: 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 <<< 61728 1726886045.11806: 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 0x7f7a32ed54c0> <<< 61728 1726886045.11824: 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 0x7f7a32ed5580> <<< 61728 1726886045.11859: 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 <<< 61728 1726886045.11862: stdout chunk (state=3): >>># 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 0x7f7a32ed56a0> <<< 61728 1726886045.11878: 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 <<< 61728 1726886045.11907: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/module_base.cpython-312.pyc' <<< 61728 1726886045.11927: 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 <<< 61728 1726886045.11954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/libdnf/__pycache__/smartcols.cpython-312.pyc' <<< 61728 1726886045.12036: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' loaded from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' <<< 61728 1726886045.12041: stdout chunk (state=3): >>># extension module 'libdnf._smartcols' executed from '/usr/lib64/python3.12/site-packages/libdnf/_smartcols.so' import 'libdnf._smartcols' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32ef4290> <<< 61728 1726886045.12054: stdout chunk (state=3): >>>import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ed63c0> <<< 61728 1726886045.12088: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/selector.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/selector.cpython-312.pyc' import 'dnf.selector' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef4470> <<< 61728 1726886045.12100: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/module/exceptions.py # code object from '/usr/lib/python3.12/site-packages/dnf/module/__pycache__/exceptions.cpython-312.pyc' <<< 61728 1726886045.12137: stdout chunk (state=3): >>>import 'dnf.module.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef4560> <<< 61728 1726886045.12163: stdout chunk (state=3): >>>import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ed54f0> # /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' <<< 61728 1726886045.12189: stdout chunk (state=3): >>>import 'dnf.persistor' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef4710> <<< 61728 1726886045.12205: 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 <<< 61728 1726886045.12236: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' <<< 61728 1726886045.12244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 61728 1726886045.12316: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 61728 1726886045.12346: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886045.12440: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 61728 1726886045.12531: stdout chunk (state=3): >>># /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' <<< 61728 1726886045.12541: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32f44140> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f1f560> <<< 61728 1726886045.12584: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f1dfd0> <<< 61728 1726886045.12734: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef5f10> <<< 61728 1726886045.12782: stdout chunk (state=3): >>>import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef5370> # /usr/lib/python3.12/site-packages/dnf/__pycache__/query.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/query.py <<< 61728 1726886045.12802: 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 0x7f7a32ef63c0> # /usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/repodict.py <<< 61728 1726886045.12836: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/repodict.cpython-312.pyc' import 'dnf.repodict' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35692570> <<< 61728 1726886045.12912: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/rpm/connection.py # code object from '/usr/lib/python3.12/site-packages/dnf/rpm/__pycache__/connection.cpython-312.pyc' import 'dnf.rpm.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5cad0> # /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 0x7f7a32f5cd40> <<< 61728 1726886045.13015: 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' # /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' <<< 61728 1726886045.13063: stdout chunk (state=3): >>>import 'dnf.package' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5d6a0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5d130> # /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 0x7f7a32f5e5a0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35317140> <<< 61728 1726886045.13066: stdout chunk (state=3): >>>import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c5760> <<< 61728 1726886045.13626: 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 <<< 61728 1726886045.13660: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/builddep.cpython-312.pyc' <<< 61728 1726886045.13719: 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 0x7f7a32f5f2f0> <<< 61728 1726886045.13722: 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' <<< 61728 1726886045.13782: 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 # 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 <<< 61728 1726886045.13840: stdout chunk (state=3): >>># 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 0x7f7a32d2bd40> <<< 61728 1726886045.13896: 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 <<< 61728 1726886045.13946: stdout chunk (state=3): >>># 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' <<< 61728 1726886045.13966: 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' <<< 61728 1726886045.14062: stdout chunk (state=3): >>># extension module '_curses' loaded from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so' # extension module '_curses' executed from '/usr/lib64/python3.12/lib-dynload/_curses.cpython-312-x86_64-linux-gnu.so'<<< 61728 1726886045.14076: stdout chunk (state=3): >>> import '_curses' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32d55d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d55910> <<< 61728 1726886045.14098: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.14128: 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 0x7f7a352c6d20> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d54800> <<< 61728 1726886045.14144: stdout chunk (state=3): >>>import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d2bf80> <<< 61728 1726886045.14162: stdout chunk (state=3): >>>import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d28da0> <<< 61728 1726886045.14189: 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 <<< 61728 1726886045.14228: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/aliases.cpython-312.pyc' <<< 61728 1726886045.14231: stdout chunk (state=3): >>>import 'dnf.cli.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d545f0> <<< 61728 1726886045.14272: 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 <<< 61728 1726886045.14299: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.14302: 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 <<< 61728 1726886045.14315: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/__pycache__/option_parser.cpython-312.pyc' <<< 61728 1726886045.14339: stdout chunk (state=3): >>>import 'dnf.cli.option_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d6b110> <<< 61728 1726886045.14373: stdout chunk (state=3): >>>import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d69c40> <<< 61728 1726886045.14404: 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 <<< 61728 1726886045.14441: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/alias.cpython-312.pyc' <<< 61728 1726886045.14484: stdout chunk (state=3): >>>import 'dnf.cli.commands.alias' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d90920> # /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 0x7f7a32d90c20> <<< 61728 1726886045.14503: 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' <<< 61728 1726886045.14535: stdout chunk (state=3): >>>import 'dnf.cli.commands.check' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d90e60> <<< 61728 1726886045.14576: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/clean.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/clean.cpython-312.pyc' import 'dnf.cli.commands.clean' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d91100> <<< 61728 1726886045.14580: 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' <<< 61728 1726886045.14593: 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 <<< 61728 1726886045.14930: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repoquery.cpython-312.pyc' <<< 61728 1726886045.14933: stdout chunk (state=3): >>>import 'dnf.cli.commands.repoquery' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d91820> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d91670> # /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 0x7f7a32d93110> # /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 0x7f7a32d93260> # /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 0x7f7a32d93470> # /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 0x7f7a32da8410> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d93c50> <<< 61728 1726886045.14936: 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 <<< 61728 1726886045.14940: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/install.cpython-312.pyc' import 'dnf.cli.commands.install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32da8fb0> <<< 61728 1726886045.14970: 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' import 'dnf.cli.commands.makecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32da93d0> <<< 61728 1726886045.15002: 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' <<< 61728 1726886045.15034: stdout chunk (state=3): >>>import 'dnf.cli.commands.mark' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32da95b0> # /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 <<< 61728 1726886045.15059: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/module.cpython-312.pyc' <<< 61728 1726886045.15076: stdout chunk (state=3): >>>import 'dnf.cli.commands.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32da9880> <<< 61728 1726886045.15105: 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' <<< 61728 1726886045.15134: stdout chunk (state=3): >>>import 'dnf.cli.commands.reinstall' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32daa780> <<< 61728 1726886045.15165: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/remove.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/remove.cpython-312.pyc' import 'dnf.cli.commands.remove' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32daa9f0> <<< 61728 1726886045.15221: 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 <<< 61728 1726886045.15242: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/repolist.cpython-312.pyc' <<< 61728 1726886045.15245: stdout chunk (state=3): >>>import 'dnf.cli.commands.repolist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32daac00> <<< 61728 1726886045.15300: 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 # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/search.cpython-312.pyc' <<< 61728 1726886045.15386: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/match_counter.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/match_counter.cpython-312.pyc' import 'dnf.match_counter' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dab7d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dab2f0> <<< 61728 1726886045.15390: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/cli/commands/shell.py # code object from '/usr/lib/python3.12/site-packages/dnf/cli/commands/__pycache__/shell.cpython-312.pyc' <<< 61728 1726886045.15393: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc matches /usr/lib64/python3.12/cmd.py <<< 61728 1726886045.15539: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/cmd.cpython-312.pyc' import 'cmd' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd0680> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dabf80> <<< 61728 1726886045.15559: 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' <<< 61728 1726886045.15609: stdout chunk (state=3): >>>import 'dnf.cli.commands.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd1310> # /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 0x7f7a32dd1610> # /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 0x7f7a32dd2510> # /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 0x7f7a32dd27b0> # /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' <<< 61728 1726886045.15626: stdout chunk (state=3): >>>import 'dnf.cli.demand' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd2960> <<< 61728 1726886045.15657: stdout chunk (state=3): >>>import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5f6e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5ec00> <<< 61728 1726886045.15676: 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 <<< 61728 1726886045.15754: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/changelog.cpython-312.pyc' <<< 61728 1726886045.15761: 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' <<< 61728 1726886045.15841: 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 <<< 61728 1726886045.15845: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/__pycache__/_version.cpython-312.pyc' import 'dateutil._version' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd3380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd30b0> <<< 61728 1726886045.15848: 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' # /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' <<< 61728 1726886045.15864: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc matches /usr/lib/python3.12/site-packages/six.py <<< 61728 1726886045.15897: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/six.cpython-312.pyc' <<< 61728 1726886045.15966: stdout chunk (state=3): >>>import 'six' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32df57f0> <<< 61728 1726886045.15990: 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' <<< 61728 1726886045.16076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 61728 1726886045.16098: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 61728 1726886045.16108: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32df6f30> <<< 61728 1726886045.16175: 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 0x7f7a32df6120> <<< 61728 1726886045.16231: stdout chunk (state=3): >>>import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32df5c40> # /usr/lib/python3.12/site-packages/dateutil/__pycache__/relativedelta.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/relativedelta.py <<< 61728 1726886045.16244: stdout chunk (state=3): >>># 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 0x7f7a32b48680> <<< 61728 1726886045.16270: stdout chunk (state=3): >>>import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b2fa70> # /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' <<< 61728 1726886045.16301: 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 <<< 61728 1726886045.16352: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/tz.cpython-312.pyc' <<< 61728 1726886045.16387: stdout chunk (state=3): >>>import 'six.moves' # # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_common.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_common.py <<< 61728 1726886045.16424: stdout chunk (state=3): >>># 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 0x7f7a32b4b320> <<< 61728 1726886045.16450: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/_factories.py # code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/_factories.cpython-312.pyc' <<< 61728 1726886045.16490: stdout chunk (state=3): >>>import 'dateutil.tz._factories' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b4be60> # /usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dateutil/tz/win.py <<< 61728 1726886045.16497: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/tz/__pycache__/win.cpython-312.pyc' <<< 61728 1726886045.16530: stdout chunk (state=3): >>># destroy dateutil.tz.win <<< 61728 1726886045.16558: stdout chunk (state=3): >>>import 'dateutil.tz.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b48d10> <<< 61728 1726886045.16579: stdout chunk (state=3): >>>import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b489e0> <<< 61728 1726886045.16594: stdout chunk (state=3): >>>import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd3620> <<< 61728 1726886045.16620: 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 <<< 61728 1726886045.16641: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dateutil/parser/__pycache__/isoparser.cpython-312.pyc' <<< 61728 1726886045.16669: stdout chunk (state=3): >>>import 'dateutil.parser.isoparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32df4a40> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd31d0> <<< 61728 1726886045.16687: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d28470> <<< 61728 1726886045.16710: 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 <<< 61728 1726886045.16720: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/config_manager.cpython-312.pyc' <<< 61728 1726886045.16750: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.config_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b72090> <<< 61728 1726886045.16778: 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 <<< 61728 1726886045.16800: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/copr.cpython-312.pyc' <<< 61728 1726886045.16825: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.copr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b72960> <<< 61728 1726886045.16841: 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 <<< 61728 1726886045.16859: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/debuginfo-install.cpython-312.pyc' <<< 61728 1726886045.16864: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.debuginfo-install' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b73980> <<< 61728 1726886045.16887: 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 <<< 61728 1726886045.16902: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/download.cpython-312.pyc' <<< 61728 1726886045.16930: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.download' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b73fe0> <<< 61728 1726886045.16940: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf-plugins/generate_completion_cache.py # code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/generate_completion_cache.cpython-312.pyc' <<< 61728 1726886045.16974: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/__init__.py <<< 61728 1726886045.16979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/sqlite3/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.17000: stdout chunk (state=3): >>># /usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc matches /usr/lib64/python3.12/sqlite3/dbapi2.py # code object from '/usr/lib64/python3.12/sqlite3/__pycache__/dbapi2.cpython-312.pyc' <<< 61728 1726886045.17038: stdout chunk (state=3): >>># extension module '_sqlite3' loaded from '/usr/lib64/python3.12/lib-dynload/_sqlite3.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.17182: 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 0x7f7a32b9d6a0> <<< 61728 1726886045.17202: stdout chunk (state=3): >>>import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9d0a0> <<< 61728 1726886045.17222: stdout chunk (state=3): >>>import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9cd40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9c9e0> <<< 61728 1726886045.17242: 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 <<< 61728 1726886045.17254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/groups_manager.cpython-312.pyc' <<< 61728 1726886045.17299: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.groups_manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9d310> <<< 61728 1726886045.17320: 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 <<< 61728 1726886045.17336: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/needs_restarting.cpython-312.pyc' <<< 61728 1726886045.17360: 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 <<< 61728 1726886045.17407: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.17433: 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 0x7f7a32b9f470> # /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' <<< 61728 1726886045.17464: stdout chunk (state=3): >>>import 'dbus.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9f530> <<< 61728 1726886045.17481: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/dbus/types.py # code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/types.cpython-312.pyc' <<< 61728 1726886045.17592: stdout chunk (state=3): >>># extension module '_dbus_bindings' loaded from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' # extension module '_dbus_bindings' executed from '/usr/lib64/python3.12/site-packages/_dbus_bindings.so' import '_dbus_bindings' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32b9fc50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9fad0> <<< 61728 1726886045.17622: 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' <<< 61728 1726886045.17652: 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 <<< 61728 1726886045.17656: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/dbus/__pycache__/bus.cpython-312.pyc' <<< 61728 1726886045.17677: 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 <<< 61728 1726886045.17814: stdout chunk (state=3): >>># 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 <<< 61728 1726886045.17877: 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 0x7f7a32bce240> # /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' <<< 61728 1726886045.17904: stdout chunk (state=3): >>># /usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/xml/__init__.py # code object from '/usr/lib64/python3.12/xml/__pycache__/__init__.cpython-312.pyc' import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcf470> <<< 61728 1726886045.18207: 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 0x7f7a32bcf6e0> # /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 0x7f7a32bcf860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcf680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcef30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bce3c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcd6a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bccc50> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcc4d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9ef60> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9e450> # /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 0x7f7a32bcf590> # /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 0x7f7a32bcfda0> <<< 61728 1726886045.18270: 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 0x7f7a32bf8680> <<< 61728 1726886045.18274: 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 <<< 61728 1726886045.18277: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/repomanage.cpython-312.pyc' import 'dnf.plugin.dynamic.repomanage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bf8a40> <<< 61728 1726886045.18334: 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 <<< 61728 1726886045.18337: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/reposync.cpython-312.pyc' <<< 61728 1726886045.18339: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.reposync' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bf9340> <<< 61728 1726886045.18364: 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 <<< 61728 1726886045.18381: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/dnf-plugins/__pycache__/system_upgrade.cpython-312.pyc' <<< 61728 1726886045.18410: stdout chunk (state=3): >>>import 'dnf.plugin.dynamic.system_upgrade' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bf9eb0> <<< 61728 1726886045.31190: stdout chunk (state=3): >>> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["kpartx"], "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}}} <<< 61728 1726886045.32411: stdout chunk (state=3): >>># destroy dnf.plugin.dynamic <<< 61728 1726886045.32439: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886045.32916: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886045.32961: stdout chunk (state=3): >>># clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ <<< 61728 1726886045.32999: stdout chunk (state=3): >>># cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct <<< 61728 1726886045.33090: stdout chunk (state=3): >>># cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 # 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 <<< 61728 1726886045.33182: stdout chunk (state=3): >>># cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing email # cleanup[2] removing email.mime # cleanup[2] removing quopri # cleanup[2] removing email.encoders # cleanup[2] removing email.errors # cleanup[2] removing email.quoprimime # cleanup[2] removing email.base64mime # cleanup[2] removing email.charset # cleanup[2] removing email.header # cleanup[2] removing calendar # cleanup[2] removing email._parseaddr # cleanup[2] removing email.utils # cleanup[2] removing email._policybase # cleanup[2] removing email._encoded_words # cleanup[2] removing email._header_value_parser # cleanup[2] removing email.headerregistry # cleanup[2] removing email.iterators # cleanup[2] removing email.message # cleanup[2] removing email.contentmanager # cleanup[2] removing email.policy # cleanup[2] removing email.mime.base # cleanup[2] removing email.mime.nonmultipart # cleanup[2] removing email.mime.application # cleanup[2] removing email.mime.multipart # cleanup[2] removing email.feedparser # cleanup[2] removing email.parser # cleanup[2] removing http # cleanup[2] removing _ssl # cleanup[2] removing ssl # cleanup[2] removing http.client # cleanup[2] removing mimetypes # cleanup[2] removing netrc # cleanup[2] removing urllib.response # cleanup[2] removing urllib.error # cleanup[2] removing urllib.request # cleanup[2] removing http.cookiejar # cleanup[2] removing gzip # cleanup[2] removing ansible.module_utils.urls # destroy ansible.module_utils.urls # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.common.respawn # destroy ansible.module_utils.common.respawn # cleanup[2] removing ansible.module_utils.yumdnf # destroy ansible.module_utils.yumdnf # cleanup[2] removing email.mime.text # cleanup[2] removing configparser # 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<<< 61728 1726886045.33364: stdout chunk (state=3): >>> # cleanup[2] removing libdnf.error # cleanup[2] removing libdnf._common_types # cleanup[2] removing libdnf.common_types # cleanup[2] removing libdnf._conf # cleanup[2] removing libdnf.conf # cleanup[2] removing libdnf._module # cleanup[2] removing libdnf.module # cleanup[2] removing libdnf._repo # cleanup[2] removing libdnf.repo # cleanup[2] removing libdnf._transaction # cleanup[2] removing libdnf.transaction # cleanup[2] removing libdnf._utils # cleanup[2] removing libdnf.utils # cleanup[2] removing libdnf # cleanup[2] removing unicodedata # cleanup[2] removing dnf.i18n # cleanup[2] removing dnf.yum # cleanup[2] removing dnf.transaction # cleanup[2] removing rpm._rpm # cleanup[2] removing rpm.transaction # cleanup[2] removing rpm # cleanup[2] removing dnf.yum.rpmtrans # cleanup[2] removing dnf.callback # cleanup[2] removing hawkey._hawkey # cleanup[2] removing hawkey # cleanup[2] removing dnf.util # cleanup[2] removing dnf.exceptions # cleanup[2] removing libcomps._libpycomps # cleanup[2] removing libcomps # cleanup[2] removing dnf.comps # cleanup[2] removing dnf.db # cleanup[2] removing dnf.crypto # cleanup[2] removing glob # cleanup[2] removing dnf.yum.misc # cleanup[2] removing dnf.db.group # cleanup[2] removing dnf.db.history # cleanup[2] removing dnf.conf.substitutions # cleanup[2] removing dnf.conf.config # cleanup[2] removing dnf.conf # cleanup[2] removing dnf.lock # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing logging.handlers # cleanup[2] removing dnf.logging # cleanup[2] removing dnf.repo # cleanup[2] removing dnf.conf.read # cleanup[2] removing dnf.rpm.transaction # cleanup[2] removing dnf.rpm # cleanup[2] removing dnf.dnssec # cleanup[2] removing dnf.drpm # cleanup[2] removing dnf.goal # cleanup[2] removing dnf.history # cleanup[2] removing dnf.module # cleanup[2] removing libdnf._smartcols # cleanup[2] removing libdnf.smartcols # cleanup[2] removing dnf.selector # cleanup[2] removing dnf.module.exceptions # cleanup[2] removing dnf.module.module_base # cleanup[2] removing dnf.persistor # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils <<< 61728 1726886045.33370: stdout chunk (state=3): >>># 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<<< 61728 1726886045.33470: stdout chunk (state=3): >>> # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # 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 <<< 61728 1726886045.34168: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy _bz2 # destroy _lzma # destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886045.34202: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ntpath <<< 61728 1726886045.34341: stdout chunk (state=3): >>># 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 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 <<< 61728 1726886045.34529: stdout chunk (state=3): >>># 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 inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text <<< 61728 1726886045.34536: stdout chunk (state=3): >>># cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # 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 <<< 61728 1726886045.34578: stdout chunk (state=3): >>># cleanup[3] wiping gettext # 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 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 <<< 61728 1726886045.34631: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping shlex # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # cleanup[3] wiping pwd # cleanup[3] wiping locale # destroy encodings # cleanup[3] wiping _locale <<< 61728 1726886045.34675: stdout chunk (state=3): >>># 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 collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy 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 <<< 61728 1726886045.34784: stdout chunk (state=3): >>># 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 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 <<< 61728 1726886045.35159: 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 _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 selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886045.35285: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 61728 1726886045.35326: stdout chunk (state=3): >>># destroy _weakref # destroy _thread # destroy _hashlib <<< 61728 1726886045.35516: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize <<< 61728 1726886045.35525: stdout chunk (state=3): >>># destroy _compat_pickle # destroy libdnf._error # destroy ansible.module_utils.six.moves.urllib # destroy _queue # destroy array # destroy copyreg <<< 61728 1726886045.35564: 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 # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves # destroy gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # destroy urllib.parse # destroy fnmatch <<< 61728 1726886045.35626: stdout chunk (state=3): >>># 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 <<< 61728 1726886045.35731: stdout chunk (state=3): >>># destroy rpm # destroy itertools # destroy functools # 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 <<< 61728 1726886045.35774: stdout chunk (state=3): >>># destroy _warnings # destroy posix <<< 61728 1726886045.35860: stdout chunk (state=3): >>># destroy binascii <<< 61728 1726886045.35867: stdout chunk (state=3): >>># destroy http.client # destroy http.cookiejar # destroy socket # destroy base64 # destroy errno # destroy warnings # destroy string <<< 61728 1726886045.35870: stdout chunk (state=3): >>># destroy _ssl <<< 61728 1726886045.35915: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886045.36034: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8<<< 61728 1726886045.36167: stdout chunk (state=3): >>> # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random <<< 61728 1726886045.36193: stdout chunk (state=3): >>># destroy _sre # destroy _operator # destroy _functools # clear sys.audit hooks <<< 61728 1726886045.36863: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886045.36866: stdout chunk (state=3): >>><<< 61728 1726886045.36868: stderr chunk (state=3): >>><<< 61728 1726886045.37021: _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 0x7f7a366184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a365e7b30> # /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 0x7f7a3661aa50> 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 0x7f7a363c9130> # /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 0x7f7a363ca120> 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 0x7f7a3640ff20> # /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 0x7f7a3641c0b0> # /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 0x7f7a3643f950> # /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 0x7f7a3643ffe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641fbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3641d310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3640d0d0> # /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 0x7f7a36463890> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364624b0> # /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 0x7f7a3641e1e0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36460d40> # /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 0x7f7a364908f0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3640c350> # /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 0x7f7a36490da0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36490c50> # 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 0x7f7a36491010> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36402e70> # /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 0x7f7a364916a0> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364913a0> 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 0x7f7a364925a0> 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 0x7f7a364ac7d0> 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 0x7f7a364adf10> # /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 0x7f7a364aedb0> # 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 0x7f7a364af410> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364ae300> # /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 0x7f7a364afe90> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a364af5c0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36492600> # /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 0x7f7a361dfd70> # /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 0x7f7a362087d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36208530> # 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 0x7f7a36208710> # /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 0x7f7a362090d0> # 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 0x7f7a36209a30> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36208980> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a361ddf10> # /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 0x7f7a3620ae40> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36209b80> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36492cf0> # /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 0x7f7a362331d0> # /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 0x7f7a3625f500> # /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 0x7f7a362b8320> # /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 0x7f7a362baa80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a362b8440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a36285310> # /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 0x7f7a35b29430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3625e300> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3620bda0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f7a3625e900> # zipimport: found 34 names in '/tmp/ansible_ansible.legacy.dnf_payload_3cinlff7/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 0x7f7a35b831a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b62090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b61220> # 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 0x7f7a35b80e90> # /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 0x7f7a35baaa80> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35baa810> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35baa120> # /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 0x7f7a35baa690> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35b83bc0> 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 0x7f7a35bab680> # 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 0x7f7a35bab8c0> # /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 0x7f7a35babce0> 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 0x7f7a35a15b20> # 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 0x7f7a35a17740> # /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 0x7f7a35a1c0e0> # /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 0x7f7a35a1cfb0> # /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 0x7f7a35a1fd10> # 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 0x7f7a36402f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1e000> # /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 0x7f7a35a23bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a22690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a223f0> # /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 0x7f7a35a22960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a1e510> # 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 0x7f7a35a67e60> # /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 0x7f7a35a67e90> # /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 0x7f7a35a69a00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a697c0> # /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 0x7f7a35a6bef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a6a0f0> # /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 0x7f7a35a6f650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a6bfe0> # 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 0x7f7a35a70410> # 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 0x7f7a35a70440> # 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 0x7f7a35a70a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a680e0> # /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 0x7f7a35a73f20> # 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 0x7f7a35afd2e0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a726c0> # 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 0x7f7a35a73a40> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a72330> # 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 0x7f7a35901400> # /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 0x7f7a359021e0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35a70c50> 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 0x7f7a35902270> # 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 0x7f7a35903320> # 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 0x7f7a3590ddc0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590b0b0> 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 0x7f7a35bfa7e0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35be24b0> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590dfd0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3590dd90> # 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 0x7f7a359a0230> # /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 0x7f7a359a0440> # /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 0x7f7a359a0b90> import 'email.encoders' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a0710> # /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 0x7f7a359a1460> # /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 0x7f7a359893d0> # /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 0x7f7a35989280> # /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 0x7f7a355fe300> import 'email.header' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2c90> # /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 0x7f7a35600ef0> import 'email._parseaddr' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a355ffa70> import 'email.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a355fede0> import 'email._policybase' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2120> # /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 0x7f7a3566ce90> import 'email._header_value_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35624fe0> import 'email.headerregistry' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a2660> # /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 0x7f7a35674890> import 'email.message' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3566ec60> import 'email.contentmanager' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35624ad0> import 'email.policy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a17f0> import 'email.mime.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1520> import 'email.mime.nonmultipart' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a1220> import 'email.mime.application' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a359a04a0> # /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 0x7f7a359a1400> # /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 0x7f7a35674e90> import 'email.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a356745c0> # /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 0x7f7a35675790> # /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 0x7f7a3565bc50> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35659310> import 'http.client' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35676450> # /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 0x7f7a35658da0> # /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 0x7f7a35691f40> # /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 0x7f7a35692bd0> import 'urllib.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35692690> # /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 0x7f7a356930e0> # /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 0x7f7a356677a0> # /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 0x7f7a35587f80> # 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 0x7f7a352c6cf0> # /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 0x7f7a352c6e10> # /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 0x7f7a35316fc0> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35316810> # 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 0x7f7a353169f0> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c7320> import 'dnf.pycomp' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c5f10> # /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 0x7f7a352c69f0> # /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 0x7f7a35390620> import 'libdnf.error' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35390200> # /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 0x7f7a35393ef0> import 'libdnf.common_types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35390770> # /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 0x7f7a34ec2ea0> import 'libdnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35393e90> # /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 0x7f7a34f40c20> import 'libdnf.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34ec34a0> # /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 0x7f7a34f43c50> import 'libdnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34f40e30> # /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 0x7f7a34f7fe30> import 'libdnf.transaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a34f43f80> # /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 0x7f7a334f10a0> import 'libdnf.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f04a0> import 'libdnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35333d40> # /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 0x7f7a33514560> import 'dnf.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f39b0> # /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 0x7f7a33516c30> # /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 0x7f7a33517b30> # /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 0x7f7a3353c440> # /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 0x7f7a3353d940> import 'rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33517d70> import 'dnf.yum.rpmtrans' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33516ae0> import 'dnf.callback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33516480> # /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 0x7f7a3353f530> import 'hawkey' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33517050> import 'dnf.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335148f0> import 'dnf.exceptions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f2fc0> # /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 0x7f7a334f3620> import 'libcomps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f3440> import 'dnf.comps' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a334f11c0> # /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 0x7f7a33578b60> # /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 0x7f7a3357b0b0> # /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 0x7f7a3357b890> import 'dnf.yum.misc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a3357a390> # /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 0x7f7a335a00e0> import 'dnf.db.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a33578b30> # /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 0x7f7a335a1b50> import 'dnf.conf.config' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a10d0> import 'dnf.conf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a0ef0> # /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 0x7f7a335ccc20> # /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 0x7f7a32e9ac60> # 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 0x7f7a32e9af90> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cef00> import 'logging.handlers' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cd0a0> import 'dnf.logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335cc110> import 'dnf.repo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a2360> import 'dnf.conf.read' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a2090> # /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 0x7f7a32ed4a70> import 'dnf.rpm' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32e9bb90> import 'dnf.dnssec' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a335a28a0> # /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 0x7f7a32ed5100> # /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 0x7f7a32ed54c0> # /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 0x7f7a32ed5580> # /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 0x7f7a32ed56a0> # /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 0x7f7a32ef4290> import 'libdnf.smartcols' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ed63c0> # /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 0x7f7a32ef4470> # /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 0x7f7a32ef4560> import 'dnf.module.module_base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ed54f0> # /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 0x7f7a32ef4710> # /usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc matches /usr/lib/python3.12/site-packages/dnf/plugin.py # code object from '/usr/lib/python3.12/site-packages/dnf/__pycache__/plugin.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f7a32f44140> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f1f560> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f1dfd0> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef5f10> import 'dnf.plugin' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32ef5370> # /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 0x7f7a32ef63c0> # /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 0x7f7a35692570> # /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 0x7f7a32f5cad0> # /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 0x7f7a32f5cd40> # /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 0x7f7a32f5d6a0> import 'dnf.sack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5d130> # /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 0x7f7a32f5e5a0> import 'gc' # import 'dnf.base' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a35317140> import 'dnf' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a352c5760> # /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 0x7f7a32f5f2f0> # /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 0x7f7a32d2bd40> # /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 0x7f7a32d55d60> import 'curses' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d55910> # 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 0x7f7a352c6d20> import 'dnf.cli.term' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d54800> import 'dnf.cli.progress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d2bf80> import 'dnf.cli.output' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d28da0> # /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 0x7f7a32d545f0> # /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 0x7f7a32d6b110> import 'dnf.cli.commands' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d69c40> # /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 0x7f7a32d90920> # /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 0x7f7a32d90c20> # /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 0x7f7a32d90e60> # /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 0x7f7a32d91100> # /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 0x7f7a32d91820> import 'dnf.cli.commands.deplist' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d91670> # /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 0x7f7a32d93110> # /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 0x7f7a32d93260> # /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 0x7f7a32d93470> # /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 0x7f7a32da8410> import 'dnf.cli.commands.history' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d93c50> # /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 0x7f7a32da8fb0> # /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 0x7f7a32da93d0> # /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 0x7f7a32da95b0> # /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 0x7f7a32da9880> # /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 0x7f7a32daa780> # /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 0x7f7a32daa9f0> # /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 0x7f7a32daac00> # /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 0x7f7a32dab7d0> import 'dnf.cli.commands.search' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dab2f0> # /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 0x7f7a32dd0680> import 'dnf.cli.commands.shell' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dabf80> # /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 0x7f7a32dd1310> # /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 0x7f7a32dd1610> # /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 0x7f7a32dd2510> # /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 0x7f7a32dd27b0> # /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 0x7f7a32dd2960> import 'dnf.cli.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5f6e0> import 'dnf.cli' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5f4a0> import 'dnf.plugin.dynamic.builddep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32f5ec00> # /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 0x7f7a32dd3380> import 'dateutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd30b0> # /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 0x7f7a32df57f0> # /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 0x7f7a32df6f30> # 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 0x7f7a32df6120> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32df5c40> # /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 0x7f7a32b48680> import 'dateutil.relativedelta' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b2fa70> # /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 0x7f7a32b4b320> # /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 0x7f7a32b4be60> # /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 0x7f7a32b48d10> import 'dateutil.tz' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b489e0> import 'dateutil.parser._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd3620> # /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 0x7f7a32df4a40> import 'dateutil.parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32dd31d0> import 'dnf.plugin.dynamic.changelog' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32d28470> # /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 0x7f7a32b72090> # /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 0x7f7a32b72960> # /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 0x7f7a32b73980> # /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 0x7f7a32b73fe0> # /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 0x7f7a32b9d6a0> import 'sqlite3.dbapi2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9d0a0> import 'sqlite3' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9cd40> import 'dnf.plugin.dynamic.generate_completion_cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9c9e0> # /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 0x7f7a32b9d310> # /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 0x7f7a32b9f470> # /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 0x7f7a32b9f530> # /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 0x7f7a32b9fc50> import 'dbus.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9fad0> # /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 0x7f7a32bce240> # /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 0x7f7a32bcf470> # /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 0x7f7a32bcf6e0> # /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 0x7f7a32bcf860> import 'xml.parsers.expat' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcf680> import 'dbus._expat_introspect_parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcef30> import 'dbus.proxies' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bce3c0> import 'dbus.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcd6a0> import 'dbus.bus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bccc50> import 'dbus._dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32bcc4d0> import 'dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9ef60> import 'dnf.plugin.dynamic.needs_restarting' # <_frozen_importlib_external.SourceFileLoader object at 0x7f7a32b9e450> # /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 0x7f7a32bcf590> # /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 0x7f7a32bcfda0> # /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 0x7f7a32bf8680> # /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 0x7f7a32bf8a40> # /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 0x7f7a32bf9340> # /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 0x7f7a32bf9eb0> {"msg": "Nothing to do", "changed": false, "results": [], "rc": 0, "invocation": {"module_args": {"name": ["kpartx"], "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 # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # 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 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 _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing dnf.plugin # cleanup[2] removing dnf.query # cleanup[2] removing dnf.repodict # cleanup[2] removing dnf.rpm.connection # cleanup[2] removing dnf.rpm.miscutils # cleanup[2] removing dnf.package # cleanup[2] removing dnf.sack # cleanup[2] removing dnf.subject # cleanup[2] removing gc # cleanup[2] removing dnf.base # cleanup[2] removing dnf # cleanup[2] removing dnfpluginscore # destroy dnfpluginscore # cleanup[2] removing dnf.cli.format # cleanup[2] removing _curses # cleanup[2] removing curses # cleanup[2] removing termios # cleanup[2] removing dnf.cli.term # cleanup[2] removing dnf.cli.progress # cleanup[2] removing dnf.cli.output # cleanup[2] removing dnf.cli.aliases # cleanup[2] removing dnf.cli.option_parser # cleanup[2] removing dnf.cli.commands # cleanup[2] removing dnf.cli.commands.alias # cleanup[2] removing dnf.cli.commands.autoremove # cleanup[2] removing dnf.cli.commands.check # cleanup[2] removing dnf.cli.commands.clean # cleanup[2] removing dnf.cli.commands.repoquery # cleanup[2] removing dnf.cli.commands.deplist # cleanup[2] removing dnf.cli.commands.distrosync # cleanup[2] removing dnf.cli.commands.downgrade # cleanup[2] removing dnf.cli.commands.group # cleanup[2] removing dnf.transaction_sr # cleanup[2] removing dnf.cli.commands.history # cleanup[2] removing dnf.cli.commands.install # cleanup[2] removing dnf.cli.commands.makecache # cleanup[2] removing dnf.cli.commands.mark # cleanup[2] removing dnf.cli.commands.module # cleanup[2] removing dnf.cli.commands.reinstall # cleanup[2] removing dnf.cli.commands.remove # cleanup[2] removing dnf.cli.commands.repolist # cleanup[2] removing dnf.match_counter # cleanup[2] removing dnf.cli.commands.search # cleanup[2] removing cmd # cleanup[2] removing dnf.cli.commands.shell # cleanup[2] removing dnf.cli.commands.swap # cleanup[2] removing dnf.cli.commands.updateinfo # cleanup[2] removing dnf.cli.commands.upgrade # cleanup[2] removing dnf.cli.commands.upgrademinimal # cleanup[2] removing dnf.cli.demand # cleanup[2] removing dnf.cli.cli # cleanup[2] removing dnf.cli # cleanup[2] removing dnf.plugin.dynamic.builddep # destroy dnf.plugin.dynamic.builddep # cleanup[2] removing dateutil._version # cleanup[2] removing dateutil # cleanup[2] removing six # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing dateutil._common # cleanup[2] removing dateutil.relativedelta # cleanup[2] removing six.moves # cleanup[2] removing dateutil.tz._common # cleanup[2] removing dateutil.tz._factories # cleanup[2] removing dateutil.tz.tz # cleanup[2] removing dateutil.tz # cleanup[2] removing dateutil.parser._parser # cleanup[2] removing dateutil.parser.isoparser # destroy dateutil.parser.isoparser # cleanup[2] removing dateutil.parser # cleanup[2] removing dnf.plugin.dynamic.changelog # destroy dnf.plugin.dynamic.changelog # cleanup[2] removing dnf.plugin.dynamic.config_manager # destroy dnf.plugin.dynamic.config_manager # cleanup[2] removing dnf.plugin.dynamic.copr # destroy dnf.plugin.dynamic.copr # cleanup[2] removing dnf.plugin.dynamic.debuginfo-install # destroy dnf.plugin.dynamic.debuginfo-install # cleanup[2] removing dnf.plugin.dynamic.download # destroy dnf.plugin.dynamic.download # cleanup[2] removing _sqlite3 # cleanup[2] removing sqlite3.dbapi2 # cleanup[2] removing sqlite3 # cleanup[2] removing dnf.plugin.dynamic.generate_completion_cache # destroy dnf.plugin.dynamic.generate_completion_cache # cleanup[2] removing dnf.plugin.dynamic.groups_manager # destroy dnf.plugin.dynamic.groups_manager # cleanup[2] removing dbus._compat # cleanup[2] removing dbus.exceptions # cleanup[2] removing _dbus_bindings # cleanup[2] removing dbus.types # cleanup[2] removing dbus.lowlevel # cleanup[2] removing xml # destroy xml # cleanup[2] removing xml.parsers # destroy xml.parsers # cleanup[2] removing pyexpat.errors # cleanup[2] removing pyexpat.model # cleanup[2] removing pyexpat # cleanup[2] removing xml.parsers.expat.model # cleanup[2] removing xml.parsers.expat.errors # cleanup[2] removing xml.parsers.expat # destroy xml.parsers.expat # cleanup[2] removing dbus._expat_introspect_parser # cleanup[2] removing dbus.proxies # cleanup[2] removing dbus.connection # cleanup[2] removing dbus.bus # cleanup[2] removing dbus._dbus # cleanup[2] removing dbus # cleanup[2] removing dnf.plugin.dynamic.needs_restarting # destroy dnf.plugin.dynamic.needs_restarting # cleanup[2] removing dnf.plugin.dynamic.repoclosure # destroy dnf.plugin.dynamic.repoclosure # cleanup[2] removing dnf.plugin.dynamic.repodiff # destroy dnf.plugin.dynamic.repodiff # cleanup[2] removing dnf.plugin.dynamic.repograph # destroy dnf.plugin.dynamic.repograph # cleanup[2] removing dnf.plugin.dynamic.repomanage # destroy dnf.plugin.dynamic.repomanage # cleanup[2] removing dnf.plugin.dynamic.reposync # destroy dnf.plugin.dynamic.reposync # cleanup[2] removing dnf.plugin.dynamic.system_upgrade # destroy dnf.plugin.dynamic.system_upgrade # 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 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 inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping libdnf.smartcols # cleanup[3] wiping libdnf._smartcols # cleanup[3] wiping dnf.rpm.transaction # cleanup[3] wiping logging.handlers # destroy pickle # cleanup[3] wiping _pickle # cleanup[3] wiping _compat_pickle # cleanup[3] wiping dnf.yum.misc # cleanup[3] wiping glob # cleanup[3] wiping libcomps # cleanup[3] wiping libcomps._libpycomps # cleanup[3] wiping hawkey # cleanup[3] wiping hawkey._hawkey # cleanup[3] wiping rpm # destroy rpm.transaction # cleanup[3] wiping rpm._rpm # cleanup[3] wiping unicodedata # cleanup[3] wiping libdnf # destroy libdnf.error # destroy libdnf.common_types # destroy libdnf.conf # destroy libdnf.module # destroy libdnf.repo # destroy libdnf.transaction # destroy libdnf.utils # destroy libdnf.smartcols # cleanup[3] wiping libdnf._utils # cleanup[3] wiping libdnf._transaction # cleanup[3] wiping libdnf._repo # cleanup[3] wiping libdnf._module # cleanup[3] wiping libdnf._conf # cleanup[3] wiping libdnf._common_types # cleanup[3] wiping libdnf._error # cleanup[3] wiping queue # cleanup[3] wiping _queue # cleanup[3] wiping _heapq # destroy _heapq # cleanup[3] wiping email.mime.text # cleanup[3] wiping gzip # destroy _compression # cleanup[3] wiping http.cookiejar # destroy copy # 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 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 collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping urllib.parse # destroy 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 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 _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 selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy _weakref # destroy _thread # destroy _hashlib # 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 copyreg # 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 gzip # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # destroy unicodedata # destroy _blake2 # destroy email # destroy queue # destroy shlex # destroy pwd # destroy gettext # destroy libcomps # destroy urllib # destroy dnf.rpm.transaction # destroy dnf.rpm.connection # destroy dnf.rpm.miscutils # destroy hashlib # destroy json # destroy importlib # destroy inspect # destroy gc # destroy math # destroy shutil # destroy zlib # 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 rpm # destroy itertools # destroy functools # 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 # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 closed. 61728 1726886045.38297: done with _execute_module (ansible.legacy.dnf, {'name': ['kpartx'], '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-1726886044.706924-61850-148639329807367/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886045.38301: _low_level_execute_command(): starting 61728 1726886045.38303: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886044.706924-61850-148639329807367/ > /dev/null 2>&1 && sleep 0' 61728 1726886045.38305: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886045.38308: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886045.38310: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.38319: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.39901: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886045.39924: stderr chunk (state=3): >>><<< 61728 1726886045.39927: stdout chunk (state=3): >>><<< 61728 1726886045.39941: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886045.39948: handler run complete 61728 1726886045.39975: attempt loop complete, returning result 61728 1726886045.39978: _execute() done 61728 1726886045.39980: dumping result to json 61728 1726886045.39988: done dumping result, returning 61728 1726886045.39998: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Make sure required packages are installed [0affc8a3-6f6f-cd4e-f8d4-000000000078] 61728 1726886045.40002: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000078 61728 1726886045.40090: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000078 61728 1726886045.40093: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do 61728 1726886045.40171: no more pending results, returning what we have 61728 1726886045.40173: results queue empty 61728 1726886045.40174: checking for any_errors_fatal 61728 1726886045.40179: done checking for any_errors_fatal 61728 1726886045.40180: checking for max_fail_percentage 61728 1726886045.40181: done checking for max_fail_percentage 61728 1726886045.40182: checking to see if all hosts have failed and the running result is not ok 61728 1726886045.40183: done checking to see if all hosts have failed 61728 1726886045.40184: getting the remaining hosts for this loop 61728 1726886045.40185: done getting the remaining hosts for this loop 61728 1726886045.40189: getting the next task for host managed_node2 61728 1726886045.40194: done getting next task for host managed_node2 61728 1726886045.40197: ^ task is: TASK: fedora.linux_system_roles.storage : Get service facts 61728 1726886045.40200: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=8, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886045.40209: getting variables 61728 1726886045.40210: in VariableManager get_vars() 61728 1726886045.40244: Calling all_inventory to load vars for managed_node2 61728 1726886045.40247: Calling groups_inventory to load vars for managed_node2 61728 1726886045.40249: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886045.40265: Calling all_plugins_play to load vars for managed_node2 61728 1726886045.40268: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886045.40271: Calling groups_plugins_play to load vars for managed_node2 61728 1726886045.40442: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886045.40626: done with get_vars() 61728 1726886045.40634: done getting variables TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 20 September 2024 22:34:05 -0400 (0:00:00.783) 0:00:04.726 ****** 61728 1726886045.40700: entering _queue_task() for managed_node2/service_facts 61728 1726886045.40701: Creating lock for service_facts 61728 1726886045.40934: worker is 1 (out of 1 available) 61728 1726886045.40947: exiting _queue_task() for managed_node2/service_facts 61728 1726886045.40961: done queuing things up, now waiting for results queue to drain 61728 1726886045.40963: waiting for pending results... 61728 1726886045.41471: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts 61728 1726886045.41476: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000079 61728 1726886045.41479: variable 'ansible_search_path' from source: unknown 61728 1726886045.41482: variable 'ansible_search_path' from source: unknown 61728 1726886045.41485: calling self._execute() 61728 1726886045.41544: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886045.41558: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886045.41573: variable 'omit' from source: magic vars 61728 1726886045.41987: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886045.42308: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886045.42368: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886045.42410: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886045.42452: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886045.42574: 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) 61728 1726886045.42607: 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) 61728 1726886045.42642: 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) 61728 1726886045.42675: 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) 61728 1726886045.42840: Evaluated conditional (storage_skip_checks is not defined or not "service_facts" in storage_skip_checks): True 61728 1726886045.42851: variable 'omit' from source: magic vars 61728 1726886045.42937: variable 'omit' from source: magic vars 61728 1726886045.43005: variable 'omit' from source: magic vars 61728 1726886045.43072: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886045.43135: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886045.43157: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886045.43212: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886045.43216: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886045.43353: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886045.43359: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886045.43362: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886045.43468: Set connection var ansible_timeout to 10 61728 1726886045.43493: Set connection var ansible_shell_executable to /bin/sh 61728 1726886045.43565: Set connection var ansible_pipelining to False 61728 1726886045.43571: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886045.43574: Set connection var ansible_connection to ssh 61728 1726886045.43576: Set connection var ansible_shell_type to sh 61728 1726886045.43641: variable 'ansible_shell_executable' from source: unknown 61728 1726886045.43662: variable 'ansible_connection' from source: unknown 61728 1726886045.43759: variable 'ansible_module_compression' from source: unknown 61728 1726886045.43763: variable 'ansible_shell_type' from source: unknown 61728 1726886045.43765: variable 'ansible_shell_executable' from source: unknown 61728 1726886045.43767: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886045.43769: variable 'ansible_pipelining' from source: unknown 61728 1726886045.43771: variable 'ansible_timeout' from source: unknown 61728 1726886045.43773: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886045.43877: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886045.43897: variable 'omit' from source: magic vars 61728 1726886045.43906: starting attempt loop 61728 1726886045.43912: running the handler 61728 1726886045.43932: _low_level_execute_command(): starting 61728 1726886045.43994: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886045.45112: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886045.45172: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.45296: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.46900: stdout chunk (state=3): >>>/root <<< 61728 1726886045.47071: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886045.47075: stdout chunk (state=3): >>><<< 61728 1726886045.47210: stderr chunk (state=3): >>><<< 61728 1726886045.47214: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886045.47224: _low_level_execute_command(): starting 61728 1726886045.47227: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196 `" && echo ansible-tmp-1726886045.4711506-61891-251866525237196="` echo /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196 `" ) && sleep 0' 61728 1726886045.47989: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886045.47996: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886045.48001: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.48004: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886045.48015: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.48021: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886045.48091: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.48128: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.50058: stdout chunk (state=3): >>>ansible-tmp-1726886045.4711506-61891-251866525237196=/root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196 <<< 61728 1726886045.50209: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886045.50228: stderr chunk (state=3): >>><<< 61728 1726886045.50237: stdout chunk (state=3): >>><<< 61728 1726886045.50265: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886045.4711506-61891-251866525237196=/root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886045.50334: variable 'ansible_module_compression' from source: unknown 61728 1726886045.50434: ANSIBALLZ: Using lock for service_facts 61728 1726886045.50437: ANSIBALLZ: Acquiring lock 61728 1726886045.50439: ANSIBALLZ: Lock acquired: 139692865022064 61728 1726886045.50440: ANSIBALLZ: Creating module 61728 1726886045.61854: ANSIBALLZ: Writing module into payload 61728 1726886045.61978: ANSIBALLZ: Writing module 61728 1726886045.61982: ANSIBALLZ: Renaming module 61728 1726886045.61994: ANSIBALLZ: Done creating module 61728 1726886045.62003: variable 'ansible_facts' from source: unknown 61728 1726886045.62169: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py 61728 1726886045.62368: Sending initial data 61728 1726886045.62372: Sent initial data (162 bytes) 61728 1726886045.63082: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.63127: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886045.63160: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.63220: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.64893: 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 <<< 61728 1726886045.64896: stderr chunk (state=3): >>>debug2: Unrecognised server extension "home-directory" debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 61728 1726886045.64941: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886045.64999: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpyiom6ik3 /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py <<< 61728 1726886045.65005: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py" <<< 61728 1726886045.65062: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpyiom6ik3" to remote "/root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py" <<< 61728 1726886045.65736: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886045.65786: stderr chunk (state=3): >>><<< 61728 1726886045.65789: stdout chunk (state=3): >>><<< 61728 1726886045.65814: done transferring module to remote 61728 1726886045.65829: _low_level_execute_command(): starting 61728 1726886045.65839: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/ /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py && sleep 0' 61728 1726886045.66464: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886045.66467: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886045.66469: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.66471: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886045.66473: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886045.66476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.66533: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886045.66537: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886045.66539: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.66583: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.68371: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886045.68395: stderr chunk (state=3): >>><<< 61728 1726886045.68399: stdout chunk (state=3): >>><<< 61728 1726886045.68412: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886045.68417: _low_level_execute_command(): starting 61728 1726886045.68425: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/AnsiballZ_service_facts.py && sleep 0' 61728 1726886045.68891: 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 <<< 61728 1726886045.68895: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.68897: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886045.68899: 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 <<< 61728 1726886045.68903: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886045.68964: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886045.68967: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886045.69037: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886045.71201: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886045.71232: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886045.71264: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # <<< 61728 1726886045.71272: stdout chunk (state=3): >>>import '_weakref' # <<< 61728 1726886045.71343: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886045.71386: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886045.71413: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886045.71452: stdout chunk (state=3): >>>import 'time' # <<< 61728 1726886045.71459: stdout chunk (state=3): >>>import 'zipimport' # # installed zipimport hook <<< 61728 1726886045.71520: 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' <<< 61728 1726886045.71537: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886045.71557: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886045.71589: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886045.71637: 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 0x7f2a3cb104d0> <<< 61728 1726886045.71656: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3cadfb30> <<< 61728 1726886045.71689: 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 0x7f2a3cb12a50> <<< 61728 1726886045.71716: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886045.71722: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 61728 1726886045.71742: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886045.71779: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886045.71884: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886045.71903: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886045.71935: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886045.71971: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages <<< 61728 1726886045.71991: stdout chunk (state=3): >>>Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886045.72004: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886045.72038: 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' <<< 61728 1726886045.72062: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c8e5130> <<< 61728 1726886045.72112: 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 <<< 61728 1726886045.72120: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.72136: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c8e6120> <<< 61728 1726886045.72157: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886045.72194: 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. <<< 61728 1726886045.72430: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886045.72437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886045.72455: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886045.72473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.72486: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886045.72535: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886045.72544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886045.72583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886045.72608: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c92bf80> <<< 61728 1726886045.72630: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886045.72636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886045.72657: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c938110> <<< 61728 1726886045.72678: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886045.72707: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886045.72734: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886045.72785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.72822: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886045.72842: 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 0x7f2a3c95b950> <<< 61728 1726886045.72868: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886045.72878: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c95bfe0> <<< 61728 1726886045.72895: stdout chunk (state=3): >>>import '_collections' # <<< 61728 1726886045.72945: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c93bbf0> <<< 61728 1726886045.72949: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886045.72984: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9392e0> <<< 61728 1726886045.73072: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c929130> <<< 61728 1726886045.73105: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886045.73116: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886045.73130: stdout chunk (state=3): >>>import '_sre' # <<< 61728 1726886045.73151: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886045.73202: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886045.73214: 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' <<< 61728 1726886045.73237: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c97f8f0> <<< 61728 1726886045.73254: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c97e510> <<< 61728 1726886045.73286: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_casefix.cpython-312.pyc matches /usr/lib64/python3.12/re/_casefix.py <<< 61728 1726886045.73298: 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 0x7f2a3c93a390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c97cd10> <<< 61728 1726886045.73350: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886045.73354: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ac950> <<< 61728 1726886045.73379: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9283b0> <<< 61728 1726886045.73405: 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' <<< 61728 1726886045.73428: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.73431: 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 0x7f2a3c9ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9accb0> <<< 61728 1726886045.73474: 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 0x7f2a3c9ad0a0> <<< 61728 1726886045.73480: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c91eed0> <<< 61728 1726886045.73527: 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' <<< 61728 1726886045.73543: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886045.73575: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886045.73596: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ad460> <<< 61728 1726886045.73598: stdout chunk (state=3): >>>import 'importlib.machinery' # <<< 61728 1726886045.73651: 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' <<< 61728 1726886045.73672: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ae660> <<< 61728 1726886045.73681: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 61728 1726886045.73701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886045.73741: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886045.73767: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886045.73778: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9c8890> <<< 61728 1726886045.73787: stdout chunk (state=3): >>>import 'errno' # <<< 61728 1726886045.73821: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.73825: 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 0x7f2a3c9c9fd0> <<< 61728 1726886045.73851: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886045.73860: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886045.73893: 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'<<< 61728 1726886045.73898: stdout chunk (state=3): >>> <<< 61728 1726886045.73908: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9cae40> <<< 61728 1726886045.73944: 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 0x7f2a3c9cb470> <<< 61728 1726886045.73959: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ca390> <<< 61728 1726886045.73978: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py <<< 61728 1726886045.73996: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886045.74035: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.74039: 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 0x7f2a3c9cbe60> <<< 61728 1726886045.74050: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9cb590> <<< 61728 1726886045.74094: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ae6c0> <<< 61728 1726886045.74112: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886045.74140: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886045.74157: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886045.74187: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886045.74219: stdout chunk (state=3): >>># extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.74227: 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 0x7f2a3c753cb0> <<< 61728 1726886045.74240: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 61728 1726886045.74250: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' <<< 61728 1726886045.74274: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.74280: 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 0x7f2a3c77c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77c530> <<< 61728 1726886045.74310: 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 0x7f2a3c77c800> <<< 61728 1726886045.74341: 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' <<< 61728 1726886045.74421: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.74540: 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 0x7f2a3c77d130> <<< 61728 1726886045.74664: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.74669: 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 0x7f2a3c77da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77c9e0> <<< 61728 1726886045.74698: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c751e50> <<< 61728 1726886045.74715: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886045.74743: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886045.74764: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886045.74781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 61728 1726886045.74786: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77ede0> <<< 61728 1726886045.74817: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77db50> <<< 61728 1726886045.74828: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9aedb0> <<< 61728 1726886045.74859: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886045.74918: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.74941: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886045.74973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886045.75005: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7ab140> <<< 61728 1726886045.75057: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886045.75075: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.75098: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886045.75122: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886045.75162: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7d3530> <<< 61728 1726886045.75186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886045.75230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886045.75284: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886045.75312: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886045.75320: 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 0x7f2a3c82c320> <<< 61728 1726886045.75329: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886045.75363: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886045.75398: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886045.75436: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886045.75527: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c82ea80> <<< 61728 1726886045.75605: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c82c440> <<< 61728 1726886045.75637: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7f9340><<< 61728 1726886045.75650: stdout chunk (state=3): >>> <<< 61728 1726886045.75670: 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 0x7f2a3c129430> <<< 61728 1726886045.75696: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7d2330> <<< 61728 1726886045.75702: stdout chunk (state=3): >>>import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77fd40> <<< 61728 1726886045.75807: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886045.75830: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2a3c7d2690> <<< 61728 1726886045.76002: stdout chunk (state=3): >>># zipimport: found 31 names in '/tmp/ansible_service_facts_payload_3lac2150/ansible_service_facts_payload.zip' <<< 61728 1726886045.76007: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76135: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76168: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886045.76173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886045.76225: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886045.76297: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886045.76327: 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 0x7f2a3c183170> <<< 61728 1726886045.76337: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886045.76529: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c15e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c15d1c0> <<< 61728 1726886045.76534: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76565: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886045.76582: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76598: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76613: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.76620: stdout chunk (state=3): >>>import 'ansible.module_utils' # <<< 61728 1726886045.76641: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.78046: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.79161: 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' <<< 61728 1726886045.79167: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c181040> <<< 61728 1726886045.79195: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886045.79200: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.79218: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886045.79241: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886045.79256: 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' <<< 61728 1726886045.79288: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.79294: 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 0x7f2a3c1aab40> <<< 61728 1726886045.79329: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1aa8d0> <<< 61728 1726886045.79365: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1aa1e0> <<< 61728 1726886045.79377: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886045.79391: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886045.79431: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1aa930> <<< 61728 1726886045.79434: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c183b90> import 'atexit' # <<< 61728 1726886045.79474: 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 0x7f2a3c1ab890> <<< 61728 1726886045.79505: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.79512: 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 0x7f2a3c1ab9e0> <<< 61728 1726886045.79527: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886045.79573: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886045.79592: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886045.79636: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1abef0> <<< 61728 1726886045.79645: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886045.79662: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886045.79694: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886045.79724: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c015c70> <<< 61728 1726886045.79759: 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' <<< 61728 1726886045.79764: stdout chunk (state=3): >>>import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2a3c017890> <<< 61728 1726886045.79779: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886045.79800: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886045.79833: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c018200> <<< 61728 1726886045.79858: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886045.79883: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886045.79903: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0190d0> <<< 61728 1726886045.79924: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886045.79963: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886045.79979: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886045.79986: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886045.80035: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c01be30> <<< 61728 1726886045.80074: 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 0x7f2a3c9cacc0> <<< 61728 1726886045.80097: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c01a120> <<< 61728 1726886045.80113: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886045.80163: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886045.80167: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py <<< 61728 1726886045.80173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 61728 1726886045.80190: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886045.80225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886045.80248: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py <<< 61728 1726886045.80251: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' <<< 61728 1726886045.80267: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c023e00> <<< 61728 1726886045.80276: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886045.80340: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0228d0> <<< 61728 1726886045.80351: stdout chunk (state=3): >>>import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c022630> <<< 61728 1726886045.80376: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886045.80389: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886045.80444: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c022ba0> <<< 61728 1726886045.80478: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c01a630> <<< 61728 1726886045.80509: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.80526: 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 0x7f2a3c067fb0> <<< 61728 1726886045.80538: 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 0x7f2a3c0681a0> <<< 61728 1726886045.80553: 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 <<< 61728 1726886045.80595: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886045.80605: 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' <<< 61728 1726886045.80636: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.80642: 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 0x7f2a3c069c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0699d0> <<< 61728 1726886045.80664: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886045.80779: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886045.80832: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.80836: 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 0x7f2a3c06c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c06a2a0> <<< 61728 1726886045.80859: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886045.80905: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.80920: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886045.80936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 61728 1726886045.80986: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c06f830> <<< 61728 1726886045.81105: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c06c200> <<< 61728 1726886045.81172: 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 0x7f2a3c070320> <<< 61728 1726886045.81204: 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' <<< 61728 1726886045.81209: 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 0x7f2a3c0706b0> <<< 61728 1726886045.81247: 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' <<< 61728 1726886045.81254: stdout chunk (state=3): >>>import 'systemd.id128' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f2a3c070980> <<< 61728 1726886045.81266: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c068350> <<< 61728 1726886045.81284: 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' <<< 61728 1726886045.81307: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886045.81336: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886045.81376: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.81389: 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 0x7f2a3c0fc230> <<< 61728 1726886045.81535: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.81550: 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 0x7f2a3c0fd520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0729c0> <<< 61728 1726886045.81594: 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 0x7f2a3c073d70> <<< 61728 1726886045.81619: stdout chunk (state=3): >>>import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c072630> # zipimport: zlib available <<< 61728 1726886045.81641: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886045.81653: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.81735: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.81830: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886045.81838: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # <<< 61728 1726886045.81864: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.81868: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 61728 1726886045.81887: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.82001: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.82119: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.82657: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.83187: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886045.83194: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # <<< 61728 1726886045.83207: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves.collections_abc' # import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886045.83227: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886045.83247: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.83297: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.83302: 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 0x7f2a3bf01730> <<< 61728 1726886045.83379: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886045.83386: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886045.83406: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf02480> <<< 61728 1726886045.83411: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0701d0> <<< 61728 1726886045.83463: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886045.83467: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.83488: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.83512: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886045.83517: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.83665: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.83829: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886045.83833: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886045.83838: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf02240> <<< 61728 1726886045.83846: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84294: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84734: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84807: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84883: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886045.84890: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84931: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.84969: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886045.84976: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85040: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85129: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886045.85133: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85158: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886045.85173: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85216: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85253: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886045.85263: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85490: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85719: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886045.85781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886045.85788: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886045.85861: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf03530> <<< 61728 1726886045.85865: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.85941: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86020: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886045.86024: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886045.86037: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886045.86057: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86101: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86134: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886045.86150: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86197: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86240: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86298: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86375: 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 <<< 61728 1726886045.86405: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.86487: 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 0x7f2a3bf0e1b0> <<< 61728 1726886045.86528: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf08f20> <<< 61728 1726886045.86554: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # <<< 61728 1726886045.86563: stdout chunk (state=3): >>>import 'ansible.module_utils.common.process' # <<< 61728 1726886045.86570: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86636: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86706: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86729: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.86772: 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 <<< 61728 1726886045.86777: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886045.86793: 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 <<< 61728 1726886045.86821: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886045.86837: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886045.86898: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886045.86915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886045.86938: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886045.86989: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c002a80> <<< 61728 1726886045.87033: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1de750> <<< 61728 1726886045.87114: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf0e2a0> <<< 61728 1726886045.87120: stdout chunk (state=3): >>>import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0fd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 61728 1726886045.87133: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87162: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87188: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886045.87244: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886045.87262: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87283: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 61728 1726886045.87292: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87557: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87804: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.87940: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886045.88089: 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' <<< 61728 1726886045.88111: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bfa4590> <<< 61728 1726886045.88137: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 61728 1726886045.88171: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 61728 1726886045.88203: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 61728 1726886045.88206: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 61728 1726886045.88234: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf93890> <<< 61728 1726886045.88269: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886045.88278: 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 0x7f2a3bf93bf0> <<< 61728 1726886045.88324: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bfa4d70> <<< 61728 1726886045.88337: stdout chunk (state=3): >>>import 'ansible.module_utils.service' # <<< 61728 1726886045.88395: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.38781: stdout chunk (state=3): >>> {"ansible_facts": {"services": {"audit-rules.service": {"name": "audit-rules.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "auditd.service": {"name": "auditd.service", "state": "running", "status": "enabled", "source": "systemd"}, "auth-rpcgss-module.service": {"name": "auth-rpcgss-module.service", "state": "stopped", "status": "static", "source": "systemd"}, "autofs.service": {"name": "autofs.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "blk-availability.service": {"name": "blk-availability.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "chronyd.service": {"name": "chronyd.service", "state": "running", "status": "enabled", "source": "systemd"}, "cloud-config.service": {"name": "cloud-config.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-final.service": {"name": "cloud-final.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init.service": {"name": "cloud-init.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "crond.service": {"name": "crond.service", "state": "running", "status": "enabled", "source": "systemd"}, "dbus-broker.service": {"name": "dbus-broker.service", "state": "running", "status": "enabled", "source": "systemd"}, "display-manager.service": {"name": "display-manager.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "dm-event.service": {"name": "dm-event.service", "state": "running", "status": "static", "source": "systemd"}, "dnf-makecache.service": {"name": "dnf-makecache.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-cmdline.service": {"name": "dracut-cmdline.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-initqueue.service": {"name": "dracut-initqueue.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-mount.service": {"name": "dracut-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-mount.service": {"name": "dracut-pre-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-pivot.service": {"name": "dracut-pre-pivot.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-trigger.service": {"name": "dracut-pre-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-udev.service": {"name": "dracut-pre-udev.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown-onfailure.service": {"name": "dracut-shutdown-onfailure.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "state": "stopped", "status": "static", "source": "systemd"}, "emergency.service": {"name": "emergency.service", "state": "stopped", "status": "static", "source": "systemd"}, "fcoe.service": {"name": "fcoe.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "fstrim.service": {"name": "fstrim.service", "state": "stopped", "status": "static", "source": "systemd"}, "getty@tty1.service": {"name": "getty@tty1.service", "state": "running", "status": "active", "source": "systemd"}, "gssproxy.service": {"name": "gssproxy.service", "state": "running", "status": "disabled", "source": "systemd"}, "hv_kvp_daemon.service": {"name": "hv_kvp_daemon.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service"<<< 61728 1726886047.38795: stdout chunk (state=3): >>>, "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_pstore.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@fuse.service": {"name": "modprobe@fuse.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@loop.service": {"name": "modprobe@loop.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "multipathd.service": {"name": "multipathd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "network.service": {"name": "network.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "NetworkManager.service": {"name": "NetworkManager.service", "state": "running", "status": "enabled", "source": "systemd"}, "nfs-idmapd.service": {"name": "nfs-idmapd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-mountd.service": {"name": "nfs-mountd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-server.service": {"name": "nfs-server.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "nfs-utils.service": {"name": "nfs-utils.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfsdcld.service": {"name": "nfsdcld.service", "state": "stopped", "status": "static", "source": "systemd"}, "ntpd.service": {"name": "ntpd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ntpdate.service": {"name": "ntpdate.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "pcscd.service": {"name": "pcscd.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "plymouth-start.service": {"name": "plymouth-start.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "raid-check.service": {"name": "raid-check.service", "state": "s<<< 61728 1726886047.38808: stdout chunk (state=3): >>>topped", "status": "static", "source": "systemd"}, "rbdmap.service": {"name": "rbdmap.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rc-local.service": {"name": "rc-local.service", "state": "stopped", "status": "static", "source": "systemd"}, "rescue.service": {"name": "rescue.service", "state": "stopped", "status": "static", "source": "systemd"}, "restraintd.service": {"name": "restraintd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rngd.service": {"name": "rngd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rpc-gssd.service": {"name": "rpc-gssd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd.service": {"name": "rpc-statd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-svcgssd.service": {"name": "rpc-svcgssd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rpcbind.service": {"name": "rpcbind.service", "state": "running", "status": "enabled", "source": "systemd"}, "rsyslog.service": {"name": "rsyslog.service", "state": "running", "status": "enabled", "source": "systemd"}, "selinux-autorelabel-mark.service": {"name": "selinux-autorelabel-mark.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "state": "running", "status": "active", "source": "systemd"}, "sntp.service": {"name": "sntp.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ssh-host-keys-migration.service": {"name": "ssh-host-keys-migration.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "sshd-keygen.service": {"name": "sshd-keygen.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "sshd-keygen@ecdsa.service": {"name": "sshd-keygen@ecdsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd.service": {"name": "sshd.service", "state": "running", "status": "enabled", "source": "systemd"}, "sssd-kcm.service": {"name": "sssd-kcm.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "sssd.service": {"name": "sssd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "stratisd.service": {"name": "stratisd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "syslog.service": {"name": "syslog.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-battery-check.service": {"name": "systemd-battery-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-boot-random-seed.service": {"name": "systemd-boot-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-confext.service": {"name": "systemd-confext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-firstboot.service": {"name": "systemd-firstboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-clear.service": {"name": "systemd-hibernate-clear.service", "state": "stopped", "status": "static", "source": "systemd"}, "<<< 61728 1726886047.38812: stdout chunk (state=3): >>>systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmp<<< 61728 1726886047.38819: stdout chunk (state=3): >>>files-setup-dev.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup-early.service": {"name": "systemd-tpm2-setup-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup.service": {"name": "systemd-tpm2-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-load-credentials.service": {"name": "systemd-udev-load-credentials.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-update-done.service": {"name": "systemd-update-done.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "state": "stopped", "status": "active", "source": "systemd"}, "user@0.service": {"name": "user@0.service", "state": "running", "status": "active", "source": "systemd"}, "ypbind.service": {"name": "ypbind.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "autovt@.service": {"name": "autovt@.service", "state": "unknown", "status": "alias", "source": "systemd"}, "blivet.service": {"name": "blivet.service", "state": "inactive", "status": "static", "source": "systemd"}, "capsule@.service": {"name": "capsule@.service", "state": "unknown", "status": "static", "source": "systemd"}, "chrony-wait.service": {"name": "chrony-wait.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "chronyd-restricted.service": {"name": "chronyd-restricted.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "cloud-init-hotplugd.service": {"name": "cloud-init-hotplugd.service", "state": "inactive", "status": "static", "source": "systemd"}, "console-getty.service": {"name": "console-getty.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "container-getty@.service": {"name": "container-getty@.service", "state": "unknown", "status": "static", "source": "systemd"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "state": "active", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus.service": {"name": "dbus.service", "state": "active", "status": "alias", "source": "systemd"}, "debug-shell.service": {"name": "debug-shell.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd.service": {"name": "dhcpcd.service", "state<<< 61728 1726886047.38841: stdout chunk (state=3): >>>": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd@.service": {"name": "dhcpcd@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "dnf-system-upgrade-cleanup.service": {"name": "dnf-system-upgrade-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "dnf-system-upgrade.service": {"name": "dnf-system-upgrade.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fips-crypto-policy-overlay.service": {"name": "fips-crypto-policy-overlay.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "firewalld.service": {"name": "firewalld.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fsidd.service": {"name": "fsidd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "getty@.service": {"name": "getty@.service", "state": "unknown", "status": "enabled", "source": "systemd"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "state": "inactive", "status": "static", "source": "systemd"}, "grub2-systemd-integration.service": {"name": "grub2-systemd-integration.service", "state": "inactive", "status": "static", "source": "systemd"}, "kvm_stat.service": {"name": "kvm_stat.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "lvm-devices-import.service": {"name": "lvm-devices-import.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "man-db-cache-update.service": {"name": "man-db-cache-update.service", "state": "inactive", "status": "static", "source": "systemd"}, "man-db-restart-cache-update.service": {"name": "man-db-restart-cache-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "mdadm-grow-continue@.service": {"name": "mdadm-grow-continue@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdadm-last-resort@.service": {"name": "mdadm-last-resort@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdcheck_continue.service": {"name": "mdcheck_continue.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdcheck_start.service": {"name": "mdcheck_start.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdmon@.service": {"name": "mdmon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdmonitor-oneshot.service": {"name": "mdmonitor-oneshot.service", "state": "inactive", "status": "static", "source": "systemd"}, "microcode.service": {"name": "microcode.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "modprobe@.service": {"name": "modprobe@.service", "state": "unknown", "status": "static", "source": "systemd"}, "NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nftables.service": {"name": "nftables.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nis-domainname.service": {"name": "nis-domainname.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nm-priv-helper.service": {"name": "nm-priv-helper.service", "state": "inactive", "status": "static", "source": "systemd"}, "pam_namespace.service": {"name": "pam_namespace.service", "state": "inactive", "status": "static", "source": "systemd"}, "polkit.service": {"name": "polkit.service", "state": "inactive", "status": "static", "source": "systemd"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "quotaon-root.service": {"name": "quotaon-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "quotaon@.service": {"name": "quotaon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "rpmdb-migrate.service": {"name": "rpmdb-migrate.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "rpmdb-rebuild.service": {"name": "rpmdb-rebuild.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "selinux-autorelabel.service": {"name": "selinux-autorelabel.service", "state": "inactive", "status": "static", "source": "systemd"}, "selinux-check-proper-disable.service": {"name": "selinux-check-proper-disable.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "serial-getty@.service": {"name": "serial-getty@.service", "state": "unknown", "status": "indirect", "source": "systemd"}, "sshd-keygen@.service": {"name": "sshd-keygen@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "sshd@.service": {"name": "sshd@.service", "state": "unknown", "status": "static", "source": "systemd"}, "sssd-autofs.service": {"name": "sssd-autofs.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-nss.service": {"name": "sssd-nss.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pac.service": {"name": "sssd-pac.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pam.service": {"name": "sssd-pam.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "stratis-fstab-setup@.service": {"name": "stratis-fstab-setup@.service", "state": "unknown", "status": "static", "source": "systemd"}, "stratisd-min-postinitrd.service": {"name": "stratisd-min-postinitrd.service", "state": "inactive", "status": "static", "source": "systemd"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-backlight@.service": {"name": "systemd-backlight@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-bless-boot.service": {"name": "systemd-bless-boot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-boot-check-no-failures.service": {"name": "systemd-boot-check-no-failures.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-boot-update.service": {"name": "systemd-boot-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-bootctl@.service": {"name": "systemd-bootctl@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-coredump@.service": {"name": "systemd-coredump@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-creds@.service": {"name": "systemd-creds@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-exit.service": {"name": "systemd-exit.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-fsck@.service": {"name": "systemd-fsck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-growfs-root.service": {"name": "systemd-growfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-growfs@.service": {"name": "systemd-growfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-halt.service": {"name": "systemd-halt.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hibernate.service": {"name": "systemd-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hybrid-sleep.service": {"name": "systemd-hybrid-sleep.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-journald-sync@.service": {"name": "systemd-journald-sync@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-journald@.service": {"name": "systemd-journald@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-kexec.service": {"name": "systemd-kexec.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-localed.service": {"<<< 61728 1726886047.38865: stdout chunk (state=3): >>>name": "systemd-localed.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrextend@.service": {"name": "systemd-pcrextend@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrfs-root.service": {"name": "systemd-pcrfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrfs@.service": {"name": "systemd-pcrfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrlock-file-system.service": {"name": "systemd-pcrlock-file-system.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-code.service": {"name": "systemd-pcrlock-firmware-code.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-config.service": {"name": "systemd-pcrlock-firmware-config.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-machine-id.service": {"name": "systemd-pcrlock-machine-id.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-make-policy.service": {"name": "systemd-pcrlock-make-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-authority.service": {"name": "systemd-pcrlock-secureboot-authority.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-policy.service": {"name": "systemd-pcrlock-secureboot-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock@.service": {"name": "systemd-pcrlock@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-quotacheck@.service": {"name": "systemd-quotacheck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-reboot.service": {"name": "systemd-reboot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-sysext@.service": {"name": "systemd-sysext@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-sysupdate-reboot.service": {"name": "systemd-sysupdate-reboot.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-sysupdate.service": {"name": "systemd-sysupdate.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-timedated.service": {"name": "systemd-timedated.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-volatile-root.service": {"name": "systemd-volatile-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "target.service": {"name": "target.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "targetclid.service": {"name": "targetclid.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "user-runtime-dir@.service": {"name": "user-runtime-dir@.service", "state": "unknown", "status": "static", "source": "systemd"}, "user@.service": {"name": "user@.service", "state": "unknown", "status": "static", "source": "systemd"}}}, "invocation": {"module_args": {}}} # destroy __main__ <<< 61728 1726886047.39236: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886047.39240: 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 <<< 61728 1726886047.39307: 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 # 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 <<< 61728 1726886047.39346: stdout chunk (state=3): >>># cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 <<< 61728 1726886047.39433: stdout chunk (state=3): >>># cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # 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 <<< 61728 1726886047.39471: 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 # 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 <<< 61728 1726886047.39495: stdout chunk (state=3): >>># cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing glob # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service <<< 61728 1726886047.39749: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886047.39781: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 61728 1726886047.39800: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii <<< 61728 1726886047.39840: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma <<< 61728 1726886047.39846: stdout chunk (state=3): >>># destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 61728 1726886047.39922: stdout chunk (state=3): >>># destroy ntpath # destroy importlib <<< 61728 1726886047.39932: stdout chunk (state=3): >>># destroy zipimport # destroy __main__ # destroy tempfile # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 61728 1726886047.39962: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy _signal <<< 61728 1726886047.39995: stdout chunk (state=3): >>># destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selectors # destroy errno <<< 61728 1726886047.40053: stdout chunk (state=3): >>># destroy array # destroy datetime <<< 61728 1726886047.40106: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch <<< 61728 1726886047.40113: stdout chunk (state=3): >>># destroy _compat_pickle # destroy _pickle <<< 61728 1726886047.40181: 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 <<< 61728 1726886047.40185: stdout chunk (state=3): >>># cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid <<< 61728 1726886047.40202: stdout chunk (state=3): >>># 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 <<< 61728 1726886047.40229: stdout chunk (state=3): >>># cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external # cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler <<< 61728 1726886047.40266: stdout chunk (state=3): >>># destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 61728 1726886047.40316: 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 # 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 <<< 61728 1726886047.40331: stdout chunk (state=3): >>># cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886047.40470: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886047.40510: stdout chunk (state=3): >>># destroy _socket # destroy _collections # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 61728 1726886047.40536: stdout chunk (state=3): >>># destroy tokenize <<< 61728 1726886047.40541: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 61728 1726886047.40581: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize <<< 61728 1726886047.40586: 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 <<< 61728 1726886047.40602: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886047.40605: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886047.40711: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 61728 1726886047.40736: stdout chunk (state=3): >>># destroy time <<< 61728 1726886047.40744: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 61728 1726886047.40770: stdout chunk (state=3): >>># destroy _hashlib <<< 61728 1726886047.40779: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 61728 1726886047.40796: stdout chunk (state=3): >>># destroy itertools <<< 61728 1726886047.40857: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 61728 1726886047.40860: stdout chunk (state=3): >>># clear sys.audit hooks <<< 61728 1726886047.41169: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886047.41243: stderr chunk (state=3): >>><<< 61728 1726886047.41246: stdout chunk (state=3): >>><<< 61728 1726886047.41484: _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 0x7f2a3cb104d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3cadfb30> # /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 0x7f2a3cb12a50> 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 0x7f2a3c8e5130> # /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 0x7f2a3c8e6120> 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 0x7f2a3c92bf80> # /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 0x7f2a3c938110> # /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 0x7f2a3c95b950> # /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 0x7f2a3c95bfe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c93bbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9392e0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c929130> # /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 0x7f2a3c97f8f0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c97e510> # /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 0x7f2a3c93a390> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c97cd10> # /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 0x7f2a3c9ac950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9283b0> # /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 0x7f2a3c9ace00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9accb0> # 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 0x7f2a3c9ad0a0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c91eed0> # /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 0x7f2a3c9ad790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ad460> 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 0x7f2a3c9ae660> 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 0x7f2a3c9c8890> 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 0x7f2a3c9c9fd0> # /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 0x7f2a3c9cae40> # 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 0x7f2a3c9cb470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ca390> # /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 0x7f2a3c9cbe60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9cb590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9ae6c0> # /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 0x7f2a3c753cb0> # /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 0x7f2a3c77c7d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77c530> # 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 0x7f2a3c77c800> # /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 0x7f2a3c77d130> # 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 0x7f2a3c77da60> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77c9e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c751e50> # /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 0x7f2a3c77ede0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77db50> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c9aedb0> # /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 0x7f2a3c7ab140> # /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 0x7f2a3c7d3530> # /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 0x7f2a3c82c320> # /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 0x7f2a3c82ea80> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c82c440> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7f9340> # /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 0x7f2a3c129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c7d2330> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c77fd40> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f2a3c7d2690> # zipimport: found 31 names in '/tmp/ansible_service_facts_payload_3lac2150/ansible_service_facts_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 0x7f2a3c183170> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c15e060> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c15d1c0> # 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 0x7f2a3c181040> # /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 0x7f2a3c1aab40> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1aa8d0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1aa1e0> # /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 0x7f2a3c1aa930> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c183b90> 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 0x7f2a3c1ab890> # 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 0x7f2a3c1ab9e0> # /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 0x7f2a3c1abef0> 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 0x7f2a3c015c70> # 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 0x7f2a3c017890> # /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 0x7f2a3c018200> # /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 0x7f2a3c0190d0> # /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 0x7f2a3c01be30> # 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 0x7f2a3c9cacc0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c01a120> # /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 0x7f2a3c023e00> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0228d0> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c022630> # /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 0x7f2a3c022ba0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c01a630> # 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 0x7f2a3c067fb0> # /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 0x7f2a3c0681a0> # /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 0x7f2a3c069c10> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0699d0> # /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 0x7f2a3c06c110> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c06a2a0> # /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 0x7f2a3c06f830> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c06c200> # 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 0x7f2a3c070320> # 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 0x7f2a3c0706b0> # 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 0x7f2a3c070980> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c068350> # /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 0x7f2a3c0fc230> # 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 0x7f2a3c0fd520> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0729c0> # 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 0x7f2a3c073d70> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c072630> # 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 0x7f2a3bf01730> # /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 0x7f2a3bf02480> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0701d0> 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 0x7f2a3bf02240> # 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 0x7f2a3bf03530> # 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 0x7f2a3bf0e1b0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf08f20> 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 0x7f2a3c002a80> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c1de750> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bf0e2a0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3c0fd910> # 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/__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 0x7f2a3bfa4590> # /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 0x7f2a3bf93890> # 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 0x7f2a3bf93bf0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2a3bfa4d70> import 'ansible.module_utils.service' # # zipimport: zlib available {"ansible_facts": {"services": {"audit-rules.service": {"name": "audit-rules.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "auditd.service": {"name": "auditd.service", "state": "running", "status": "enabled", "source": "systemd"}, "auth-rpcgss-module.service": {"name": "auth-rpcgss-module.service", "state": "stopped", "status": "static", "source": "systemd"}, "autofs.service": {"name": "autofs.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "blk-availability.service": {"name": "blk-availability.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "chronyd.service": {"name": "chronyd.service", "state": "running", "status": "enabled", "source": "systemd"}, "cloud-config.service": {"name": "cloud-config.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-final.service": {"name": "cloud-final.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init-local.service": {"name": "cloud-init-local.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "cloud-init.service": {"name": "cloud-init.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "crond.service": {"name": "crond.service", "state": "running", "status": "enabled", "source": "systemd"}, "dbus-broker.service": {"name": "dbus-broker.service", "state": "running", "status": "enabled", "source": "systemd"}, "display-manager.service": {"name": "display-manager.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "dm-event.service": {"name": "dm-event.service", "state": "running", "status": "static", "source": "systemd"}, "dnf-makecache.service": {"name": "dnf-makecache.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-cmdline.service": {"name": "dracut-cmdline.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-initqueue.service": {"name": "dracut-initqueue.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-mount.service": {"name": "dracut-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-mount.service": {"name": "dracut-pre-mount.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-pivot.service": {"name": "dracut-pre-pivot.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-trigger.service": {"name": "dracut-pre-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-pre-udev.service": {"name": "dracut-pre-udev.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown-onfailure.service": {"name": "dracut-shutdown-onfailure.service", "state": "stopped", "status": "static", "source": "systemd"}, "dracut-shutdown.service": {"name": "dracut-shutdown.service", "state": "stopped", "status": "static", "source": "systemd"}, "emergency.service": {"name": "emergency.service", "state": "stopped", "status": "static", "source": "systemd"}, "fcoe.service": {"name": "fcoe.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "fstrim.service": {"name": "fstrim.service", "state": "stopped", "status": "static", "source": "systemd"}, "getty@tty1.service": {"name": "getty@tty1.service", "state": "running", "status": "active", "source": "systemd"}, "gssproxy.service": {"name": "gssproxy.service", "state": "running", "status": "disabled", "source": "systemd"}, "hv_kvp_daemon.service": {"name": "hv_kvp_daemon.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "initrd-cleanup.service": {"name": "initrd-cleanup.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-parse-etc.service": {"name": "initrd-parse-etc.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-switch-root.service": {"name": "initrd-switch-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "initrd-udevadm-cleanup-db.service": {"name": "initrd-udevadm-cleanup-db.service", "state": "stopped", "status": "static", "source": "systemd"}, "irqbalance.service": {"name": "irqbalance.service", "state": "running", "status": "enabled", "source": "systemd"}, "iscsi-shutdown.service": {"name": "iscsi-shutdown.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsi.service": {"name": "iscsi.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "iscsid.service": {"name": "iscsid.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "kdump.service": {"name": "kdump.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "kmod-static-nodes.service": {"name": "kmod-static-nodes.service", "state": "stopped", "status": "static", "source": "systemd"}, "ldconfig.service": {"name": "ldconfig.service", "state": "stopped", "status": "static", "source": "systemd"}, "logrotate.service": {"name": "logrotate.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-activation-early.service": {"name": "lvm2-activation-early.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "lvm2-lvmpolld.service": {"name": "lvm2-lvmpolld.service", "state": "stopped", "status": "static", "source": "systemd"}, "lvm2-monitor.service": {"name": "lvm2-monitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "mdmonitor.service": {"name": "mdmonitor.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "modprobe@configfs.service": {"name": "modprobe@configfs.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_mod.service": {"name": "modprobe@dm_mod.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@dm_multipath.service": {"name": "modprobe@dm_multipath.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@drm.service": {"name": "modprobe@drm.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@efi_pstore.service": {"name": "modprobe@efi_pstore.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@fuse.service": {"name": "modprobe@fuse.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "modprobe@loop.service": {"name": "modprobe@loop.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "multipathd.service": {"name": "multipathd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "network.service": {"name": "network.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "NetworkManager-wait-online.service": {"name": "NetworkManager-wait-online.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "NetworkManager.service": {"name": "NetworkManager.service", "state": "running", "status": "enabled", "source": "systemd"}, "nfs-idmapd.service": {"name": "nfs-idmapd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-mountd.service": {"name": "nfs-mountd.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfs-server.service": {"name": "nfs-server.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "nfs-utils.service": {"name": "nfs-utils.service", "state": "stopped", "status": "static", "source": "systemd"}, "nfsdcld.service": {"name": "nfsdcld.service", "state": "stopped", "status": "static", "source": "systemd"}, "ntpd.service": {"name": "ntpd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ntpdate.service": {"name": "ntpdate.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "pcscd.service": {"name": "pcscd.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "plymouth-quit-wait.service": {"name": "plymouth-quit-wait.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "plymouth-start.service": {"name": "plymouth-start.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "raid-check.service": {"name": "raid-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "rbdmap.service": {"name": "rbdmap.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rc-local.service": {"name": "rc-local.service", "state": "stopped", "status": "static", "source": "systemd"}, "rescue.service": {"name": "rescue.service", "state": "stopped", "status": "static", "source": "systemd"}, "restraintd.service": {"name": "restraintd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rngd.service": {"name": "rngd.service", "state": "running", "status": "enabled", "source": "systemd"}, "rpc-gssd.service": {"name": "rpc-gssd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd-notify.service": {"name": "rpc-statd-notify.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-statd.service": {"name": "rpc-statd.service", "state": "stopped", "status": "static", "source": "systemd"}, "rpc-svcgssd.service": {"name": "rpc-svcgssd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "rpcbind.service": {"name": "rpcbind.service", "state": "running", "status": "enabled", "source": "systemd"}, "rsyslog.service": {"name": "rsyslog.service", "state": "running", "status": "enabled", "source": "systemd"}, "selinux-autorelabel-mark.service": {"name": "selinux-autorelabel-mark.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "serial-getty@ttyS0.service": {"name": "serial-getty@ttyS0.service", "state": "running", "status": "active", "source": "systemd"}, "sntp.service": {"name": "sntp.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "ssh-host-keys-migration.service": {"name": "ssh-host-keys-migration.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "sshd-keygen.service": {"name": "sshd-keygen.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "sshd-keygen@ecdsa.service": {"name": "sshd-keygen@ecdsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@ed25519.service": {"name": "sshd-keygen@ed25519.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd-keygen@rsa.service": {"name": "sshd-keygen@rsa.service", "state": "stopped", "status": "inactive", "source": "systemd"}, "sshd.service": {"name": "sshd.service", "state": "running", "status": "enabled", "source": "systemd"}, "sssd-kcm.service": {"name": "sssd-kcm.service", "state": "stopped", "status": "indirect", "source": "systemd"}, "sssd.service": {"name": "sssd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "stratisd.service": {"name": "stratisd.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "syslog.service": {"name": "syslog.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-ask-password-console.service": {"name": "systemd-ask-password-console.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-ask-password-wall.service": {"name": "systemd-ask-password-wall.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-battery-check.service": {"name": "systemd-battery-check.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-binfmt.service": {"name": "systemd-binfmt.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-boot-random-seed.service": {"name": "systemd-boot-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-confext.service": {"name": "systemd-confext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-firstboot.service": {"name": "systemd-firstboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-fsck-root.service": {"name": "systemd-fsck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-clear.service": {"name": "systemd-hibernate-clear.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hibernate-resume.service": {"name": "systemd-hibernate-resume.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hostnamed.service": {"name": "systemd-hostnamed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-hwdb-update.service": {"name": "systemd-hwdb-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-initctl.service": {"name": "systemd-initctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-catalog-update.service": {"name": "systemd-journal-catalog-update.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journal-flush.service": {"name": "systemd-journal-flush.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-journald.service": {"name": "systemd-journald.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-logind.service": {"name": "systemd-logind.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-machine-id-commit.service": {"name": "systemd-machine-id-commit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-modules-load.service": {"name": "systemd-modules-load.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-network-generator.service": {"name": "systemd-network-generator.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-networkd-wait-online.service": {"name": "systemd-networkd-wait-online.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-oomd.service": {"name": "systemd-oomd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-pcrmachine.service": {"name": "systemd-pcrmachine.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-initrd.service": {"name": "systemd-pcrphase-initrd.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase-sysinit.service": {"name": "systemd-pcrphase-sysinit.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pcrphase.service": {"name": "systemd-pcrphase.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-pstore.service": {"name": "systemd-pstore.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-quotacheck-root.service": {"name": "systemd-quotacheck-root.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-random-seed.service": {"name": "systemd-random-seed.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-remount-fs.service": {"name": "systemd-remount-fs.service", "state": "stopped", "status": "enabled-runtime", "source": "systemd"}, "systemd-repart.service": {"name": "systemd-repart.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-rfkill.service": {"name": "systemd-rfkill.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-soft-reboot.service": {"name": "systemd-soft-reboot.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysctl.service": {"name": "systemd-sysctl.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-sysext.service": {"name": "systemd-sysext.service", "state": "stopped", "status": "enabled", "source": "systemd"}, "systemd-sysusers.service": {"name": "systemd-sysusers.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-timesyncd.service": {"name": "systemd-timesyncd.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "systemd-tmpfiles-clean.service": {"name": "systemd-tmpfiles-clean.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev-early.service": {"name": "systemd-tmpfiles-setup-dev-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup-dev.service": {"name": "systemd-tmpfiles-setup-dev.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tmpfiles-setup.service": {"name": "systemd-tmpfiles-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup-early.service": {"name": "systemd-tpm2-setup-early.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-tpm2-setup.service": {"name": "systemd-tpm2-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-load-credentials.service": {"name": "systemd-udev-load-credentials.service", "state": "stopped", "status": "disabled", "source": "systemd"}, "systemd-udev-settle.service": {"name": "systemd-udev-settle.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udev-trigger.service": {"name": "systemd-udev-trigger.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-udevd.service": {"name": "systemd-udevd.service", "state": "running", "status": "static", "source": "systemd"}, "systemd-update-done.service": {"name": "systemd-update-done.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp-runlevel.service": {"name": "systemd-update-utmp-runlevel.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-update-utmp.service": {"name": "systemd-update-utmp.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-user-sessions.service": {"name": "systemd-user-sessions.service", "state": "stopped", "status": "static", "source": "systemd"}, "systemd-vconsole-setup.service": {"name": "systemd-vconsole-setup.service", "state": "stopped", "status": "static", "source": "systemd"}, "user-runtime-dir@0.service": {"name": "user-runtime-dir@0.service", "state": "stopped", "status": "active", "source": "systemd"}, "user@0.service": {"name": "user@0.service", "state": "running", "status": "active", "source": "systemd"}, "ypbind.service": {"name": "ypbind.service", "state": "stopped", "status": "not-found", "source": "systemd"}, "autovt@.service": {"name": "autovt@.service", "state": "unknown", "status": "alias", "source": "systemd"}, "blivet.service": {"name": "blivet.service", "state": "inactive", "status": "static", "source": "systemd"}, "capsule@.service": {"name": "capsule@.service", "state": "unknown", "status": "static", "source": "systemd"}, "chrony-wait.service": {"name": "chrony-wait.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "chronyd-restricted.service": {"name": "chronyd-restricted.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "cloud-init-hotplugd.service": {"name": "cloud-init-hotplugd.service", "state": "inactive", "status": "static", "source": "systemd"}, "console-getty.service": {"name": "console-getty.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "container-getty@.service": {"name": "container-getty@.service", "state": "unknown", "status": "static", "source": "systemd"}, "dbus-org.freedesktop.hostname1.service": {"name": "dbus-org.freedesktop.hostname1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.locale1.service": {"name": "dbus-org.freedesktop.locale1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.login1.service": {"name": "dbus-org.freedesktop.login1.service", "state": "active", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.nm-dispatcher.service": {"name": "dbus-org.freedesktop.nm-dispatcher.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus-org.freedesktop.timedate1.service": {"name": "dbus-org.freedesktop.timedate1.service", "state": "inactive", "status": "alias", "source": "systemd"}, "dbus.service": {"name": "dbus.service", "state": "active", "status": "alias", "source": "systemd"}, "debug-shell.service": {"name": "debug-shell.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd.service": {"name": "dhcpcd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "dhcpcd@.service": {"name": "dhcpcd@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "dnf-system-upgrade-cleanup.service": {"name": "dnf-system-upgrade-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "dnf-system-upgrade.service": {"name": "dnf-system-upgrade.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fips-crypto-policy-overlay.service": {"name": "fips-crypto-policy-overlay.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "firewalld.service": {"name": "firewalld.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "fsidd.service": {"name": "fsidd.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "getty@.service": {"name": "getty@.service", "state": "unknown", "status": "enabled", "source": "systemd"}, "grub-boot-indeterminate.service": {"name": "grub-boot-indeterminate.service", "state": "inactive", "status": "static", "source": "systemd"}, "grub2-systemd-integration.service": {"name": "grub2-systemd-integration.service", "state": "inactive", "status": "static", "source": "systemd"}, "kvm_stat.service": {"name": "kvm_stat.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "lvm-devices-import.service": {"name": "lvm-devices-import.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "man-db-cache-update.service": {"name": "man-db-cache-update.service", "state": "inactive", "status": "static", "source": "systemd"}, "man-db-restart-cache-update.service": {"name": "man-db-restart-cache-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "mdadm-grow-continue@.service": {"name": "mdadm-grow-continue@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdadm-last-resort@.service": {"name": "mdadm-last-resort@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdcheck_continue.service": {"name": "mdcheck_continue.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdcheck_start.service": {"name": "mdcheck_start.service", "state": "inactive", "status": "static", "source": "systemd"}, "mdmon@.service": {"name": "mdmon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "mdmonitor-oneshot.service": {"name": "mdmonitor-oneshot.service", "state": "inactive", "status": "static", "source": "systemd"}, "microcode.service": {"name": "microcode.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "modprobe@.service": {"name": "modprobe@.service", "state": "unknown", "status": "static", "source": "systemd"}, "NetworkManager-dispatcher.service": {"name": "NetworkManager-dispatcher.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "nfs-blkmap.service": {"name": "nfs-blkmap.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nftables.service": {"name": "nftables.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nis-domainname.service": {"name": "nis-domainname.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "nm-priv-helper.service": {"name": "nm-priv-helper.service", "state": "inactive", "status": "static", "source": "systemd"}, "pam_namespace.service": {"name": "pam_namespace.service", "state": "inactive", "status": "static", "source": "systemd"}, "polkit.service": {"name": "polkit.service", "state": "inactive", "status": "static", "source": "systemd"}, "qemu-guest-agent.service": {"name": "qemu-guest-agent.service", "state": "inactive", "status": "enabled", "source": "systemd"}, "quotaon-root.service": {"name": "quotaon-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "quotaon@.service": {"name": "quotaon@.service", "state": "unknown", "status": "static", "source": "systemd"}, "rpmdb-migrate.service": {"name": "rpmdb-migrate.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "rpmdb-rebuild.service": {"name": "rpmdb-rebuild.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "selinux-autorelabel.service": {"name": "selinux-autorelabel.service", "state": "inactive", "status": "static", "source": "systemd"}, "selinux-check-proper-disable.service": {"name": "selinux-check-proper-disable.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "serial-getty@.service": {"name": "serial-getty@.service", "state": "unknown", "status": "indirect", "source": "systemd"}, "sshd-keygen@.service": {"name": "sshd-keygen@.service", "state": "unknown", "status": "disabled", "source": "systemd"}, "sshd@.service": {"name": "sshd@.service", "state": "unknown", "status": "static", "source": "systemd"}, "sssd-autofs.service": {"name": "sssd-autofs.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-nss.service": {"name": "sssd-nss.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pac.service": {"name": "sssd-pac.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-pam.service": {"name": "sssd-pam.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-ssh.service": {"name": "sssd-ssh.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "sssd-sudo.service": {"name": "sssd-sudo.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "stratis-fstab-setup@.service": {"name": "stratis-fstab-setup@.service", "state": "unknown", "status": "static", "source": "systemd"}, "stratisd-min-postinitrd.service": {"name": "stratisd-min-postinitrd.service", "state": "inactive", "status": "static", "source": "systemd"}, "system-update-cleanup.service": {"name": "system-update-cleanup.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-backlight@.service": {"name": "systemd-backlight@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-bless-boot.service": {"name": "systemd-bless-boot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-boot-check-no-failures.service": {"name": "systemd-boot-check-no-failures.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-boot-update.service": {"name": "systemd-boot-update.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-bootctl@.service": {"name": "systemd-bootctl@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-coredump@.service": {"name": "systemd-coredump@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-creds@.service": {"name": "systemd-creds@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-exit.service": {"name": "systemd-exit.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-fsck@.service": {"name": "systemd-fsck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-growfs-root.service": {"name": "systemd-growfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-growfs@.service": {"name": "systemd-growfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-halt.service": {"name": "systemd-halt.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hibernate.service": {"name": "systemd-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-hybrid-sleep.service": {"name": "systemd-hybrid-sleep.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-journald-sync@.service": {"name": "systemd-journald-sync@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-journald@.service": {"name": "systemd-journald@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-kexec.service": {"name": "systemd-kexec.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-localed.service": {"name": "systemd-localed.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrextend@.service": {"name": "systemd-pcrextend@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrfs-root.service": {"name": "systemd-pcrfs-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-pcrfs@.service": {"name": "systemd-pcrfs@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-pcrlock-file-system.service": {"name": "systemd-pcrlock-file-system.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-code.service": {"name": "systemd-pcrlock-firmware-code.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-firmware-config.service": {"name": "systemd-pcrlock-firmware-config.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-machine-id.service": {"name": "systemd-pcrlock-machine-id.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-make-policy.service": {"name": "systemd-pcrlock-make-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-authority.service": {"name": "systemd-pcrlock-secureboot-authority.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock-secureboot-policy.service": {"name": "systemd-pcrlock-secureboot-policy.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "systemd-pcrlock@.service": {"name": "systemd-pcrlock@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-poweroff.service": {"name": "systemd-poweroff.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-quotacheck@.service": {"name": "systemd-quotacheck@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-reboot.service": {"name": "systemd-reboot.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend-then-hibernate.service": {"name": "systemd-suspend-then-hibernate.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-suspend.service": {"name": "systemd-suspend.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-sysext@.service": {"name": "systemd-sysext@.service", "state": "unknown", "status": "static", "source": "systemd"}, "systemd-sysupdate-reboot.service": {"name": "systemd-sysupdate-reboot.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-sysupdate.service": {"name": "systemd-sysupdate.service", "state": "inactive", "status": "indirect", "source": "systemd"}, "systemd-timedated.service": {"name": "systemd-timedated.service", "state": "inactive", "status": "static", "source": "systemd"}, "systemd-volatile-root.service": {"name": "systemd-volatile-root.service", "state": "inactive", "status": "static", "source": "systemd"}, "target.service": {"name": "target.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "targetclid.service": {"name": "targetclid.service", "state": "inactive", "status": "disabled", "source": "systemd"}, "user-runtime-dir@.service": {"name": "user-runtime-dir@.service", "state": "unknown", "status": "static", "source": "systemd"}, "user@.service": {"name": "user@.service", "state": "unknown", "status": "static", "source": "systemd"}}}, "invocation": {"module_args": {}}} # 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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 glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle # 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 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 # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing ansible.module_utils.service # destroy ansible.module_utils.service # 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 _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 glob # destroy pickle # destroy select # destroy shlex # destroy subprocess # destroy fnmatch # destroy _compat_pickle # destroy _pickle # 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 61728 1726886047.42520: done with _execute_module (service_facts, {'_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': 'service_facts', '_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-1726886045.4711506-61891-251866525237196/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886047.42523: _low_level_execute_command(): starting 61728 1726886047.42526: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886045.4711506-61891-251866525237196/ > /dev/null 2>&1 && sleep 0' 61728 1726886047.43329: 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 <<< 61728 1726886047.43337: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886047.43340: 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.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886047.43343: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886047.43401: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.43468: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.45626: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886047.45630: stdout chunk (state=3): >>><<< 61728 1726886047.45633: stderr chunk (state=3): >>><<< 61728 1726886047.45740: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886047.45744: handler run complete 61728 1726886047.46377: variable 'ansible_facts' from source: unknown 61728 1726886047.46684: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886047.47195: variable 'ansible_facts' from source: unknown 61728 1726886047.47293: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886047.47512: attempt loop complete, returning result 61728 1726886047.47524: _execute() done 61728 1726886047.47527: dumping result to json 61728 1726886047.47577: done dumping result, returning 61728 1726886047.47586: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Get service facts [0affc8a3-6f6f-cd4e-f8d4-000000000079] 61728 1726886047.47591: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000079 61728 1726886047.50309: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000079 61728 1726886047.50313: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "services": { "NetworkManager-dispatcher.service": { "name": "NetworkManager-dispatcher.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "NetworkManager-wait-online.service": { "name": "NetworkManager-wait-online.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "NetworkManager.service": { "name": "NetworkManager.service", "source": "systemd", "state": "running", "status": "enabled" }, "audit-rules.service": { "name": "audit-rules.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "auditd.service": { "name": "auditd.service", "source": "systemd", "state": "running", "status": "enabled" }, "auth-rpcgss-module.service": { "name": "auth-rpcgss-module.service", "source": "systemd", "state": "stopped", "status": "static" }, "autofs.service": { "name": "autofs.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "autovt@.service": { "name": "autovt@.service", "source": "systemd", "state": "unknown", "status": "alias" }, "blivet.service": { "name": "blivet.service", "source": "systemd", "state": "inactive", "status": "static" }, "blk-availability.service": { "name": "blk-availability.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "capsule@.service": { "name": "capsule@.service", "source": "systemd", "state": "unknown", "status": "static" }, "chrony-wait.service": { "name": "chrony-wait.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd-restricted.service": { "name": "chronyd-restricted.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "chronyd.service": { "name": "chronyd.service", "source": "systemd", "state": "running", "status": "enabled" }, "cloud-config.service": { "name": "cloud-config.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-final.service": { "name": "cloud-final.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init-hotplugd.service": { "name": "cloud-init-hotplugd.service", "source": "systemd", "state": "inactive", "status": "static" }, "cloud-init-local.service": { "name": "cloud-init-local.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "cloud-init.service": { "name": "cloud-init.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "console-getty.service": { "name": "console-getty.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "container-getty@.service": { "name": "container-getty@.service", "source": "systemd", "state": "unknown", "status": "static" }, "crond.service": { "name": "crond.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-broker.service": { "name": "dbus-broker.service", "source": "systemd", "state": "running", "status": "enabled" }, "dbus-org.freedesktop.hostname1.service": { "name": "dbus-org.freedesktop.hostname1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.locale1.service": { "name": "dbus-org.freedesktop.locale1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.login1.service": { "name": "dbus-org.freedesktop.login1.service", "source": "systemd", "state": "active", "status": "alias" }, "dbus-org.freedesktop.nm-dispatcher.service": { "name": "dbus-org.freedesktop.nm-dispatcher.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus-org.freedesktop.timedate1.service": { "name": "dbus-org.freedesktop.timedate1.service", "source": "systemd", "state": "inactive", "status": "alias" }, "dbus.service": { "name": "dbus.service", "source": "systemd", "state": "active", "status": "alias" }, "debug-shell.service": { "name": "debug-shell.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd.service": { "name": "dhcpcd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dhcpcd@.service": { "name": "dhcpcd@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "display-manager.service": { "name": "display-manager.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "dm-event.service": { "name": "dm-event.service", "source": "systemd", "state": "running", "status": "static" }, "dnf-makecache.service": { "name": "dnf-makecache.service", "source": "systemd", "state": "stopped", "status": "static" }, "dnf-system-upgrade-cleanup.service": { "name": "dnf-system-upgrade-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "dnf-system-upgrade.service": { "name": "dnf-system-upgrade.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "dracut-cmdline.service": { "name": "dracut-cmdline.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-initqueue.service": { "name": "dracut-initqueue.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-mount.service": { "name": "dracut-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-mount.service": { "name": "dracut-pre-mount.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-pivot.service": { "name": "dracut-pre-pivot.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-trigger.service": { "name": "dracut-pre-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-pre-udev.service": { "name": "dracut-pre-udev.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown-onfailure.service": { "name": "dracut-shutdown-onfailure.service", "source": "systemd", "state": "stopped", "status": "static" }, "dracut-shutdown.service": { "name": "dracut-shutdown.service", "source": "systemd", "state": "stopped", "status": "static" }, "emergency.service": { "name": "emergency.service", "source": "systemd", "state": "stopped", "status": "static" }, "fcoe.service": { "name": "fcoe.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "fips-crypto-policy-overlay.service": { "name": "fips-crypto-policy-overlay.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "firewalld.service": { "name": "firewalld.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fsidd.service": { "name": "fsidd.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "fstrim.service": { "name": "fstrim.service", "source": "systemd", "state": "stopped", "status": "static" }, "getty@.service": { "name": "getty@.service", "source": "systemd", "state": "unknown", "status": "enabled" }, "getty@tty1.service": { "name": "getty@tty1.service", "source": "systemd", "state": "running", "status": "active" }, "grub-boot-indeterminate.service": { "name": "grub-boot-indeterminate.service", "source": "systemd", "state": "inactive", "status": "static" }, "grub2-systemd-integration.service": { "name": "grub2-systemd-integration.service", "source": "systemd", "state": "inactive", "status": "static" }, "gssproxy.service": { "name": "gssproxy.service", "source": "systemd", "state": "running", "status": "disabled" }, "hv_kvp_daemon.service": { "name": "hv_kvp_daemon.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "initrd-cleanup.service": { "name": "initrd-cleanup.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-parse-etc.service": { "name": "initrd-parse-etc.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-switch-root.service": { "name": "initrd-switch-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "initrd-udevadm-cleanup-db.service": { "name": "initrd-udevadm-cleanup-db.service", "source": "systemd", "state": "stopped", "status": "static" }, "irqbalance.service": { "name": "irqbalance.service", "source": "systemd", "state": "running", "status": "enabled" }, "iscsi-shutdown.service": { "name": "iscsi-shutdown.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsi.service": { "name": "iscsi.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "iscsid.service": { "name": "iscsid.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "kdump.service": { "name": "kdump.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "kmod-static-nodes.service": { "name": "kmod-static-nodes.service", "source": "systemd", "state": "stopped", "status": "static" }, "kvm_stat.service": { "name": "kvm_stat.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "ldconfig.service": { "name": "ldconfig.service", "source": "systemd", "state": "stopped", "status": "static" }, "logrotate.service": { "name": "logrotate.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm-devices-import.service": { "name": "lvm-devices-import.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "lvm2-activation-early.service": { "name": "lvm2-activation-early.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "lvm2-lvmpolld.service": { "name": "lvm2-lvmpolld.service", "source": "systemd", "state": "stopped", "status": "static" }, "lvm2-monitor.service": { "name": "lvm2-monitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "man-db-cache-update.service": { "name": "man-db-cache-update.service", "source": "systemd", "state": "inactive", "status": "static" }, "man-db-restart-cache-update.service": { "name": "man-db-restart-cache-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "mdadm-grow-continue@.service": { "name": "mdadm-grow-continue@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdadm-last-resort@.service": { "name": "mdadm-last-resort@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdcheck_continue.service": { "name": "mdcheck_continue.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdcheck_start.service": { "name": "mdcheck_start.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmon@.service": { "name": "mdmon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "mdmonitor-oneshot.service": { "name": "mdmonitor-oneshot.service", "source": "systemd", "state": "inactive", "status": "static" }, "mdmonitor.service": { "name": "mdmonitor.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "microcode.service": { "name": "microcode.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "modprobe@.service": { "name": "modprobe@.service", "source": "systemd", "state": "unknown", "status": "static" }, "modprobe@configfs.service": { "name": "modprobe@configfs.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_mod.service": { "name": "modprobe@dm_mod.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@dm_multipath.service": { "name": "modprobe@dm_multipath.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@drm.service": { "name": "modprobe@drm.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@efi_pstore.service": { "name": "modprobe@efi_pstore.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@fuse.service": { "name": "modprobe@fuse.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "modprobe@loop.service": { "name": "modprobe@loop.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "multipathd.service": { "name": "multipathd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "network.service": { "name": "network.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "nfs-blkmap.service": { "name": "nfs-blkmap.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nfs-idmapd.service": { "name": "nfs-idmapd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-mountd.service": { "name": "nfs-mountd.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfs-server.service": { "name": "nfs-server.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "nfs-utils.service": { "name": "nfs-utils.service", "source": "systemd", "state": "stopped", "status": "static" }, "nfsdcld.service": { "name": "nfsdcld.service", "source": "systemd", "state": "stopped", "status": "static" }, "nftables.service": { "name": "nftables.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nis-domainname.service": { "name": "nis-domainname.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "nm-priv-helper.service": { "name": "nm-priv-helper.service", "source": "systemd", "state": "inactive", "status": "static" }, "ntpd.service": { "name": "ntpd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ntpdate.service": { "name": "ntpdate.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "pam_namespace.service": { "name": "pam_namespace.service", "source": "systemd", "state": "inactive", "status": "static" }, "pcscd.service": { "name": "pcscd.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "plymouth-quit-wait.service": { "name": "plymouth-quit-wait.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "plymouth-start.service": { "name": "plymouth-start.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "polkit.service": { "name": "polkit.service", "source": "systemd", "state": "inactive", "status": "static" }, "qemu-guest-agent.service": { "name": "qemu-guest-agent.service", "source": "systemd", "state": "inactive", "status": "enabled" }, "quotaon-root.service": { "name": "quotaon-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "quotaon@.service": { "name": "quotaon@.service", "source": "systemd", "state": "unknown", "status": "static" }, "raid-check.service": { "name": "raid-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "rbdmap.service": { "name": "rbdmap.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rc-local.service": { "name": "rc-local.service", "source": "systemd", "state": "stopped", "status": "static" }, "rescue.service": { "name": "rescue.service", "source": "systemd", "state": "stopped", "status": "static" }, "restraintd.service": { "name": "restraintd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rngd.service": { "name": "rngd.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpc-gssd.service": { "name": "rpc-gssd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd-notify.service": { "name": "rpc-statd-notify.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-statd.service": { "name": "rpc-statd.service", "source": "systemd", "state": "stopped", "status": "static" }, "rpc-svcgssd.service": { "name": "rpc-svcgssd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "rpcbind.service": { "name": "rpcbind.service", "source": "systemd", "state": "running", "status": "enabled" }, "rpmdb-migrate.service": { "name": "rpmdb-migrate.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rpmdb-rebuild.service": { "name": "rpmdb-rebuild.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "rsyslog.service": { "name": "rsyslog.service", "source": "systemd", "state": "running", "status": "enabled" }, "selinux-autorelabel-mark.service": { "name": "selinux-autorelabel-mark.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "selinux-autorelabel.service": { "name": "selinux-autorelabel.service", "source": "systemd", "state": "inactive", "status": "static" }, "selinux-check-proper-disable.service": { "name": "selinux-check-proper-disable.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "serial-getty@.service": { "name": "serial-getty@.service", "source": "systemd", "state": "unknown", "status": "indirect" }, "serial-getty@ttyS0.service": { "name": "serial-getty@ttyS0.service", "source": "systemd", "state": "running", "status": "active" }, "sntp.service": { "name": "sntp.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "ssh-host-keys-migration.service": { "name": "ssh-host-keys-migration.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "sshd-keygen.service": { "name": "sshd-keygen.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "sshd-keygen@.service": { "name": "sshd-keygen@.service", "source": "systemd", "state": "unknown", "status": "disabled" }, "sshd-keygen@ecdsa.service": { "name": "sshd-keygen@ecdsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@ed25519.service": { "name": "sshd-keygen@ed25519.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd-keygen@rsa.service": { "name": "sshd-keygen@rsa.service", "source": "systemd", "state": "stopped", "status": "inactive" }, "sshd.service": { "name": "sshd.service", "source": "systemd", "state": "running", "status": "enabled" }, "sshd@.service": { "name": "sshd@.service", "source": "systemd", "state": "unknown", "status": "static" }, "sssd-autofs.service": { "name": "sssd-autofs.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-kcm.service": { "name": "sssd-kcm.service", "source": "systemd", "state": "stopped", "status": "indirect" }, "sssd-nss.service": { "name": "sssd-nss.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pac.service": { "name": "sssd-pac.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-pam.service": { "name": "sssd-pam.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-ssh.service": { "name": "sssd-ssh.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd-sudo.service": { "name": "sssd-sudo.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "sssd.service": { "name": "sssd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "stratis-fstab-setup@.service": { "name": "stratis-fstab-setup@.service", "source": "systemd", "state": "unknown", "status": "static" }, "stratisd-min-postinitrd.service": { "name": "stratisd-min-postinitrd.service", "source": "systemd", "state": "inactive", "status": "static" }, "stratisd.service": { "name": "stratisd.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "syslog.service": { "name": "syslog.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "system-update-cleanup.service": { "name": "system-update-cleanup.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-ask-password-console.service": { "name": "systemd-ask-password-console.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-ask-password-wall.service": { "name": "systemd-ask-password-wall.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-backlight@.service": { "name": "systemd-backlight@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-battery-check.service": { "name": "systemd-battery-check.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-binfmt.service": { "name": "systemd-binfmt.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-bless-boot.service": { "name": "systemd-bless-boot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-boot-check-no-failures.service": { "name": "systemd-boot-check-no-failures.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-boot-random-seed.service": { "name": "systemd-boot-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-boot-update.service": { "name": "systemd-boot-update.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-bootctl@.service": { "name": "systemd-bootctl@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-confext.service": { "name": "systemd-confext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-coredump@.service": { "name": "systemd-coredump@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-creds@.service": { "name": "systemd-creds@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-exit.service": { "name": "systemd-exit.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-firstboot.service": { "name": "systemd-firstboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck-root.service": { "name": "systemd-fsck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-fsck@.service": { "name": "systemd-fsck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-growfs-root.service": { "name": "systemd-growfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-growfs@.service": { "name": "systemd-growfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-halt.service": { "name": "systemd-halt.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hibernate-clear.service": { "name": "systemd-hibernate-clear.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate-resume.service": { "name": "systemd-hibernate-resume.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hibernate.service": { "name": "systemd-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-hostnamed.service": { "name": "systemd-hostnamed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hwdb-update.service": { "name": "systemd-hwdb-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-hybrid-sleep.service": { "name": "systemd-hybrid-sleep.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-initctl.service": { "name": "systemd-initctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-catalog-update.service": { "name": "systemd-journal-catalog-update.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journal-flush.service": { "name": "systemd-journal-flush.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-journald-sync@.service": { "name": "systemd-journald-sync@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-journald.service": { "name": "systemd-journald.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-journald@.service": { "name": "systemd-journald@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-kexec.service": { "name": "systemd-kexec.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-localed.service": { "name": "systemd-localed.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-logind.service": { "name": "systemd-logind.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-machine-id-commit.service": { "name": "systemd-machine-id-commit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-modules-load.service": { "name": "systemd-modules-load.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-network-generator.service": { "name": "systemd-network-generator.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-networkd-wait-online.service": { "name": "systemd-networkd-wait-online.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-oomd.service": { "name": "systemd-oomd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-pcrextend@.service": { "name": "systemd-pcrextend@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrfs-root.service": { "name": "systemd-pcrfs-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pcrfs@.service": { "name": "systemd-pcrfs@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrlock-file-system.service": { "name": "systemd-pcrlock-file-system.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-code.service": { "name": "systemd-pcrlock-firmware-code.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-firmware-config.service": { "name": "systemd-pcrlock-firmware-config.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-machine-id.service": { "name": "systemd-pcrlock-machine-id.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-make-policy.service": { "name": "systemd-pcrlock-make-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-authority.service": { "name": "systemd-pcrlock-secureboot-authority.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock-secureboot-policy.service": { "name": "systemd-pcrlock-secureboot-policy.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "systemd-pcrlock@.service": { "name": "systemd-pcrlock@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-pcrmachine.service": { "name": "systemd-pcrmachine.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-initrd.service": { "name": "systemd-pcrphase-initrd.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase-sysinit.service": { "name": "systemd-pcrphase-sysinit.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-pcrphase.service": { "name": "systemd-pcrphase.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-poweroff.service": { "name": "systemd-poweroff.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-pstore.service": { "name": "systemd-pstore.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-quotacheck-root.service": { "name": "systemd-quotacheck-root.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-quotacheck@.service": { "name": "systemd-quotacheck@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-random-seed.service": { "name": "systemd-random-seed.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-reboot.service": { "name": "systemd-reboot.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-remount-fs.service": { "name": "systemd-remount-fs.service", "source": "systemd", "state": "stopped", "status": "enabled-runtime" }, "systemd-repart.service": { "name": "systemd-repart.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-rfkill.service": { "name": "systemd-rfkill.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-soft-reboot.service": { "name": "systemd-soft-reboot.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-suspend-then-hibernate.service": { "name": "systemd-suspend-then-hibernate.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-suspend.service": { "name": "systemd-suspend.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-sysctl.service": { "name": "systemd-sysctl.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-sysext.service": { "name": "systemd-sysext.service", "source": "systemd", "state": "stopped", "status": "enabled" }, "systemd-sysext@.service": { "name": "systemd-sysext@.service", "source": "systemd", "state": "unknown", "status": "static" }, "systemd-sysupdate-reboot.service": { "name": "systemd-sysupdate-reboot.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysupdate.service": { "name": "systemd-sysupdate.service", "source": "systemd", "state": "inactive", "status": "indirect" }, "systemd-sysusers.service": { "name": "systemd-sysusers.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-timedated.service": { "name": "systemd-timedated.service", "source": "systemd", "state": "inactive", "status": "static" }, "systemd-timesyncd.service": { "name": "systemd-timesyncd.service", "source": "systemd", "state": "stopped", "status": "not-found" }, "systemd-tmpfiles-clean.service": { "name": "systemd-tmpfiles-clean.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev-early.service": { "name": "systemd-tmpfiles-setup-dev-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup-dev.service": { "name": "systemd-tmpfiles-setup-dev.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tmpfiles-setup.service": { "name": "systemd-tmpfiles-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup-early.service": { "name": "systemd-tpm2-setup-early.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-tpm2-setup.service": { "name": "systemd-tpm2-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-load-credentials.service": { "name": "systemd-udev-load-credentials.service", "source": "systemd", "state": "stopped", "status": "disabled" }, "systemd-udev-settle.service": { "name": "systemd-udev-settle.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udev-trigger.service": { "name": "systemd-udev-trigger.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-udevd.service": { "name": "systemd-udevd.service", "source": "systemd", "state": "running", "status": "static" }, "systemd-update-done.service": { "name": "systemd-update-done.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp-runlevel.service": { "name": "systemd-update-utmp-runlevel.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-update-utmp.service": { "name": "systemd-update-utmp.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-user-sessions.service": { "name": "systemd-user-sessions.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-vconsole-setup.service": { "name": "systemd-vconsole-setup.service", "source": "systemd", "state": "stopped", "status": "static" }, "systemd-volatile-root.service": { "name": "systemd-volatile-root.service", "source": "systemd", "state": "inactive", "status": "static" }, "target.service": { "name": "target.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "targetclid.service": { "name": "targetclid.service", "source": "systemd", "state": "inactive", "status": "disabled" }, "user-runtime-dir@.service": { "name": "user-runtime-dir@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user-runtime-dir@0.service": { "name": "user-runtime-dir@0.service", "source": "systemd", "state": "stopped", "status": "active" }, "user@.service": { "name": "user@.service", "source": "systemd", "state": "unknown", "status": "static" }, "user@0.service": { "name": "user@0.service", "source": "systemd", "state": "running", "status": "active" }, "ypbind.service": { "name": "ypbind.service", "source": "systemd", "state": "stopped", "status": "not-found" } } }, "changed": false } 61728 1726886047.50997: no more pending results, returning what we have 61728 1726886047.51000: results queue empty 61728 1726886047.51001: checking for any_errors_fatal 61728 1726886047.51005: done checking for any_errors_fatal 61728 1726886047.51006: checking for max_fail_percentage 61728 1726886047.51007: done checking for max_fail_percentage 61728 1726886047.51008: checking to see if all hosts have failed and the running result is not ok 61728 1726886047.51009: done checking to see if all hosts have failed 61728 1726886047.51009: getting the remaining hosts for this loop 61728 1726886047.51010: done getting the remaining hosts for this loop 61728 1726886047.51014: getting the next task for host managed_node2 61728 1726886047.51018: done getting next task for host managed_node2 61728 1726886047.51021: ^ task is: TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 61728 1726886047.51024: ^ state is: HOST STATE: block=2, task=7, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=1, update_handlers=True, pending_setup=False, tasks child state? (HOST STATE: block=0, task=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (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 61728 1726886047.51032: getting variables 61728 1726886047.51033: in VariableManager get_vars() 61728 1726886047.51059: Calling all_inventory to load vars for managed_node2 61728 1726886047.51062: Calling groups_inventory to load vars for managed_node2 61728 1726886047.51066: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886047.51074: Calling all_plugins_play to load vars for managed_node2 61728 1726886047.51076: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886047.51079: Calling groups_plugins_play to load vars for managed_node2 61728 1726886047.51726: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886047.52527: done with get_vars() 61728 1726886047.52565: done getting variables 61728 1726886047.52646: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set storage_cryptsetup_services] ***** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 Friday 20 September 2024 22:34:07 -0400 (0:00:02.119) 0:00:06.846 ****** 61728 1726886047.52701: entering _queue_task() for managed_node2/set_fact 61728 1726886047.53206: worker is 1 (out of 1 available) 61728 1726886047.53224: exiting _queue_task() for managed_node2/set_fact 61728 1726886047.53238: done queuing things up, now waiting for results queue to drain 61728 1726886047.53239: waiting for pending results... 61728 1726886047.53560: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services 61728 1726886047.53764: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000007a 61728 1726886047.53767: variable 'ansible_search_path' from source: unknown 61728 1726886047.53770: variable 'ansible_search_path' from source: unknown 61728 1726886047.53800: calling self._execute() 61728 1726886047.53909: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.53979: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.53982: variable 'omit' from source: magic vars 61728 1726886047.54075: variable 'omit' from source: magic vars 61728 1726886047.54147: variable 'omit' from source: magic vars 61728 1726886047.54621: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886047.57169: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886047.57562: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886047.57568: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886047.57586: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886047.57617: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886047.57698: 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) 61728 1726886047.57729: 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) 61728 1726886047.57754: 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) 61728 1726886047.57901: 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) 61728 1726886047.57905: 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) 61728 1726886047.57907: 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) 61728 1726886047.57910: 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) 61728 1726886047.57968: 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) 61728 1726886047.58044: 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) 61728 1726886047.58064: 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) 61728 1726886047.58142: 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) 61728 1726886047.58174: 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) 61728 1726886047.58201: 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) 61728 1726886047.58251: 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) 61728 1726886047.58282: 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) 61728 1726886047.58442: 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) 61728 1726886047.58445: 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) 61728 1726886047.58448: 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) 61728 1726886047.58468: 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) 61728 1726886047.58491: 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) 61728 1726886047.58557: 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) 61728 1726886047.58639: 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) 61728 1726886047.58650: 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) 61728 1726886047.58698: 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) 61728 1726886047.58715: 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) 61728 1726886047.59067: variable 'ansible_facts' from source: unknown 61728 1726886047.59420: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886047.59633: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886047.59721: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886047.59768: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886047.59808: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886047.59884: 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) 61728 1726886047.59934: 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) 61728 1726886047.59959: 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) 61728 1726886047.60056: 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) 61728 1726886047.60725: variable 'omit' from source: magic vars 61728 1726886047.60757: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886047.60789: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886047.60816: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886047.60846: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886047.60864: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886047.60897: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886047.60924: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.60927: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.61044: Set connection var ansible_timeout to 10 61728 1726886047.61098: Set connection var ansible_shell_executable to /bin/sh 61728 1726886047.61101: Set connection var ansible_pipelining to False 61728 1726886047.61103: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886047.61105: Set connection var ansible_connection to ssh 61728 1726886047.61107: Set connection var ansible_shell_type to sh 61728 1726886047.61142: variable 'ansible_shell_executable' from source: unknown 61728 1726886047.61151: variable 'ansible_connection' from source: unknown 61728 1726886047.61247: variable 'ansible_module_compression' from source: unknown 61728 1726886047.61250: variable 'ansible_shell_type' from source: unknown 61728 1726886047.61252: variable 'ansible_shell_executable' from source: unknown 61728 1726886047.61267: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.61273: variable 'ansible_pipelining' from source: unknown 61728 1726886047.61276: variable 'ansible_timeout' from source: unknown 61728 1726886047.61279: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.61348: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886047.61371: variable 'omit' from source: magic vars 61728 1726886047.61382: starting attempt loop 61728 1726886047.61390: running the handler 61728 1726886047.61405: handler run complete 61728 1726886047.61420: attempt loop complete, returning result 61728 1726886047.61428: _execute() done 61728 1726886047.61435: dumping result to json 61728 1726886047.61465: done dumping result, returning 61728 1726886047.61469: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set storage_cryptsetup_services [0affc8a3-6f6f-cd4e-f8d4-00000000007a] 61728 1726886047.61471: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007a ok: [managed_node2] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } 61728 1726886047.61722: no more pending results, returning what we have 61728 1726886047.61725: results queue empty 61728 1726886047.61726: checking for any_errors_fatal 61728 1726886047.61732: done checking for any_errors_fatal 61728 1726886047.61733: checking for max_fail_percentage 61728 1726886047.61734: done checking for max_fail_percentage 61728 1726886047.61736: checking to see if all hosts have failed and the running result is not ok 61728 1726886047.61737: done checking to see if all hosts have failed 61728 1726886047.61737: getting the remaining hosts for this loop 61728 1726886047.61739: done getting the remaining hosts for this loop 61728 1726886047.61744: getting the next task for host managed_node2 61728 1726886047.61757: done getting next task for host managed_node2 61728 1726886047.61760: ^ task is: TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 61728 1726886047.61763: ^ 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 61728 1726886047.61772: getting variables 61728 1726886047.61774: in VariableManager get_vars() 61728 1726886047.61808: Calling all_inventory to load vars for managed_node2 61728 1726886047.61811: Calling groups_inventory to load vars for managed_node2 61728 1726886047.61813: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886047.61826: Calling all_plugins_play to load vars for managed_node2 61728 1726886047.61828: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886047.61831: Calling groups_plugins_play to load vars for managed_node2 61728 1726886047.62352: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007a 61728 1726886047.62358: WORKER PROCESS EXITING 61728 1726886047.62470: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886047.63120: done with get_vars() 61728 1726886047.63135: done getting variables TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 20 September 2024 22:34:07 -0400 (0:00:00.105) 0:00:06.951 ****** 61728 1726886047.63246: entering _queue_task() for managed_node2/systemd 61728 1726886047.63247: Creating lock for systemd 61728 1726886047.63693: worker is 1 (out of 1 available) 61728 1726886047.63705: exiting _queue_task() for managed_node2/systemd 61728 1726886047.63717: done queuing things up, now waiting for results queue to drain 61728 1726886047.63721: waiting for pending results... 61728 1726886047.64031: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services 61728 1726886047.64112: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000007c 61728 1726886047.64172: variable 'ansible_search_path' from source: unknown 61728 1726886047.64176: variable 'ansible_search_path' from source: unknown 61728 1726886047.64200: variable 'storage_cryptsetup_services' from source: set_fact 61728 1726886047.64412: variable 'storage_cryptsetup_services' from source: set_fact 61728 1726886047.64466: dumping result to json 61728 1726886047.64475: done dumping result, returning 61728 1726886047.64501: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Mask the systemd cryptsetup services [0affc8a3-6f6f-cd4e-f8d4-00000000007c] 61728 1726886047.64536: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007c 61728 1726886047.64684: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007c 61728 1726886047.64688: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886047.64769: no more pending results, returning what we have 61728 1726886047.64773: results queue empty 61728 1726886047.64775: checking for any_errors_fatal 61728 1726886047.64782: done checking for any_errors_fatal 61728 1726886047.64783: checking for max_fail_percentage 61728 1726886047.64785: done checking for max_fail_percentage 61728 1726886047.64786: checking to see if all hosts have failed and the running result is not ok 61728 1726886047.64787: done checking to see if all hosts have failed 61728 1726886047.64787: getting the remaining hosts for this loop 61728 1726886047.64789: done getting the remaining hosts for this loop 61728 1726886047.64795: getting the next task for host managed_node2 61728 1726886047.64803: done getting next task for host managed_node2 61728 1726886047.64809: ^ task is: TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 61728 1726886047.64813: ^ 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=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 61728 1726886047.64834: getting variables 61728 1726886047.64837: in VariableManager get_vars() 61728 1726886047.64886: Calling all_inventory to load vars for managed_node2 61728 1726886047.64890: Calling groups_inventory to load vars for managed_node2 61728 1726886047.64892: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886047.64904: Calling all_plugins_play to load vars for managed_node2 61728 1726886047.64907: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886047.64909: Calling groups_plugins_play to load vars for managed_node2 61728 1726886047.65982: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886047.66711: done with get_vars() 61728 1726886047.66729: done getting variables TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 20 September 2024 22:34:07 -0400 (0:00:00.035) 0:00:06.987 ****** 61728 1726886047.66841: entering _queue_task() for managed_node2/fedora.linux_system_roles.blivet 61728 1726886047.67280: worker is 1 (out of 1 available) 61728 1726886047.67293: exiting _queue_task() for managed_node2/fedora.linux_system_roles.blivet 61728 1726886047.67304: done queuing things up, now waiting for results queue to drain 61728 1726886047.67306: waiting for pending results... 61728 1726886047.67700: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state 61728 1726886047.67705: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000007d 61728 1726886047.67733: variable 'ansible_search_path' from source: unknown 61728 1726886047.67746: variable 'ansible_search_path' from source: unknown 61728 1726886047.67850: calling self._execute() 61728 1726886047.67907: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.67924: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.67940: variable 'omit' from source: magic vars 61728 1726886047.68091: variable 'omit' from source: magic vars 61728 1726886047.68250: variable 'omit' from source: magic vars 61728 1726886047.68467: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886047.70606: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886047.70700: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886047.70757: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886047.70798: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886047.70832: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886047.70924: 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) 61728 1726886047.70970: 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) 61728 1726886047.71000: 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) 61728 1726886047.71047: 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) 61728 1726886047.71074: 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) 61728 1726886047.71351: variable 'storage_use_partitions' from source: role '' defaults 61728 1726886047.71389: variable 'storage_disklabel_type' from source: role '' defaults 61728 1726886047.71392: variable 'storage_pool_defaults' from source: role '' defaults 61728 1726886047.71449: variable 'storage_pool_defaults' from source: role '' defaults 61728 1726886047.71605: variable 'storage_volume_defaults' from source: role '' defaults 61728 1726886047.71608: variable 'storage_volume_defaults' from source: role '' defaults 61728 1726886047.71703: variable 'storage_safe_mode' from source: role '' defaults 61728 1726886047.71794: 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) 61728 1726886047.71829: 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) 61728 1726886047.71858: 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) 61728 1726886047.71901: 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) 61728 1726886047.71922: 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) 61728 1726886047.72003: variable 'omit' from source: magic vars 61728 1726886047.72053: variable 'omit' from source: magic vars 61728 1726886047.72077: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886047.72150: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886047.72153: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886047.72157: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886047.72159: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886047.72187: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886047.72257: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.72260: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.72311: Set connection var ansible_timeout to 10 61728 1726886047.72324: Set connection var ansible_shell_executable to /bin/sh 61728 1726886047.72383: Set connection var ansible_pipelining to False 61728 1726886047.72386: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886047.72388: Set connection var ansible_connection to ssh 61728 1726886047.72390: Set connection var ansible_shell_type to sh 61728 1726886047.72392: variable 'ansible_shell_executable' from source: unknown 61728 1726886047.72394: variable 'ansible_connection' from source: unknown 61728 1726886047.72396: variable 'ansible_module_compression' from source: unknown 61728 1726886047.72402: variable 'ansible_shell_type' from source: unknown 61728 1726886047.72408: variable 'ansible_shell_executable' from source: unknown 61728 1726886047.72414: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886047.72424: variable 'ansible_pipelining' from source: unknown 61728 1726886047.72430: variable 'ansible_timeout' from source: unknown 61728 1726886047.72437: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886047.72569: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886047.72583: variable 'omit' from source: magic vars 61728 1726886047.72661: starting attempt loop 61728 1726886047.72665: running the handler 61728 1726886047.72667: _low_level_execute_command(): starting 61728 1726886047.72669: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886047.73378: 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 <<< 61728 1726886047.73476: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886047.73512: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886047.73539: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886047.73566: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.73652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.75392: stdout chunk (state=3): >>>/root <<< 61728 1726886047.75660: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886047.75663: stdout chunk (state=3): >>><<< 61728 1726886047.75665: stderr chunk (state=3): >>><<< 61728 1726886047.75668: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886047.75670: _low_level_execute_command(): starting 61728 1726886047.75673: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741 `" && echo ansible-tmp-1726886047.7556028-61959-180486989574741="` echo /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741 `" ) && sleep 0' 61728 1726886047.76272: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886047.76302: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886047.76327: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886047.76351: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.76444: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.78440: stdout chunk (state=3): >>>ansible-tmp-1726886047.7556028-61959-180486989574741=/root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741 <<< 61728 1726886047.78493: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886047.78557: stderr chunk (state=3): >>><<< 61728 1726886047.78567: stdout chunk (state=3): >>><<< 61728 1726886047.78591: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886047.7556028-61959-180486989574741=/root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886047.78655: variable 'ansible_module_compression' from source: unknown 61728 1726886047.78728: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible_collections.fedora.linux_system_roles.plugins.modules.blivet-ZIP_DEFLATED 61728 1726886047.78798: variable 'ansible_facts' from source: unknown 61728 1726886047.78915: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py 61728 1726886047.79154: Sending initial data 61728 1726886047.79168: Sent initial data (155 bytes) 61728 1726886047.79694: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886047.79709: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886047.79777: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886047.79831: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886047.79849: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886047.79874: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.79951: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.81544: 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 <<< 61728 1726886047.81594: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886047.81642: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmp5sinzk3x /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py <<< 61728 1726886047.81648: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py" <<< 61728 1726886047.81691: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmp5sinzk3x" to remote "/root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py" <<< 61728 1726886047.81698: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py" <<< 61728 1726886047.82352: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886047.82533: stderr chunk (state=3): >>><<< 61728 1726886047.82537: stdout chunk (state=3): >>><<< 61728 1726886047.82539: done transferring module to remote 61728 1726886047.82541: _low_level_execute_command(): starting 61728 1726886047.82544: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/ /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py && sleep 0' 61728 1726886047.83125: 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 <<< 61728 1726886047.83138: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886047.83174: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886047.83189: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886047.83273: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886047.83293: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.83400: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.85149: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886047.85179: stderr chunk (state=3): >>><<< 61728 1726886047.85182: stdout chunk (state=3): >>><<< 61728 1726886047.85196: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886047.85199: _low_level_execute_command(): starting 61728 1726886047.85203: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/AnsiballZ_blivet.py && sleep 0' 61728 1726886047.85800: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886047.85860: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886047.88046: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886047.88096: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886047.88119: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 61728 1726886047.88130: stdout chunk (state=3): >>> <<< 61728 1726886047.88182: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886047.88221: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886047.88259: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 61728 1726886047.88295: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # <<< 61728 1726886047.88313: stdout chunk (state=3): >>># installed zipimport hook <<< 61728 1726886047.88354: 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' <<< 61728 1726886047.88369: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886047.88393: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886047.88458: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886047.88461: 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 0x7fb70cbb84d0> <<< 61728 1726886047.88505: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70cb87b30> # /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' <<< 61728 1726886047.88508: stdout chunk (state=3): >>>import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70cbbaa50> <<< 61728 1726886047.88547: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886047.88575: stdout chunk (state=3): >>>import '_abc' # <<< 61728 1726886047.88585: stdout chunk (state=3): >>>import 'abc' # import 'io' # <<< 61728 1726886047.88616: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886047.88709: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886047.88731: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886047.88762: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886047.88802: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 61728 1726886047.88833: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886047.88836: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886047.88869: 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' <<< 61728 1726886047.88889: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c969130> <<< 61728 1726886047.88948: 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' <<< 61728 1726886047.88964: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c96a120> <<< 61728 1726886047.88983: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886047.89018: 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. <<< 61728 1726886047.89264: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886047.89298: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886047.89301: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886047.89335: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886047.89381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886047.89394: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886047.89423: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886047.89454: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9aff20> <<< 61728 1726886047.89460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886047.89501: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886047.89523: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9bc0b0> <<< 61728 1726886047.89534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886047.89545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886047.89583: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886047.89626: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886047.89639: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886047.89667: 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 0x7fb70c9df950> <<< 61728 1726886047.89699: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886047.89722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9dffe0> import '_collections' # <<< 61728 1726886047.89780: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9bfbf0> <<< 61728 1726886047.89793: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886047.89824: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9bd310> <<< 61728 1726886047.89906: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9ad0d0> <<< 61728 1726886047.89948: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886047.89971: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 61728 1726886047.89987: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886047.90017: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886047.90040: 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' <<< 61728 1726886047.90081: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca038c0> <<< 61728 1726886047.90119: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca024e0> <<< 61728 1726886047.90130: 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 0x7fb70c9be300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca00d10> <<< 61728 1726886047.90186: 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 0x7fb70ca30920> <<< 61728 1726886047.90216: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9ac350> <<< 61728 1726886047.90228: 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' <<< 61728 1726886047.90276: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.90279: 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 0x7fb70ca30dd0> <<< 61728 1726886047.90313: stdout chunk (state=3): >>>import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca30c80> # 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 0x7fb70ca31070> <<< 61728 1726886047.90343: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9a2e70> <<< 61728 1726886047.90368: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 61728 1726886047.90389: 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 <<< 61728 1726886047.90426: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886047.90437: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca31760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca31430> import 'importlib.machinery' # <<< 61728 1726886047.90474: 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' <<< 61728 1726886047.90522: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca32660> <<< 61728 1726886047.90525: stdout chunk (state=3): >>>import 'importlib.util' # import 'runpy' # <<< 61728 1726886047.90539: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886047.90589: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886047.90615: 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 0x7fb70ca4c890> <<< 61728 1726886047.90662: stdout chunk (state=3): >>>import 'errno' # # extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.90665: 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 0x7fb70ca4dfd0> <<< 61728 1726886047.90689: 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' <<< 61728 1726886047.90722: 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' <<< 61728 1726886047.90779: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca4ee40> <<< 61728 1726886047.90785: 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 0x7fb70ca4f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca4e3c0> <<< 61728 1726886047.90808: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886047.90874: 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' <<< 61728 1726886047.90887: stdout chunk (state=3): >>>import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70ca4ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca4f650> <<< 61728 1726886047.90918: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca326c0> <<< 61728 1726886047.90953: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886047.90973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886047.91002: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py # code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886047.91043: 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 0x7fb70c787dd0> <<< 61728 1726886047.91094: 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' <<< 61728 1726886047.91114: 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 0x7fb70c7b0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b05f0> <<< 61728 1726886047.91167: 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 0x7fb70c7b0830> <<< 61728 1726886047.91171: 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' <<< 61728 1726886047.91237: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.91373: 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 0x7fb70c7b1160> <<< 61728 1726886047.91486: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.91510: 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 0x7fb70c7b1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b0a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c785f70> <<< 61728 1726886047.91551: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886047.91570: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886047.91583: 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' <<< 61728 1726886047.91614: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b2ea0> <<< 61728 1726886047.91643: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b1be0> <<< 61728 1726886047.91668: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca32db0> <<< 61728 1726886047.91679: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886047.91737: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886047.91765: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886047.91785: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886047.91812: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7db1a0> <<< 61728 1726886047.91881: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886047.91904: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886047.91922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886047.91971: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c803560> <<< 61728 1726886047.91991: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886047.92031: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886047.92082: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886047.92125: 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 0x7fb70c860380> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886047.92173: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886047.92186: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886047.92230: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886047.92316: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c862ae0> <<< 61728 1726886047.92389: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c8604a0> <<< 61728 1726886047.92423: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c82d370> <<< 61728 1726886047.92461: 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 0x7fb70c129430> <<< 61728 1726886047.92483: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c802360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b3d70> <<< 61728 1726886047.92592: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886047.92616: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb70c802960> <<< 61728 1726886047.92782: stdout chunk (state=3): >>># zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_sws8ta3b/ansible_fedora.linux_system_roles.blivet_payload.zip' # zipimport: zlib available <<< 61728 1726886047.92907: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.92937: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886047.92986: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886047.93061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886047.93089: 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 0x7fb70c17b1a0> <<< 61728 1726886047.93119: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886047.93289: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c15e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c15d1f0> # zipimport: zlib available <<< 61728 1726886047.93336: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886047.93339: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.93393: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886047.93396: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.94784: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.95889: 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 0x7fb70c179070> <<< 61728 1726886047.95943: 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 <<< 61728 1726886047.95946: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886047.95989: 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' <<< 61728 1726886047.96015: 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 0x7fb70c1aab70> <<< 61728 1726886047.96028: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1aa930> <<< 61728 1726886047.96063: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1aa240> <<< 61728 1726886047.96092: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886047.96150: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1aaa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c17be30> <<< 61728 1726886047.96153: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886047.96180: 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 0x7fb70c1ab7d0> <<< 61728 1726886047.96199: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.96202: 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 0x7fb70c1ab9e0> <<< 61728 1726886047.96215: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886047.96262: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886047.96265: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886047.96319: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1abef0> <<< 61728 1726886047.96322: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886047.96347: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886047.96369: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886047.96408: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c019c10> <<< 61728 1726886047.96432: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.96439: 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 0x7fb70c01b830> <<< 61728 1726886047.96460: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886047.96476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886047.96508: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01c170> <<< 61728 1726886047.96534: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886047.96564: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886047.96577: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01d040> <<< 61728 1726886047.96594: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886047.96636: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886047.96653: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886047.96662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886047.96709: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01fd70> <<< 61728 1726886047.96750: 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 0x7fb70c9a2f60> <<< 61728 1726886047.96765: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01e090> <<< 61728 1726886047.96791: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886047.96812: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886047.96837: 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' <<< 61728 1726886047.96865: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886047.96890: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886047.96918: 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' <<< 61728 1726886047.96931: stdout chunk (state=3): >>>import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c027bc0> <<< 61728 1726886047.96937: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886047.97005: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c026690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c0263f0> <<< 61728 1726886047.97029: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886047.97033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886047.97115: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c026960> <<< 61728 1726886047.97139: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01e570> <<< 61728 1726886047.97171: 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 0x7fb70c06bdd0> <<< 61728 1726886047.97198: 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 0x7fb70c06be30> <<< 61728 1726886047.97229: 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 <<< 61728 1726886047.97238: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886047.97264: 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' <<< 61728 1726886047.97299: stdout chunk (state=3): >>># extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.97307: 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 0x7fb70c06d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06d760> <<< 61728 1726886047.97318: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886047.97419: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886047.97471: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70c06fef0><<< 61728 1726886047.97476: stdout chunk (state=3): >>> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06e090> <<< 61728 1726886047.97495: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886047.97536: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886047.97552: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886047.97568: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' <<< 61728 1726886047.97573: stdout chunk (state=3): >>>import '_string' # <<< 61728 1726886047.97619: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c073650> <<< 61728 1726886047.97736: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06ffe0> <<< 61728 1726886047.97806: 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 0x7fb70c074410> <<< 61728 1726886047.97838: 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 0x7fb70c074440> <<< 61728 1726886047.97886: 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 0x7fb70c074a10> <<< 61728 1726886047.97913: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06c080> <<< 61728 1726886047.97942: 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' <<< 61728 1726886047.97959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886047.97972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886047.98007: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886047.98017: 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 0x7fb70bf00140> <<< 61728 1726886047.98162: 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 0x7fb70bf010d0> <<< 61728 1726886047.98228: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c0768d0> <<< 61728 1726886047.98235: 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 0x7fb70c077c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c076510> # zipimport: zlib available <<< 61728 1726886047.98267: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886047.98279: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.98351: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.98452: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.98472: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886047.98486: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # <<< 61728 1726886047.98501: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.98622: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.98745: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.99262: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886047.99794: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886047.99798: 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' # <<< 61728 1726886047.99833: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886047.99847: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886047.99896: 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 0x7fb70bf05250> <<< 61728 1726886047.99975: 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' <<< 61728 1726886048.00003: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf060f0> <<< 61728 1726886048.00005: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf01520> <<< 61728 1726886048.00061: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886048.00066: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.00094: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.00103: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886048.00120: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.00259: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.00414: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886048.00433: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf06180> <<< 61728 1726886048.00436: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.00901: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01349: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01424: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01503: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886048.01514: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01544: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01653: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886048.01742: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886048.01763: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01777: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886048.01783: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01826: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.01869: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886048.01874: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02102: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02332: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886048.02395: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886048.02405: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886048.02468: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf072c0> <<< 61728 1726886048.02473: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02551: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02630: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886048.02643: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886048.02647: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886048.02667: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02715: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02750: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886048.02768: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02808: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02854: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02909: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.02978: 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 <<< 61728 1726886048.03013: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.03096: 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 0x7fb70bf11f40> <<< 61728 1726886048.03135: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf0fec0> <<< 61728 1726886048.03168: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886048.03177: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03242: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03306: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03336: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03384: 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' <<< 61728 1726886048.03401: 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 <<< 61728 1726886048.03426: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886048.03442: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886048.03508: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886048.03521: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886048.03541: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886048.03598: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c0028a0> <<< 61728 1726886048.03639: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1e2570> <<< 61728 1726886048.03723: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf12120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf11cd0> # destroy ansible.module_utils.distro <<< 61728 1726886048.03735: stdout chunk (state=3): >>>import 'ansible.module_utils.distro' # <<< 61728 1726886048.03738: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03767: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03796: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886048.03849: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # <<< 61728 1726886048.03869: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03887: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03895: stdout chunk (state=3): >>>import 'ansible_collections' # <<< 61728 1726886048.03913: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03933: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora' # <<< 61728 1726886048.03942: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.03966: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # <<< 61728 1726886048.03984: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.04000: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.04012: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins' # <<< 61728 1726886048.04025: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.04045: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # <<< 61728 1726886048.04059: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.05618: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.06993: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 61728 1726886048.07077: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 61728 1726886048.07099: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886048.07144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 61728 1726886048.07195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' <<< 61728 1726886048.07199: stdout chunk (state=3): >>># extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70bb9cb90> <<< 61728 1726886048.07216: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf8bfb0> <<< 61728 1726886048.07315: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf89940> <<< 61728 1726886048.07449: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bfa4350> <<< 61728 1726886048.07456: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.07533: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.07593: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' <<< 61728 1726886048.07634: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' <<< 61728 1726886048.07638: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae360> <<< 61728 1726886048.07661: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py <<< 61728 1726886048.07684: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' <<< 61728 1726886048.07706: 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' <<< 61728 1726886048.07762: stdout chunk (state=3): >>>import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd0e90> <<< 61728 1726886048.07776: 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' <<< 61728 1726886048.07834: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc matches /usr/lib64/python3.12/numbers.py <<< 61728 1726886048.07841: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/numbers.cpython-312.pyc' <<< 61728 1726886048.07865: stdout chunk (state=3): >>>import 'numbers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd20f0> <<< 61728 1726886048.07925: 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 0x7fb70bbd1a00> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd1850> <<< 61728 1726886048.07992: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py <<< 61728 1726886048.08006: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd46b0> <<< 61728 1726886048.08189: stdout chunk (state=3): >>>import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd4440> <<< 61728 1726886048.08192: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' <<< 61728 1726886048.08229: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi <<< 61728 1726886048.08333: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py <<< 61728 1726886048.08339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd64e0> <<< 61728 1726886048.08402: stdout chunk (state=3): >>># extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70bbd6270> <<< 61728 1726886048.08428: stdout chunk (state=3): >>>import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd5b20> <<< 61728 1726886048.08480: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.08519: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' <<< 61728 1726886048.08524: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' <<< 61728 1726886048.08564: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' <<< 61728 1726886048.08597: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9280> <<< 61728 1726886048.08622: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' <<< 61728 1726886048.08673: stdout chunk (state=3): >>>import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9640> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' <<< 61728 1726886048.08676: stdout chunk (state=3): >>>import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9a30> <<< 61728 1726886048.08721: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbda210> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd88f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd83e0> <<< 61728 1726886048.08751: stdout chunk (state=3): >>># possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 61728 1726886048.08794: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides <<< 61728 1726886048.08812: stdout chunk (state=3): >>>import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbda990> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd7ef0> <<< 61728 1726886048.08823: stdout chunk (state=3): >>>import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd7e60> <<< 61728 1726886048.08876: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py <<< 61728 1726886048.08913: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' <<< 61728 1726886048.08924: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' <<< 61728 1726886048.08985: stdout chunk (state=3): >>>import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1d070> <<< 61728 1726886048.08990: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' <<< 61728 1726886048.09051: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' <<< 61728 1726886048.09073: stdout chunk (state=3): >>>import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1df10> <<< 61728 1726886048.09121: stdout chunk (state=3): >>>import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1d5e0> <<< 61728 1726886048.09246: stdout chunk (state=3): >>>import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbdb320> <<< 61728 1726886048.09272: stdout chunk (state=3): >>>import 'gi.repository.GLib' # <<< 61728 1726886048.09330: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py <<< 61728 1726886048.09342: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' <<< 61728 1726886048.09462: stdout chunk (state=3): >>>import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc268d0> <<< 61728 1726886048.09521: stdout chunk (state=3): >>>import 'gi.repository.GObject' # <<< 61728 1726886048.09547: stdout chunk (state=3): >>># destroy gi.repository.GModule import 'gi.repository.GModule' # <<< 61728 1726886048.09576: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' <<< 61728 1726886048.09858: stdout chunk (state=3): >>>import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc2c0b0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd5010> <<< 61728 1726886048.09887: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py <<< 61728 1726886048.09932: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' <<< 61728 1726886048.09970: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py <<< 61728 1726886048.09973: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.10003: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' <<< 61728 1726886048.10110: stdout chunk (state=3): >>>import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bab9eb0> <<< 61728 1726886048.10117: stdout chunk (state=3): >>>import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bab96d0> <<< 61728 1726886048.11162: stdout chunk (state=3): >>>import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc2be90> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae900> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbad700> <<< 61728 1726886048.11433: stdout chunk (state=3): >>>import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c076000> # /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' <<< 61728 1726886048.11518: stdout chunk (state=3): >>>import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bace810> <<< 61728 1726886048.11522: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.11544: stdout chunk (state=3): >>>import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad05c0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.11579: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' <<< 61728 1726886048.11596: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py <<< 61728 1726886048.11626: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' <<< 61728 1726886048.11660: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/__init__.py <<< 61728 1726886048.11696: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' <<< 61728 1726886048.11734: stdout chunk (state=3): >>>import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad3d70> <<< 61728 1726886048.11748: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad4350> <<< 61728 1726886048.11769: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py <<< 61728 1726886048.11909: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.11914: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' <<< 61728 1726886048.11967: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5400> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad52b0> <<< 61728 1726886048.11971: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' <<< 61728 1726886048.11997: stdout chunk (state=3): >>>import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad56a0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5010> <<< 61728 1726886048.12029: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py <<< 61728 1726886048.12063: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py <<< 61728 1726886048.12087: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5b80> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad59d0> <<< 61728 1726886048.12096: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.12115: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py <<< 61728 1726886048.12140: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' <<< 61728 1726886048.12183: stdout chunk (state=3): >>>import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5ee0> <<< 61728 1726886048.12185: stdout chunk (state=3): >>>import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5be0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad47a0> <<< 61728 1726886048.12216: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' <<< 61728 1726886048.12238: stdout chunk (state=3): >>>import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad4e30> <<< 61728 1726886048.12259: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py <<< 61728 1726886048.12275: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' <<< 61728 1726886048.12300: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.12328: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py <<< 61728 1726886048.12332: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9e80> <<< 61728 1726886048.12368: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' <<< 61728 1726886048.12380: stdout chunk (state=3): >>>import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada210> <<< 61728 1726886048.12389: stdout chunk (state=3): >>>import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9be0> <<< 61728 1726886048.12399: stdout chunk (state=3): >>>import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9250> <<< 61728 1726886048.12420: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad3a10> <<< 61728 1726886048.12448: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py <<< 61728 1726886048.12456: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' <<< 61728 1726886048.12471: stdout chunk (state=3): >>>import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada420> <<< 61728 1726886048.12598: stdout chunk (state=3): >>>import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad1580> <<< 61728 1726886048.12644: stdout chunk (state=3): >>>import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad0c50> <<< 61728 1726886048.12662: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py <<< 61728 1726886048.12683: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' <<< 61728 1726886048.12701: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py <<< 61728 1726886048.12729: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' <<< 61728 1726886048.12742: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py <<< 61728 1726886048.12791: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' <<< 61728 1726886048.12870: stdout chunk (state=3): >>>import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae2600> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae1430> <<< 61728 1726886048.12902: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae27e0> <<< 61728 1726886048.12946: stdout chunk (state=3): >>>import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad1310> <<< 61728 1726886048.12986: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py <<< 61728 1726886048.13006: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' <<< 61728 1726886048.13060: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py <<< 61728 1726886048.13066: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.13088: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc' import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc67ad0> <<< 61728 1726886048.13122: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' <<< 61728 1726886048.13142: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py <<< 61728 1726886048.13171: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py <<< 61728 1726886048.13199: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886048.13230: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.13260: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' <<< 61728 1726886048.13304: stdout chunk (state=3): >>>import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf0710> <<< 61728 1726886048.13312: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/luks_data.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' <<< 61728 1726886048.13318: stdout chunk (state=3): >>>import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf0ef0> <<< 61728 1726886048.13345: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/mpath_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf14c0> <<< 61728 1726886048.13375: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' <<< 61728 1726886048.13436: stdout chunk (state=3): >>>import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf17f0> <<< 61728 1726886048.13481: stdout chunk (state=3): >>>import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf05c0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb17d40> <<< 61728 1726886048.13511: stdout chunk (state=3): >>>import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb14ce0> <<< 61728 1726886048.13575: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fstask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' <<< 61728 1726886048.13580: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' <<< 61728 1726886048.13598: stdout chunk (state=3): >>>import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04500> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb15160> <<< 61728 1726886048.13617: stdout chunk (state=3): >>>import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb14680> <<< 61728 1726886048.13640: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' <<< 61728 1726886048.13675: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' <<< 61728 1726886048.13678: stdout chunk (state=3): >>>import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04ad0> <<< 61728 1726886048.13733: stdout chunk (state=3): >>>import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb15070> <<< 61728 1726886048.13736: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py <<< 61728 1726886048.13739: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' <<< 61728 1726886048.13763: stdout chunk (state=3): >>>import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04350> <<< 61728 1726886048.13783: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' <<< 61728 1726886048.13832: stdout chunk (state=3): >>>import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab05070> <<< 61728 1726886048.13850: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' <<< 61728 1726886048.13864: stdout chunk (state=3): >>>import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab05850> <<< 61728 1726886048.14015: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' <<< 61728 1726886048.14269: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.14272: stdout chunk (state=3): >>># extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' # extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70ab2d250> <<< 61728 1726886048.14288: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2e2d0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2dca0> <<< 61728 1726886048.14294: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2e690> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py <<< 61728 1726886048.14299: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' <<< 61728 1726886048.14469: stdout chunk (state=3): >>>import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2f230> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py <<< 61728 1726886048.14473: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8ddf40> <<< 61728 1726886048.14485: stdout chunk (state=3): >>>import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8dcc20> # /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8df3b0> <<< 61728 1726886048.14522: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a900710> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py <<< 61728 1726886048.14563: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a901550> <<< 61728 1726886048.14579: stdout chunk (state=3): >>>import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab22570> <<< 61728 1726886048.14630: stdout chunk (state=3): >>>import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab221e0> <<< 61728 1726886048.14679: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py <<< 61728 1726886048.14721: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a903b00> <<< 61728 1726886048.14783: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' <<< 61728 1726886048.14874: stdout chunk (state=3): >>>import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a92c4a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a903950> <<< 61728 1726886048.15001: stdout chunk (state=3): >>>import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a902fc0> <<< 61728 1726886048.15005: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' <<< 61728 1726886048.15087: stdout chunk (state=3): >>>import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ccb0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' <<< 61728 1726886048.15180: stdout chunk (state=3): >>>import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ce00> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py <<< 61728 1726886048.15183: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' <<< 61728 1726886048.15237: stdout chunk (state=3): >>>import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9645c0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' <<< 61728 1726886048.15283: stdout chunk (state=3): >>>import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a964cb0> <<< 61728 1726886048.15308: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' <<< 61728 1726886048.15388: stdout chunk (state=3): >>>import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965640> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' <<< 61728 1726886048.15443: stdout chunk (state=3): >>>import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965ac0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' <<< 61728 1726886048.15460: stdout chunk (state=3): >>>import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965fd0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' <<< 61728 1726886048.15499: stdout chunk (state=3): >>>import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966300> <<< 61728 1726886048.15537: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' <<< 61728 1726886048.15567: stdout chunk (state=3): >>>import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9668d0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966ae0> <<< 61728 1726886048.15624: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' <<< 61728 1726886048.15659: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.15708: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' <<< 61728 1726886048.15712: stdout chunk (state=3): >>># extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70a967da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a967c20> <<< 61728 1726886048.15744: stdout chunk (state=3): >>>import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966cc0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' <<< 61728 1726886048.15781: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' <<< 61728 1726886048.15796: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py <<< 61728 1726886048.15820: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' <<< 61728 1726886048.16062: stdout chunk (state=3): >>>import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a998ad0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9986e0> <<< 61728 1726886048.16079: stdout chunk (state=3): >>>import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9981a0> <<< 61728 1726886048.16137: stdout chunk (state=3): >>>import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94d340> <<< 61728 1726886048.16146: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py <<< 61728 1726886048.16169: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' <<< 61728 1726886048.16198: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' <<< 61728 1726886048.16216: stdout chunk (state=3): >>>import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9605f0> <<< 61728 1726886048.16244: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' <<< 61728 1726886048.16270: stdout chunk (state=3): >>>import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9609e0> <<< 61728 1726886048.16349: stdout chunk (state=3): >>>import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ef90> <<< 61728 1726886048.16380: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' <<< 61728 1726886048.16416: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py <<< 61728 1726886048.16431: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' <<< 61728 1726886048.16906: stdout chunk (state=3): >>>import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963a10> <<< 61728 1726886048.16952: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963bc0> <<< 61728 1726886048.17034: stdout chunk (state=3): >>>import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963110> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py <<< 61728 1726886048.17045: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' <<< 61728 1726886048.17080: stdout chunk (state=3): >>>import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e6030> <<< 61728 1726886048.17108: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py <<< 61728 1726886048.17130: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' <<< 61728 1726886048.17193: stdout chunk (state=3): >>>import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e7470> <<< 61728 1726886048.17231: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e7c50> <<< 61728 1726886048.17234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py <<< 61728 1726886048.17254: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' <<< 61728 1726886048.17342: stdout chunk (state=3): >>>import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7f8530> <<< 61728 1726886048.17349: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886048.17407: stdout chunk (state=3): >>>import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7fa300> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc66000> <<< 61728 1726886048.17410: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/network.py <<< 61728 1726886048.17431: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc' import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab21e80> <<< 61728 1726886048.17546: stdout chunk (state=3): >>>import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae6cc0> <<< 61728 1726886048.17581: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/disk.py <<< 61728 1726886048.17596: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' <<< 61728 1726886048.17626: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py <<< 61728 1726886048.17653: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' <<< 61728 1726886048.17672: stdout chunk (state=3): >>>import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82d4f0> <<< 61728 1726886048.17701: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py <<< 61728 1726886048.17719: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82e330> <<< 61728 1726886048.17741: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py <<< 61728 1726886048.17779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' <<< 61728 1726886048.17807: stdout chunk (state=3): >>>import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82eb40> <<< 61728 1726886048.17907: stdout chunk (state=3): >>>import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82c440> <<< 61728 1726886048.17933: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py <<< 61728 1726886048.17960: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' <<< 61728 1726886048.17990: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' <<< 61728 1726886048.18029: stdout chunk (state=3): >>>import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8685f0> <<< 61728 1726886048.18149: stdout chunk (state=3): >>>import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82c350> <<< 61728 1726886048.18170: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/luks.py <<< 61728 1726886048.18196: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' <<< 61728 1726886048.18240: stdout chunk (state=3): >>>import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a87a0f0> <<< 61728 1726886048.18268: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py <<< 61728 1726886048.18465: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' <<< 61728 1726886048.18519: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' <<< 61728 1726886048.18562: stdout chunk (state=3): >>>import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a893cb0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6d81a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py <<< 61728 1726886048.18644: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' <<< 61728 1726886048.18673: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6da4b0> <<< 61728 1726886048.18779: stdout chunk (state=3): >>>import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6d86b0> <<< 61728 1726886048.18816: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py <<< 61728 1726886048.18834: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7048f0> <<< 61728 1726886048.19188: stdout chunk (state=3): >>>import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a890590> <<< 61728 1726886048.19234: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py <<< 61728 1726886048.19266: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' <<< 61728 1726886048.19362: stdout chunk (state=3): >>>import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8907d0> <<< 61728 1726886048.19419: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76a960> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' <<< 61728 1726886048.19519: stdout chunk (state=3): >>>import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76b4a0> <<< 61728 1726886048.19524: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/optical.py <<< 61728 1726886048.19591: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76bfe0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7784a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' <<< 61728 1726886048.19659: stdout chunk (state=3): >>>import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a779370> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py <<< 61728 1726886048.19662: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' <<< 61728 1726886048.19764: stdout chunk (state=3): >>>import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a779c40> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad06e0> <<< 61728 1726886048.19789: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py <<< 61728 1726886048.19815: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' <<< 61728 1726886048.19967: stdout chunk (state=3): >>>import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a77a6c0> <<< 61728 1726886048.19970: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py <<< 61728 1726886048.20081: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py <<< 61728 1726886048.20085: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' <<< 61728 1726886048.20144: stdout chunk (state=3): >>>import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7a9070> <<< 61728 1726886048.20149: stdout chunk (state=3): >>>import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a79ad50> <<< 61728 1726886048.20198: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.20238: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available <<< 61728 1726886048.20487: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.20688: stdout chunk (state=3): >>>import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # <<< 61728 1726886048.20917: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.21081: stdout chunk (state=3): >>> {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": true, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} <<< 61728 1726886048.21111: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886048.22042: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path # clear sys.argv # clear sys.ps1 # clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii <<< 61728 1726886048.22073: stdout chunk (state=3): >>># cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref <<< 61728 1726886048.22114: stdout chunk (state=3): >>># cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil <<< 61728 1726886048.22118: stdout chunk (state=3): >>># destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text <<< 61728 1726886048.22143: stdout chunk (state=3): >>># 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora <<< 61728 1726886048.22186: stdout chunk (state=3): >>># destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi <<< 61728 1726886048.22212: stdout chunk (state=3): >>># cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize <<< 61728 1726886048.22245: stdout chunk (state=3): >>># cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task <<< 61728 1726886048.22272: stdout chunk (state=3): >>># cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid <<< 61728 1726886048.22314: stdout chunk (state=3): >>># cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator <<< 61728 1726886048.22917: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886048.22960: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 61728 1726886048.23027: stdout chunk (state=3): >>># destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime <<< 61728 1726886048.23040: stdout chunk (state=3): >>># destroy distro # destroy distro.distro # destroy argparse <<< 61728 1726886048.23094: stdout chunk (state=3): >>># cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk <<< 61728 1726886048.23152: stdout chunk (state=3): >>># destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis <<< 61728 1726886048.23157: stdout chunk (state=3): >>># cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto <<< 61728 1726886048.23211: stdout chunk (state=3): >>># cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json <<< 61728 1726886048.23274: stdout chunk (state=3): >>># cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev <<< 61728 1726886048.23398: stdout chunk (state=3): >>># cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository <<< 61728 1726886048.23475: stdout chunk (state=3): >>># cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize <<< 61728 1726886048.23563: stdout chunk (state=3): >>># cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # 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.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # 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 errno # cleanup[3] wiping fnmatch # cleanup[3] wiping importlib.util <<< 61728 1726886048.23634: stdout chunk (state=3): >>># 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 zipimport <<< 61728 1726886048.23697: stdout chunk (state=3): >>># destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886048.24364: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886048.24416: stdout chunk (state=3): >>># destroy linecache <<< 61728 1726886048.24434: stdout chunk (state=3): >>># destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi <<< 61728 1726886048.24446: stdout chunk (state=3): >>># destroy _struct <<< 61728 1726886048.24503: stdout chunk (state=3): >>># destroy blivet.devicelibs.disk <<< 61728 1726886048.24540: stdout chunk (state=3): >>># destroy pyudev <<< 61728 1726886048.24544: stdout chunk (state=3): >>># destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid <<< 61728 1726886048.24610: stdout chunk (state=3): >>># destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap <<< 61728 1726886048.24631: stdout chunk (state=3): >>># destroy fnmatch # destroy _hashlib # destroy shutil <<< 61728 1726886048.24720: stdout chunk (state=3): >>># destroy blivet.tasks.pvtask <<< 61728 1726886048.24838: stdout chunk (state=3): >>># destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib <<< 61728 1726886048.24844: stdout chunk (state=3): >>># destroy select # destroy json.scanner<<< 61728 1726886048.24910: stdout chunk (state=3): >>> # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # destroy _typing <<< 61728 1726886048.24938: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread <<< 61728 1726886048.25144: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886048.25206: stdout chunk (state=3): >>># destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks <<< 61728 1726886048.25679: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886048.26135: stderr chunk (state=3): >>><<< 61728 1726886048.26139: stdout chunk (state=3): >>><<< 61728 1726886048.26371: _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 0x7fb70cbb84d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70cb87b30> # /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 0x7fb70cbbaa50> 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 0x7fb70c969130> # /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 0x7fb70c96a120> 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 0x7fb70c9aff20> # /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 0x7fb70c9bc0b0> # /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 0x7fb70c9df950> # /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 0x7fb70c9dffe0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9bfbf0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9bd310> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9ad0d0> # /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 0x7fb70ca038c0> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca024e0> # /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 0x7fb70c9be300> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca00d10> # /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 0x7fb70ca30920> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9ac350> # /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 0x7fb70ca30dd0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca30c80> # 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 0x7fb70ca31070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c9a2e70> # /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 0x7fb70ca31760> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca31430> 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 0x7fb70ca32660> 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 0x7fb70ca4c890> 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 0x7fb70ca4dfd0> # /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 0x7fb70ca4ee40> # 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 0x7fb70ca4f4a0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca4e3c0> # /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 0x7fb70ca4ff20> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca4f650> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca326c0> # /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 0x7fb70c787dd0> # /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 0x7fb70c7b0890> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b05f0> # 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 0x7fb70c7b0830> # /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 0x7fb70c7b1160> # 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 0x7fb70c7b1a90> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b0a40> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c785f70> # /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 0x7fb70c7b2ea0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b1be0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ca32db0> # /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 0x7fb70c7db1a0> # /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 0x7fb70c803560> # /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 0x7fb70c860380> # /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 0x7fb70c862ae0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c8604a0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c82d370> # /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 0x7fb70c129430> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c802360> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c7b3d70> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fb70c802960> # zipimport: found 37 names in '/tmp/ansible_fedora.linux_system_roles.blivet_payload_sws8ta3b/ansible_fedora.linux_system_roles.blivet_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 0x7fb70c17b1a0> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c15e090> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c15d1f0> # 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 0x7fb70c179070> # /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 0x7fb70c1aab70> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1aa930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1aa240> # /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 0x7fb70c1aaa80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c17be30> 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 0x7fb70c1ab7d0> # 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 0x7fb70c1ab9e0> # /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 0x7fb70c1abef0> 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 0x7fb70c019c10> # 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 0x7fb70c01b830> # /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 0x7fb70c01c170> # /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 0x7fb70c01d040> # /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 0x7fb70c01fd70> # 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 0x7fb70c9a2f60> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01e090> # /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 0x7fb70c027bc0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c026690> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c0263f0> # /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 0x7fb70c026960> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c01e570> # 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 0x7fb70c06bdd0> # /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 0x7fb70c06be30> # /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 0x7fb70c06d9a0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06d760> # /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 0x7fb70c06fef0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06e090> # /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 0x7fb70c073650> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06ffe0> # 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 0x7fb70c074410> # 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 0x7fb70c074440> # 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 0x7fb70c074a10> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c06c080> # /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 0x7fb70bf00140> # 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 0x7fb70bf010d0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c0768d0> # 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 0x7fb70c077c50> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c076510> # 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 0x7fb70bf05250> # /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 0x7fb70bf060f0> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf01520> 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 0x7fb70bf06180> # 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 0x7fb70bf072c0> # 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 0x7fb70bf11f40> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf0fec0> 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 0x7fb70c0028a0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c1e2570> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf12120> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf11cd0> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.modules' # # zipimport: zlib available # zipimport: zlib available # /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 0x7fb70bb9cb90> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf8bfb0> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bf89940> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bfa4350> # zipimport: zlib available # /usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/arch.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/arch.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/storage_log.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/storage_log.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/flags.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/flags.cpython-312.pyc' import 'blivet.flags' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae750> import 'blivet.storage_log' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae360> # /usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/util.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/util.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/glob.py # code object from '/usr/lib64/python3.12/__pycache__/glob.cpython-312.pyc' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd0e90> # /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 0x7fb70bbd20f0> # 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 0x7fb70bbd1a00> import 'decimal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd1850> # /usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/errors.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/errors.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/i18n.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/i18n.cpython-312.pyc' import 'blivet.i18n' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd46b0> import 'blivet.errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd4440> # /usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/safe_dbus.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/safe_dbus.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/__init__.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib/python3.12/site-packages/gi # /usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_error.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_error.cpython-312.pyc' import 'gi._error' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd64e0> # extension module 'gi._gi' loaded from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' # extension module 'gi._gi' executed from '/usr/lib64/python3.12/site-packages/gi/_gi.cpython-312-x86_64-linux-gnu.so' import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70bbd6270> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd5b20> # /usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/repository/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/repository/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/importer.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/importer.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/module.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/module.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/types.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/types.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_constants.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_constants.cpython-312.pyc' import 'gi._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9280> # /usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/docstring.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/docstring.cpython-312.pyc' import 'gi.docstring' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9640> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_propertyhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_propertyhelper.cpython-312.pyc' import 'gi._propertyhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd9a30> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_signalhelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_signalhelper.cpython-312.pyc' import 'gi._signalhelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbda210> import 'gi.types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd88f0> import 'gi.module' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd83e0> # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/__init__.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/__init__.cpython-312.pyc' # possible namespace for /usr/lib64/python3.12/site-packages/gi/overrides import 'gi.overrides' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbda990> import 'gi.importer' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd7ef0> import 'gi.repository' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd7e60> # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GLib.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GLib.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_ossighelper.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_ossighelper.cpython-312.pyc' import 'gi._ossighelper' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1d070> # /usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/_option.py # code object from '/usr/lib64/python3.12/site-packages/gi/__pycache__/_option.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc matches /usr/lib64/python3.12/optparse.py # code object from '/usr/lib64/python3.12/__pycache__/optparse.cpython-312.pyc' import 'optparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1df10> import 'gi._option' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc1d5e0> import 'gi.overrides.GLib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbdb320> import 'gi.repository.GLib' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/GObject.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/GObject.cpython-312.pyc' import 'gi.overrides.GObject' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc268d0> import 'gi.repository.GObject' # # destroy gi.repository.GModule import 'gi.repository.GModule' # # /usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc matches /usr/lib/python3.12/site-packages/gi/overrides/Gio.py # code object from '/usr/lib/python3.12/site-packages/gi/overrides/__pycache__/Gio.cpython-312.pyc' import 'gi.overrides.Gio' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc2c0b0> import 'gi.repository.Gio' # import 'blivet.safe_dbus' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbd5010> # /usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/gi/overrides/BlockDev.py # code object from '/usr/lib64/python3.12/site-packages/gi/overrides/__pycache__/BlockDev.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/__init__.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/bytesize/bytesize.py # code object from '/usr/lib64/python3.12/site-packages/bytesize/__pycache__/bytesize.cpython-312.pyc' import 'bytesize.bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bab9eb0> import 'bytesize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bab96d0> import 'gi.overrides.BlockDev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc2be90> import 'gi.repository.BlockDev' # import 'blivet.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbae900> import 'blivet.arch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bbad700> import 'blivet' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70c076000> # /usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/callbacks.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/callbacks.cpython-312.pyc' import 'blivet.callbacks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bace810> # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/__init__.cpython-312.pyc' import 'blivet.devicelibs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad05c0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lib.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lib.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/udev.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/udev.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_errors.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_errors.cpython-312.pyc' import 'pyudev._errors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad3d70> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_util.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/_util.cpython-312.pyc' import 'pyudev._util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad4350> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/core.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/core.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libc.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libc.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/_errorcheckers.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/_errorcheckers.cpython-312.pyc' import 'pyudev._ctypeslib._errorcheckers' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5400> import 'pyudev._ctypeslib.libc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad52b0> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/libudev.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/libudev.cpython-312.pyc' import 'pyudev._ctypeslib.libudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad56a0> import 'pyudev._ctypeslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5010> # /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_ctypeslib/utils.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_ctypeslib/__pycache__/utils.cpython-312.pyc' # /usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/util.py # code object from '/usr/lib64/python3.12/ctypes/__pycache__/util.cpython-312.pyc' import 'ctypes.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5b80> import 'pyudev._ctypeslib.utils' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad59d0> # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/device/_device.py # code object from '/usr/lib/python3.12/site-packages/pyudev/device/__pycache__/_device.cpython-312.pyc' import 'pyudev.device._device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5ee0> import 'pyudev.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad5be0> import 'pyudev.core' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad47a0> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/discover.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/discover.cpython-312.pyc' import 'pyudev.discover' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad4e30> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/monitor.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/monitor.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/__init__.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/pipe.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/pipe.cpython-312.pyc' import 'pyudev._os.pipe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9e80> # /usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/_os/poll.py # code object from '/usr/lib/python3.12/site-packages/pyudev/_os/__pycache__/poll.cpython-312.pyc' import 'pyudev._os.poll' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada210> import 'pyudev._os' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9be0> import 'pyudev.monitor' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad9250> # /usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc matches /usr/lib/python3.12/site-packages/pyudev/version.py # code object from '/usr/lib/python3.12/site-packages/pyudev/__pycache__/version.cpython-312.pyc' import 'pyudev.version' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada390> import 'pyudev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad3a10> # /usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/size.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/size.cpython-312.pyc' import 'blivet.size' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bada420> import 'blivet.udev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad1580> import 'blivet.devices.lib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad0c50> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/device.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/device.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc matches /usr/lib64/python3.12/pprint.py # code object from '/usr/lib64/python3.12/__pycache__/pprint.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc matches /usr/lib64/python3.12/dataclasses.py # code object from '/usr/lib64/python3.12/__pycache__/dataclasses.cpython-312.pyc' import 'dataclasses' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae2600> import 'pprint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae1430> # /usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/threads.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/threads.cpython-312.pyc' import 'blivet.threads' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae27e0> import 'blivet.devices.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad1310> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/storage.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/storage.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/__init__.cpython-312.pyc' import 'blivet.tasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc67ad0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsinfo.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsinfo.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/availability.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/availability.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/stratis.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/lvm_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/lvm_info.cpython-312.pyc' import 'blivet.static_data.lvm_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf0710> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/luks_data.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/luks_data.cpython-312.pyc' import 'blivet.static_data.luks_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf0ef0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/mpath_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/mpath_info.cpython-312.pyc' import 'blivet.static_data.mpath_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf14c0> # /usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/static_data/stratis_info.py # code object from '/usr/lib/python3.12/site-packages/blivet/static_data/__pycache__/stratis_info.cpython-312.pyc' import 'blivet.static_data.stratis_info' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf17f0> import 'blivet.static_data' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70aaf05c0> import 'blivet.devicelibs.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb17d40> import 'blivet.tasks.availability' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb14ce0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fstask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fstask.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/task.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/task.cpython-312.pyc' import 'blivet.tasks.task' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04500> import 'blivet.tasks.fstask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb15160> import 'blivet.tasks.fsinfo' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb14680> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsresize.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/dfresize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/dfresize.cpython-312.pyc' import 'blivet.tasks.dfresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04ad0> import 'blivet.tasks.fsresize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bb15070> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssize.cpython-312.pyc' import 'blivet.tasks.fssize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab04350> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsck.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsck.cpython-312.pyc' import 'blivet.tasks.fsck' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab05070> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsminsize.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsminsize.cpython-312.pyc' import 'blivet.tasks.fsminsize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab05850> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/biosboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/biosboot.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/__init__.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/__init__.cpython-312.pyc' # extension module '_ped' loaded from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' # extension module '_ped' executed from '/usr/lib64/python3.12/site-packages/_ped.cpython-312-x86_64-linux-gnu.so' import '_ped' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70ab2d250> # /usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/alignment.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/alignment.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/decorators.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/decorators.cpython-312.pyc' import 'parted.decorators' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2e2d0> import 'parted.alignment' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2dca0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/constraint.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/constraint.cpython-312.pyc' import 'parted.constraint' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2e690> # /usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/device.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/device.cpython-312.pyc' import 'parted.device' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab2f230> # /usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/disk.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/disk.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/cachedlist.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/cachedlist.cpython-312.pyc' import 'parted.cachedlist' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8ddf40> import 'parted.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8dcc20> # /usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/filesystem.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/filesystem.cpython-312.pyc' import 'parted.filesystem' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8df3b0> # /usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/geometry.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/geometry.cpython-312.pyc' import 'parted.geometry' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a900710> # /usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/parted/partition.py # code object from '/usr/lib64/python3.12/site-packages/parted/__pycache__/partition.cpython-312.pyc' import 'parted.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a901550> import 'parted' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab22570> import 'blivet.formats.biosboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab221e0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/disklabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/disklabel.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/__init__.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/__init__.cpython-312.pyc' import 'blivet.events' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a903b00> # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/manager.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/manager.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/events/changes.py # code object from '/usr/lib/python3.12/site-packages/blivet/events/__pycache__/changes.cpython-312.pyc' import 'blivet.events.changes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a92c4a0> import 'blivet.events.manager' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a903950> import 'blivet.formats.disklabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a902fc0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/dmraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/dmraid.cpython-312.pyc' import 'blivet.formats.dmraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ccb0> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fslib.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fslib.cpython-312.pyc' import 'blivet.formats.fslib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ce00> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/fs.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/fs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fslabeling.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fslabeling.cpython-312.pyc' import 'blivet.tasks.fslabeling' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9645c0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmkfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmkfs.cpython-312.pyc' import 'blivet.tasks.fsmkfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a964cb0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsmount.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsmount.cpython-312.pyc' import 'blivet.tasks.fsmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965640> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsreadlabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsreadlabel.cpython-312.pyc' import 'blivet.tasks.fsreadlabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965ac0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fssync.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fssync.cpython-312.pyc' import 'blivet.tasks.fssync' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a965fd0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fsuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fsuuid.cpython-312.pyc' import 'blivet.tasks.fsuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966300> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswritelabel.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswritelabel.cpython-312.pyc' import 'blivet.tasks.fswritelabel' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9668d0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/fswriteuuid.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/fswriteuuid.cpython-312.pyc' import 'blivet.tasks.fswriteuuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966ae0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fstab.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fstab.cpython-312.pyc' # /usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/libmount/__init__.py # code object from '/usr/lib64/python3.12/site-packages/libmount/__pycache__/__init__.cpython-312.pyc' # extension module 'libmount.pylibmount' loaded from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' # extension module 'libmount.pylibmount' executed from '/usr/lib64/python3.12/site-packages/libmount/pylibmount.so' import 'libmount.pylibmount' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fb70a967da0> import 'libmount' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a967c20> import 'blivet.fstab' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a966cc0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/mounts.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/mounts.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/btrfs.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/raid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/raid.cpython-312.pyc' import 'blivet.devicelibs.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a998ad0> import 'blivet.devicelibs.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9986e0> import 'blivet.mounts' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9981a0> import 'blivet.formats.fs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94d340> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/luks.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/crypto.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/crypto.cpython-312.pyc' import 'blivet.devicelibs.crypto' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9605f0> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/lukstasks.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/lukstasks.cpython-312.pyc' import 'blivet.tasks.lukstasks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a9609e0> import 'blivet.formats.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a94ef90> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/lvmpv.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/lvmpv.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/lvm.cpython-312.pyc' import 'blivet.devicelibs.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963a10> # /usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/tasks/pvtask.py # code object from '/usr/lib/python3.12/site-packages/blivet/tasks/__pycache__/pvtask.cpython-312.pyc' import 'blivet.tasks.pvtask' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963bc0> import 'blivet.formats.lvmpv' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a963110> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/mdraid.cpython-312.pyc' import 'blivet.formats.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e6030> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/multipath.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/multipath.cpython-312.pyc' import 'blivet.formats.multipath' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e7470> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/prepboot.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/prepboot.cpython-312.pyc' import 'blivet.formats.prepboot' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7e7c50> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/swap.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/swap.cpython-312.pyc' import 'blivet.formats.swap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7f8530> # /usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/formats/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/formats/__pycache__/stratis.cpython-312.pyc' import 'blivet.formats.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7fa300> import 'blivet.formats' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bc66000> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/network.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/network.cpython-312.pyc' import 'blivet.devices.network' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70ab21e80> import 'blivet.devices.storage' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bae6cc0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/disk.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/disk.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/disk.cpython-312.pyc' import 'blivet.devicelibs.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82d4f0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/fcoe.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/fcoe.cpython-312.pyc' import 'blivet.fcoe' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82e330> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/dm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/dm.cpython-312.pyc' import 'blivet.devices.dm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82eb40> import 'blivet.devices.disk' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82c440> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/partition.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/partition.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/gpt.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/gpt.cpython-312.pyc' import 'blivet.devicelibs.gpt' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8685f0> import 'blivet.devices.partition' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a82c350> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/luks.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/luks.cpython-312.pyc' import 'blivet.devices.luks' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a87a0f0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/lvm.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/lvm.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/container.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/container.cpython-312.pyc' import 'blivet.devices.container' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a893cb0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/raid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/raid.cpython-312.pyc' import 'blivet.devices.raid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6d81a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/md.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/md.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicelibs/mdraid.py # code object from '/usr/lib/python3.12/site-packages/blivet/devicelibs/__pycache__/mdraid.cpython-312.pyc' import 'blivet.devicelibs.mdraid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6da4b0> import 'blivet.devices.md' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a6d86b0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/cache.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/cache.cpython-312.pyc' import 'blivet.devices.cache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7048f0> import 'blivet.devices.lvm' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a890590> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/btrfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/btrfs.cpython-312.pyc' import 'blivet.devices.btrfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a8907d0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/file.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/file.cpython-312.pyc' import 'blivet.devices.file' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76a960> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/loop.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/loop.cpython-312.pyc' import 'blivet.devices.loop' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76b4a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/optical.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/optical.cpython-312.pyc' import 'blivet.devices.optical' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a76bfe0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nodev.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nodev.cpython-312.pyc' import 'blivet.devices.nodev' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7784a0> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/nfs.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/nfs.cpython-312.pyc' import 'blivet.devices.nfs' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a779370> # /usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devices/stratis.py # code object from '/usr/lib/python3.12/site-packages/blivet/devices/__pycache__/stratis.cpython-312.pyc' import 'blivet.devices.stratis' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a779c40> import 'blivet.devices' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70bad06e0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/deviceaction.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/deviceaction.cpython-312.pyc' import 'blivet.deviceaction' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a77a6c0> # /usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/devicefactory.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/devicefactory.cpython-312.pyc' # /usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc matches /usr/lib/python3.12/site-packages/blivet/partitioning.py # code object from '/usr/lib/python3.12/site-packages/blivet/__pycache__/partitioning.cpython-312.pyc' import 'blivet.partitioning' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a7a9070> import 'blivet.devicefactory' # <_frozen_importlib_external.SourceFileLoader object at 0x7fb70a79ad50> # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr' # # zipimport: zlib available # zipimport: zlib available import 'ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator' # # zipimport: zlib available {"changed": false, "actions": [], "leaves": [], "mounts": [], "crypts": [], "pools": [], "volumes": [], "packages": [], "invocation": {"module_args": {"pools": [], "volumes": [], "use_partitions": null, "disklabel_type": null, "pool_defaults": {"state": "present", "type": "lvm", "disks": [], "volumes": [], "grow_to_fill": false, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_metadata_version": null, "shared": false}, "volume_defaults": {"state": "present", "type": "lvm", "size": 0, "disks": [], "fs_type": "xfs", "fs_label": "", "fs_create_options": "", "fs_overwrite_existing": true, "mount_point": "", "mount_options": "defaults", "mount_check": 0, "mount_passno": 0, "mount_device_identifier": "uuid", "raid_level": null, "raid_device_count": null, "raid_spare_count": null, "raid_chunk_size": null, "raid_stripe_size": null, "raid_metadata_version": null, "encryption": false, "encryption_password": null, "encryption_key": null, "encryption_cipher": null, "encryption_key_size": null, "encryption_luks_version": null, "compression": null, "deduplication": null, "vdo_pool_size": null, "thin": null, "thin_pool_name": null, "thin_pool_size": null, "cached": false, "cache_size": 0, "cache_mode": null, "cache_devices": []}, "safe_mode": true, "packages_only": false, "diskvolume_mkfs_option_map": {}}}} # 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 # 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 # 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 # 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 # 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_collections # destroy ansible_collections # cleanup[2] removing ansible_collections.fedora # destroy ansible_collections.fedora # cleanup[2] removing ansible_collections.fedora.linux_system_roles # destroy ansible_collections.fedora.linux_system_roles # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins # destroy ansible_collections.fedora.linux_system_roles.plugins # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.modules # destroy ansible_collections.fedora.linux_system_roles.plugins.modules # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing blivet.flags # cleanup[2] removing blivet.storage_log # cleanup[2] removing glob # cleanup[2] removing numbers # destroy numbers # cleanup[2] removing _decimal # cleanup[2] removing decimal # destroy decimal # cleanup[2] removing blivet.i18n # cleanup[2] removing blivet.errors # cleanup[2] removing gi._error # cleanup[2] removing gi._gi # cleanup[2] removing gi._gobject # cleanup[2] removing glib # destroy glib # cleanup[2] removing gobject # destroy gobject # cleanup[2] removing gio # destroy gio # cleanup[2] removing gtk # destroy gtk # cleanup[2] removing gtk.gdk # destroy gtk.gdk # cleanup[2] removing gi # cleanup[2] removing gi._constants # cleanup[2] removing gi.docstring # cleanup[2] removing gi._propertyhelper # cleanup[2] removing gi._signalhelper # cleanup[2] removing gi.types # cleanup[2] removing gi.module # cleanup[2] removing gi.overrides # cleanup[2] removing gi.importer # cleanup[2] removing gi.repository # cleanup[2] removing gi._ossighelper # cleanup[2] removing optparse # cleanup[2] removing gi._option # cleanup[2] removing gi.overrides.GLib # cleanup[2] removing gi.repository.GLib # cleanup[2] removing gi.overrides.GObject # cleanup[2] removing gi.repository.GObject # cleanup[2] removing gi.overrides.Gio # cleanup[2] removing gi.repository.Gio # cleanup[2] removing blivet.safe_dbus # cleanup[2] removing bytesize.bytesize # cleanup[2] removing bytesize # destroy bytesize # cleanup[2] removing gi.overrides.BlockDev # cleanup[2] removing gi.repository.BlockDev # cleanup[2] removing blivet.util # cleanup[2] removing blivet.arch # cleanup[2] removing blivet # destroy blivet # cleanup[2] removing blivet.callbacks # cleanup[2] removing blivet.devicelibs # cleanup[2] removing pyudev._errors # cleanup[2] removing pyudev._util # cleanup[2] removing pyudev._ctypeslib._errorcheckers # cleanup[2] removing pyudev._ctypeslib.libc # cleanup[2] removing pyudev._ctypeslib.libudev # cleanup[2] removing pyudev._ctypeslib # cleanup[2] removing ctypes.util # cleanup[2] removing pyudev._ctypeslib.utils # cleanup[2] removing pyudev.device._device # cleanup[2] removing pyudev.device # cleanup[2] removing pyudev.core # cleanup[2] removing pyudev.discover # cleanup[2] removing pyudev._os.pipe # cleanup[2] removing pyudev._os.poll # cleanup[2] removing pyudev._os # cleanup[2] removing pyudev.monitor # cleanup[2] removing pyudev.version # cleanup[2] removing pyudev # cleanup[2] removing blivet.size # cleanup[2] removing blivet.udev # cleanup[2] removing blivet.devices.lib # cleanup[2] removing dataclasses # cleanup[2] removing pprint # cleanup[2] removing blivet.threads # cleanup[2] removing blivet.devices.device # cleanup[2] removing blivet.tasks # cleanup[2] removing blivet.static_data.lvm_info # cleanup[2] removing blivet.static_data.luks_data # destroy blivet.static_data.luks_data # cleanup[2] removing blivet.static_data.mpath_info # cleanup[2] removing blivet.static_data.stratis_info # destroy blivet.static_data.stratis_info # cleanup[2] removing blivet.static_data # cleanup[2] removing blivet.devicelibs.stratis # cleanup[2] removing blivet.tasks.availability # cleanup[2] removing blivet.tasks.task # cleanup[2] removing blivet.tasks.fstask # cleanup[2] removing blivet.tasks.fsinfo # cleanup[2] removing blivet.tasks.dfresize # cleanup[2] removing blivet.tasks.fsresize # cleanup[2] removing blivet.tasks.fssize # cleanup[2] removing blivet.tasks.fsck # cleanup[2] removing blivet.tasks.fsminsize # cleanup[2] removing _ped # cleanup[2] removing parted.decorators # cleanup[2] removing parted.alignment # cleanup[2] removing parted.constraint # cleanup[2] removing parted.device # cleanup[2] removing parted.cachedlist # cleanup[2] removing parted.disk # cleanup[2] removing parted.filesystem # cleanup[2] removing parted.geometry # cleanup[2] removing parted.partition # cleanup[2] removing blivet.formats.biosboot # cleanup[2] removing blivet.events # cleanup[2] removing blivet.events.changes # cleanup[2] removing blivet.events.manager # cleanup[2] removing blivet.formats.disklabel # cleanup[2] removing blivet.formats.dmraid # cleanup[2] removing blivet.formats.fslib # cleanup[2] removing blivet.tasks.fslabeling # cleanup[2] removing blivet.tasks.fsmkfs # cleanup[2] removing blivet.tasks.fsmount # cleanup[2] removing blivet.tasks.fsreadlabel # cleanup[2] removing blivet.tasks.fssync # cleanup[2] removing blivet.tasks.fsuuid # cleanup[2] removing blivet.tasks.fswritelabel # cleanup[2] removing blivet.tasks.fswriteuuid # cleanup[2] removing libmount.pylibmount # cleanup[2] removing libmount # destroy libmount # cleanup[2] removing blivet.fstab # cleanup[2] removing blivet.devicelibs.raid # cleanup[2] removing blivet.devicelibs.btrfs # cleanup[2] removing blivet.mounts # cleanup[2] removing blivet.formats.fs # cleanup[2] removing blivet.devicelibs.crypto # cleanup[2] removing blivet.tasks.lukstasks # cleanup[2] removing blivet.formats.luks # cleanup[2] removing blivet.devicelibs.lvm # cleanup[2] removing blivet.tasks.pvtask # cleanup[2] removing blivet.formats.lvmpv # cleanup[2] removing blivet.formats.mdraid # cleanup[2] removing blivet.formats.multipath # cleanup[2] removing blivet.formats.prepboot # cleanup[2] removing blivet.formats.swap # cleanup[2] removing blivet.formats.stratis # cleanup[2] removing blivet.formats # cleanup[2] removing blivet.devices.network # cleanup[2] removing blivet.devices.storage # cleanup[2] removing blivet.devicelibs.disk # cleanup[2] removing blivet.fcoe # cleanup[2] removing blivet.devices.dm # cleanup[2] removing blivet.devices.disk # cleanup[2] removing blivet.devicelibs.gpt # cleanup[2] removing blivet.devices.partition # cleanup[2] removing blivet.devices.luks # cleanup[2] removing blivet.devices.container # cleanup[2] removing blivet.devices.raid # cleanup[2] removing blivet.devicelibs.mdraid # cleanup[2] removing blivet.devices.md # cleanup[2] removing blivet.devices.cache # cleanup[2] removing blivet.devices.lvm # cleanup[2] removing blivet.devices.btrfs # cleanup[2] removing blivet.devices.file # cleanup[2] removing blivet.devices.loop # cleanup[2] removing blivet.devices.optical # cleanup[2] removing blivet.devices.nodev # cleanup[2] removing blivet.devices.nfs # cleanup[2] removing blivet.devices.stratis # cleanup[2] removing blivet.devices # cleanup[2] removing blivet.deviceaction # cleanup[2] removing blivet.partitioning # cleanup[2] removing blivet.devicefactory # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr # cleanup[2] removing ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy ansible_collections.fedora.linux_system_roles.plugins.module_utils.storage_lsr.argument_validator # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy ansible.module_utils.compat.selinux # destroy grp # destroy pwd # destroy datetime # destroy distro # destroy distro.distro # destroy argparse # cleanup[3] wiping blivet.devicefactory # cleanup[3] wiping blivet.partitioning # cleanup[3] wiping blivet.deviceaction # cleanup[3] wiping blivet.devices # destroy blivet.devices.lib # destroy blivet.devices.device # destroy blivet.devices.network # destroy blivet.devices.storage # destroy blivet.devices.dm # destroy blivet.devices.disk # destroy blivet.devices.partition # destroy blivet.devices.luks # destroy blivet.devices.container # destroy blivet.devices.raid # destroy blivet.devices.md # destroy blivet.devices.cache # destroy blivet.devices.lvm # destroy blivet.devices.btrfs # destroy blivet.devices.file # destroy blivet.devices.loop # destroy blivet.devices.optical # destroy blivet.devices.nodev # destroy blivet.devices.nfs # destroy blivet.devices.stratis # cleanup[3] wiping blivet.devicelibs.mdraid # cleanup[3] wiping blivet.devicelibs.gpt # cleanup[3] wiping blivet.fcoe # cleanup[3] wiping blivet.devicelibs.disk # cleanup[3] wiping blivet.formats # destroy blivet.formats.biosboot # destroy blivet.formats.disklabel # destroy blivet.formats.dmraid # destroy blivet.formats.fs # destroy blivet.formats.luks # destroy blivet.formats.lvmpv # destroy blivet.formats.mdraid # destroy blivet.formats.multipath # destroy blivet.formats.prepboot # destroy blivet.formats.swap # destroy blivet.formats.stratis # cleanup[3] wiping blivet.tasks.pvtask # cleanup[3] wiping blivet.devicelibs.lvm # cleanup[3] wiping blivet.tasks.lukstasks # cleanup[3] wiping blivet.devicelibs.crypto # cleanup[3] wiping blivet.mounts # cleanup[3] wiping blivet.devicelibs.btrfs # cleanup[3] wiping blivet.devicelibs.raid # cleanup[3] wiping blivet.fstab # cleanup[3] wiping libmount.pylibmount # cleanup[3] wiping blivet.tasks.fswriteuuid # cleanup[3] wiping blivet.tasks.fswritelabel # cleanup[3] wiping blivet.tasks.fsuuid # cleanup[3] wiping blivet.tasks.fssync # cleanup[3] wiping blivet.tasks.fsreadlabel # cleanup[3] wiping blivet.tasks.fsmount # destroy blivet.formats.fslib # cleanup[3] wiping blivet.tasks.fsmkfs # destroy shlex # cleanup[3] wiping blivet.tasks.fslabeling # cleanup[3] wiping blivet.events.manager # cleanup[3] wiping blivet.events.changes # cleanup[3] wiping blivet.events # destroy blivet.events.changes # destroy blivet.events.manager # cleanup[3] wiping parted.partition # cleanup[3] wiping parted.geometry # cleanup[3] wiping parted.filesystem # cleanup[3] wiping parted.disk # cleanup[3] wiping parted.cachedlist # cleanup[3] wiping parted.device # cleanup[3] wiping parted.constraint # cleanup[3] wiping parted.alignment # cleanup[3] wiping parted.decorators # cleanup[3] wiping _ped # cleanup[3] wiping blivet.tasks.fsminsize # cleanup[3] wiping blivet.tasks.fsck # cleanup[3] wiping blivet.tasks.fssize # cleanup[3] wiping blivet.tasks.fsresize # cleanup[3] wiping blivet.tasks.dfresize # cleanup[3] wiping blivet.tasks.fsinfo # cleanup[3] wiping blivet.tasks.fstask # cleanup[3] wiping blivet.tasks.task # cleanup[3] wiping blivet.tasks.availability # cleanup[3] wiping blivet.devicelibs.stratis # destroy json # cleanup[3] wiping blivet.static_data # destroy blivet.static_data.lvm_info # destroy blivet.static_data.mpath_info # cleanup[3] wiping blivet.tasks # destroy blivet.tasks.task # destroy blivet.tasks.fstask # destroy blivet.tasks.dfresize # cleanup[3] wiping blivet.threads # cleanup[3] wiping pprint # destroy dataclasses # cleanup[3] wiping blivet.udev # cleanup[3] wiping blivet.size # destroy bytesize.bytesize # cleanup[3] wiping pyudev # destroy pyudev._errors # destroy pyudev._util # destroy pyudev._ctypeslib # destroy pyudev._ctypeslib._errorcheckers # destroy pyudev._ctypeslib.libc # destroy pyudev._ctypeslib.libudev # destroy pyudev._ctypeslib.utils # destroy pyudev._os # destroy pyudev.device # destroy pyudev.device._device # destroy pyudev.core # destroy pyudev.discover # destroy pyudev.monitor # destroy pyudev.version # cleanup[3] wiping pyudev._os.poll # cleanup[3] wiping pyudev._os.pipe # cleanup[3] wiping ctypes.util # cleanup[3] wiping blivet.devicelibs # destroy blivet.devicelibs.gpt # cleanup[3] wiping blivet.callbacks # cleanup[3] wiping blivet.arch # cleanup[3] wiping blivet.util # destroy glob # destroy subprocess # destroy hashlib # destroy selinux # cleanup[3] wiping gi.repository.BlockDev # cleanup[3] wiping gi.overrides.BlockDev # cleanup[3] wiping blivet.safe_dbus # cleanup[3] wiping gi.repository.Gio # cleanup[3] wiping gi.overrides.Gio # cleanup[3] wiping gi.repository.GObject # cleanup[3] wiping gi.overrides.GObject # cleanup[3] wiping gi.repository.GLib # cleanup[3] wiping gi.overrides.GLib # cleanup[3] wiping gi._option # destroy optparse # cleanup[3] wiping gi._ossighelper # destroy socket # cleanup[3] wiping gi.repository # destroy gi.repository.GObject # destroy gi.repository.Gio # cleanup[3] wiping gi.importer # cleanup[3] wiping gi.overrides # destroy gi.overrides.GLib # destroy gi.overrides.GObject # destroy gi.overrides.Gio # destroy gi.overrides.BlockDev # cleanup[3] wiping gi.module # cleanup[3] wiping gi.types # cleanup[3] wiping gi._signalhelper # cleanup[3] wiping gi._propertyhelper # cleanup[3] wiping gi.docstring # cleanup[3] wiping gi._constants # cleanup[3] wiping gi # destroy gi._error # destroy gi._gobject # destroy gi._constants # destroy gi._propertyhelper # destroy gi._signalhelper # destroy gi._ossighelper # destroy gi._option # destroy gi.types # destroy gi.docstring # destroy gi.module # destroy gi.overrides # destroy gi.importer # destroy gi.repository # cleanup[3] wiping gi._gi # cleanup[3] wiping blivet.errors # cleanup[3] wiping blivet.i18n # cleanup[3] wiping _decimal # cleanup[3] wiping blivet.storage_log # cleanup[3] wiping blivet.flags # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping gettext # cleanup[3] wiping selinux._selinux # cleanup[3] wiping copy # cleanup[3] wiping ctypes # destroy ctypes._endian # destroy ctypes.util # 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 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 traceback # cleanup[3] wiping _string # cleanup[3] wiping uuid # cleanup[3] wiping _uuid # destroy _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping syslog # cleanup[3] wiping textwrap # cleanup[3] wiping linecache # destroy tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping _posixsubprocess # cleanup[3] wiping signal # cleanup[3] wiping selectors # cleanup[3] wiping select # cleanup[3] wiping platform # 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.encoder # cleanup[3] wiping json.decoder # cleanup[3] wiping json.scanner # cleanup[3] wiping _json # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping tempfile # destroy weakref # cleanup[3] wiping random # 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 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 _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping 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 _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping _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 zipimport # destroy _frozen_importlib_external # cleanup[3] wiping time # cleanup[3] wiping posix # cleanup[3] wiping marshal # destroy marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # destroy _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy libmount.pylibmount # destroy decimal # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy linecache # destroy _collections_abc # destroy _weakref # destroy zipimport # destroy gi._gi # destroy _struct # destroy blivet.devicelibs.disk # destroy pyudev # destroy blivet.devicelibs.mdraid # destroy blivet.devicelibs.raid # destroy genericpath # destroy re._parser # destroy _string # destroy signal # destroy threading # destroy fcntl # destroy _posixsubprocess # destroy selectors # destroy ansible.module_utils.six.moves.urllib # destroy array # destroy textwrap # destroy fnmatch # destroy _hashlib # destroy shutil # destroy blivet.tasks.pvtask # destroy blivet.devicelibs.stratis # destroy tempfile # destroy uuid # destroy random # destroy blivet.tasks.fsck # destroy blivet.tasks.fsinfo # destroy blivet.tasks.fslabeling # destroy blivet.tasks.fsminsize # destroy blivet.tasks.fsmkfs # destroy blivet.tasks.fsmount # destroy blivet.tasks.fsreadlabel # destroy blivet.tasks.fsresize # destroy blivet.tasks.fssize # destroy blivet.tasks.fssync # destroy blivet.tasks.fsuuid # destroy blivet.tasks.fswritelabel # destroy blivet.tasks.fswriteuuid # destroy blivet.devicelibs.btrfs # destroy blivet.devicelibs.crypto # destroy blivet.tasks.lukstasks # destroy pprint # destroy blivet.devicelibs.lvm # destroy blivet.tasks.availability # destroy parted # destroy io # destroy _opcode # destroy _warnings # destroy posix # destroy _blake2 # destroy selinux._selinux # destroy pyudev._os.pipe # destroy pyudev._os.poll # destroy copyreg # destroy contextlib # destroy select # destroy json.scanner # destroy json.decoder # destroy json.encoder # destroy _json # destroy stat # 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 math # destroy platform # destroy _ped # destroy parted.decorators # destroy parted.alignment # destroy parted.constraint # destroy parted.device # destroy parted.cachedlist # destroy parted.disk # destroy parted.filesystem # destroy parted.geometry # destroy parted.partition # destroy operator # destroy ansible.module_utils.six.moves # destroy errno # destroy collections # destroy os # destroy copy # destroy types # destroy inspect # destroy keyword # destroy functools # destroy itertools # destroy abc # destroy _thread # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy _socket # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy _codecs # destroy re # destroy _random # destroy _operator # destroy _functools # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 closed. 61728 1726886048.28447: done with _execute_module (fedora.linux_system_roles.blivet, {'pools': [], 'volumes': [], 'use_partitions': None, 'disklabel_type': None, 'pool_defaults': {'state': 'present', 'type': 'lvm', 'disks': [], 'volumes': [], 'grow_to_fill': False, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_metadata_version': None, 'shared': False}, 'volume_defaults': {'state': 'present', 'type': 'lvm', 'size': 0, 'disks': [], 'fs_type': 'xfs', 'fs_label': '', 'fs_create_options': '', 'fs_overwrite_existing': True, 'mount_point': '', 'mount_options': 'defaults', 'mount_check': 0, 'mount_passno': 0, 'mount_device_identifier': 'uuid', 'raid_level': None, 'raid_device_count': None, 'raid_spare_count': None, 'raid_chunk_size': None, 'raid_stripe_size': None, 'raid_metadata_version': None, 'encryption': False, 'encryption_password': None, 'encryption_key': None, 'encryption_cipher': None, 'encryption_key_size': None, 'encryption_luks_version': None, 'compression': None, 'deduplication': None, 'vdo_pool_size': None, 'thin': None, 'thin_pool_name': None, 'thin_pool_size': None, 'cached': False, 'cache_size': 0, 'cache_mode': None, 'cache_devices': []}, 'safe_mode': True, '_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': 'fedora.linux_system_roles.blivet', '_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-1726886047.7556028-61959-180486989574741/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886048.28451: _low_level_execute_command(): starting 61728 1726886048.28454: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886047.7556028-61959-180486989574741/ > /dev/null 2>&1 && sleep 0' 61728 1726886048.28458: 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 <<< 61728 1726886048.28461: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886048.28468: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886048.28471: 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 <<< 61728 1726886048.28473: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886048.28475: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886048.28500: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.28507: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.28583: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.30762: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.30766: stdout chunk (state=3): >>><<< 61728 1726886048.30768: stderr chunk (state=3): >>><<< 61728 1726886048.30770: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886048.30772: handler run complete 61728 1726886048.30774: attempt loop complete, returning result 61728 1726886048.30776: _execute() done 61728 1726886048.30778: dumping result to json 61728 1726886048.30795: done dumping result, returning 61728 1726886048.30806: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state [0affc8a3-6f6f-cd4e-f8d4-00000000007d] 61728 1726886048.30811: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007d ok: [managed_node2] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } 61728 1726886048.31052: no more pending results, returning what we have 61728 1726886048.31058: results queue empty 61728 1726886048.31059: checking for any_errors_fatal 61728 1726886048.31064: done checking for any_errors_fatal 61728 1726886048.31065: checking for max_fail_percentage 61728 1726886048.31067: done checking for max_fail_percentage 61728 1726886048.31068: checking to see if all hosts have failed and the running result is not ok 61728 1726886048.31069: done checking to see if all hosts have failed 61728 1726886048.31069: getting the remaining hosts for this loop 61728 1726886048.31071: done getting the remaining hosts for this loop 61728 1726886048.31075: getting the next task for host managed_node2 61728 1726886048.31081: done getting next task for host managed_node2 61728 1726886048.31084: ^ task is: TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 61728 1726886048.31087: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886048.31098: getting variables 61728 1726886048.31100: in VariableManager get_vars() 61728 1726886048.31682: Calling all_inventory to load vars for managed_node2 61728 1726886048.31686: Calling groups_inventory to load vars for managed_node2 61728 1726886048.31690: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886048.31704: Calling all_plugins_play to load vars for managed_node2 61728 1726886048.31707: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886048.31715: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007d 61728 1726886048.31726: WORKER PROCESS EXITING 61728 1726886048.31721: Calling groups_plugins_play to load vars for managed_node2 61728 1726886048.33002: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886048.34288: done with get_vars() 61728 1726886048.34307: done getting variables 61728 1726886048.34601: Loading ActionModule 'command' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/command.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=False, class_only=True) TASK [fedora.linux_system_roles.storage : Workaround for udev issue on some platforms] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 Friday 20 September 2024 22:34:08 -0400 (0:00:00.677) 0:00:07.665 ****** 61728 1726886048.34636: entering _queue_task() for managed_node2/command 61728 1726886048.34638: Creating lock for command 61728 1726886048.35539: worker is 1 (out of 1 available) 61728 1726886048.35548: exiting _queue_task() for managed_node2/command 61728 1726886048.35562: done queuing things up, now waiting for results queue to drain 61728 1726886048.35563: waiting for pending results... 61728 1726886048.35884: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms 61728 1726886048.36015: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000007e 61728 1726886048.36032: variable 'ansible_search_path' from source: unknown 61728 1726886048.36037: variable 'ansible_search_path' from source: unknown 61728 1726886048.36071: calling self._execute() 61728 1726886048.36395: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886048.36401: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886048.36410: variable 'omit' from source: magic vars 61728 1726886048.37249: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886048.40439: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886048.40681: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886048.40685: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886048.40687: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886048.40690: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886048.40761: 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) 61728 1726886048.40928: 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) 61728 1726886048.40954: 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) 61728 1726886048.41230: 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) 61728 1726886048.41238: 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) 61728 1726886048.41606: Evaluated conditional (storage_udevadm_trigger | d(false)): False 61728 1726886048.41610: when evaluation is False, skipping this task 61728 1726886048.41613: _execute() done 61728 1726886048.41616: dumping result to json 61728 1726886048.41618: done dumping result, returning 61728 1726886048.41630: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Workaround for udev issue on some platforms [0affc8a3-6f6f-cd4e-f8d4-00000000007e] 61728 1726886048.41633: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007e 61728 1726886048.41835: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007e 61728 1726886048.41837: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } 61728 1726886048.41917: no more pending results, returning what we have 61728 1726886048.41921: results queue empty 61728 1726886048.41922: checking for any_errors_fatal 61728 1726886048.41936: done checking for any_errors_fatal 61728 1726886048.41937: checking for max_fail_percentage 61728 1726886048.41939: done checking for max_fail_percentage 61728 1726886048.41940: checking to see if all hosts have failed and the running result is not ok 61728 1726886048.41941: done checking to see if all hosts have failed 61728 1726886048.41942: getting the remaining hosts for this loop 61728 1726886048.41943: done getting the remaining hosts for this loop 61728 1726886048.41947: getting the next task for host managed_node2 61728 1726886048.41954: done getting next task for host managed_node2 61728 1726886048.41963: ^ task is: TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 61728 1726886048.41967: ^ 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=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886048.41980: getting variables 61728 1726886048.41982: in VariableManager get_vars() 61728 1726886048.42019: Calling all_inventory to load vars for managed_node2 61728 1726886048.42021: Calling groups_inventory to load vars for managed_node2 61728 1726886048.42023: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886048.42033: Calling all_plugins_play to load vars for managed_node2 61728 1726886048.42035: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886048.42038: Calling groups_plugins_play to load vars for managed_node2 61728 1726886048.43463: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886048.44870: done with get_vars() 61728 1726886048.44890: done getting variables TASK [fedora.linux_system_roles.storage : Check if /etc/fstab is present] ****** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 Friday 20 September 2024 22:34:08 -0400 (0:00:00.105) 0:00:07.771 ****** 61728 1726886048.45225: entering _queue_task() for managed_node2/stat 61728 1726886048.46447: worker is 1 (out of 1 available) 61728 1726886048.46464: exiting _queue_task() for managed_node2/stat 61728 1726886048.46475: done queuing things up, now waiting for results queue to drain 61728 1726886048.46476: waiting for pending results... 61728 1726886048.47000: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present 61728 1726886048.47362: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000007f 61728 1726886048.47366: variable 'ansible_search_path' from source: unknown 61728 1726886048.47369: variable 'ansible_search_path' from source: unknown 61728 1726886048.47372: calling self._execute() 61728 1726886048.47572: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886048.47576: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886048.47586: variable 'omit' from source: magic vars 61728 1726886048.47817: variable 'omit' from source: magic vars 61728 1726886048.47998: variable 'omit' from source: magic vars 61728 1726886048.48039: variable 'omit' from source: magic vars 61728 1726886048.48191: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886048.48238: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886048.48260: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886048.48429: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886048.48504: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886048.48508: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886048.48511: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886048.48514: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886048.48762: Set connection var ansible_timeout to 10 61728 1726886048.48768: Set connection var ansible_shell_executable to /bin/sh 61728 1726886048.48774: Set connection var ansible_pipelining to False 61728 1726886048.48779: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886048.48782: Set connection var ansible_connection to ssh 61728 1726886048.48784: Set connection var ansible_shell_type to sh 61728 1726886048.48816: variable 'ansible_shell_executable' from source: unknown 61728 1726886048.48819: variable 'ansible_connection' from source: unknown 61728 1726886048.48829: variable 'ansible_module_compression' from source: unknown 61728 1726886048.48831: variable 'ansible_shell_type' from source: unknown 61728 1726886048.48834: variable 'ansible_shell_executable' from source: unknown 61728 1726886048.48837: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886048.48839: variable 'ansible_pipelining' from source: unknown 61728 1726886048.49063: variable 'ansible_timeout' from source: unknown 61728 1726886048.49066: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886048.49387: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886048.49409: variable 'omit' from source: magic vars 61728 1726886048.49560: starting attempt loop 61728 1726886048.49564: running the handler 61728 1726886048.49567: _low_level_execute_command(): starting 61728 1726886048.49569: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886048.51165: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.51308: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.52997: stdout chunk (state=3): >>>/root <<< 61728 1726886048.53091: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.53130: stderr chunk (state=3): >>><<< 61728 1726886048.53148: stdout chunk (state=3): >>><<< 61728 1726886048.53171: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886048.53278: _low_level_execute_command(): starting 61728 1726886048.53283: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808 `" && echo ansible-tmp-1726886048.5317917-61991-113244475444808="` echo /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808 `" ) && sleep 0' 61728 1726886048.54102: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886048.54228: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.54472: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.54743: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.56650: stdout chunk (state=3): >>>ansible-tmp-1726886048.5317917-61991-113244475444808=/root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808 <<< 61728 1726886048.56812: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.56815: stdout chunk (state=3): >>><<< 61728 1726886048.56821: stderr chunk (state=3): >>><<< 61728 1726886048.56840: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886048.5317917-61991-113244475444808=/root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886048.56905: variable 'ansible_module_compression' from source: unknown 61728 1726886048.57362: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 61728 1726886048.57366: variable 'ansible_facts' from source: unknown 61728 1726886048.57622: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py 61728 1726886048.57831: Sending initial data 61728 1726886048.57844: Sent initial data (153 bytes) 61728 1726886048.59078: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886048.59162: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886048.59281: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886048.59349: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.59398: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.59474: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.61045: 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 <<< 61728 1726886048.61097: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886048.61169: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpp9yegpul /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py <<< 61728 1726886048.61173: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py" <<< 61728 1726886048.61203: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpp9yegpul" to remote "/root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py" <<< 61728 1726886048.62368: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.62372: stdout chunk (state=3): >>><<< 61728 1726886048.62375: stderr chunk (state=3): >>><<< 61728 1726886048.62377: done transferring module to remote 61728 1726886048.62379: _low_level_execute_command(): starting 61728 1726886048.62381: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/ /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py && sleep 0' 61728 1726886048.63105: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886048.63120: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886048.63137: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886048.63159: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886048.63177: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886048.63269: stderr chunk (state=3): >>>debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.63288: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.63382: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.65172: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.65233: stderr chunk (state=3): >>><<< 61728 1726886048.65243: stdout chunk (state=3): >>><<< 61728 1726886048.65265: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886048.65279: _low_level_execute_command(): starting 61728 1726886048.65359: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/AnsiballZ_stat.py && sleep 0' 61728 1726886048.65915: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886048.66078: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886048.66171: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886048.66234: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886048.66497: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.66500: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.66568: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.68773: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886048.68802: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886048.68826: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 61728 1726886048.68877: stdout chunk (state=3): >>>import '_io' # <<< 61728 1726886048.68896: stdout chunk (state=3): >>>import 'marshal' # <<< 61728 1726886048.68914: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886048.68954: stdout chunk (state=3): >>>import '_frozen_importlib_external' # # installing zipimport hook <<< 61728 1726886048.68984: stdout chunk (state=3): >>>import 'time' # import 'zipimport' # # installed zipimport hook <<< 61728 1726886048.69039: 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' <<< 61728 1726886048.69071: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886048.69084: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886048.69117: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886048.69147: 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 0x7fa2bd7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd78bb00> <<< 61728 1726886048.69182: 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 0x7fa2bd7bea50> <<< 61728 1726886048.69220: stdout chunk (state=3): >>>import '_signal' # <<< 61728 1726886048.69247: stdout chunk (state=3): >>>import '_abc' # import 'abc' # import 'io' # <<< 61728 1726886048.69285: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886048.69376: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886048.69406: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886048.69441: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886048.69470: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages <<< 61728 1726886048.69484: stdout chunk (state=3): >>>Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886048.69509: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886048.69539: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8_sig.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd7cd130> <<< 61728 1726886048.69601: 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 <<< 61728 1726886048.69604: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.69634: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd7ce120> <<< 61728 1726886048.69645: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886048.69670: 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. <<< 61728 1726886048.69891: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886048.69917: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886048.69921: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py <<< 61728 1726886048.69954: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.69959: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886048.70007: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886048.70010: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886048.70063: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886048.70074: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5ebfe0> <<< 61728 1726886048.70118: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886048.70138: 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 0x7fa2bd600170> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886048.70162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886048.70178: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886048.70234: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.70258: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886048.70289: 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 0x7fa2bd6239e0> <<< 61728 1726886048.70309: 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' <<< 61728 1726886048.70334: stdout chunk (state=3): >>>import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd623fb0> import '_collections' # <<< 61728 1726886048.70384: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd603cb0> <<< 61728 1726886048.70450: stdout chunk (state=3): >>>import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd6013d0> <<< 61728 1726886048.70540: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e9190> <<< 61728 1726886048.70543: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886048.70699: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # # /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py # code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' # /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py # code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd647950> <<< 61728 1726886048.70743: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd646570> # /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' <<< 61728 1726886048.70867: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd6022a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5eaa50> # /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 0x7fa2bd674950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e8410> # /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' <<< 61728 1726886048.70940: 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 0x7fa2bd674e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd674cb0> # 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 0x7fa2bd675070> <<< 61728 1726886048.71011: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e6f30> # /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 <<< 61728 1726886048.71061: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd675730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd675430> import 'importlib.machinery' # <<< 61728 1726886048.71172: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc matches /usr/lib64/python3.12/importlib/_abc.py # code object from '/usr/lib64/python3.12/importlib/__pycache__/_abc.cpython-312.pyc' import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd676600> 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' <<< 61728 1726886048.71263: 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 0x7fa2bd694800> import 'errno' # <<< 61728 1726886048.71304: 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 0x7fa2bd695ee0> # /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' <<< 61728 1726886048.71405: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd696d80> # 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 0x7fa2bd6973e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd6962d0> # /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 0x7fa2bd697e00> <<< 61728 1726886048.71459: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd697530> <<< 61728 1726886048.71462: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd676570> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886048.71485: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886048.71501: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886048.71514: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886048.71583: 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 0x7fa2bd41bd10> <<< 61728 1726886048.71657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py # code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # 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 0x7fa2bd4487d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd448530> # 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 0x7fa2bd448800> <<< 61728 1726886048.71814: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc matches /usr/lib64/python3.12/hashlib.py # code object from '/usr/lib64/python3.12/__pycache__/hashlib.cpython-312.pyc' # extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.71896: 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 0x7fa2bd449130> <<< 61728 1726886048.71995: stdout chunk (state=3): >>># extension module '_blake2' loaded from '/usr/lib64/python3.12/lib-dynload/_blake2.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.72003: 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 0x7fa2bd449b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4489e0> <<< 61728 1726886048.72060: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd419eb0> # /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886048.72084: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py # code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' <<< 61728 1726886048.72108: stdout chunk (state=3): >>>import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd44af00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd449c40> <<< 61728 1726886048.72140: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd676d20> # /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886048.72208: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.72217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886048.72259: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886048.72289: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd473200> <<< 61728 1726886048.72356: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.72389: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py <<< 61728 1726886048.72408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' <<< 61728 1726886048.72429: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd49b5c0> <<< 61728 1726886048.72457: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886048.72502: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886048.72549: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886048.72577: 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 0x7fa2bd4f43b0> <<< 61728 1726886048.72596: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886048.72631: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886048.72656: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886048.72690: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886048.72777: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4f6b10> <<< 61728 1726886048.72843: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4f44d0> <<< 61728 1726886048.72876: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4bd3d0> <<< 61728 1726886048.72897: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 61728 1726886048.72929: 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 0x7fa2bd2f54c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd49a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd44bdd0> <<< 61728 1726886048.73059: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2bd49a9c0> <<< 61728 1726886048.73229: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_t986v1xa/ansible_stat_payload.zip' # zipimport: zlib available <<< 61728 1726886048.73372: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.73400: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886048.73403: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886048.73452: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886048.73511: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886048.73548: 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 0x7fa2bd34b200> <<< 61728 1726886048.73558: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886048.73751: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd32a0f0> <<< 61728 1726886048.73777: stdout chunk (state=3): >>>import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3292b0> # zipimport: zlib available import 'ansible' # <<< 61728 1726886048.73806: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886048.73857: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.73872: stdout chunk (state=3): >>>import 'ansible.module_utils' # # zipimport: zlib available <<< 61728 1726886048.75220: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.76306: 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' <<< 61728 1726886048.76311: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3490d0> <<< 61728 1726886048.76338: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886048.76345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.76369: 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' <<< 61728 1726886048.76387: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 61728 1726886048.76394: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 61728 1726886048.76420: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.76424: 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 0x7fa2bd376ba0> <<< 61728 1726886048.76459: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd376930> <<< 61728 1726886048.76485: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd376240> <<< 61728 1726886048.76504: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886048.76517: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886048.76556: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd376c90> <<< 61728 1726886048.76562: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd34be90> import 'atexit' # <<< 61728 1726886048.76591: 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 0x7fa2bd377920> <<< 61728 1726886048.76620: stdout chunk (state=3): >>># extension module 'fcntl' loaded from '/usr/lib64/python3.12/lib-dynload/fcntl.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.76623: 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 0x7fa2bd377b60> <<< 61728 1726886048.76640: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886048.76681: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886048.76699: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886048.76741: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd377fb0> <<< 61728 1726886048.76749: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886048.76768: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886048.76796: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886048.76828: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd0dd00> <<< 61728 1726886048.76852: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.76860: 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 0x7fa2bcd0f920> <<< 61728 1726886048.76884: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886048.76892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886048.76934: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd142f0> <<< 61728 1726886048.76945: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886048.76983: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886048.76991: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd15460> <<< 61728 1726886048.77018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886048.77046: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886048.77069: 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' <<< 61728 1726886048.77131: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd17f20> <<< 61728 1726886048.77234: 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 0x7fa2bd696c00> <<< 61728 1726886048.77241: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd161e0> <<< 61728 1726886048.77244: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886048.77267: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc matches /usr/lib64/python3.12/linecache.py # code object from '/usr/lib64/python3.12/__pycache__/linecache.cpython-312.pyc' <<< 61728 1726886048.77313: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py # code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886048.77349: 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 0x7fa2bcd1be90> <<< 61728 1726886048.77352: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886048.77459: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a6c0> # /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' <<< 61728 1726886048.77586: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1ac30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd166f0> # 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 0x7fa2bcd5ff50> <<< 61728 1726886048.77623: 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 0x7fa2bcd60260> <<< 61728 1726886048.77627: 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 <<< 61728 1726886048.77662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886048.77674: 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' <<< 61728 1726886048.77720: 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 0x7fa2bcd61d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd61ac0> <<< 61728 1726886048.77731: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886048.77828: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886048.77884: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa2bcd64290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd623c0> <<< 61728 1726886048.77905: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886048.77972: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.78040: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd67a40> <<< 61728 1726886048.78130: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd64410> <<< 61728 1726886048.78194: 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 0x7fa2bcd68aa0> <<< 61728 1726886048.78229: 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 0x7fa2bcd68bf0> <<< 61728 1726886048.78293: 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 0x7fa2bcd68cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd603e0> <<< 61728 1726886048.78316: 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' <<< 61728 1726886048.78351: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886048.78370: 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' <<< 61728 1726886048.78391: 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 0x7fa2bcdf4470> <<< 61728 1726886048.78544: stdout chunk (state=3): >>># extension module 'array' loaded from '/usr/lib64/python3.12/lib-dynload/array.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886048.78548: 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 0x7fa2bcdf58b0> <<< 61728 1726886048.78598: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd6ac00> # 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 0x7fa2bcd6bfb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd6a810> <<< 61728 1726886048.78634: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886048.78637: stdout chunk (state=3): >>>import 'ansible.module_utils.compat' # <<< 61728 1726886048.78640: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.78718: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.78824: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.78829: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.78847: stdout chunk (state=3): >>>import 'ansible.module_utils.common' # # zipimport: zlib available <<< 61728 1726886048.78863: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 61728 1726886048.78977: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.79095: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.79620: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.80146: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886048.80160: stdout chunk (state=3): >>>import 'ansible.module_utils.six.moves' # import 'ansible.module_utils.six.moves.collections_abc' # <<< 61728 1726886048.80179: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.converters' # <<< 61728 1726886048.80186: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886048.80214: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.80260: 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 0x7fa2bcdf9b50> <<< 61728 1726886048.80340: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886048.80345: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886048.80372: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcdfa840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a630> <<< 61728 1726886048.80420: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886048.80423: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.80434: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.80459: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # <<< 61728 1726886048.80462: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.80617: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.80759: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886048.80766: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcdfa930> <<< 61728 1726886048.80781: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81227: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81687: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81758: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81828: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # # zipimport: zlib available <<< 61728 1726886048.81876: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81900: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886048.81918: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.81968: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82063: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886048.82132: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886048.82135: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82193: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82199: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886048.82215: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82414: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82652: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886048.82730: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' import '_ast' # <<< 61728 1726886048.82790: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcdfbb00> # zipimport: zlib available <<< 61728 1726886048.82870: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.82946: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886048.82989: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83020: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83053: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886048.83066: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83096: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83136: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83198: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83340: 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 <<< 61728 1726886048.83392: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886048.83426: 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 0x7fa2bcc06510> <<< 61728 1726886048.83519: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcc03770> <<< 61728 1726886048.83523: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 61728 1726886048.83581: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83696: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83738: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.83842: stdout chunk (state=3): >>># /usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/__init__.py # code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/__init__.cpython-312.pyc' # /usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc matches /usr/lib/python3.12/site-packages/distro/distro.py <<< 61728 1726886048.83892: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886048.83919: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886048.84001: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886048.84032: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886048.84072: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3aecc0> <<< 61728 1726886048.84186: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3c2990> <<< 61728 1726886048.84265: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcc064e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcdf5d90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886048.84306: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886048.84387: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available <<< 61728 1726886048.84394: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.modules' # <<< 61728 1726886048.84404: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.84530: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.84729: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886048.86074: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726885976.589342, "mtime": 1726885970.7792754, "ctime": 1726885970.7792754, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 61728 1726886048.86098: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886048.86575: stdout chunk (state=3): >>># clear sys.path_importer_cache # clear sys.path_hooks # clear builtins._ # clear sys.path <<< 61728 1726886048.86579: stdout chunk (state=3): >>># clear sys.argv # clear sys.ps1 <<< 61728 1726886048.86596: stdout chunk (state=3): >>># clear sys.ps2 # clear sys.last_exc # clear sys.last_type # clear sys.last_value # clear sys.last_traceback # clear sys.__interactivehook__ # clear sys.meta_path # restore sys.stdin # restore sys.stdout # restore sys.stderr # cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat<<< 61728 1726886048.86606: stdout chunk (state=3): >>> # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath # cleanup[2] removing os.path # cleanup[2] removing os # cleanup[2] removing _sitebuiltins # cleanup[2] removing encodings.utf_8_sig # cleanup[2] removing _distutils_hack # destroy _distutils_hack # cleanup[2] removing site # destroy site # cleanup[2] removing types # cleanup[2] removing _operator # cleanup[2] removing operator # cleanup[2] removing itertools # cleanup[2] removing keyword # destroy keyword <<< 61728 1726886048.86649: stdout chunk (state=3): >>># cleanup[2] removing reprlib # destroy reprlib # cleanup[2] removing _collections # cleanup[2] removing collections # cleanup[2] removing _functools # cleanup[2] removing functools # cleanup[2] removing enum # cleanup[2] removing _sre # cleanup[2] removing re._constants # cleanup[2] removing re._parser # cleanup[2] removing re._casefix # cleanup[2] removing re._compiler # cleanup[2] removing copyreg # cleanup[2] removing re # cleanup[2] removing _struct # cleanup[2] removing struct # cleanup[2] removing binascii # cleanup[2] removing base64 # destroy base64 # cleanup[2] removing importlib._bootstrap # cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings <<< 61728 1726886048.86708: 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 # 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<<< 61728 1726886048.86722: 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 # 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 <<< 61728 1726886048.86759: stdout chunk (state=3): >>># cleanup[2] removing array # cleanup[2] removing socket # destroy socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # 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 <<< 61728 1726886048.87000: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886048.87008: stdout chunk (state=3): >>># destroy importlib.machinery # destroy importlib._abc # destroy importlib.util <<< 61728 1726886048.87033: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma <<< 61728 1726886048.87045: stdout chunk (state=3): >>># destroy _blake2 <<< 61728 1726886048.87056: stdout chunk (state=3): >>># destroy binascii # destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886048.87096: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob<<< 61728 1726886048.87109: stdout chunk (state=3): >>> # destroy fnmatch # destroy ipaddress <<< 61728 1726886048.87152: stdout chunk (state=3): >>># destroy ntpath <<< 61728 1726886048.87160: 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 <<< 61728 1726886048.87193: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy pwd <<< 61728 1726886048.87197: stdout chunk (state=3): >>># destroy locale # destroy signal # destroy fcntl<<< 61728 1726886048.87204: stdout chunk (state=3): >>> # destroy select # destroy _signal # destroy _posixsubprocess <<< 61728 1726886048.87207: stdout chunk (state=3): >>># destroy syslog # destroy uuid <<< 61728 1726886048.87232: stdout chunk (state=3): >>># destroy selectors # destroy errno <<< 61728 1726886048.87248: stdout chunk (state=3): >>># destroy array <<< 61728 1726886048.87256: stdout chunk (state=3): >>># destroy datetime <<< 61728 1726886048.87284: stdout chunk (state=3): >>># destroy selinux # destroy shutil <<< 61728 1726886048.87287: stdout chunk (state=3): >>># destroy distro # destroy distro.distro <<< 61728 1726886048.87293: stdout chunk (state=3): >>># destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 61728 1726886048.87334: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux <<< 61728 1726886048.87348: 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 <<< 61728 1726886048.87373: stdout chunk (state=3): >>># cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize <<< 61728 1726886048.87377: 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 <<< 61728 1726886048.87396: stdout chunk (state=3): >>># cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings <<< 61728 1726886048.87425: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap_external <<< 61728 1726886048.87431: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser <<< 61728 1726886048.87436: stdout chunk (state=3): >>># cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc <<< 61728 1726886048.87450: stdout chunk (state=3): >>># destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 61728 1726886048.87466: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os <<< 61728 1726886048.87472: 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 <<< 61728 1726886048.87501: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # 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 <<< 61728 1726886048.87503: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886048.87651: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 61728 1726886048.87661: stdout chunk (state=3): >>># destroy _collections <<< 61728 1726886048.87694: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 61728 1726886048.87698: stdout chunk (state=3): >>># destroy tokenize <<< 61728 1726886048.87736: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 61728 1726886048.87774: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser <<< 61728 1726886048.87780: stdout chunk (state=3): >>># destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886048.87798: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886048.87894: 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 <<< 61728 1726886048.87902: stdout chunk (state=3): >>># destroy atexit # destroy _warnings # destroy math # destroy _bisect <<< 61728 1726886048.87905: stdout chunk (state=3): >>># destroy time <<< 61728 1726886048.87935: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 61728 1726886048.87960: stdout chunk (state=3): >>># destroy _hashlib <<< 61728 1726886048.87975: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 61728 1726886048.88019: stdout chunk (state=3): >>># destroy itertools # destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks <<< 61728 1726886048.88359: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886048.88397: stderr chunk (state=3): >>><<< 61728 1726886048.88400: stdout chunk (state=3): >>><<< 61728 1726886048.88488: _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 0x7fa2bd7bc4d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd78bb00> # /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 0x7fa2bd7bea50> 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 0x7fa2bd7cd130> # /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 0x7fa2bd7ce120> 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 0x7fa2bd5ebfe0> # /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 0x7fa2bd600170> # /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 0x7fa2bd6239e0> # /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 0x7fa2bd623fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd603cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd6013d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e9190> # /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 0x7fa2bd647950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd646570> # /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 0x7fa2bd6022a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5eaa50> # /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 0x7fa2bd674950> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e8410> # /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 0x7fa2bd674e00> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd674cb0> # 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 0x7fa2bd675070> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd5e6f30> # /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 0x7fa2bd675730> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd675430> 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 0x7fa2bd676600> 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 0x7fa2bd694800> 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 0x7fa2bd695ee0> # /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 0x7fa2bd696d80> # 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 0x7fa2bd6973e0> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd6962d0> # /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 0x7fa2bd697e00> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd697530> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd676570> # /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 0x7fa2bd41bd10> # /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 0x7fa2bd4487d0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd448530> # 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 0x7fa2bd448800> # /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 0x7fa2bd449130> # 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 0x7fa2bd449b20> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4489e0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd419eb0> # /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 0x7fa2bd44af00> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd449c40> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd676d20> # /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 0x7fa2bd473200> # /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 0x7fa2bd49b5c0> # /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 0x7fa2bd4f43b0> # /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 0x7fa2bd4f6b10> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4f44d0> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd4bd3d0> # /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 0x7fa2bd2f54c0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd49a3c0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd44bdd0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa2bd49a9c0> # zipimport: found 30 names in '/tmp/ansible_stat_payload_t986v1xa/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 0x7fa2bd34b200> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd32a0f0> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3292b0> # 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 0x7fa2bd3490d0> # /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 0x7fa2bd376ba0> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd376930> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd376240> # /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 0x7fa2bd376c90> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd34be90> 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 0x7fa2bd377920> # 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 0x7fa2bd377b60> # /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 0x7fa2bd377fb0> 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 0x7fa2bcd0dd00> # 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 0x7fa2bcd0f920> # /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 0x7fa2bcd142f0> # /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 0x7fa2bcd15460> # /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 0x7fa2bcd17f20> # 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 0x7fa2bd696c00> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd161e0> # /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 0x7fa2bcd1be90> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a960> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a6c0> # /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 0x7fa2bcd1ac30> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd166f0> # 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 0x7fa2bcd5ff50> # /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 0x7fa2bcd60260> # /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 0x7fa2bcd61d00> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd61ac0> # /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 0x7fa2bcd64290> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd623c0> # /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 0x7fa2bcd67a40> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd64410> # 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 0x7fa2bcd68aa0> # 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 0x7fa2bcd68bf0> # 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 0x7fa2bcd68cb0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd603e0> # /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 0x7fa2bcdf4470> # 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 0x7fa2bcdf58b0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd6ac00> # 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 0x7fa2bcd6bfb0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd6a810> # 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 0x7fa2bcdf9b50> # /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 0x7fa2bcdfa840> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcd1a630> 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 0x7fa2bcdfa930> # 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 0x7fa2bcdfbb00> # 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 0x7fa2bcc06510> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcc03770> 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 0x7fa2bd3aecc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bd3c2990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcc064e0> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa2bcdf5d90> # 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": true, "path": "/etc/fstab", "mode": "0644", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 1366, "inode": 268435653, "dev": 51714, "nlink": 1, "atime": 1726885976.589342, "mtime": 1726885970.7792754, "ctime": 1726885970.7792754, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": true, "xgrp": false, "woth": false, "roth": true, "xoth": false, "isuid": false, "isgid": false, "blocks": 8, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "mimetype": "text/plain", "charset": "us-ascii", "version": "3378186958", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/fstab", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 closed. 61728 1726886048.89144: done with _execute_module (stat, {'path': '/etc/fstab', '_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-1726886048.5317917-61991-113244475444808/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886048.89147: _low_level_execute_command(): starting 61728 1726886048.89149: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886048.5317917-61991-113244475444808/ > /dev/null 2>&1 && sleep 0' 61728 1726886048.89476: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886048.89574: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886048.89577: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886048.89627: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886048.89633: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 <<< 61728 1726886048.89636: stderr chunk (state=3): >>>debug2: match not found <<< 61728 1726886048.89639: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886048.89641: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 61728 1726886048.89644: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address <<< 61728 1726886048.89734: stderr chunk (state=3): >>>debug1: re-parsing configuration <<< 61728 1726886048.89770: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886048.89774: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886048.89848: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886048.91698: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886048.91753: stderr chunk (state=3): >>><<< 61728 1726886048.91761: stdout chunk (state=3): >>><<< 61728 1726886048.91770: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886048.91776: handler run complete 61728 1726886048.91809: attempt loop complete, returning result 61728 1726886048.91812: _execute() done 61728 1726886048.91814: dumping result to json 61728 1726886048.91828: done dumping result, returning 61728 1726886048.91909: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Check if /etc/fstab is present [0affc8a3-6f6f-cd4e-f8d4-00000000007f] 61728 1726886048.91913: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007f 61728 1726886048.91984: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000007f 61728 1726886048.91987: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726885976.589342, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "c22dd1e70dd861f58bfd021f9d9c2fa316fdc7b0", "ctime": 1726885970.7792754, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 268435653, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1726885970.7792754, "nlink": 1, "path": "/etc/fstab", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1366, "uid": 0, "version": "3378186958", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 61728 1726886048.92114: no more pending results, returning what we have 61728 1726886048.92117: results queue empty 61728 1726886048.92122: checking for any_errors_fatal 61728 1726886048.92134: done checking for any_errors_fatal 61728 1726886048.92135: checking for max_fail_percentage 61728 1726886048.92137: done checking for max_fail_percentage 61728 1726886048.92137: checking to see if all hosts have failed and the running result is not ok 61728 1726886048.92138: done checking to see if all hosts have failed 61728 1726886048.92139: getting the remaining hosts for this loop 61728 1726886048.92140: done getting the remaining hosts for this loop 61728 1726886048.92144: getting the next task for host managed_node2 61728 1726886048.92150: done getting next task for host managed_node2 61728 1726886048.92153: ^ task is: TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 61728 1726886048.92158: ^ 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=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 61728 1726886048.92167: getting variables 61728 1726886048.92168: in VariableManager get_vars() 61728 1726886048.92196: Calling all_inventory to load vars for managed_node2 61728 1726886048.92199: Calling groups_inventory to load vars for managed_node2 61728 1726886048.92201: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886048.92224: Calling all_plugins_play to load vars for managed_node2 61728 1726886048.92232: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886048.92236: Calling groups_plugins_play to load vars for managed_node2 61728 1726886048.92550: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886048.92891: done with get_vars() 61728 1726886048.92914: done getting variables TASK [fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 20 September 2024 22:34:08 -0400 (0:00:00.477) 0:00:08.249 ****** 61728 1726886048.93011: entering _queue_task() for managed_node2/lineinfile 61728 1726886048.93012: Creating lock for lineinfile 61728 1726886048.93317: worker is 1 (out of 1 available) 61728 1726886048.93333: exiting _queue_task() for managed_node2/lineinfile 61728 1726886048.93345: done queuing things up, now waiting for results queue to drain 61728 1726886048.93346: waiting for pending results... 61728 1726886048.93773: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present 61728 1726886048.93812: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000080 61728 1726886048.93891: variable 'ansible_search_path' from source: unknown 61728 1726886048.93897: variable 'ansible_search_path' from source: unknown 61728 1726886048.93927: calling self._execute() 61728 1726886048.94012: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886048.94124: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886048.94128: variable 'omit' from source: magic vars 61728 1726886048.94398: variable '__storage_fstab' from source: set_fact 61728 1726886048.94438: Evaluated conditional (__storage_fstab.stat.exists): True 61728 1726886048.94595: '/usr/local/lib/python3.12/site-packages/ansible/plugins/test/__init__' skipped due to reserved name 61728 1726886048.94903: Loading TestModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/core.py 61728 1726886048.95067: Loading TestModule 'files' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/files.py 61728 1726886048.95134: Loading TestModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/mathstuff.py 61728 1726886048.95264: Loading TestModule 'uri' from /usr/local/lib/python3.12/site-packages/ansible/plugins/test/uri.py 61728 1726886048.95389: variable 'blivet_output' from source: set_fact 61728 1726886048.95404: Evaluated conditional (blivet_output is changed): False 61728 1726886048.95411: when evaluation is False, skipping this task 61728 1726886048.95418: _execute() done 61728 1726886048.95430: dumping result to json 61728 1726886048.95438: done dumping result, returning 61728 1726886048.95449: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present [0affc8a3-6f6f-cd4e-f8d4-000000000080] 61728 1726886048.95460: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000080 61728 1726886048.95805: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000080 61728 1726886048.95813: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output is changed", "skip_reason": "Conditional result was False" } 61728 1726886048.95869: no more pending results, returning what we have 61728 1726886048.95872: results queue empty 61728 1726886048.95873: checking for any_errors_fatal 61728 1726886048.95881: done checking for any_errors_fatal 61728 1726886048.95882: checking for max_fail_percentage 61728 1726886048.95883: done checking for max_fail_percentage 61728 1726886048.95884: checking to see if all hosts have failed and the running result is not ok 61728 1726886048.95885: done checking to see if all hosts have failed 61728 1726886048.95886: getting the remaining hosts for this loop 61728 1726886048.95887: done getting the remaining hosts for this loop 61728 1726886048.95890: getting the next task for host managed_node2 61728 1726886048.95903: done getting next task for host managed_node2 61728 1726886048.95910: ^ task is: TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 61728 1726886048.95913: ^ 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=5, rescue=0, always=1, handlers=0, run_state=3, 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 61728 1726886048.95928: getting variables 61728 1726886048.95930: in VariableManager get_vars() 61728 1726886048.95964: Calling all_inventory to load vars for managed_node2 61728 1726886048.95966: Calling groups_inventory to load vars for managed_node2 61728 1726886048.95969: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886048.95983: Calling all_plugins_play to load vars for managed_node2 61728 1726886048.95986: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886048.95990: Calling groups_plugins_play to load vars for managed_node2 61728 1726886048.97015: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886048.97746: done with get_vars() 61728 1726886048.97764: done getting variables TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:113 Friday 20 September 2024 22:34:08 -0400 (0:00:00.048) 0:00:08.298 ****** 61728 1726886048.97902: entering _queue_task() for managed_node2/systemd 61728 1726886048.98266: worker is 1 (out of 1 available) 61728 1726886048.98289: exiting _queue_task() for managed_node2/systemd 61728 1726886048.98301: done queuing things up, now waiting for results queue to drain 61728 1726886048.98302: waiting for pending results... 61728 1726886048.98878: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services 61728 1726886048.99136: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000082 61728 1726886048.99190: variable 'ansible_search_path' from source: unknown 61728 1726886048.99198: variable 'ansible_search_path' from source: unknown 61728 1726886048.99354: variable 'storage_cryptsetup_services' from source: set_fact 61728 1726886048.99580: variable 'storage_cryptsetup_services' from source: set_fact 61728 1726886048.99632: dumping result to json 61728 1726886048.99635: done dumping result, returning 61728 1726886048.99642: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services [0affc8a3-6f6f-cd4e-f8d4-000000000082] 61728 1726886048.99648: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000082 61728 1726886048.99744: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000082 61728 1726886048.99747: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886048.99798: no more pending results, returning what we have 61728 1726886048.99801: results queue empty 61728 1726886048.99802: checking for any_errors_fatal 61728 1726886048.99810: done checking for any_errors_fatal 61728 1726886048.99810: checking for max_fail_percentage 61728 1726886048.99812: done checking for max_fail_percentage 61728 1726886048.99813: checking to see if all hosts have failed and the running result is not ok 61728 1726886048.99814: done checking to see if all hosts have failed 61728 1726886048.99815: getting the remaining hosts for this loop 61728 1726886048.99817: done getting the remaining hosts for this loop 61728 1726886048.99821: getting the next task for host managed_node2 61728 1726886048.99831: done getting next task for host managed_node2 61728 1726886048.99838: ^ task is: TASK: fedora.linux_system_roles.storage : Show blivet_output 61728 1726886048.99842: ^ 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 61728 1726886048.99858: getting variables 61728 1726886048.99859: in VariableManager get_vars() 61728 1726886048.99899: Calling all_inventory to load vars for managed_node2 61728 1726886048.99901: Calling groups_inventory to load vars for managed_node2 61728 1726886048.99903: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886048.99935: Calling all_plugins_play to load vars for managed_node2 61728 1726886048.99939: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886048.99942: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.00625: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.01521: done with get_vars() 61728 1726886049.01537: done getting variables 61728 1726886049.01599: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 Friday 20 September 2024 22:34:09 -0400 (0:00:00.037) 0:00:08.335 ****** 61728 1726886049.01633: entering _queue_task() for managed_node2/debug 61728 1726886049.01920: worker is 1 (out of 1 available) 61728 1726886049.01933: exiting _queue_task() for managed_node2/debug 61728 1726886049.01945: done queuing things up, now waiting for results queue to drain 61728 1726886049.01946: waiting for pending results... 61728 1726886049.02279: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output 61728 1726886049.02332: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000084 61728 1726886049.02379: variable 'ansible_search_path' from source: unknown 61728 1726886049.02382: variable 'ansible_search_path' from source: unknown 61728 1726886049.02397: calling self._execute() 61728 1726886049.02465: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.02479: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.02487: variable 'omit' from source: magic vars 61728 1726886049.02574: variable 'omit' from source: magic vars 61728 1726886049.02615: variable 'omit' from source: magic vars 61728 1726886049.02644: variable 'omit' from source: magic vars 61728 1726886049.02680: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886049.02709: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886049.02730: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886049.02743: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.02756: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.02779: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886049.02782: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.02785: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.02863: Set connection var ansible_timeout to 10 61728 1726886049.02866: Set connection var ansible_shell_executable to /bin/sh 61728 1726886049.02872: Set connection var ansible_pipelining to False 61728 1726886049.02877: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886049.02879: Set connection var ansible_connection to ssh 61728 1726886049.02882: Set connection var ansible_shell_type to sh 61728 1726886049.02901: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.02904: variable 'ansible_connection' from source: unknown 61728 1726886049.02906: variable 'ansible_module_compression' from source: unknown 61728 1726886049.02909: variable 'ansible_shell_type' from source: unknown 61728 1726886049.02912: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.02914: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.02918: variable 'ansible_pipelining' from source: unknown 61728 1726886049.02963: variable 'ansible_timeout' from source: unknown 61728 1726886049.02966: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.03161: 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:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886049.03164: variable 'omit' from source: magic vars 61728 1726886049.03167: starting attempt loop 61728 1726886049.03170: running the handler 61728 1726886049.03210: variable 'blivet_output' from source: set_fact 61728 1726886049.03393: variable 'blivet_output' from source: set_fact 61728 1726886049.03489: handler run complete 61728 1726886049.03533: attempt loop complete, returning result 61728 1726886049.03541: _execute() done 61728 1726886049.03548: dumping result to json 61728 1726886049.03558: done dumping result, returning 61728 1726886049.03581: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Show blivet_output [0affc8a3-6f6f-cd4e-f8d4-000000000084] 61728 1726886049.03583: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000084 61728 1726886049.03753: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000084 61728 1726886049.03758: WORKER PROCESS EXITING ok: [managed_node2] => { "blivet_output": { "actions": [], "changed": false, "crypts": [], "failed": false, "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } } 61728 1726886049.04059: no more pending results, returning what we have 61728 1726886049.04063: results queue empty 61728 1726886049.04064: checking for any_errors_fatal 61728 1726886049.04069: done checking for any_errors_fatal 61728 1726886049.04069: checking for max_fail_percentage 61728 1726886049.04071: done checking for max_fail_percentage 61728 1726886049.04072: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.04073: done checking to see if all hosts have failed 61728 1726886049.04073: getting the remaining hosts for this loop 61728 1726886049.04075: done getting the remaining hosts for this loop 61728 1726886049.04078: getting the next task for host managed_node2 61728 1726886049.04084: done getting next task for host managed_node2 61728 1726886049.04087: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 61728 1726886049.04090: ^ 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? (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 61728 1726886049.04100: getting variables 61728 1726886049.04101: in VariableManager get_vars() 61728 1726886049.04138: Calling all_inventory to load vars for managed_node2 61728 1726886049.04141: Calling groups_inventory to load vars for managed_node2 61728 1726886049.04143: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.04151: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.04154: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.04161: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.05516: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.06745: done with get_vars() 61728 1726886049.06763: done getting variables 61728 1726886049.06973: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of pools for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 Friday 20 September 2024 22:34:09 -0400 (0:00:00.053) 0:00:08.389 ****** 61728 1726886049.07016: entering _queue_task() for managed_node2/set_fact 61728 1726886049.07382: worker is 1 (out of 1 available) 61728 1726886049.07397: exiting _queue_task() for managed_node2/set_fact 61728 1726886049.07408: done queuing things up, now waiting for results queue to drain 61728 1726886049.07409: waiting for pending results... 61728 1726886049.07776: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification 61728 1726886049.07807: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000085 61728 1726886049.07827: variable 'ansible_search_path' from source: unknown 61728 1726886049.07834: variable 'ansible_search_path' from source: unknown 61728 1726886049.07883: calling self._execute() 61728 1726886049.07983: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.07996: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.08011: variable 'omit' from source: magic vars 61728 1726886049.08124: variable 'omit' from source: magic vars 61728 1726886049.08180: variable 'omit' from source: magic vars 61728 1726886049.08527: variable 'blivet_output' from source: set_fact 61728 1726886049.08530: variable 'omit' from source: magic vars 61728 1726886049.08532: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886049.08579: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886049.08608: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886049.08645: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.08667: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.08704: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886049.08716: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.08727: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.08850: Set connection var ansible_timeout to 10 61728 1726886049.08867: Set connection var ansible_shell_executable to /bin/sh 61728 1726886049.08876: Set connection var ansible_pipelining to False 61728 1726886049.08885: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886049.08892: Set connection var ansible_connection to ssh 61728 1726886049.08898: Set connection var ansible_shell_type to sh 61728 1726886049.08933: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.08941: variable 'ansible_connection' from source: unknown 61728 1726886049.08963: variable 'ansible_module_compression' from source: unknown 61728 1726886049.08966: variable 'ansible_shell_type' from source: unknown 61728 1726886049.08969: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.08971: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.09060: variable 'ansible_pipelining' from source: unknown 61728 1726886049.09067: variable 'ansible_timeout' from source: unknown 61728 1726886049.09070: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.09137: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886049.09183: variable 'omit' from source: magic vars 61728 1726886049.09190: starting attempt loop 61728 1726886049.09192: running the handler 61728 1726886049.09194: handler run complete 61728 1726886049.09204: attempt loop complete, returning result 61728 1726886049.09212: _execute() done 61728 1726886049.09288: dumping result to json 61728 1726886049.09292: done dumping result, returning 61728 1726886049.09298: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of pools for test verification [0affc8a3-6f6f-cd4e-f8d4-000000000085] 61728 1726886049.09301: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000085 61728 1726886049.09371: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000085 61728 1726886049.09374: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } 61728 1726886049.09474: no more pending results, returning what we have 61728 1726886049.09477: results queue empty 61728 1726886049.09478: checking for any_errors_fatal 61728 1726886049.09484: done checking for any_errors_fatal 61728 1726886049.09485: checking for max_fail_percentage 61728 1726886049.09486: done checking for max_fail_percentage 61728 1726886049.09487: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.09488: done checking to see if all hosts have failed 61728 1726886049.09489: getting the remaining hosts for this loop 61728 1726886049.09490: done getting the remaining hosts for this loop 61728 1726886049.09494: getting the next task for host managed_node2 61728 1726886049.09505: done getting next task for host managed_node2 61728 1726886049.09509: ^ task is: TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 61728 1726886049.09515: ^ 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=3, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.09531: getting variables 61728 1726886049.09534: in VariableManager get_vars() 61728 1726886049.09575: Calling all_inventory to load vars for managed_node2 61728 1726886049.09578: Calling groups_inventory to load vars for managed_node2 61728 1726886049.09580: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.09594: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.09597: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.09600: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.10635: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.11981: done with get_vars() 61728 1726886049.11999: done getting variables 61728 1726886049.12123: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=True) TASK [fedora.linux_system_roles.storage : Set the list of volumes for test verification] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:132 Friday 20 September 2024 22:34:09 -0400 (0:00:00.052) 0:00:08.441 ****** 61728 1726886049.12264: entering _queue_task() for managed_node2/set_fact 61728 1726886049.12609: worker is 1 (out of 1 available) 61728 1726886049.12626: exiting _queue_task() for managed_node2/set_fact 61728 1726886049.12638: done queuing things up, now waiting for results queue to drain 61728 1726886049.12639: waiting for pending results... 61728 1726886049.12912: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification 61728 1726886049.12926: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000086 61728 1726886049.12940: variable 'ansible_search_path' from source: unknown 61728 1726886049.12943: variable 'ansible_search_path' from source: unknown 61728 1726886049.12979: calling self._execute() 61728 1726886049.13079: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.13091: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.13120: variable 'omit' from source: magic vars 61728 1726886049.13261: variable 'omit' from source: magic vars 61728 1726886049.13313: variable 'omit' from source: magic vars 61728 1726886049.13665: variable 'blivet_output' from source: set_fact 61728 1726886049.13668: variable 'omit' from source: magic vars 61728 1726886049.13691: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886049.13737: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886049.13768: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886049.13794: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.13860: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.13863: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886049.13866: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.13868: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.14315: Set connection var ansible_timeout to 10 61728 1726886049.14322: Set connection var ansible_shell_executable to /bin/sh 61728 1726886049.14324: Set connection var ansible_pipelining to False 61728 1726886049.14327: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886049.14329: Set connection var ansible_connection to ssh 61728 1726886049.14331: Set connection var ansible_shell_type to sh 61728 1726886049.14333: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.14335: variable 'ansible_connection' from source: unknown 61728 1726886049.14337: variable 'ansible_module_compression' from source: unknown 61728 1726886049.14339: variable 'ansible_shell_type' from source: unknown 61728 1726886049.14341: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.14344: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.14346: variable 'ansible_pipelining' from source: unknown 61728 1726886049.14347: variable 'ansible_timeout' from source: unknown 61728 1726886049.14349: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.14531: Loading ActionModule 'set_fact' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/set_fact.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) (found_in_cache=True, class_only=False) 61728 1726886049.14552: variable 'omit' from source: magic vars 61728 1726886049.14567: starting attempt loop 61728 1726886049.14575: running the handler 61728 1726886049.14591: handler run complete 61728 1726886049.14612: attempt loop complete, returning result 61728 1726886049.14624: _execute() done 61728 1726886049.14631: dumping result to json 61728 1726886049.14645: done dumping result, returning 61728 1726886049.14663: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set the list of volumes for test verification [0affc8a3-6f6f-cd4e-f8d4-000000000086] 61728 1726886049.14752: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000086 61728 1726886049.14824: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000086 61728 1726886049.14828: WORKER PROCESS EXITING ok: [managed_node2] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } 61728 1726886049.14920: no more pending results, returning what we have 61728 1726886049.14923: results queue empty 61728 1726886049.14924: checking for any_errors_fatal 61728 1726886049.14929: done checking for any_errors_fatal 61728 1726886049.14930: checking for max_fail_percentage 61728 1726886049.14931: done checking for max_fail_percentage 61728 1726886049.14932: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.14933: done checking to see if all hosts have failed 61728 1726886049.14933: getting the remaining hosts for this loop 61728 1726886049.14935: done getting the remaining hosts for this loop 61728 1726886049.14939: getting the next task for host managed_node2 61728 1726886049.14945: done getting next task for host managed_node2 61728 1726886049.14949: ^ task is: TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 61728 1726886049.14952: ^ 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=4, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.15072: getting variables 61728 1726886049.15074: in VariableManager get_vars() 61728 1726886049.15112: Calling all_inventory to load vars for managed_node2 61728 1726886049.15115: Calling groups_inventory to load vars for managed_node2 61728 1726886049.15121: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.15131: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.15134: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.15137: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.15798: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.16470: done with get_vars() 61728 1726886049.16485: done getting variables TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 Friday 20 September 2024 22:34:09 -0400 (0:00:00.043) 0:00:08.484 ****** 61728 1726886049.16588: entering _queue_task() for managed_node2/mount 61728 1726886049.16590: Creating lock for mount 61728 1726886049.17075: worker is 1 (out of 1 available) 61728 1726886049.17088: exiting _queue_task() for managed_node2/mount 61728 1726886049.17097: done queuing things up, now waiting for results queue to drain 61728 1726886049.17099: waiting for pending results... 61728 1726886049.17341: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts 61728 1726886049.17384: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000087 61728 1726886049.17403: variable 'ansible_search_path' from source: unknown 61728 1726886049.17411: variable 'ansible_search_path' from source: unknown 61728 1726886049.17773: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886049.20050: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886049.20139: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886049.20194: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886049.20237: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886049.20277: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886049.20361: 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) 61728 1726886049.20404: 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) 61728 1726886049.20437: 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) 61728 1726886049.20495: 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) 61728 1726886049.20560: 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) 61728 1726886049.20576: 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) 61728 1726886049.20619: 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) 61728 1726886049.20649: 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) 61728 1726886049.20702: 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) 61728 1726886049.20722: 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) 61728 1726886049.20883: variable 'blivet_output' from source: set_fact 61728 1726886049.21021: dumping result to json 61728 1726886049.21025: done dumping result, returning 61728 1726886049.21028: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Remove obsolete mounts [0affc8a3-6f6f-cd4e-f8d4-000000000087] 61728 1726886049.21030: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000087 skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886049.21181: no more pending results, returning what we have 61728 1726886049.21185: results queue empty 61728 1726886049.21186: checking for any_errors_fatal 61728 1726886049.21192: done checking for any_errors_fatal 61728 1726886049.21193: checking for max_fail_percentage 61728 1726886049.21195: done checking for max_fail_percentage 61728 1726886049.21196: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.21197: done checking to see if all hosts have failed 61728 1726886049.21198: getting the remaining hosts for this loop 61728 1726886049.21199: done getting the remaining hosts for this loop 61728 1726886049.21205: getting the next task for host managed_node2 61728 1726886049.21215: done getting next task for host managed_node2 61728 1726886049.21218: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 61728 1726886049.21222: ^ 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=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 61728 1726886049.21236: getting variables 61728 1726886049.21238: in VariableManager get_vars() 61728 1726886049.21281: Calling all_inventory to load vars for managed_node2 61728 1726886049.21284: Calling groups_inventory to load vars for managed_node2 61728 1726886049.21287: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.21297: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.21302: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.21306: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.22158: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000087 61728 1726886049.22162: WORKER PROCESS EXITING 61728 1726886049.22188: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.22778: done with get_vars() 61728 1726886049.22795: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:159 Friday 20 September 2024 22:34:09 -0400 (0:00:00.062) 0:00:08.547 ****** 61728 1726886049.22888: entering _queue_task() for managed_node2/systemd 61728 1726886049.23295: worker is 1 (out of 1 available) 61728 1726886049.23307: exiting _queue_task() for managed_node2/systemd 61728 1726886049.23318: done queuing things up, now waiting for results queue to drain 61728 1726886049.23320: waiting for pending results... 61728 1726886049.23512: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 61728 1726886049.23650: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000089 61728 1726886049.23675: variable 'ansible_search_path' from source: unknown 61728 1726886049.23684: variable 'ansible_search_path' from source: unknown 61728 1726886049.23728: calling self._execute() 61728 1726886049.23824: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.23836: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.23851: variable 'omit' from source: magic vars 61728 1726886049.24234: variable 'blivet_output' from source: set_fact 61728 1726886049.24262: Evaluated conditional (blivet_output['mounts']): False 61728 1726886049.24272: when evaluation is False, skipping this task 61728 1726886049.24280: _execute() done 61728 1726886049.24288: dumping result to json 61728 1726886049.24295: done dumping result, returning 61728 1726886049.24312: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-cd4e-f8d4-000000000089] 61728 1726886049.24322: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000089 61728 1726886049.24578: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000089 61728 1726886049.24582: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 61728 1726886049.24636: no more pending results, returning what we have 61728 1726886049.24640: results queue empty 61728 1726886049.24641: checking for any_errors_fatal 61728 1726886049.24650: done checking for any_errors_fatal 61728 1726886049.24651: checking for max_fail_percentage 61728 1726886049.24653: done checking for max_fail_percentage 61728 1726886049.24659: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.24660: done checking to see if all hosts have failed 61728 1726886049.24661: getting the remaining hosts for this loop 61728 1726886049.24665: done getting the remaining hosts for this loop 61728 1726886049.24670: getting the next task for host managed_node2 61728 1726886049.24677: done getting next task for host managed_node2 61728 1726886049.24681: ^ task is: TASK: fedora.linux_system_roles.storage : Set up new/current mounts 61728 1726886049.24685: ^ 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=6, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.24706: getting variables 61728 1726886049.24709: in VariableManager get_vars() 61728 1726886049.24749: Calling all_inventory to load vars for managed_node2 61728 1726886049.24752: Calling groups_inventory to load vars for managed_node2 61728 1726886049.24754: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.24926: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.24931: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.24934: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.25431: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.26005: done with get_vars() 61728 1726886049.26019: done getting variables TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 Friday 20 September 2024 22:34:09 -0400 (0:00:00.032) 0:00:08.580 ****** 61728 1726886049.26111: entering _queue_task() for managed_node2/mount 61728 1726886049.26417: worker is 1 (out of 1 available) 61728 1726886049.26429: exiting _queue_task() for managed_node2/mount 61728 1726886049.26441: done queuing things up, now waiting for results queue to drain 61728 1726886049.26442: waiting for pending results... 61728 1726886049.26707: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts 61728 1726886049.26832: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000008a 61728 1726886049.26851: variable 'ansible_search_path' from source: unknown 61728 1726886049.26861: variable 'ansible_search_path' from source: unknown 61728 1726886049.27173: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886049.31237: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886049.31906: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886049.31983: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886049.31996: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886049.32030: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886049.32147: 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) 61728 1726886049.32201: 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) 61728 1726886049.32221: 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) 61728 1726886049.32372: 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) 61728 1726886049.32375: 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) 61728 1726886049.32431: 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) 61728 1726886049.32461: 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) 61728 1726886049.32489: 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) 61728 1726886049.32645: 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) 61728 1726886049.32648: 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) 61728 1726886049.32651: 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) 61728 1726886049.32654: 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) 61728 1726886049.32676: 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) 61728 1726886049.32716: 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) 61728 1726886049.32739: 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) 61728 1726886049.32897: variable 'blivet_output' from source: set_fact 61728 1726886049.32976: dumping result to json 61728 1726886049.32985: done dumping result, returning 61728 1726886049.32997: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Set up new/current mounts [0affc8a3-6f6f-cd4e-f8d4-00000000008a] 61728 1726886049.33008: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008a skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886049.33212: no more pending results, returning what we have 61728 1726886049.33214: results queue empty 61728 1726886049.33215: checking for any_errors_fatal 61728 1726886049.33220: done checking for any_errors_fatal 61728 1726886049.33221: checking for max_fail_percentage 61728 1726886049.33222: done checking for max_fail_percentage 61728 1726886049.33223: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.33224: done checking to see if all hosts have failed 61728 1726886049.33225: getting the remaining hosts for this loop 61728 1726886049.33227: done getting the remaining hosts for this loop 61728 1726886049.33230: getting the next task for host managed_node2 61728 1726886049.33237: done getting next task for host managed_node2 61728 1726886049.33240: ^ task is: TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 61728 1726886049.33243: ^ 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=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 61728 1726886049.33257: getting variables 61728 1726886049.33258: in VariableManager get_vars() 61728 1726886049.33292: Calling all_inventory to load vars for managed_node2 61728 1726886049.33294: Calling groups_inventory to load vars for managed_node2 61728 1726886049.33297: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.33307: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.33310: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.33313: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.33837: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008a 61728 1726886049.33843: WORKER PROCESS EXITING 61728 1726886049.33973: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.34631: done with get_vars() 61728 1726886049.34700: done getting variables TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 Friday 20 September 2024 22:34:09 -0400 (0:00:00.087) 0:00:08.667 ****** 61728 1726886049.34812: entering _queue_task() for managed_node2/file 61728 1726886049.35146: worker is 1 (out of 1 available) 61728 1726886049.35164: exiting _queue_task() for managed_node2/file 61728 1726886049.35175: done queuing things up, now waiting for results queue to drain 61728 1726886049.35177: waiting for pending results... 61728 1726886049.35388: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions 61728 1726886049.35499: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000008c 61728 1726886049.35510: variable 'ansible_search_path' from source: unknown 61728 1726886049.35513: variable 'ansible_search_path' from source: unknown 61728 1726886049.35834: '/usr/local/lib/python3.12/site-packages/ansible/plugins/filter/__init__' skipped due to reserved name 61728 1726886049.38292: Loading FilterModule 'core' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/core.py 61728 1726886049.38316: Loading FilterModule 'encryption' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/encryption.py 61728 1726886049.38346: Loading FilterModule 'mathstuff' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/mathstuff.py 61728 1726886049.38485: Loading FilterModule 'urls' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urls.py 61728 1726886049.38489: Loading FilterModule 'urlsplit' from /usr/local/lib/python3.12/site-packages/ansible/plugins/filter/urlsplit.py 61728 1726886049.38559: 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) 61728 1726886049.38563: 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) 61728 1726886049.38569: 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) 61728 1726886049.38597: 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) 61728 1726886049.38620: 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) 61728 1726886049.38761: 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) 61728 1726886049.38764: 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) 61728 1726886049.38767: 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) 61728 1726886049.38769: 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) 61728 1726886049.38773: 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) 61728 1726886049.38819: 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) 61728 1726886049.38838: 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) 61728 1726886049.38860: 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) 61728 1726886049.38883: 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) 61728 1726886049.38896: 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) 61728 1726886049.39006: variable 'blivet_output' from source: set_fact 61728 1726886049.39062: dumping result to json 61728 1726886049.39065: done dumping result, returning 61728 1726886049.39072: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage mount ownership/permissions [0affc8a3-6f6f-cd4e-f8d4-00000000008c] 61728 1726886049.39077: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008c skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886049.39232: no more pending results, returning what we have 61728 1726886049.39235: results queue empty 61728 1726886049.39236: checking for any_errors_fatal 61728 1726886049.39242: done checking for any_errors_fatal 61728 1726886049.39242: checking for max_fail_percentage 61728 1726886049.39244: done checking for max_fail_percentage 61728 1726886049.39245: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.39246: done checking to see if all hosts have failed 61728 1726886049.39247: getting the remaining hosts for this loop 61728 1726886049.39248: done getting the remaining hosts for this loop 61728 1726886049.39252: getting the next task for host managed_node2 61728 1726886049.39263: done getting next task for host managed_node2 61728 1726886049.39271: ^ task is: TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 61728 1726886049.39274: ^ 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=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 61728 1726886049.39283: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008c 61728 1726886049.39286: WORKER PROCESS EXITING 61728 1726886049.39296: getting variables 61728 1726886049.39298: in VariableManager get_vars() 61728 1726886049.39334: Calling all_inventory to load vars for managed_node2 61728 1726886049.39337: Calling groups_inventory to load vars for managed_node2 61728 1726886049.39339: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.39348: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.39350: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.39353: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.40136: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.41431: done with get_vars() 61728 1726886049.41450: done getting variables TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:187 Friday 20 September 2024 22:34:09 -0400 (0:00:00.067) 0:00:08.734 ****** 61728 1726886049.41554: entering _queue_task() for managed_node2/systemd 61728 1726886049.41912: worker is 1 (out of 1 available) 61728 1726886049.41928: exiting _queue_task() for managed_node2/systemd 61728 1726886049.41941: done queuing things up, now waiting for results queue to drain 61728 1726886049.41942: waiting for pending results... 61728 1726886049.42183: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab 61728 1726886049.42307: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000008e 61728 1726886049.42443: variable 'ansible_search_path' from source: unknown 61728 1726886049.42447: variable 'ansible_search_path' from source: unknown 61728 1726886049.42450: calling self._execute() 61728 1726886049.42472: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.42484: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.42498: variable 'omit' from source: magic vars 61728 1726886049.42888: variable 'blivet_output' from source: set_fact 61728 1726886049.42910: Evaluated conditional (blivet_output['mounts']): False 61728 1726886049.42922: when evaluation is False, skipping this task 61728 1726886049.42931: _execute() done 61728 1726886049.42938: dumping result to json 61728 1726886049.42945: done dumping result, returning 61728 1726886049.42958: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab [0affc8a3-6f6f-cd4e-f8d4-00000000008e] 61728 1726886049.42968: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008e skipping: [managed_node2] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } 61728 1726886049.43135: no more pending results, returning what we have 61728 1726886049.43139: results queue empty 61728 1726886049.43140: checking for any_errors_fatal 61728 1726886049.43147: done checking for any_errors_fatal 61728 1726886049.43148: checking for max_fail_percentage 61728 1726886049.43149: done checking for max_fail_percentage 61728 1726886049.43150: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.43151: done checking to see if all hosts have failed 61728 1726886049.43152: getting the remaining hosts for this loop 61728 1726886049.43153: done getting the remaining hosts for this loop 61728 1726886049.43159: getting the next task for host managed_node2 61728 1726886049.43165: done getting next task for host managed_node2 61728 1726886049.43168: ^ task is: TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 61728 1726886049.43171: ^ 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=9, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.43189: getting variables 61728 1726886049.43191: in VariableManager get_vars() 61728 1726886049.43281: Calling all_inventory to load vars for managed_node2 61728 1726886049.43284: Calling groups_inventory to load vars for managed_node2 61728 1726886049.43286: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.43298: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.43301: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.43419: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.44064: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008e 61728 1726886049.44068: WORKER PROCESS EXITING 61728 1726886049.44600: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.45801: done with get_vars() 61728 1726886049.45819: done getting variables TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 Friday 20 September 2024 22:34:09 -0400 (0:00:00.045) 0:00:08.780 ****** 61728 1726886049.46126: entering _queue_task() for managed_node2/stat 61728 1726886049.46886: worker is 1 (out of 1 available) 61728 1726886049.46898: exiting _queue_task() for managed_node2/stat 61728 1726886049.46908: done queuing things up, now waiting for results queue to drain 61728 1726886049.46909: waiting for pending results... 61728 1726886049.47310: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file 61728 1726886049.47567: in run() - task 0affc8a3-6f6f-cd4e-f8d4-00000000008f 61728 1726886049.47661: variable 'ansible_search_path' from source: unknown 61728 1726886049.48062: variable 'ansible_search_path' from source: unknown 61728 1726886049.48066: calling self._execute() 61728 1726886049.48093: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.48180: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.48197: variable 'omit' from source: magic vars 61728 1726886049.48664: variable 'omit' from source: magic vars 61728 1726886049.48729: variable 'omit' from source: magic vars 61728 1726886049.48888: variable 'omit' from source: magic vars 61728 1726886049.48939: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886049.49141: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886049.49232: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886049.49279: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.49333: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.49461: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886049.49472: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.49543: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.49881: Set connection var ansible_timeout to 10 61728 1726886049.49893: Set connection var ansible_shell_executable to /bin/sh 61728 1726886049.49903: Set connection var ansible_pipelining to False 61728 1726886049.49981: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886049.49988: Set connection var ansible_connection to ssh 61728 1726886049.49995: Set connection var ansible_shell_type to sh 61728 1726886049.50029: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.50089: variable 'ansible_connection' from source: unknown 61728 1726886049.50407: variable 'ansible_module_compression' from source: unknown 61728 1726886049.50411: variable 'ansible_shell_type' from source: unknown 61728 1726886049.50414: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.50416: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.50421: variable 'ansible_pipelining' from source: unknown 61728 1726886049.50423: variable 'ansible_timeout' from source: unknown 61728 1726886049.50425: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.51171: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886049.51175: variable 'omit' from source: magic vars 61728 1726886049.51177: starting attempt loop 61728 1726886049.51180: running the handler 61728 1726886049.51182: _low_level_execute_command(): starting 61728 1726886049.51183: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886049.52483: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886049.52582: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886049.52664: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.52874: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.54678: stdout chunk (state=3): >>>/root <<< 61728 1726886049.54681: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886049.54683: stdout chunk (state=3): >>><<< 61728 1726886049.54685: stderr chunk (state=3): >>><<< 61728 1726886049.54751: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886049.54758: _low_level_execute_command(): starting 61728 1726886049.54761: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832 `" && echo ansible-tmp-1726886049.5471992-62038-89259970832="` echo /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832 `" ) && sleep 0' 61728 1726886049.56399: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886049.56410: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.56652: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.58471: stdout chunk (state=3): >>>ansible-tmp-1726886049.5471992-62038-89259970832=/root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832 <<< 61728 1726886049.58570: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886049.58599: stderr chunk (state=3): >>><<< 61728 1726886049.58608: stdout chunk (state=3): >>><<< 61728 1726886049.58637: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886049.5471992-62038-89259970832=/root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886049.58725: variable 'ansible_module_compression' from source: unknown 61728 1726886049.58929: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible.modules.stat-ZIP_DEFLATED 61728 1726886049.58970: variable 'ansible_facts' from source: unknown 61728 1726886049.59167: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py 61728 1726886049.59553: Sending initial data 61728 1726886049.59566: Sent initial data (149 bytes) 61728 1726886049.60896: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886049.60914: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886049.60963: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration <<< 61728 1726886049.61141: 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.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886049.61299: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.61344: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.63080: 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 <<< 61728 1726886049.63134: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886049.63258: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpzn1dc2kz /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py <<< 61728 1726886049.63262: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py" <<< 61728 1726886049.63310: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpzn1dc2kz" to remote "/root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py" <<< 61728 1726886049.64651: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886049.64806: stderr chunk (state=3): >>><<< 61728 1726886049.64809: stdout chunk (state=3): >>><<< 61728 1726886049.64811: done transferring module to remote 61728 1726886049.64813: _low_level_execute_command(): starting 61728 1726886049.64821: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/ /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py && sleep 0' 61728 1726886049.65563: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886049.65579: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886049.65591: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886049.65628: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886049.65644: stderr chunk (state=3): >>>debug1: configuration requests final Match pass <<< 61728 1726886049.65747: stderr chunk (state=3): >>>debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886049.65762: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886049.65781: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.65864: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.67764: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886049.67776: stdout chunk (state=3): >>><<< 61728 1726886049.67994: stderr chunk (state=3): >>><<< 61728 1726886049.68005: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886049.68008: _low_level_execute_command(): starting 61728 1726886049.68010: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/AnsiballZ_stat.py && sleep 0' 61728 1726886049.68680: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886049.68684: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886049.68698: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886049.68818: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.68889: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.71392: stdout chunk (state=3): >>>import _frozen_importlib # frozen import _imp # builtin import '_thread' # import '_warnings' # import '_weakref' # import '_io' # import 'marshal' # import 'posix' # import '_frozen_importlib_external' # # installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 61728 1726886049.71439: 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' <<< 61728 1726886049.71443: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886049.71468: stdout chunk (state=3): >>>import 'codecs' # <<< 61728 1726886049.71514: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886049.71570: 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 0x7fa5e0b684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0b37b30> # /usr/lib64/python3.12/encodings/__pycache__/utf_8.cpython-312.pyc matches /usr/lib64/python3.12/encodings/utf_8.py <<< 61728 1726886049.71644: 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 0x7fa5e0b6aa50> import '_signal' # import '_abc' # <<< 61728 1726886049.71647: stdout chunk (state=3): >>>import 'abc' # <<< 61728 1726886049.71699: stdout chunk (state=3): >>>import 'io' # import '_stat' # import 'stat' # <<< 61728 1726886049.71772: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886049.71803: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886049.71826: stdout chunk (state=3): >>>import 'os' # <<< 61728 1726886049.71866: stdout chunk (state=3): >>>import '_sitebuiltins' # Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' <<< 61728 1726886049.71892: stdout chunk (state=3): >>>Adding directory: '/usr/lib/python3.12/site-packages' Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886049.71927: 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 <<< 61728 1726886049.71936: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/__pycache__/utf_8_sig.cpython-312.pyc' <<< 61728 1726886049.71942: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e093d130> <<< 61728 1726886049.71999: 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 <<< 61728 1726886049.72011: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.72026: stdout chunk (state=3): >>>import '_distutils_hack' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e093e120> <<< 61728 1726886049.72043: stdout chunk (state=3): >>>import 'site' # <<< 61728 1726886049.72085: 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. <<< 61728 1726886049.72330: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886049.72334: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc' <<< 61728 1726886049.72368: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/re/__init__.py # code object from '/usr/lib64/python3.12/re/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.72387: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc matches /usr/lib64/python3.12/enum.py <<< 61728 1726886049.72437: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886049.72454: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886049.72484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e097bfe0> <<< 61728 1726886049.72520: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886049.72523: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886049.72550: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0990170> # /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886049.72583: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886049.72604: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886049.72672: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.72675: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886049.72710: 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 0x7fa5e09b39e0> <<< 61728 1726886049.72739: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886049.72762: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09b3fb0> import '_collections' # <<< 61728 1726886049.72811: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0993cb0> import '_functools' # <<< 61728 1726886049.72848: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09913d0> <<< 61728 1726886049.72963: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0979190> <<< 61728 1726886049.72990: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py # code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' import '_sre' # <<< 61728 1726886049.73024: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886049.73051: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886049.73054: 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' <<< 61728 1726886049.73096: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09d7950> <<< 61728 1726886049.73106: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09d6570> <<< 61728 1726886049.73140: 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' <<< 61728 1726886049.73145: stdout chunk (state=3): >>>import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09922a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09d4e00> <<< 61728 1726886049.73209: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc matches /usr/lib64/python3.12/copyreg.py <<< 61728 1726886049.73213: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copyreg.cpython-312.pyc' <<< 61728 1726886049.73215: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a049b0> <<< 61728 1726886049.73217: stdout chunk (state=3): >>>import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0978410> <<< 61728 1726886049.73244: 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'<<< 61728 1726886049.73252: stdout chunk (state=3): >>> <<< 61728 1726886049.73273: stdout chunk (state=3): >>># extension module '_struct' loaded from '/usr/lib64/python3.12/lib-dynload/_struct.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.73279: 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 0x7fa5e0a04e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a04d10> <<< 61728 1726886049.73324: 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 0x7fa5e0a050d0> <<< 61728 1726886049.73332: stdout chunk (state=3): >>>import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0976f30> <<< 61728 1726886049.73364: stdout chunk (state=3): >>># /usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/importlib/__init__.py <<< 61728 1726886049.73368: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/importlib/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.73385: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886049.73433: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886049.73438: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a05790> <<< 61728 1726886049.73440: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a05490> import 'importlib.machinery' # <<< 61728 1726886049.73475: 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' <<< 61728 1726886049.73499: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a06690> <<< 61728 1726886049.73515: stdout chunk (state=3): >>>import 'importlib.util' # <<< 61728 1726886049.73522: stdout chunk (state=3): >>>import 'runpy' # <<< 61728 1726886049.73544: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886049.73581: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886049.73606: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886049.73617: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a20860> <<< 61728 1726886049.73635: stdout chunk (state=3): >>>import 'errno' # <<< 61728 1726886049.73657: stdout chunk (state=3): >>># extension module 'zlib' loaded from '/usr/lib64/python3.12/lib-dynload/zlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.73694: 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 0x7fa5e0a21fa0> <<< 61728 1726886049.73706: 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' <<< 61728 1726886049.73736: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc matches /usr/lib64/python3.12/_compression.py <<< 61728 1726886049.73740: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compression.cpython-312.pyc' <<< 61728 1726886049.73743: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a22e40> <<< 61728 1726886049.73804: 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 0x7fa5e0a23470> <<< 61728 1726886049.73836: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a22390> # /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' <<< 61728 1726886049.73887: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' # extension module '_lzma' executed from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' import '_lzma' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5e0a23e60> <<< 61728 1726886049.73902: stdout chunk (state=3): >>>import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a23590> <<< 61728 1726886049.73952: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a06600> # /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886049.73992: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886049.74004: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886049.74081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' # extension module 'math' loaded from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' # extension module 'math' executed from '/usr/lib64/python3.12/lib-dynload/math.cpython-312-x86_64-linux-gnu.so' import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5e079fd40> <<< 61728 1726886049.74083: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc matches /usr/lib64/python3.12/bisect.py <<< 61728 1726886049.74132: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bisect.cpython-312.pyc' # extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' # extension module '_bisect' executed from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5e07cc8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cc620> <<< 61728 1726886049.74168: 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 0x7fa5e07cc8f0> <<< 61728 1726886049.74180: 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' <<< 61728 1726886049.74261: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.74584: 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 0x7fa5e07cd220> # 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 0x7fa5e07cdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07ccad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e079dee0> # /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' <<< 61728 1726886049.74611: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886049.74628: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cf020> <<< 61728 1726886049.74651: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cdd60> <<< 61728 1726886049.74670: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a06db0> <<< 61728 1726886049.74695: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886049.74781: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886049.74821: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886049.74842: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07f3380> <<< 61728 1726886049.75002: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py # code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc matches /usr/lib64/python3.12/contextlib.py # code object from '/usr/lib64/python3.12/__pycache__/contextlib.cpython-312.pyc' import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e08176e0> <<< 61728 1726886049.75037: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886049.75076: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886049.75123: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886049.75163: 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 0x7fa5e0878500> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886049.75195: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886049.75217: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886049.75261: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886049.75343: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e087ac60> <<< 61728 1726886049.75424: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0878620> <<< 61728 1726886049.75469: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e083d4f0> <<< 61728 1726886049.75481: 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 0x7fa5e0129580> <<< 61728 1726886049.75505: stdout chunk (state=3): >>>import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e08164e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cff50> <<< 61728 1726886049.75625: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886049.75637: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa5e0816840> <<< 61728 1726886049.75864: stdout chunk (state=3): >>># zipimport: found 30 names in '/tmp/ansible_stat_payload_uc2edy8q/ansible_stat_payload.zip' <<< 61728 1726886049.75878: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.75994: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.76018: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886049.76036: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886049.76074: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886049.76153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886049.76187: 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' <<< 61728 1726886049.76190: stdout chunk (state=3): >>>import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e017b260> <<< 61728 1726886049.76193: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886049.76380: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e015e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e015d2b0> <<< 61728 1726886049.76386: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.76415: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886049.76430: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.76450: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.76466: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886049.76489: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.77901: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.79011: 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' <<< 61728 1726886049.79017: stdout chunk (state=3): >>>import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0179130> <<< 61728 1726886049.79042: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/json/__init__.py <<< 61728 1726886049.79047: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.79072: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886049.79081: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886049.79102: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc matches /usr/lib64/python3.12/json/scanner.py <<< 61728 1726886049.79108: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/scanner.cpython-312.pyc' <<< 61728 1726886049.79140: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.79150: 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 0x7fa5e01a6c60> <<< 61728 1726886049.79196: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a69f0> <<< 61728 1726886049.79221: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a6300> <<< 61728 1726886049.79242: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py # code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' <<< 61728 1726886049.79296: stdout chunk (state=3): >>>import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a67e0> <<< 61728 1726886049.79299: stdout chunk (state=3): >>>import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e017bef0> <<< 61728 1726886049.79311: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886049.79371: 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 0x7fa5e01a7920> <<< 61728 1726886049.79375: 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 0x7fa5e01a7aa0> <<< 61728 1726886049.79404: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886049.79431: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886049.79447: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886049.79487: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a7fb0> <<< 61728 1726886049.79521: stdout chunk (state=3): >>>import 'pwd' # <<< 61728 1726886049.79537: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886049.79561: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886049.79583: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0015ca0> <<< 61728 1726886049.79614: stdout chunk (state=3): >>># extension module 'select' loaded from '/usr/lib64/python3.12/lib-dynload/select.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.79656: 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 0x7fa5e00178c0> # /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' <<< 61728 1726886049.79697: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001c260> <<< 61728 1726886049.79750: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886049.79753: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886049.79784: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001d3d0> <<< 61728 1726886049.79961: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886049.79966: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc matches /usr/lib64/python3.12/signal.py <<< 61728 1726886049.79969: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/signal.cpython-312.pyc' <<< 61728 1726886049.79971: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001fec0> # 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 0x7fa5e0817d10> <<< 61728 1726886049.80020: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001e1b0> # /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' <<< 61728 1726886049.80062: 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 <<< 61728 1726886049.80130: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/token.cpython-312.pyc matches /usr/lib64/python3.12/token.py # code object from '/usr/lib64/python3.12/__pycache__/token.cpython-312.pyc' import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0023ec0> import '_tokenize' # <<< 61728 1726886049.80207: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0022990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e00226f0> <<< 61728 1726886049.80227: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py # code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886049.80303: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0022c60> <<< 61728 1726886049.80334: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001e630> <<< 61728 1726886049.80360: stdout chunk (state=3): >>># extension module 'syslog' loaded from '/usr/lib64/python3.12/lib-dynload/syslog.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.80387: 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 0x7fa5e0067ef0> <<< 61728 1726886049.80428: 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 0x7fa5e00681d0> # /usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/journal.py <<< 61728 1726886049.80544: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc matches /usr/lib64/python3.12/datetime.py # code object from '/usr/lib64/python3.12/__pycache__/datetime.cpython-312.pyc' # extension module '_datetime' loaded from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' # extension module '_datetime' executed from '/usr/lib64/python3.12/lib-dynload/_datetime.cpython-312-x86_64-linux-gnu.so' import '_datetime' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5e0069ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0069a60> <<< 61728 1726886049.80548: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886049.80722: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886049.80780: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' # extension module '_uuid' executed from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' import '_uuid' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7fa5e006c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e006a360> # /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886049.80870: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py # code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 61728 1726886049.80913: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e006fa10> <<< 61728 1726886049.80994: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e006c3e0> <<< 61728 1726886049.81032: 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' <<< 61728 1726886049.81038: 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 0x7fa5e0070800> <<< 61728 1726886049.81063: 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' <<< 61728 1726886049.81071: 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 0x7fa5e0070a70> <<< 61728 1726886049.81129: 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 0x7fa5e00703e0> <<< 61728 1726886049.81160: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0068380> <<< 61728 1726886049.81172: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886049.81199: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886049.81254: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.81259: 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 0x7fa5e00fc380> <<< 61728 1726886049.81413: 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 0x7fa5e00fd730> <<< 61728 1726886049.81438: stdout chunk (state=3): >>>import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0072b10> <<< 61728 1726886049.81471: 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 0x7fa5e0073ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0072750> # zipimport: zlib available <<< 61728 1726886049.81506: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # # zipimport: zlib available <<< 61728 1726886049.81615: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.81717: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.81720: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886049.81750: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 61728 1726886049.81877: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.81988: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.82547: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.83088: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886049.83121: 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' # <<< 61728 1726886049.83138: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886049.83162: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.83203: stdout chunk (state=3): >>># extension module '_ctypes' loaded from '/usr/lib64/python3.12/lib-dynload/_ctypes.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886049.83208: 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 0x7fa5dff01880> <<< 61728 1726886049.83295: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886049.83300: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc' <<< 61728 1726886049.83326: stdout chunk (state=3): >>>import 'ctypes._endian' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff02660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e017b1d0> <<< 61728 1726886049.83376: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886049.83407: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.83412: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.83429: stdout chunk (state=3): >>>import 'ansible.module_utils._text' # # zipimport: zlib available <<< 61728 1726886049.83572: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.83727: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py <<< 61728 1726886049.83733: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff025d0> <<< 61728 1726886049.83751: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84216: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84680: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84735: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84816: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886049.84824: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84853: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84886: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # <<< 61728 1726886049.84904: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.84971: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85072: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886049.85078: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85090: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886049.85104: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85143: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85192: stdout chunk (state=3): >>>import 'ansible.module_utils.parsing.convert_bool' # # zipimport: zlib available <<< 61728 1726886049.85411: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85663: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886049.85732: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886049.85740: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886049.85802: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff038f0> <<< 61728 1726886049.85815: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85910: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.85953: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # <<< 61728 1726886049.85986: stdout chunk (state=3): >>>import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886049.86020: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86038: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86087: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886049.86095: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86137: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86182: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86241: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86321: 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 <<< 61728 1726886049.86349: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886049.86436: 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 0x7fa5dff0e2a0> <<< 61728 1726886049.86483: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff09a90> <<< 61728 1726886049.86512: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # # zipimport: zlib available <<< 61728 1726886049.86590: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86638: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86675: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.86724: 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' <<< 61728 1726886049.86742: 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 <<< 61728 1726886049.86779: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886049.86795: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886049.86853: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886049.86875: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886049.86903: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886049.86939: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01faab0> <<< 61728 1726886049.86980: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01e2780> <<< 61728 1726886049.87068: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff0e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e00fd910> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 61728 1726886049.87083: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.87128: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.87134: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886049.87291: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available <<< 61728 1726886049.87385: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.87580: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886049.88392: stdout chunk (state=3): >>> {"changed": false, "stat": {"exists": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "follow": false, "get_checksum": true, "get_mime": true, "get_attributes": true, "checksum_algorithm": "sha1"}}} <<< 61728 1726886049.88422: stdout chunk (state=3): >>># destroy __main__ <<< 61728 1726886049.88878: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886049.88881: 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 <<< 61728 1726886049.88934: 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 <<< 61728 1726886049.88972: 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 # 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 <<< 61728 1726886049.89014: stdout chunk (state=3): >>># cleanup[2] removing importlib._bootstrap_external # cleanup[2] removing warnings # cleanup[2] removing importlib # cleanup[2] removing importlib.machinery # cleanup[2] removing importlib._abc # cleanup[2] removing importlib.util # cleanup[2] removing runpy # destroy runpy # cleanup[2] removing fnmatch # cleanup[2] removing errno # cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # destroy typing # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] 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<<< 61728 1726886049.89044: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast <<< 61728 1726886049.89047: stdout chunk (state=3): >>># cleanup[2] removing ast # destroy ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules <<< 61728 1726886049.89352: stdout chunk (state=3): >>># destroy _sitebuiltins # destroy importlib.machinery<<< 61728 1726886049.89367: stdout chunk (state=3): >>> # destroy importlib._abc # destroy importlib.util # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii <<< 61728 1726886049.89404: stdout chunk (state=3): >>># destroy struct # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy fnmatch # destroy ipaddress <<< 61728 1726886049.89428: stdout chunk (state=3): >>># destroy ntpath <<< 61728 1726886049.89451: 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 <<< 61728 1726886049.89463: stdout chunk (state=3): >>># destroy json.scanner # destroy _json # destroy grp # destroy encodings <<< 61728 1726886049.89515: stdout chunk (state=3): >>># destroy _locale # destroy pwd # destroy locale # destroy signal # destroy fcntl # destroy select<<< 61728 1726886049.89520: stdout chunk (state=3): >>> # destroy _signal # destroy _posixsubprocess <<< 61728 1726886049.89580: stdout chunk (state=3): >>># destroy syslog # destroy uuid # destroy selectors # destroy errno # destroy array # destroy datetime <<< 61728 1726886049.89614: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy json # destroy logging # destroy shlex # destroy subprocess <<< 61728 1726886049.89666: stdout chunk (state=3): >>># cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian <<< 61728 1726886049.89702: stdout chunk (state=3): >>># cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 61728 1726886049.89728: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping contextlib # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping warnings # cleanup[3] wiping importlib._bootstrap_external <<< 61728 1726886049.89746: stdout chunk (state=3): >>># cleanup[3] wiping importlib._bootstrap # cleanup[3] wiping _struct # cleanup[3] wiping re # destroy re._constants # destroy re._casefix # destroy re._compiler # destroy enum # cleanup[3] wiping copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools <<< 61728 1726886049.89775: stdout chunk (state=3): >>># cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy _collections_abc # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator <<< 61728 1726886049.89781: stdout chunk (state=3): >>># cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath <<< 61728 1726886049.89803: 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 # cleanup[3] wiping codecs <<< 61728 1726886049.89835: stdout chunk (state=3): >>># cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # 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 <<< 61728 1726886049.89842: stdout chunk (state=3): >>># destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886049.89961: stdout chunk (state=3): >>># destroy sys.monitoring <<< 61728 1726886049.89966: stdout chunk (state=3): >>># destroy _socket <<< 61728 1726886049.89978: stdout chunk (state=3): >>># destroy _collections <<< 61728 1726886049.90021: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath <<< 61728 1726886049.90029: stdout chunk (state=3): >>># destroy re._parser # destroy tokenize <<< 61728 1726886049.90044: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib # destroy copyreg # destroy contextlib <<< 61728 1726886049.90074: stdout chunk (state=3): >>># destroy _typing <<< 61728 1726886049.90085: stdout chunk (state=3): >>># destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 61728 1726886049.90094: stdout chunk (state=3): >>># destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886049.90104: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886049.90199: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases <<< 61728 1726886049.90206: 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 <<< 61728 1726886049.90226: stdout chunk (state=3): >>># destroy _warnings # destroy math # destroy _bisect # destroy time <<< 61728 1726886049.90244: stdout chunk (state=3): >>># destroy _random # destroy _weakref <<< 61728 1726886049.90259: stdout chunk (state=3): >>># destroy _hashlib <<< 61728 1726886049.90278: stdout chunk (state=3): >>># destroy _operator # destroy _string # destroy re <<< 61728 1726886049.90287: stdout chunk (state=3): >>># destroy itertools <<< 61728 1726886049.90313: stdout chunk (state=3): >>># destroy _abc # destroy _sre # destroy posix # destroy _functools # destroy builtins # destroy _thread <<< 61728 1726886049.90321: stdout chunk (state=3): >>># clear sys.audit hooks <<< 61728 1726886049.90627: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886049.90669: stderr chunk (state=3): >>><<< 61728 1726886049.90672: stdout chunk (state=3): >>><<< 61728 1726886049.90739: _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 0x7fa5e0b684d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0b37b30> # /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 0x7fa5e0b6aa50> 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 0x7fa5e093d130> # /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 0x7fa5e093e120> 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 0x7fa5e097bfe0> # /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 0x7fa5e0990170> # /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 0x7fa5e09b39e0> # /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 0x7fa5e09b3fb0> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0993cb0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09913d0> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0979190> # /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 0x7fa5e09d7950> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09d6570> # /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 0x7fa5e09922a0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e09d4e00> # /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 0x7fa5e0a049b0> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0978410> # /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 0x7fa5e0a04e60> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a04d10> # 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 0x7fa5e0a050d0> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0976f30> # /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 0x7fa5e0a05790> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a05490> 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 0x7fa5e0a06690> 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 0x7fa5e0a20860> 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 0x7fa5e0a21fa0> # /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 0x7fa5e0a22e40> # 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 0x7fa5e0a23470> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a22390> # /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 0x7fa5e0a23e60> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a23590> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a06600> # /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 0x7fa5e079fd40> # /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 0x7fa5e07cc8c0> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cc620> # 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 0x7fa5e07cc8f0> # /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 0x7fa5e07cd220> # 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 0x7fa5e07cdc10> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07ccad0> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e079dee0> # /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 0x7fa5e07cf020> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cdd60> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0a06db0> # /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 0x7fa5e07f3380> # /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 0x7fa5e08176e0> # /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 0x7fa5e0878500> # /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 0x7fa5e087ac60> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0878620> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e083d4f0> # /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 0x7fa5e0129580> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e08164e0> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e07cff50> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7fa5e0816840> # zipimport: found 30 names in '/tmp/ansible_stat_payload_uc2edy8q/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 0x7fa5e017b260> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e015e150> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e015d2b0> # 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 0x7fa5e0179130> # /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 0x7fa5e01a6c60> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a69f0> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01a6300> # /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 0x7fa5e01a67e0> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e017bef0> 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 0x7fa5e01a7920> # 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 0x7fa5e01a7aa0> # /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 0x7fa5e01a7fb0> 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 0x7fa5e0015ca0> # 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 0x7fa5e00178c0> # /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 0x7fa5e001c260> # /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 0x7fa5e001d3d0> # /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 0x7fa5e001fec0> # 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 0x7fa5e0817d10> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001e1b0> # /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 0x7fa5e0023ec0> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0022990> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e00226f0> # /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 0x7fa5e0022c60> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e001e630> # 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 0x7fa5e0067ef0> # /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 0x7fa5e00681d0> # /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 0x7fa5e0069ca0> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0069a60> # /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 0x7fa5e006c230> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e006a360> # /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 0x7fa5e006fa10> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e006c3e0> # 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 0x7fa5e0070800> # 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 0x7fa5e0070a70> # 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 0x7fa5e00703e0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0068380> # /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 0x7fa5e00fc380> # 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 0x7fa5e00fd730> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0072b10> # 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 0x7fa5e0073ec0> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e0072750> # 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 0x7fa5dff01880> # /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 0x7fa5dff02660> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e017b1d0> 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 0x7fa5dff025d0> # 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 0x7fa5dff038f0> # 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 0x7fa5dff0e2a0> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff09a90> 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 0x7fa5e01faab0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e01e2780> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5dff0e390> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7fa5e00fd910> # 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": true, "path": "/etc/crypttab", "mode": "0600", "isdir": false, "ischr": false, "isblk": false, "isreg": true, "isfifo": false, "islnk": false, "issock": false, "uid": 0, "gid": 0, "size": 0, "inode": 2097284, "dev": 51714, "nlink": 1, "atime": 1726884763.1972804, "mtime": 1726562394.502, "ctime": 1726562704.141, "wusr": true, "rusr": true, "xusr": false, "wgrp": false, "rgrp": false, "xgrp": false, "woth": false, "roth": false, "xoth": false, "isuid": false, "isgid": false, "blocks": 0, "block_size": 4096, "device_type": 0, "readable": true, "writeable": true, "executable": false, "pw_name": "root", "gr_name": "root", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "mimetype": "inode/x-empty", "charset": "binary", "version": "998616235", "attributes": [], "attr_flags": ""}, "invocation": {"module_args": {"path": "/etc/crypttab", "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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 closed. 61728 1726886049.91306: done with _execute_module (stat, {'path': '/etc/crypttab', '_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-1726886049.5471992-62038-89259970832/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886049.91309: _low_level_execute_command(): starting 61728 1726886049.91313: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886049.5471992-62038-89259970832/ > /dev/null 2>&1 && sleep 0' 61728 1726886049.91569: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886049.91572: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886049.91574: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886049.91576: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886049.91578: 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.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886049.91581: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886049.91627: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886049.91642: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886049.91708: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886049.93596: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886049.93628: stderr chunk (state=3): >>><<< 61728 1726886049.93632: stdout chunk (state=3): >>><<< 61728 1726886049.93640: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886049.93646: handler run complete 61728 1726886049.93720: attempt loop complete, returning result 61728 1726886049.93724: _execute() done 61728 1726886049.93727: dumping result to json 61728 1726886049.93729: done dumping result, returning 61728 1726886049.93731: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file [0affc8a3-6f6f-cd4e-f8d4-00000000008f] 61728 1726886049.93733: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008f 61728 1726886049.93930: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-00000000008f 61728 1726886049.93933: WORKER PROCESS EXITING ok: [managed_node2] => { "changed": false, "stat": { "atime": 1726884763.1972804, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1726562704.141, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 2097284, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1726562394.502, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "998616235", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } 61728 1726886049.94082: no more pending results, returning what we have 61728 1726886049.94090: results queue empty 61728 1726886049.94091: checking for any_errors_fatal 61728 1726886049.94099: done checking for any_errors_fatal 61728 1726886049.94102: checking for max_fail_percentage 61728 1726886049.94104: done checking for max_fail_percentage 61728 1726886049.94104: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.94105: done checking to see if all hosts have failed 61728 1726886049.94106: getting the remaining hosts for this loop 61728 1726886049.94107: done getting the remaining hosts for this loop 61728 1726886049.94114: getting the next task for host managed_node2 61728 1726886049.94125: done getting next task for host managed_node2 61728 1726886049.94129: ^ task is: TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 61728 1726886049.94136: ^ 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=10, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.94148: getting variables 61728 1726886049.94149: in VariableManager get_vars() 61728 1726886049.94245: Calling all_inventory to load vars for managed_node2 61728 1726886049.94247: Calling groups_inventory to load vars for managed_node2 61728 1726886049.94249: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.94257: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.94259: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.94261: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.94790: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.95277: done with get_vars() 61728 1726886049.95291: done getting variables TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:200 Friday 20 September 2024 22:34:09 -0400 (0:00:00.492) 0:00:09.272 ****** 61728 1726886049.95397: entering _queue_task() for managed_node2/lineinfile 61728 1726886049.95617: worker is 1 (out of 1 available) 61728 1726886049.95630: exiting _queue_task() for managed_node2/lineinfile 61728 1726886049.95642: done queuing things up, now waiting for results queue to drain 61728 1726886049.95643: waiting for pending results... 61728 1726886049.95817: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made 61728 1726886049.95895: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000090 61728 1726886049.95906: variable 'ansible_search_path' from source: unknown 61728 1726886049.95909: variable 'ansible_search_path' from source: unknown 61728 1726886049.96199: variable 'blivet_output' from source: set_fact 61728 1726886049.96310: dumping result to json 61728 1726886049.96313: done dumping result, returning 61728 1726886049.96316: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made [0affc8a3-6f6f-cd4e-f8d4-000000000090] 61728 1726886049.96319: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000090 61728 1726886049.96426: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000090 61728 1726886049.96432: WORKER PROCESS EXITING skipping: [managed_node2] => { "changed": false, "skipped_reason": "No items in the list" } 61728 1726886049.96482: no more pending results, returning what we have 61728 1726886049.96485: results queue empty 61728 1726886049.96486: checking for any_errors_fatal 61728 1726886049.96496: done checking for any_errors_fatal 61728 1726886049.96496: checking for max_fail_percentage 61728 1726886049.96498: done checking for max_fail_percentage 61728 1726886049.96499: checking to see if all hosts have failed and the running result is not ok 61728 1726886049.96500: done checking to see if all hosts have failed 61728 1726886049.96501: getting the remaining hosts for this loop 61728 1726886049.96503: done getting the remaining hosts for this loop 61728 1726886049.96506: getting the next task for host managed_node2 61728 1726886049.96512: done getting next task for host managed_node2 61728 1726886049.96516: ^ task is: TASK: fedora.linux_system_roles.storage : Update facts 61728 1726886049.96519: ^ 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=11, rescue=0, always=0, handlers=0, run_state=1, fail_state=0, pre_flushing_run_state=None, update_handlers=True, pending_setup=False, tasks child state? (None), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False), rescue child state? (None), always child state? (None), did rescue? False, did start at task? False 61728 1726886049.96531: getting variables 61728 1726886049.96532: in VariableManager get_vars() 61728 1726886049.96561: Calling all_inventory to load vars for managed_node2 61728 1726886049.96564: Calling groups_inventory to load vars for managed_node2 61728 1726886049.96566: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886049.96574: Calling all_plugins_play to load vars for managed_node2 61728 1726886049.96576: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886049.96578: Calling groups_plugins_play to load vars for managed_node2 61728 1726886049.96914: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886049.97280: done with get_vars() 61728 1726886049.97290: done getting variables TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 Friday 20 September 2024 22:34:09 -0400 (0:00:00.019) 0:00:09.292 ****** 61728 1726886049.97353: entering _queue_task() for managed_node2/setup 61728 1726886049.97546: worker is 1 (out of 1 available) 61728 1726886049.97561: exiting _queue_task() for managed_node2/setup 61728 1726886049.97571: done queuing things up, now waiting for results queue to drain 61728 1726886049.97572: waiting for pending results... 61728 1726886049.97781: running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts 61728 1726886049.97910: in run() - task 0affc8a3-6f6f-cd4e-f8d4-000000000092 61728 1726886049.97915: variable 'ansible_search_path' from source: unknown 61728 1726886049.97919: variable 'ansible_search_path' from source: unknown 61728 1726886049.97991: calling self._execute() 61728 1726886049.98082: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.98086: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.98092: variable 'omit' from source: magic vars 61728 1726886049.98466: variable 'ansible_check_mode' from source: magic vars 61728 1726886049.98470: Evaluated conditional (not ansible_check_mode): True 61728 1726886049.98472: variable 'omit' from source: magic vars 61728 1726886049.98502: variable 'omit' from source: magic vars 61728 1726886049.98533: variable 'omit' from source: magic vars 61728 1726886049.98602: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/connection 61728 1726886049.98660: Loading Connection 'ssh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/connection/ssh.py (found_in_cache=True, class_only=False) 61728 1726886049.98665: trying /usr/local/lib/python3.12/site-packages/ansible/plugins/shell 61728 1726886049.98672: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.98767: Loading ShellModule 'sh' from /usr/local/lib/python3.12/site-packages/ansible/plugins/shell/sh.py (found_in_cache=True, class_only=False) 61728 1726886049.98773: variable 'inventory_hostname' from source: host vars for 'managed_node2' 61728 1726886049.98776: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.98779: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.98888: Set connection var ansible_timeout to 10 61728 1726886049.98892: Set connection var ansible_shell_executable to /bin/sh 61728 1726886049.98895: Set connection var ansible_pipelining to False 61728 1726886049.98962: Set connection var ansible_module_compression to ZIP_DEFLATED 61728 1726886049.98965: Set connection var ansible_connection to ssh 61728 1726886049.98967: Set connection var ansible_shell_type to sh 61728 1726886049.98970: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.98972: variable 'ansible_connection' from source: unknown 61728 1726886049.98974: variable 'ansible_module_compression' from source: unknown 61728 1726886049.98976: variable 'ansible_shell_type' from source: unknown 61728 1726886049.98978: variable 'ansible_shell_executable' from source: unknown 61728 1726886049.98980: variable 'ansible_host' from source: host vars for 'managed_node2' 61728 1726886049.98982: variable 'ansible_pipelining' from source: unknown 61728 1726886049.98984: variable 'ansible_timeout' from source: unknown 61728 1726886049.98986: variable 'ansible_ssh_extra_args' from source: host vars for 'managed_node2' 61728 1726886049.99303: Loading ActionModule 'normal' from /usr/local/lib/python3.12/site-packages/ansible/plugins/action/normal.py (searched paths: /usr/local/lib/python3.12/site-packages/ansible/plugins/action:/usr/local/lib/python3.12/site-packages/ansible/plugins/action/__pycache__) 61728 1726886049.99308: variable 'omit' from source: magic vars 61728 1726886049.99313: starting attempt loop 61728 1726886049.99319: running the handler 61728 1726886049.99322: _low_level_execute_command(): starting 61728 1726886049.99323: _low_level_execute_command(): executing: /bin/sh -c 'echo ~ && sleep 0' 61728 1726886050.00095: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886050.00102: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.00160: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.01861: stdout chunk (state=3): >>>/root <<< 61728 1726886050.01962: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886050.02020: stderr chunk (state=3): >>><<< 61728 1726886050.02060: stdout chunk (state=3): >>><<< 61728 1726886050.02085: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886050.02098: _low_level_execute_command(): starting 61728 1726886050.02105: _low_level_execute_command(): executing: /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp `"&& mkdir "` echo /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121 `" && echo ansible-tmp-1726886050.020834-62067-40355009514121="` echo /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121 `" ) && sleep 0' 61728 1726886050.02701: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886050.02705: 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.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886050.02708: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886050.02710: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886050.02720: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886050.02801: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.02844: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.04780: stdout chunk (state=3): >>>ansible-tmp-1726886050.020834-62067-40355009514121=/root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121 <<< 61728 1726886050.04922: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886050.04966: stderr chunk (state=3): >>><<< 61728 1726886050.04978: stdout chunk (state=3): >>><<< 61728 1726886050.05017: _low_level_execute_command() done: rc=0, stdout=ansible-tmp-1726886050.020834-62067-40355009514121=/root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121 , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886050.05113: variable 'ansible_module_compression' from source: unknown 61728 1726886050.05201: ANSIBALLZ: using cached module: /root/.ansible/tmp/ansible-local-617285svxz06v/ansiballz_cache/ansible.modules.setup-ZIP_DEFLATED 61728 1726886050.05360: variable 'ansible_facts' from source: unknown 61728 1726886050.05595: transferring module to remote /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py 61728 1726886050.05660: Sending initial data 61728 1726886050.05678: Sent initial data (152 bytes) 61728 1726886050.06472: stderr chunk (state=3): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886050.06506: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886050.06526: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886050.06549: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.06646: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.08250: 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" <<< 61728 1726886050.08265: stderr chunk (state=3): >>>debug2: Server supports extension "users-groups-by-id@openssh.com" revision 1 <<< 61728 1726886050.08301: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_REALPATH "." <<< 61728 1726886050.08354: stdout chunk (state=3): >>>sftp> put /root/.ansible/tmp/ansible-local-617285svxz06v/tmpa4jty5lj /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py <<< 61728 1726886050.08358: stderr chunk (state=3): >>>debug2: Sending SSH2_FXP_STAT "/root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py" <<< 61728 1726886050.08401: stderr chunk (state=3): >>>debug1: stat remote: No such file or directory debug2: sftp_upload: upload local "/root/.ansible/tmp/ansible-local-617285svxz06v/tmpa4jty5lj" to remote "/root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py" debug2: Sending SSH2_FXP_OPEN "/root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py" <<< 61728 1726886050.09662: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886050.09745: stderr chunk (state=3): >>><<< 61728 1726886050.09748: stdout chunk (state=3): >>><<< 61728 1726886050.09971: done transferring module to remote 61728 1726886050.09975: _low_level_execute_command(): starting 61728 1726886050.09977: _low_level_execute_command(): executing: /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/ /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py && sleep 0' 61728 1726886050.11217: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886050.11236: stderr chunk (state=3): >>>debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886050.11272: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886050.11403: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886050.11490: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.11649: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.13868: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886050.13875: stdout chunk (state=3): >>><<< 61728 1726886050.13878: stderr chunk (state=3): >>><<< 61728 1726886050.13880: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886050.13883: _low_level_execute_command(): starting 61728 1726886050.13885: _low_level_execute_command(): executing: /bin/sh -c 'PYTHONVERBOSE=1 /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/AnsiballZ_setup.py && sleep 0' 61728 1726886050.14428: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 <<< 61728 1726886050.14475: 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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886050.14490: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf <<< 61728 1726886050.14575: stderr chunk (state=3): >>>debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886050.14588: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK <<< 61728 1726886050.14604: stderr chunk (state=3): >>>debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.14700: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.16894: stdout chunk (state=3): >>>import _frozen_importlib # frozen <<< 61728 1726886050.16914: stdout chunk (state=3): >>>import _imp # builtin <<< 61728 1726886050.16969: stdout chunk (state=3): >>>import '_thread' # import '_warnings' # import '_weakref' # <<< 61728 1726886050.17020: stdout chunk (state=3): >>>import '_io' # import 'marshal' # <<< 61728 1726886050.17057: stdout chunk (state=3): >>>import 'posix' # <<< 61728 1726886050.17114: stdout chunk (state=3): >>>import '_frozen_importlib_external' # <<< 61728 1726886050.17128: stdout chunk (state=3): >>># installing zipimport hook import 'time' # import 'zipimport' # # installed zipimport hook <<< 61728 1726886050.17184: 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' <<< 61728 1726886050.17235: stdout chunk (state=3): >>>import '_codecs' # <<< 61728 1726886050.17257: stdout chunk (state=3): >>>import 'codecs' # # /usr/lib64/python3.12/encodings/__pycache__/aliases.cpython-312.pyc matches /usr/lib64/python3.12/encodings/aliases.py <<< 61728 1726886050.17287: 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 0x7f05574184d0> <<< 61728 1726886050.17326: stdout chunk (state=3): >>>import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05573e7b30> <<< 61728 1726886050.17349: 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 0x7f055741aa50> import '_signal' # <<< 61728 1726886050.17392: stdout chunk (state=3): >>>import '_abc' # import 'abc' # <<< 61728 1726886050.17431: stdout chunk (state=3): >>>import 'io' # <<< 61728 1726886050.17451: stdout chunk (state=3): >>>import '_stat' # import 'stat' # <<< 61728 1726886050.17522: stdout chunk (state=3): >>>import '_collections_abc' # <<< 61728 1726886050.17554: stdout chunk (state=3): >>>import 'genericpath' # import 'posixpath' # <<< 61728 1726886050.17613: stdout chunk (state=3): >>>import 'os' # import '_sitebuiltins' # <<< 61728 1726886050.17638: stdout chunk (state=3): >>>Processing user site-packages Processing global site-packages Adding directory: '/usr/lib64/python3.12/site-packages' Adding directory: '/usr/lib/python3.12/site-packages' <<< 61728 1726886050.17650: stdout chunk (state=3): >>>Processing .pth file: '/usr/lib/python3.12/site-packages/distutils-precedence.pth' <<< 61728 1726886050.17688: 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' <<< 61728 1726886050.17853: stdout chunk (state=3): >>>import 'encodings.utf_8_sig' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557209130> <<< 61728 1726886050.17882: 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 0x7f055720a120> 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. <<< 61728 1726886050.18205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/base64.cpython-312.pyc matches /usr/lib64/python3.12/base64.py <<< 61728 1726886050.18290: 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 # 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 <<< 61728 1726886050.18310: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/enum.cpython-312.pyc' <<< 61728 1726886050.18335: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/types.cpython-312.pyc matches /usr/lib64/python3.12/types.py <<< 61728 1726886050.18365: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/types.cpython-312.pyc' <<< 61728 1726886050.18382: stdout chunk (state=3): >>>import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557246ea0> # /usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc matches /usr/lib64/python3.12/operator.py <<< 61728 1726886050.18408: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/operator.cpython-312.pyc' <<< 61728 1726886050.18444: stdout chunk (state=3): >>>import '_operator' # import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055725c1a0> <<< 61728 1726886050.18448: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc matches /usr/lib64/python3.12/functools.py <<< 61728 1726886050.18480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/functools.cpython-312.pyc' <<< 61728 1726886050.18500: stdout chunk (state=3): >>># /usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/collections/__init__.py <<< 61728 1726886050.18558: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/collections/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.18574: stdout chunk (state=3): >>>import 'itertools' # <<< 61728 1726886050.18608: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc matches /usr/lib64/python3.12/keyword.py <<< 61728 1726886050.18630: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/keyword.cpython-312.pyc' import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055727fa40> # /usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc matches /usr/lib64/python3.12/reprlib.py <<< 61728 1726886050.18649: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/reprlib.cpython-312.pyc' import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a0110> import '_collections' # <<< 61728 1726886050.18714: stdout chunk (state=3): >>>import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055725fce0> <<< 61728 1726886050.18717: stdout chunk (state=3): >>>import '_functools' # <<< 61728 1726886050.18743: stdout chunk (state=3): >>>import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055725d400> <<< 61728 1726886050.18834: stdout chunk (state=3): >>>import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572451c0> <<< 61728 1726886050.18862: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc matches /usr/lib64/python3.12/re/_compiler.py <<< 61728 1726886050.18895: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_compiler.cpython-312.pyc' <<< 61728 1726886050.18899: stdout chunk (state=3): >>>import '_sre' # <<< 61728 1726886050.18918: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc matches /usr/lib64/python3.12/re/_parser.py <<< 61728 1726886050.18947: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_parser.cpython-312.pyc' <<< 61728 1726886050.18969: stdout chunk (state=3): >>># /usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc matches /usr/lib64/python3.12/re/_constants.py <<< 61728 1726886050.18988: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/re/__pycache__/_constants.cpython-312.pyc' <<< 61728 1726886050.19001: stdout chunk (state=3): >>>import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a3980> <<< 61728 1726886050.19040: stdout chunk (state=3): >>>import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a25a0> <<< 61728 1726886050.19053: 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 0x7f055725e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a0e30> <<< 61728 1726886050.19112: 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' <<< 61728 1726886050.19140: stdout chunk (state=3): >>>import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557244440> <<< 61728 1726886050.19161: 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' <<< 61728 1726886050.19185: 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 0x7f05572d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d0d70> <<< 61728 1726886050.19224: stdout chunk (state=3): >>># extension module 'binascii' loaded from '/usr/lib64/python3.12/lib-dynload/binascii.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.19234: 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 0x7f05572d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557242f60> <<< 61728 1726886050.19273: 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' <<< 61728 1726886050.19289: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc matches /usr/lib64/python3.12/warnings.py <<< 61728 1726886050.19338: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/warnings.cpython-312.pyc' <<< 61728 1726886050.19341: stdout chunk (state=3): >>>import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d1850> <<< 61728 1726886050.19369: stdout chunk (state=3): >>>import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d1520> import 'importlib.machinery' # <<< 61728 1726886050.19392: 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' <<< 61728 1726886050.19419: stdout chunk (state=3): >>>import 'importlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d2750> import 'importlib.util' # import 'runpy' # <<< 61728 1726886050.19436: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc matches /usr/lib64/python3.12/shutil.py <<< 61728 1726886050.19484: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shutil.cpython-312.pyc' <<< 61728 1726886050.19513: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc matches /usr/lib64/python3.12/fnmatch.py <<< 61728 1726886050.19527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/fnmatch.cpython-312.pyc' import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572ec8f0> import 'errno' # <<< 61728 1726886050.19562: 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 0x7f05572ee030> <<< 61728 1726886050.19581: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc matches /usr/lib64/python3.12/bz2.py <<< 61728 1726886050.19612: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/bz2.cpython-312.pyc' <<< 61728 1726886050.19634: 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' <<< 61728 1726886050.19646: stdout chunk (state=3): >>>import '_compression' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572eeed0> <<< 61728 1726886050.19685: 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 0x7f05572ef530> <<< 61728 1726886050.19709: stdout chunk (state=3): >>>import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572ee420> <<< 61728 1726886050.19723: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc matches /usr/lib64/python3.12/lzma.py # code object from '/usr/lib64/python3.12/__pycache__/lzma.cpython-312.pyc' <<< 61728 1726886050.19766: stdout chunk (state=3): >>># extension module '_lzma' loaded from '/usr/lib64/python3.12/lib-dynload/_lzma.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.19777: 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 0x7f05572effb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572ef6e0> <<< 61728 1726886050.19848: stdout chunk (state=3): >>>import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d0da0> <<< 61728 1726886050.19862: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc matches /usr/lib64/python3.12/tempfile.py <<< 61728 1726886050.19875: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tempfile.cpython-312.pyc' <<< 61728 1726886050.19903: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/random.cpython-312.pyc matches /usr/lib64/python3.12/random.py <<< 61728 1726886050.19922: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/random.cpython-312.pyc' <<< 61728 1726886050.19961: 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 0x7f0557307f20> <<< 61728 1726886050.19982: 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' <<< 61728 1726886050.20010: stdout chunk (state=3): >>># extension module '_bisect' loaded from '/usr/lib64/python3.12/lib-dynload/_bisect.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.20040: 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 0x7f0557014920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557014680> # extension module '_random' loaded from '/usr/lib64/python3.12/lib-dynload/_random.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.20067: 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 0x7f0557014950> # /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' <<< 61728 1726886050.20147: stdout chunk (state=3): >>># extension module '_hashlib' loaded from '/usr/lib64/python3.12/lib-dynload/_hashlib.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.20274: 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 0x7f0557015280> <<< 61728 1726886050.20417: 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 0x7f0557015c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557014b30> <<< 61728 1726886050.20432: stdout chunk (state=3): >>>import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05573060c0> <<< 61728 1726886050.20459: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc matches /usr/lib64/python3.12/weakref.py <<< 61728 1726886050.20480: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/weakref.cpython-312.pyc' <<< 61728 1726886050.20505: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc matches /usr/lib64/python3.12/_weakrefset.py <<< 61728 1726886050.20545: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_weakrefset.cpython-312.pyc' import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557016ff0> <<< 61728 1726886050.20548: stdout chunk (state=3): >>>import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557015ac0> <<< 61728 1726886050.20581: stdout chunk (state=3): >>>import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d2e10> <<< 61728 1726886050.20594: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/__init__.py <<< 61728 1726886050.20662: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.20673: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc matches /usr/lib64/python3.12/threading.py <<< 61728 1726886050.20711: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/threading.cpython-312.pyc' <<< 61728 1726886050.20735: stdout chunk (state=3): >>>import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055703f320> <<< 61728 1726886050.20816: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/__init__.py <<< 61728 1726886050.20824: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/zipfile/_path/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.20843: 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' <<< 61728 1726886050.20891: stdout chunk (state=3): >>>import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557063680> <<< 61728 1726886050.20908: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc matches /usr/lib64/python3.12/pathlib.py <<< 61728 1726886050.20957: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pathlib.cpython-312.pyc' <<< 61728 1726886050.21008: stdout chunk (state=3): >>>import 'ntpath' # <<< 61728 1726886050.21041: stdout chunk (state=3): >>># /usr/lib64/python3.12/urllib/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/urllib/__init__.py <<< 61728 1726886050.21052: 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 0x7f05570c4440> # /usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc matches /usr/lib64/python3.12/urllib/parse.py <<< 61728 1726886050.21085: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/urllib/__pycache__/parse.cpython-312.pyc' <<< 61728 1726886050.21111: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc matches /usr/lib64/python3.12/ipaddress.py <<< 61728 1726886050.21148: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ipaddress.cpython-312.pyc' <<< 61728 1726886050.21237: stdout chunk (state=3): >>>import 'ipaddress' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05570c6ba0> <<< 61728 1726886050.21313: stdout chunk (state=3): >>>import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05570c4560> <<< 61728 1726886050.21360: stdout chunk (state=3): >>>import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557089460> <<< 61728 1726886050.21393: stdout chunk (state=3): >>># /usr/lib64/python3.12/zipfile/_path/__pycache__/glob.cpython-312.pyc matches /usr/lib64/python3.12/zipfile/_path/glob.py <<< 61728 1726886050.21410: 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 0x7f05569254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557062480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557017ef0> <<< 61728 1726886050.21582: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/encodings/cp437.pyc' <<< 61728 1726886050.21605: stdout chunk (state=3): >>>import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0557062a80> <<< 61728 1726886050.21926: stdout chunk (state=3): >>># zipimport: found 103 names in '/tmp/ansible_setup_payload_qvo30zaw/ansible_setup_payload.zip' # zipimport: zlib available <<< 61728 1726886050.22051: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.22090: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py <<< 61728 1726886050.22093: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' <<< 61728 1726886050.22140: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py <<< 61728 1726886050.22219: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' <<< 61728 1726886050.22247: 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 0x7f055698b290> <<< 61728 1726886050.22268: stdout chunk (state=3): >>>import '_typing' # <<< 61728 1726886050.22449: stdout chunk (state=3): >>>import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055696e180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055696d2e0> # zipimport: zlib available <<< 61728 1726886050.22487: stdout chunk (state=3): >>>import 'ansible' # <<< 61728 1726886050.22521: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.22552: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils' # <<< 61728 1726886050.22556: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.23973: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.25132: 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 0x7f0556989160> <<< 61728 1726886050.25165: 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' <<< 61728 1726886050.25196: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc matches /usr/lib64/python3.12/json/decoder.py <<< 61728 1726886050.25201: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/decoder.cpython-312.pyc' <<< 61728 1726886050.25220: 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' <<< 61728 1726886050.25259: stdout chunk (state=3): >>># extension module '_json' loaded from '/usr/lib64/python3.12/lib-dynload/_json.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.25274: 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 0x7f05569bec90> <<< 61728 1726886050.25298: stdout chunk (state=3): >>>import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569bea20> <<< 61728 1726886050.25352: stdout chunk (state=3): >>>import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569be330> <<< 61728 1726886050.25357: stdout chunk (state=3): >>># /usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc matches /usr/lib64/python3.12/json/encoder.py <<< 61728 1726886050.25417: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/json/__pycache__/encoder.cpython-312.pyc' import 'json.encoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569bed80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05570627e0> <<< 61728 1726886050.25433: stdout chunk (state=3): >>>import 'atexit' # <<< 61728 1726886050.25494: 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 0x7f05569bf9b0> <<< 61728 1726886050.25497: 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 0x7f05569bfbf0> <<< 61728 1726886050.25512: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc matches /usr/lib64/python3.12/locale.py <<< 61728 1726886050.25557: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/locale.cpython-312.pyc' <<< 61728 1726886050.25570: stdout chunk (state=3): >>>import '_locale' # <<< 61728 1726886050.25629: stdout chunk (state=3): >>>import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569e80e0> import 'pwd' # <<< 61728 1726886050.25657: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc matches /usr/lib64/python3.12/platform.py <<< 61728 1726886050.25674: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/platform.cpython-312.pyc' <<< 61728 1726886050.25712: stdout chunk (state=3): >>>import 'platform' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556829f10> <<< 61728 1726886050.25748: 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 0x7f055682b650> <<< 61728 1726886050.25775: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc matches /usr/lib64/python3.12/selectors.py <<< 61728 1726886050.25790: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/selectors.cpython-312.pyc' <<< 61728 1726886050.25829: stdout chunk (state=3): >>>import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556830500> <<< 61728 1726886050.25848: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc matches /usr/lib64/python3.12/shlex.py <<< 61728 1726886050.25877: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/shlex.cpython-312.pyc' <<< 61728 1726886050.25893: stdout chunk (state=3): >>>import 'shlex' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05568316a0> <<< 61728 1726886050.25915: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc matches /usr/lib64/python3.12/subprocess.py <<< 61728 1726886050.25952: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/subprocess.cpython-312.pyc' <<< 61728 1726886050.25982: 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' <<< 61728 1726886050.26033: stdout chunk (state=3): >>>import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556834170> <<< 61728 1726886050.26091: 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 0x7f05568344d0> <<< 61728 1726886050.26112: stdout chunk (state=3): >>>import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556832420> <<< 61728 1726886050.26133: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc matches /usr/lib64/python3.12/traceback.py <<< 61728 1726886050.26153: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/traceback.cpython-312.pyc' <<< 61728 1726886050.26188: 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' <<< 61728 1726886050.26205: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc matches /usr/lib64/python3.12/tokenize.py <<< 61728 1726886050.26329: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/tokenize.cpython-312.pyc' <<< 61728 1726886050.26369: 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 0x7f0556878110> <<< 61728 1726886050.26372: stdout chunk (state=3): >>>import '_tokenize' # <<< 61728 1726886050.26453: stdout chunk (state=3): >>>import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556836c00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556836960> # /usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc matches /usr/lib64/python3.12/textwrap.py <<< 61728 1726886050.26476: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/textwrap.cpython-312.pyc' <<< 61728 1726886050.26697: stdout chunk (state=3): >>>import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556836ed0> <<< 61728 1726886050.26701: stdout chunk (state=3): >>>import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556832930> # 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 0x7f055687c380> <<< 61728 1726886050.26704: 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 0x7f055687c470> <<< 61728 1726886050.26707: 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 <<< 61728 1726886050.26708: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/journal.cpython-312.pyc' <<< 61728 1726886050.26710: 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' <<< 61728 1726886050.26742: 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 0x7f055687e030> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687ddf0> <<< 61728 1726886050.26782: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc matches /usr/lib64/python3.12/uuid.py <<< 61728 1726886050.26799: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/uuid.cpython-312.pyc' <<< 61728 1726886050.26850: stdout chunk (state=3): >>># extension module '_uuid' loaded from '/usr/lib64/python3.12/lib-dynload/_uuid.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.26876: 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 0x7f05568805c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687e6f0> <<< 61728 1726886050.26889: stdout chunk (state=3): >>># /usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/logging/__init__.py <<< 61728 1726886050.26929: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/logging/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.26954: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/string.cpython-312.pyc matches /usr/lib64/python3.12/string.py <<< 61728 1726886050.26979: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/string.cpython-312.pyc' import '_string' # <<< 61728 1726886050.27021: stdout chunk (state=3): >>>import 'string' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556883da0> <<< 61728 1726886050.27140: stdout chunk (state=3): >>>import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556880770> <<< 61728 1726886050.27208: 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 0x7f0556884b90> <<< 61728 1726886050.27249: 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 0x7f0556884dd0> <<< 61728 1726886050.27304: 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 0x7f05568850d0> <<< 61728 1726886050.27308: stdout chunk (state=3): >>>import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687c770> <<< 61728 1726886050.27336: stdout chunk (state=3): >>># /usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc matches /usr/lib64/python3.12/site-packages/systemd/daemon.py # code object from '/usr/lib64/python3.12/site-packages/systemd/__pycache__/daemon.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc matches /usr/lib64/python3.12/socket.py <<< 61728 1726886050.27374: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/socket.cpython-312.pyc' <<< 61728 1726886050.27391: stdout chunk (state=3): >>># extension module '_socket' loaded from '/usr/lib64/python3.12/lib-dynload/_socket.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.27415: 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 0x7f0556710800> <<< 61728 1726886050.27594: 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 0x7f05567119a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556886f60> <<< 61728 1726886050.27625: 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 0x7f0556887b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556886b70> <<< 61728 1726886050.27667: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.27671: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.compat' # <<< 61728 1726886050.27694: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.27777: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.27888: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.27895: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.common' # <<< 61728 1726886050.27930: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common.text' # # zipimport: zlib available <<< 61728 1726886050.28091: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.28276: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.28718: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.29257: stdout chunk (state=3): >>>import 'ansible.module_utils.six' # <<< 61728 1726886050.29282: 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' # <<< 61728 1726886050.29297: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/__init__.py <<< 61728 1726886050.29317: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/ctypes/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.29392: 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 0x7f0556715b50> <<< 61728 1726886050.29454: stdout chunk (state=3): >>># /usr/lib64/python3.12/ctypes/__pycache__/_endian.cpython-312.pyc matches /usr/lib64/python3.12/ctypes/_endian.py <<< 61728 1726886050.29480: 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 0x7f0556716900> <<< 61728 1726886050.29503: stdout chunk (state=3): >>>import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567102f0> <<< 61728 1726886050.29543: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.selinux' # <<< 61728 1726886050.29572: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.29595: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils._text' # <<< 61728 1726886050.29615: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.29751: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.29930: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc matches /usr/lib64/python3.12/copy.py # code object from '/usr/lib64/python3.12/__pycache__/copy.cpython-312.pyc' <<< 61728 1726886050.29934: stdout chunk (state=3): >>>import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556716ab0> <<< 61728 1726886050.29953: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.30392: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.30835: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.30913: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.30994: stdout chunk (state=3): >>>import 'ansible.module_utils.common.collections' # <<< 61728 1726886050.30998: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31028: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31071: stdout chunk (state=3): >>>import 'ansible.module_utils.common.warnings' # # zipimport: zlib available <<< 61728 1726886050.31148: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31226: stdout chunk (state=3): >>>import 'ansible.module_utils.errors' # <<< 61728 1726886050.31264: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.parsing' # <<< 61728 1726886050.31281: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31373: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.parsing.convert_bool' # <<< 61728 1726886050.31386: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31598: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.31836: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc matches /usr/lib64/python3.12/ast.py <<< 61728 1726886050.31892: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ast.cpython-312.pyc' <<< 61728 1726886050.31906: stdout chunk (state=3): >>>import '_ast' # <<< 61728 1726886050.31964: stdout chunk (state=3): >>>import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556717cb0> <<< 61728 1726886050.31978: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32047: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32129: stdout chunk (state=3): >>>import 'ansible.module_utils.common.text.formatters' # import 'ansible.module_utils.common.validation' # import 'ansible.module_utils.common.parameters' # <<< 61728 1726886050.32138: stdout chunk (state=3): >>>import 'ansible.module_utils.common.arg_spec' # <<< 61728 1726886050.32171: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32211: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32271: stdout chunk (state=3): >>>import 'ansible.module_utils.common.locale' # <<< 61728 1726886050.32274: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32317: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32350: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32422: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32483: 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 <<< 61728 1726886050.32527: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/site-packages/selinux/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.32631: 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' <<< 61728 1726886050.32654: stdout chunk (state=3): >>>import 'selinux._selinux' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f0556722630> <<< 61728 1726886050.32659: stdout chunk (state=3): >>>import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055671d550> <<< 61728 1726886050.32682: stdout chunk (state=3): >>>import 'ansible.module_utils.common.file' # import 'ansible.module_utils.common.process' # <<< 61728 1726886050.32698: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32764: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32828: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32853: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.32898: 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' <<< 61728 1726886050.32927: 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 <<< 61728 1726886050.32945: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/distro/__pycache__/distro.cpython-312.pyc' <<< 61728 1726886050.32971: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc matches /usr/lib64/python3.12/argparse.py <<< 61728 1726886050.33033: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/argparse.cpython-312.pyc' <<< 61728 1726886050.33052: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc matches /usr/lib64/python3.12/gettext.py <<< 61728 1726886050.33071: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/gettext.cpython-312.pyc' <<< 61728 1726886050.33162: stdout chunk (state=3): >>>import 'gettext' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055680acc0> <<< 61728 1726886050.33184: stdout chunk (state=3): >>>import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569ee990> <<< 61728 1726886050.33276: stdout chunk (state=3): >>>import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556722330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556714b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # <<< 61728 1726886050.33279: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33329: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33361: stdout chunk (state=3): >>>import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # <<< 61728 1726886050.33415: stdout chunk (state=3): >>>import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.33439: stdout chunk (state=3): >>>import 'ansible.modules' # <<< 61728 1726886050.33453: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33502: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33608: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33615: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33705: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.33709: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33757: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.33911: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.namespace' # <<< 61728 1726886050.33980: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.34001: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py <<< 61728 1726886050.34050: stdout chunk (state=3): >>># code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' <<< 61728 1726886050.34076: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py <<< 61728 1726886050.34144: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' <<< 61728 1726886050.34164: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py <<< 61728 1726886050.34225: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' <<< 61728 1726886050.34247: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py <<< 61728 1726886050.34281: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f055645ea50> <<< 61728 1726886050.34324: stdout chunk (state=3): >>>import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055645de80> <<< 61728 1726886050.34381: stdout chunk (state=3): >>>import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055645c860> <<< 61728 1726886050.34668: stdout chunk (state=3): >>>import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b2db0> <<< 61728 1726886050.34763: stdout chunk (state=3): >>>import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b0ce0> import 'ansible.module_utils.compat.typing' # # zipimport: zlib available <<< 61728 1726886050.34935: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.35079: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.35125: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.35184: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/__init__.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/__init__.cpython-312.pyc' <<< 61728 1726886050.35195: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/context.py <<< 61728 1726886050.35215: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/context.cpython-312.pyc' <<< 61728 1726886050.35233: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/process.py <<< 61728 1726886050.35248: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/process.cpython-312.pyc' <<< 61728 1726886050.35269: stdout chunk (state=3): >>>import 'multiprocessing.process' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567a1d00> <<< 61728 1726886050.35336: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/reduction.py # code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/reduction.cpython-312.pyc' <<< 61728 1726886050.35364: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc matches /usr/lib64/python3.12/pickle.py <<< 61728 1726886050.35381: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/pickle.cpython-312.pyc' <<< 61728 1726886050.35409: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc matches /usr/lib64/python3.12/_compat_pickle.py <<< 61728 1726886050.35416: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/_compat_pickle.cpython-312.pyc' <<< 61728 1726886050.35432: stdout chunk (state=3): >>>import '_compat_pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564a8cb0> <<< 61728 1726886050.35463: stdout chunk (state=3): >>># extension module '_pickle' loaded from '/usr/lib64/python3.12/lib-dynload/_pickle.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.35485: 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 0x7f05564a8fe0> <<< 61728 1726886050.35529: stdout chunk (state=3): >>>import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055649c6e0> <<< 61728 1726886050.35551: stdout chunk (state=3): >>>import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055646faa0> <<< 61728 1726886050.35575: stdout chunk (state=3): >>>import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b1e80> <<< 61728 1726886050.35601: stdout chunk (state=3): >>>import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b11f0> <<< 61728 1726886050.35614: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/pool.py <<< 61728 1726886050.35640: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/pool.cpython-312.pyc' <<< 61728 1726886050.35668: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc matches /usr/lib64/python3.12/queue.py <<< 61728 1726886050.35677: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/queue.cpython-312.pyc' <<< 61728 1726886050.35705: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc matches /usr/lib64/python3.12/heapq.py # code object from '/usr/lib64/python3.12/__pycache__/heapq.cpython-312.pyc' <<< 61728 1726886050.35742: stdout chunk (state=3): >>># extension module '_heapq' loaded from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' # extension module '_heapq' executed from '/usr/lib64/python3.12/lib-dynload/_heapq.cpython-312-x86_64-linux-gnu.so' import '_heapq' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05564abb00> <<< 61728 1726886050.35757: stdout chunk (state=3): >>>import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564ab3b0> <<< 61728 1726886050.35778: 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 0x7f05564ab590> <<< 61728 1726886050.35798: stdout chunk (state=3): >>>import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564aa7e0> <<< 61728 1726886050.35821: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/util.py <<< 61728 1726886050.35834: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/util.cpython-312.pyc' <<< 61728 1726886050.35853: stdout chunk (state=3): >>>import 'multiprocessing.util' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564abcb0> <<< 61728 1726886050.35873: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/connection.py <<< 61728 1726886050.35925: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/connection.cpython-312.pyc' <<< 61728 1726886050.35945: stdout chunk (state=3): >>># extension module '_multiprocessing' loaded from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' <<< 61728 1726886050.35960: stdout chunk (state=3): >>># extension module '_multiprocessing' executed from '/usr/lib64/python3.12/lib-dynload/_multiprocessing.cpython-312-x86_64-linux-gnu.so' import '_multiprocessing' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05562d2870> <<< 61728 1726886050.35981: stdout chunk (state=3): >>>import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562d0860> <<< 61728 1726886050.36012: stdout chunk (state=3): >>>import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b12e0> import 'ansible.module_utils.facts.timeout' # <<< 61728 1726886050.36031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.collector' # <<< 61728 1726886050.36045: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36069: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.other' # <<< 61728 1726886050.36085: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36147: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36215: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.facter' # # zipimport: zlib available <<< 61728 1726886050.36269: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36315: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.other.ohai' # <<< 61728 1726886050.36358: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.system' # <<< 61728 1726886050.36393: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36397: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36480: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.apparmor' # # zipimport: zlib available <<< 61728 1726886050.36502: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36542: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.caps' # <<< 61728 1726886050.36551: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.36748: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.chroot' # # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.36983: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.utils' # import 'ansible.module_utils.facts.system.cmdline' # # zipimport: zlib available <<< 61728 1726886050.37401: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.37823: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.distribution' # <<< 61728 1726886050.37839: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.37881: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.37935: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.37969: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38000: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.datetime' # <<< 61728 1726886050.38029: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.date_time' # # zipimport: zlib available <<< 61728 1726886050.38044: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38081: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.env' # # zipimport: zlib available <<< 61728 1726886050.38205: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.system.dns' # # zipimport: zlib available <<< 61728 1726886050.38237: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38267: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.fips' # <<< 61728 1726886050.38284: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38308: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38332: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.loadavg' # <<< 61728 1726886050.38352: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38424: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38582: 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' import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562d3230> # /usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc matches /usr/lib64/python3.12/configparser.py <<< 61728 1726886050.38598: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/configparser.cpython-312.pyc' <<< 61728 1726886050.38720: stdout chunk (state=3): >>>import 'configparser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562d3d40> import 'ansible.module_utils.facts.system.local' # <<< 61728 1726886050.38733: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38791: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.lsb' # <<< 61728 1726886050.38871: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.38958: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.39056: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.pkg_mgr' # <<< 61728 1726886050.39068: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.39122: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.39195: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.platform' # # zipimport: zlib available <<< 61728 1726886050.39248: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.39287: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc matches /usr/lib64/python3.12/ssl.py <<< 61728 1726886050.39339: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/ssl.cpython-312.pyc' <<< 61728 1726886050.39602: stdout chunk (state=3): >>># 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 0x7f055630af30> <<< 61728 1726886050.39881: stdout chunk (state=3): >>>import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562f6b40> 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 <<< 61728 1726886050.39967: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40076: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40213: stdout chunk (state=3): >>>import 'ansible.module_utils.compat.version' # <<< 61728 1726886050.40235: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.service_mgr' # # zipimport: zlib available <<< 61728 1726886050.40269: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40311: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.system.ssh_pub_keys' # <<< 61728 1726886050.40331: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40365: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40407: stdout chunk (state=3): >>># /usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc matches /usr/lib64/python3.12/getpass.py <<< 61728 1726886050.40435: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/__pycache__/getpass.cpython-312.pyc' <<< 61728 1726886050.40489: stdout chunk (state=3): >>># extension module 'termios' loaded from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' # extension module 'termios' executed from '/usr/lib64/python3.12/lib-dynload/termios.cpython-312-x86_64-linux-gnu.so' import 'termios' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f05563229c0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562f7c80> import 'ansible.module_utils.facts.system.user' # <<< 61728 1726886050.40671: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware' # <<< 61728 1726886050.40692: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.hardware.base' # # zipimport: zlib available <<< 61728 1726886050.40766: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.40914: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.aix' # <<< 61728 1726886050.40934: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41026: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41123: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41169: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41213: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.sysctl' # import 'ansible.module_utils.facts.hardware.darwin' # <<< 61728 1726886050.41381: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.41406: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41548: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.freebsd' # import 'ansible.module_utils.facts.hardware.dragonfly' # <<< 61728 1726886050.41572: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41681: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41808: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.hpux' # <<< 61728 1726886050.41970: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.41996: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.42439: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.42940: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.linux' # import 'ansible.module_utils.facts.hardware.hurd' # <<< 61728 1726886050.42963: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.43057: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.43167: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.netbsd' # # zipimport: zlib available <<< 61728 1726886050.43268: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.43375: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.openbsd' # # zipimport: zlib available <<< 61728 1726886050.43531: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.43679: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.hardware.sunos' # <<< 61728 1726886050.43705: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.43784: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network' # # zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.43809: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.base' # <<< 61728 1726886050.43830: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44217: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.44222: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44425: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.generic_bsd' # import 'ansible.module_utils.facts.network.aix' # <<< 61728 1726886050.44437: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44580: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.44642: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44715: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.fc_wwn' # <<< 61728 1726886050.44730: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44808: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.network.freebsd' # # zipimport: zlib available <<< 61728 1726886050.44845: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.44915: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hpux' # # zipimport: zlib available <<< 61728 1726886050.44972: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.45031: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.hurd' # # zipimport: zlib available <<< 61728 1726886050.45303: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.45683: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.linux' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.iscsi' # <<< 61728 1726886050.45743: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.45861: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.nvme' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.network.netbsd' # # zipimport: zlib available <<< 61728 1726886050.45903: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.45924: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.openbsd' # <<< 61728 1726886050.45965: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46085: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46106: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.network.sunos' # # zipimport: zlib available <<< 61728 1726886050.46139: stdout chunk (state=3): >>># zipimport: zlib available import 'ansible.module_utils.facts.virtual' # # zipimport: zlib available <<< 61728 1726886050.46187: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46238: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.base' # <<< 61728 1726886050.46244: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46383: stdout chunk (state=3): >>># zipimport: zlib available # zipimport: zlib available <<< 61728 1726886050.46402: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46578: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.46590: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46652: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.hpux' # <<< 61728 1726886050.46667: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.46846: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47043: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.linux' # <<< 61728 1726886050.47051: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47085: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47190: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.netbsd' # # zipimport: zlib available <<< 61728 1726886050.47193: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47234: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.openbsd' # <<< 61728 1726886050.47273: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47360: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47412: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.virtual.sunos' # import 'ansible.module_utils.facts.default_collectors' # <<< 61728 1726886050.47424: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47514: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.47620: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.ansible_collector' # <<< 61728 1726886050.47623: stdout chunk (state=3): >>>import 'ansible.module_utils.facts.compat' # import 'ansible.module_utils.facts' # <<< 61728 1726886050.47699: stdout chunk (state=3): >>># zipimport: zlib available <<< 61728 1726886050.48911: stdout chunk (state=3): >>># /usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc matches /usr/lib64/python3.12/encodings/idna.py # code object from '/usr/lib64/python3.12/encodings/__pycache__/idna.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc matches /usr/lib64/python3.12/stringprep.py # code object from '/usr/lib64/python3.12/__pycache__/stringprep.cpython-312.pyc' <<< 61728 1726886050.48915: 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 0x7f055634be90> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055634a240> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563458b0> <<< 61728 1726886050.66889: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/queues.py <<< 61728 1726886050.66927: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/queues.cpython-312.pyc' import 'multiprocessing.queues' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556392ed0> <<< 61728 1726886050.66953: stdout chunk (state=3): >>># /usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc matches /usr/lib64/python3.12/multiprocessing/synchronize.py <<< 61728 1726886050.66977: stdout chunk (state=3): >>># code object from '/usr/lib64/python3.12/multiprocessing/__pycache__/synchronize.cpython-312.pyc' <<< 61728 1726886050.67023: stdout chunk (state=3): >>>import 'multiprocessing.synchronize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563a0e90> <<< 61728 1726886050.67120: stdout chunk (state=3): >>># /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' <<< 61728 1726886050.67143: stdout chunk (state=3): >>>import 'multiprocessing.dummy.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563a2180> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563a1d00> <<< 61728 1726886050.67428: 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 <<< 61728 1726886050.87853: stdout chunk (state=3): >>> {"ansible_facts": {"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_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.416015625, "5m": 0.515625, "15m": 0.4853515625}, "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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.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": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fibre_channel_wwn": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "34", "second": "10", "epoch": "1726886050", "epoch_int": "1726886050", "date": "2024-09-20", "time": "22:34:10", "iso8601_micro": "2024-09-21T02:34:10.491781Z", "iso8601": "2024-09-21T02:34:10Z", "iso8601_basic": "20240920T223410491781", "iso8601_basic_short": "20240920T223410", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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", "c<<< 61728 1726886050.87897: stdout chunk (state=3): >>>onsole": "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_apparmor": {"status": "disabled"}, "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.13.105 40786 10.31.14.33 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.13.105 40786 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_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "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_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_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "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": 133, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3398, "free": 133}, "nocache": {"free": 3248, "used": 283}, "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": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "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": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b29<<< 61728 1726886050.87910: stdout chunk (state=3): >>>07b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1495, "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": 258692550656, "block_size": 4096, "block_total": 65519099, "block_available": 63157361, "block_used": 2361738, "inode_total": 131070960, "inode_available": 131027128, "inode_used": 43832, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "gather_subset": ["all"], "module_setup": true}, "invocation": {"module_args": {"gather_subset": ["all"], "gather_timeout": 10, "filter": [], "fact_path": "/etc/ansible/facts.d"}}} <<< 61728 1726886050.88498: stdout chunk (state=3): >>># clear sys.path_importer_cache <<< 61728 1726886050.88537: 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 <<< 61728 1726886050.88543: 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 <<< 61728 1726886050.88549: stdout chunk (state=3): >>># cleanup[2] removing sys # cleanup[2] removing builtins # cleanup[2] removing _frozen_importlib # cleanup[2] removing _imp # cleanup[2] removing _thread # cleanup[2] removing _warnings # cleanup[2] removing _weakref # cleanup[2] removing _io # cleanup[2] removing marshal # cleanup[2] removing posix # cleanup[2] removing _frozen_importlib_external # cleanup[2] removing time # cleanup[2] removing zipimport # cleanup[2] removing _codecs # cleanup[2] removing codecs # cleanup[2] removing encodings.aliases # cleanup[2] removing encodings # cleanup[2] removing encodings.utf_8 # cleanup[2] removing _signal # cleanup[2] removing _abc # cleanup[2] removing abc # cleanup[2] removing io # cleanup[2] removing __main__ # cleanup[2] removing _stat # cleanup[2] removing stat # cleanup[2] removing _collections_abc # cleanup[2] removing genericpath # cleanup[2] removing posixpath <<< 61728 1726886050.88553: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.88705: stdout chunk (state=3): >>># cleanup[2] removing zlib # cleanup[2] removing _compression # cleanup[2] removing _bz2 # cleanup[2] removing bz2 # cleanup[2] removing _lzma # cleanup[2] removing lzma # cleanup[2] removing shutil # cleanup[2] removing math # cleanup[2] removing _bisect # cleanup[2] removing bisect # destroy bisect # cleanup[2] removing _random # cleanup[2] removing _hashlib # cleanup[2] removing _blake2 # cleanup[2] removing hashlib # cleanup[2] removing random # destroy random # cleanup[2] removing _weakrefset # destroy _weakrefset # cleanup[2] removing weakref # cleanup[2] removing tempfile # cleanup[2] removing threading # cleanup[2] removing contextlib # cleanup[2] removing ntpath # cleanup[2] removing urllib # destroy urllib # cleanup[2] removing ipaddress # cleanup[2] removing urllib.parse # destroy urllib.parse # cleanup[2] removing pathlib # cleanup[2] removing zipfile._path.glob # cleanup[2] removing zipfile._path # cleanup[2] removing zipfile # cleanup[2] removing encodings.cp437 # cleanup[2] removing collections.abc # cleanup[2] removing _typing # cleanup[2] removing typing # 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 <<< 61728 1726886050.88714: stdout chunk (state=3): >>># cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six <<< 61728 1726886050.88725: stdout chunk (state=3): >>># 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<<< 61728 1726886050.88734: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections<<< 61728 1726886050.88737: stdout chunk (state=3): >>> # 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 <<< 61728 1726886050.88739: stdout chunk (state=3): >>># destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast<<< 61728 1726886050.88745: stdout chunk (state=3): >>> # 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<<< 61728 1726886050.88839: stdout chunk (state=3): >>> # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info <<< 61728 1726886050.88850: stdout chunk (state=3): >>># destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime <<< 61728 1726886050.88854: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.88858: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.88864: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.88873: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.89237: stdout chunk (state=3): >>># destroy _sitebuiltins <<< 61728 1726886050.89283: stdout chunk (state=3): >>># destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path <<< 61728 1726886050.89286: stdout chunk (state=3): >>># destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress <<< 61728 1726886050.89370: stdout chunk (state=3): >>># destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib <<< 61728 1726886050.89398: stdout chunk (state=3): >>># destroy json.decoder # destroy json.encoder # destroy json.scanner <<< 61728 1726886050.89440: stdout chunk (state=3): >>># destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid <<< 61728 1726886050.89491: stdout chunk (state=3): >>># destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging <<< 61728 1726886050.89550: stdout chunk (state=3): >>># destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector <<< 61728 1726886050.89621: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.89674: stdout chunk (state=3): >>># destroy shlex # destroy fcntl # destroy datetime # destroy subprocess # destroy base64 <<< 61728 1726886050.89688: stdout chunk (state=3): >>># destroy _ssl # destroy ansible.module_utils.compat.selinux # destroy getpass # destroy pwd # destroy termios # destroy json <<< 61728 1726886050.89762: stdout chunk (state=3): >>># 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 <<< 61728 1726886050.89879: stdout chunk (state=3): >>># cleanup[3] wiping encodings.idna # destroy stringprep # cleanup[3] wiping configparser # cleanup[3] wiping inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform <<< 61728 1726886050.89930: stdout chunk (state=3): >>># cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib <<< 61728 1726886050.90106: stdout chunk (state=3): >>># cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # 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 # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime <<< 61728 1726886050.90205: stdout chunk (state=3): >>># destroy sys.monitoring # destroy _socket <<< 61728 1726886050.90251: stdout chunk (state=3): >>># destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser <<< 61728 1726886050.90281: stdout chunk (state=3): >>># destroy tokenize <<< 61728 1726886050.90284: stdout chunk (state=3): >>># destroy ansible.module_utils.six.moves.urllib <<< 61728 1726886050.90339: stdout chunk (state=3): >>># destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves <<< 61728 1726886050.90369: stdout chunk (state=3): >>># destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal <<< 61728 1726886050.90409: stdout chunk (state=3): >>># clear sys.meta_path # clear sys.modules # destroy _frozen_importlib <<< 61728 1726886050.90526: stdout chunk (state=3): >>># destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time <<< 61728 1726886050.90584: stdout chunk (state=3): >>># destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re <<< 61728 1726886050.90627: stdout chunk (state=3): >>># destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread <<< 61728 1726886050.90637: stdout chunk (state=3): >>># clear sys.audit hooks <<< 61728 1726886050.91197: stderr chunk (state=3): >>>debug2: Received exit status from master 0 Shared connection to 10.31.14.33 closed. <<< 61728 1726886050.91200: stdout chunk (state=3): >>><<< 61728 1726886050.91203: stderr chunk (state=3): >>><<< 61728 1726886050.91282: _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 0x7f05574184d0> import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05573e7b30> # /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 0x7f055741aa50> 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 0x7f0557209130> # /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 0x7f055720a120> 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 0x7f0557246ea0> # /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 0x7f055725c1a0> # /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 0x7f055727fa40> # /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 0x7f05572a0110> import '_collections' # import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055725fce0> import '_functools' # import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055725d400> import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572451c0> # /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 0x7f05572a3980> import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a25a0> # /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 0x7f055725e2d0> import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572a0e30> # /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 0x7f05572d0a10> import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557244440> # /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 0x7f05572d0ec0> import 'struct' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d0d70> # 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 0x7f05572d1160> import 'base64' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557242f60> # /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 0x7f05572d1850> import 'importlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d1520> 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 0x7f05572d2750> 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 0x7f05572ec8f0> 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 0x7f05572ee030> # /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 0x7f05572eeed0> # 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 0x7f05572ef530> import 'bz2' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572ee420> # /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 0x7f05572effb0> import 'lzma' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572ef6e0> import 'shutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d0da0> # /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 0x7f0557307f20> # /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 0x7f0557014920> import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557014680> # 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 0x7f0557014950> # /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 0x7f0557015280> # 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 0x7f0557015c40> import 'hashlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557014b30> import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05573060c0> # /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 0x7f0557016ff0> import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557015ac0> import 'tempfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05572d2e10> # /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 0x7f055703f320> # /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 0x7f0557063680> # /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 0x7f05570c4440> # /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 0x7f05570c6ba0> import 'urllib.parse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05570c4560> import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557089460> # /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 0x7f05569254f0> import 'zipfile._path' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557062480> import 'zipfile' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0557017ef0> # code object from '/usr/lib64/python3.12/encodings/cp437.pyc' import 'encodings.cp437' # <_frozen_importlib_external.SourcelessFileLoader object at 0x7f0557062a80> # zipimport: found 103 names in '/tmp/ansible_setup_payload_qvo30zaw/ansible_setup_payload.zip' # zipimport: zlib available # zipimport: zlib available # /usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc matches /usr/lib64/python3.12/pkgutil.py # code object from '/usr/lib64/python3.12/__pycache__/pkgutil.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc matches /usr/lib64/python3.12/typing.py # code object from '/usr/lib64/python3.12/__pycache__/typing.cpython-312.pyc' # /usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc matches /usr/lib64/python3.12/collections/abc.py # code object from '/usr/lib64/python3.12/collections/__pycache__/abc.cpython-312.pyc' import 'collections.abc' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055698b290> import '_typing' # import 'typing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055696e180> import 'pkgutil' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055696d2e0> # 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 0x7f0556989160> # /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 0x7f05569bec90> import 'json.scanner' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569bea20> import 'json.decoder' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569be330> # /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 0x7f05569bed80> import 'json' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05570627e0> 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 0x7f05569bf9b0> # 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 0x7f05569bfbf0> # /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 0x7f05569e80e0> 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 0x7f0556829f10> # 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 0x7f055682b650> # /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 0x7f0556830500> # /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 0x7f05568316a0> # /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 0x7f0556834170> # 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 0x7f05568344d0> import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556832420> # /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 0x7f0556878110> import '_tokenize' # import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556836c00> import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556836960> # /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 0x7f0556836ed0> import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556832930> # 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 0x7f055687c380> # /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 0x7f055687c470> # /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 0x7f055687e030> import 'datetime' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687ddf0> # /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 0x7f05568805c0> import 'uuid' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687e6f0> # /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 0x7f0556883da0> import 'logging' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556880770> # 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 0x7f0556884b90> # 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 0x7f0556884dd0> # 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 0x7f05568850d0> import 'systemd.journal' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055687c770> # /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 0x7f0556710800> # 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 0x7f05567119a0> import 'socket' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556886f60> # 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 0x7f0556887b30> import 'systemd.daemon' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556886b70> # 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 0x7f0556715b50> # /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 0x7f0556716900> import 'ctypes' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567102f0> 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 0x7f0556716ab0> # 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 0x7f0556717cb0> # 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 0x7f0556722630> import 'selinux' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055671d550> 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 0x7f055680acc0> import 'argparse' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05569ee990> import 'distro.distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556722330> import 'distro' # <_frozen_importlib_external.SourceFileLoader object at 0x7f0556714b90> # destroy ansible.module_utils.distro import 'ansible.module_utils.distro' # # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.common._utils' # import 'ansible.module_utils.common.sys_info' # import 'ansible.module_utils.basic' # # zipimport: zlib available # zipimport: zlib available import 'ansible.modules' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available import 'ansible.module_utils.facts.namespace' # # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # zipimport: zlib available # /usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc matches /usr/lib/python3.12/site-packages/typing_extensions.py # code object from '/usr/lib/python3.12/site-packages/__pycache__/typing_extensions.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc matches /usr/lib64/python3.12/inspect.py # code object from '/usr/lib64/python3.12/__pycache__/inspect.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc matches /usr/lib64/python3.12/dis.py # code object from '/usr/lib64/python3.12/__pycache__/dis.cpython-312.pyc' # /usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc matches /usr/lib64/python3.12/opcode.py # code object from '/usr/lib64/python3.12/__pycache__/opcode.cpython-312.pyc' # extension module '_opcode' loaded from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' # extension module '_opcode' executed from '/usr/lib64/python3.12/lib-dynload/_opcode.cpython-312-x86_64-linux-gnu.so' import '_opcode' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f055645ea50> import 'opcode' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055645de80> import 'dis' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055645c860> import 'inspect' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b2db0> import 'typing_extensions' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b0ce0> 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 0x7f05567a1d00> # /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 0x7f05564a8cb0> # 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 0x7f05564a8fe0> import 'pickle' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055649c6e0> import 'multiprocessing.reduction' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055646faa0> import 'multiprocessing.context' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b1e80> import 'multiprocessing' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b11f0> # /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 0x7f05564abb00> import 'heapq' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564ab3b0> # 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 0x7f05564ab590> import 'queue' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05564aa7e0> # /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 0x7f05564abcb0> # /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 0x7f05562d2870> import 'multiprocessing.connection' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562d0860> import 'multiprocessing.pool' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05567b12e0> 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 0x7f05562d3230> # /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 0x7f05562d3d40> 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 0x7f055630af30> import 'ssl' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562f6b40> 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 0x7f05563229c0> import 'getpass' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05562f7c80> 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 0x7f055634be90> import 'stringprep' # <_frozen_importlib_external.SourceFileLoader object at 0x7f055634a240> import 'encodings.idna' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563458b0> # /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 0x7f0556392ed0> # /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 0x7f05563a0e90> # /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 0x7f05563a2180> import 'multiprocessing.dummy' # <_frozen_importlib_external.SourceFileLoader object at 0x7f05563a1d00> 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_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_iscsi_iqn": "", "ansible_loadavg": {"1m": 0.416015625, "5m": 0.515625, "15m": 0.4853515625}, "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_system_capabilities_enforced": "False", "ansible_system_capabilities": [], "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_virtualization_type": "xen", "ansible_virtualization_role": "guest", "ansible_virtualization_tech_guest": ["xen"], "ansible_virtualization_tech_host": [], "ansible_ssh_host_key_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABgQC7pvKd1sAu2n/LNMlQI2Zr+cRKDfpwoOTPMDsKO7RxmvHgoTGdUTMlNn6Z7whuPAHCggMaviU0XrMwIj6gTucPnc09yc3BZwsr+2e7afDi9nCoLM7VD1j2gu2TIHLmFDRQ3zw9lRPlRnPFzzebH7FxElB9d6r6AwEj5WR3M2za14CVYyHeRC+5MfH6EPXnPlEJZwUEpSJ5OpD8I217el0omq/YbKXofGkl4Yxhd9SSKC4qaNWh+bZvePP6UJ3J6qymhCICd6h3bRuuamf580UXDYBhqAZ/fbJtWWyouUuL3smys4VgPraIomu55HvDV46QseUCTz0JjDO0hdd6xX8RvwXqW4bpet/c2sX0uquUKxSfh5S4nZQ8lEhzhRcaATNVgcJxja9+4QxOLf1wHbVyR3cOJNj/8wnD9gF0yzBVljgmkEYR/OxGd3wwCQyGvdfReX34B0nAAhbOGLJBzVS+4hMgco2OhTFRWiqqS+CSQ/sxBihjvyj1aFlqBqo+mH8=", "ansible_ssh_host_key_rsa_public_keytype": "ssh-rsa", "ansible_ssh_host_key_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP/HMeHTIlUN3ys8mmrdccIMAHJ1fz7HEZ+VpzWYoWNNkbeOofc0VkzsdYQ/QZxyRNNLaWt4bLNJXk11dhMKHis=", "ansible_ssh_host_key_ecdsa_public_keytype": "ecdsa-sha2-nistp256", "ansible_ssh_host_key_ed25519_public": "AAAAC3NzaC1lZDI1NTE5AAAAIG3QsJ4+tCbg5yHfA1w3Vsgab9lH/cEmjcMI34e7Tob0", "ansible_ssh_host_key_ed25519_public_keytype": "ssh-ed25519", "ansible_system": "Linux", "ansible_kernel": "6.11.0-0.rc6.23.el10.x86_64", "ansible_kernel_version": "#1 SMP PREEMPT_DYNAMIC Tue Sep 3 21:42:57 UTC 2024", "ansible_machine": "x86_64", "ansible_python_version": "3.12.5", "ansible_fqdn": "ip-10-31-14-33.us-east-1.aws.redhat.com", "ansible_hostname": "ip-10-31-14-33", "ansible_nodename": "ip-10-31-14-33.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": "ec206ba015bf43d2c58eec6db0540fb9", "ansible_dns": {"search": ["us-east-1.aws.redhat.com"], "nameservers": ["10.29.169.13", "10.29.170.12", "10.2.32.1"]}, "ansible_is_chroot": false, "ansible_hostnqn": "nqn.2014-08.org.nvmexpress:uuid:66b8343d-0be9-40f0-836f-5213a2c1e120", "ansible_fibre_channel_wwn": [], "ansible_selinux_python_present": true, "ansible_selinux": {"status": "enabled", "policyvers": 33, "config_mode": "enforcing", "mode": "enforcing", "type": "targeted"}, "ansible_fips": false, "ansible_local": {}, "ansible_date_time": {"year": "2024", "month": "09", "weekday": "Friday", "weekday_number": "5", "weeknumber": "38", "day": "20", "hour": "22", "minute": "34", "second": "10", "epoch": "1726886050", "epoch_int": "1726886050", "date": "2024-09-20", "time": "22:34:10", "iso8601_micro": "2024-09-21T02:34:10.491781Z", "iso8601": "2024-09-21T02:34:10Z", "iso8601_basic": "20240920T223410491781", "iso8601_basic_short": "20240920T223410", "tz": "EDT", "tz_dst": "EDT", "tz_offset": "-0400"}, "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_apparmor": {"status": "disabled"}, "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.13.105 40786 10.31.14.33 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.13.105 40786 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_lsb": {}, "ansible_interfaces": ["eth0", "lo"], "ansible_eth0": {"device": "eth0", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "active": true, "module": "xen_netfront", "type": "ether", "pciid": "vif-0", "promisc": false, "ipv4": {"address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22"}, "ipv6": [{"address": "fe80::8ff:e1ff:fe1a:67e1", "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_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_default_ipv4": {"gateway": "10.31.12.1", "interface": "eth0", "address": "10.31.14.33", "broadcast": "10.31.15.255", "netmask": "255.255.252.0", "network": "10.31.12.0", "prefix": "22", "macaddress": "0a:ff:e1:1a:67:e1", "mtu": 9001, "type": "ether", "alias": "eth0"}, "ansible_default_ipv6": {}, "ansible_all_ipv4_addresses": ["10.31.14.33"], "ansible_all_ipv6_addresses": ["fe80::8ff:e1ff:fe1a:67e1"], "ansible_locally_reachable_ips": {"ipv4": ["10.31.14.33", "127.0.0.0/8", "127.0.0.1"], "ipv6": ["::1", "fe80::8ff:e1ff:fe1a:67e1"]}, "ansible_pkg_mgr": "dnf", "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": 133, "ansible_swaptotal_mb": 0, "ansible_swapfree_mb": 0, "ansible_memory_mb": {"real": {"total": 3531, "used": 3398, "free": 133}, "nocache": {"free": 3248, "used": 283}, "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": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_uuid": "ec206ba0-15bf-43d2-c58e-ec6db0540fb9", "ansible_product_version": "4.11.amazon", "ansible_system_vendor": "Xen", "ansible_devices": {"sdf": {"virtual": 1, "links": {"ids": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk5", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405fbc33990cfd449c7afec71c00", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdd": {"virtual": 1, "links": {"ids": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk3", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405e8675abedcce4254950abcafc", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "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": []}, "sdb": {"virtual": 1, "links": {"ids": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk1", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405117bb54fe6534d5fb949a2add", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdi": {"virtual": 1, "links": {"ids": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk8", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405543b179594ca48b2830abbda4", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdg": {"virtual": 1, "links": {"ids": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk6", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405ceb08e861a0241a8b58e1496c", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sde": {"virtual": 1, "links": {"ids": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk4", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405239ba503c3d64ab399c151e21", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "2147483648", "sectorsize": "512", "size": "1.00 TB", "host": "", "holders": []}, "sdc": {"virtual": 1, "links": {"ids": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk2", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405b74696e7aa2d49798b2907b7f", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sda": {"virtual": 1, "links": {"ids": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk0", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x6001405cf31bf94f3a84b00be4524349", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}, "sdh": {"virtual": 1, "links": {"ids": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "uuids": [], "labels": [], "masters": []}, "vendor": "LIO-ORG", "model": "disk7", "sas_address": null, "sas_device_handle": null, "removable": "0", "support_discard": "512", "wwn": "0x600140519e7bec25edc475dae56c49e2", "partitions": {}, "rotational": "1", "scheduler_mode": "mq-deadline", "sectors": "20971520", "sectorsize": "512", "size": "10.00 GB", "host": "", "holders": []}}, "ansible_device_links": {"ids": {"sda": ["scsi-36001405cf31bf94f3a84b00be4524349", "wwn-0x6001405cf31bf94f3a84b00be4524349"], "sdb": ["scsi-36001405117bb54fe6534d5fb949a2add", "wwn-0x6001405117bb54fe6534d5fb949a2add"], "sdc": ["scsi-36001405b74696e7aa2d49798b2907b7f", "wwn-0x6001405b74696e7aa2d49798b2907b7f"], "sdd": ["scsi-36001405e8675abedcce4254950abcafc", "wwn-0x6001405e8675abedcce4254950abcafc"], "sde": ["scsi-36001405239ba503c3d64ab399c151e21", "wwn-0x6001405239ba503c3d64ab399c151e21"], "sdf": ["scsi-36001405fbc33990cfd449c7afec71c00", "wwn-0x6001405fbc33990cfd449c7afec71c00"], "sdg": ["scsi-36001405ceb08e861a0241a8b58e1496c", "wwn-0x6001405ceb08e861a0241a8b58e1496c"], "sdh": ["scsi-3600140519e7bec25edc475dae56c49e2", "wwn-0x600140519e7bec25edc475dae56c49e2"], "sdi": ["scsi-36001405543b179594ca48b2830abbda4", "wwn-0x6001405543b179594ca48b2830abbda4"]}, "uuids": {"xvda2": ["4853857d-d3e2-44a6-8739-3837607c97e1"]}, "labels": {}, "masters": {}}, "ansible_uptime_seconds": 1495, "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": 258692550656, "block_size": 4096, "block_total": 65519099, "block_available": 63157361, "block_used": 2361738, "inode_total": 131070960, "inode_available": 131027128, "inode_used": 43832, "uuid": "4853857d-d3e2-44a6-8739-3837607c97e1"}], "ansible_service_mgr": "systemd", "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 # cleanup[2] removing pkgutil # destroy pkgutil # cleanup[2] removing ansible # destroy ansible # cleanup[2] removing ansible.module_utils # destroy ansible.module_utils # cleanup[2] removing __future__ # destroy __future__ # cleanup[2] removing _json # cleanup[2] removing json.scanner # cleanup[2] removing json.decoder # cleanup[2] removing json.encoder # cleanup[2] removing json # cleanup[2] removing atexit # cleanup[2] removing grp # cleanup[2] removing fcntl # cleanup[2] removing _locale # cleanup[2] removing locale # cleanup[2] removing pwd # cleanup[2] removing platform # cleanup[2] removing select # cleanup[2] removing selectors # cleanup[2] removing shlex # cleanup[2] removing signal # cleanup[2] removing _posixsubprocess # cleanup[2] removing subprocess # cleanup[2] removing token # cleanup[2] removing _tokenize # cleanup[2] removing tokenize # cleanup[2] removing linecache # cleanup[2] removing textwrap # cleanup[2] removing traceback # cleanup[2] removing syslog # cleanup[2] removing systemd # destroy systemd # cleanup[2] removing _datetime # cleanup[2] removing datetime # cleanup[2] removing _uuid # cleanup[2] removing uuid # cleanup[2] removing _string # cleanup[2] removing string # destroy string # cleanup[2] removing logging # cleanup[2] removing systemd._journal # cleanup[2] removing systemd._reader # cleanup[2] removing systemd.id128 # cleanup[2] removing systemd.journal # cleanup[2] removing _socket # cleanup[2] removing array # cleanup[2] removing socket # cleanup[2] removing systemd._daemon # cleanup[2] removing systemd.daemon # cleanup[2] removing ansible.module_utils.compat # destroy ansible.module_utils.compat # cleanup[2] removing ansible.module_utils.common # destroy ansible.module_utils.common # cleanup[2] removing ansible.module_utils.common.text # destroy ansible.module_utils.common.text # cleanup[2] removing ansible.module_utils.six # destroy ansible.module_utils.six # cleanup[2] removing ansible.module_utils.six.moves # cleanup[2] removing ansible.module_utils.six.moves.collections_abc # cleanup[2] removing ansible.module_utils.common.text.converters # destroy ansible.module_utils.common.text.converters # cleanup[2] removing _ctypes # cleanup[2] removing ctypes._endian # cleanup[2] removing ctypes # destroy ctypes # cleanup[2] removing ansible.module_utils.compat.selinux # cleanup[2] removing ansible.module_utils._text # destroy ansible.module_utils._text # cleanup[2] removing copy # destroy copy # cleanup[2] removing ansible.module_utils.common.collections # destroy ansible.module_utils.common.collections # cleanup[2] removing ansible.module_utils.common.warnings # destroy ansible.module_utils.common.warnings # cleanup[2] removing ansible.module_utils.errors # destroy ansible.module_utils.errors # cleanup[2] removing ansible.module_utils.parsing # destroy ansible.module_utils.parsing # cleanup[2] removing ansible.module_utils.parsing.convert_bool # destroy ansible.module_utils.parsing.convert_bool # cleanup[2] removing _ast # destroy _ast # cleanup[2] removing ast # cleanup[2] removing ansible.module_utils.common.text.formatters # destroy ansible.module_utils.common.text.formatters # cleanup[2] removing ansible.module_utils.common.validation # destroy ansible.module_utils.common.validation # cleanup[2] removing ansible.module_utils.common.parameters # destroy ansible.module_utils.common.parameters # cleanup[2] removing ansible.module_utils.common.arg_spec # destroy ansible.module_utils.common.arg_spec # cleanup[2] removing ansible.module_utils.common.locale # destroy ansible.module_utils.common.locale # cleanup[2] removing swig_runtime_data4 # destroy swig_runtime_data4 # cleanup[2] removing selinux._selinux # cleanup[2] removing selinux # cleanup[2] removing ansible.module_utils.common.file # destroy ansible.module_utils.common.file # cleanup[2] removing ansible.module_utils.common.process # destroy ansible.module_utils.common.process # cleanup[2] removing gettext # destroy gettext # cleanup[2] removing argparse # cleanup[2] removing distro.distro # cleanup[2] removing distro # cleanup[2] removing ansible.module_utils.distro # cleanup[2] removing ansible.module_utils.common._utils # destroy ansible.module_utils.common._utils # cleanup[2] removing ansible.module_utils.common.sys_info # destroy ansible.module_utils.common.sys_info # cleanup[2] removing ansible.module_utils.basic # destroy ansible.module_utils.basic # cleanup[2] removing ansible.modules # destroy ansible.modules # cleanup[2] removing ansible.module_utils.facts.namespace # cleanup[2] removing _opcode # cleanup[2] removing opcode # destroy opcode # cleanup[2] removing dis # cleanup[2] removing inspect # cleanup[2] removing typing_extensions # destroy typing_extensions # cleanup[2] removing ansible.module_utils.compat.typing # cleanup[2] removing multiprocessing.process # cleanup[2] removing _compat_pickle # cleanup[2] removing _pickle # cleanup[2] removing pickle # cleanup[2] removing multiprocessing.reduction # cleanup[2] removing multiprocessing.context # cleanup[2] removing __mp_main__ # destroy __main__ # cleanup[2] removing multiprocessing # cleanup[2] removing _heapq # cleanup[2] removing heapq # destroy heapq # cleanup[2] removing _queue # cleanup[2] removing queue # cleanup[2] removing multiprocessing.util # cleanup[2] removing _multiprocessing # cleanup[2] removing multiprocessing.connection # cleanup[2] removing multiprocessing.pool # cleanup[2] removing ansible.module_utils.facts.timeout # cleanup[2] removing ansible.module_utils.facts.collector # cleanup[2] removing ansible.module_utils.facts.other # cleanup[2] removing ansible.module_utils.facts.other.facter # cleanup[2] removing ansible.module_utils.facts.other.ohai # cleanup[2] removing ansible.module_utils.facts.system # cleanup[2] removing ansible.module_utils.facts.system.apparmor # cleanup[2] removing ansible.module_utils.facts.system.caps # cleanup[2] removing ansible.module_utils.facts.system.chroot # cleanup[2] removing ansible.module_utils.facts.utils # cleanup[2] removing ansible.module_utils.facts.system.cmdline # cleanup[2] removing ansible.module_utils.facts.system.distribution # cleanup[2] removing ansible.module_utils.compat.datetime # destroy ansible.module_utils.compat.datetime # cleanup[2] removing ansible.module_utils.facts.system.date_time # cleanup[2] removing ansible.module_utils.facts.system.env # cleanup[2] removing ansible.module_utils.facts.system.dns # cleanup[2] removing ansible.module_utils.facts.system.fips # cleanup[2] removing ansible.module_utils.facts.system.loadavg # cleanup[2] removing glob # cleanup[2] removing configparser # cleanup[2] removing ansible.module_utils.facts.system.local # cleanup[2] removing ansible.module_utils.facts.system.lsb # cleanup[2] removing ansible.module_utils.facts.system.pkg_mgr # cleanup[2] removing ansible.module_utils.facts.system.platform # cleanup[2] removing _ssl # cleanup[2] removing ssl # destroy ssl # cleanup[2] removing ansible.module_utils.facts.system.python # cleanup[2] removing ansible.module_utils.facts.system.selinux # cleanup[2] removing ansible.module_utils.compat.version # destroy ansible.module_utils.compat.version # cleanup[2] removing ansible.module_utils.facts.system.service_mgr # cleanup[2] removing ansible.module_utils.facts.system.ssh_pub_keys # cleanup[2] removing termios # cleanup[2] removing getpass # cleanup[2] removing ansible.module_utils.facts.system.user # cleanup[2] removing ansible.module_utils.facts.hardware # cleanup[2] removing ansible.module_utils.facts.hardware.base # cleanup[2] removing ansible.module_utils.facts.hardware.aix # cleanup[2] removing ansible.module_utils.facts.sysctl # cleanup[2] removing ansible.module_utils.facts.hardware.darwin # cleanup[2] removing ansible.module_utils.facts.hardware.freebsd # cleanup[2] removing ansible.module_utils.facts.hardware.dragonfly # cleanup[2] removing ansible.module_utils.facts.hardware.hpux # cleanup[2] removing ansible.module_utils.facts.hardware.linux # cleanup[2] removing ansible.module_utils.facts.hardware.hurd # cleanup[2] removing ansible.module_utils.facts.hardware.netbsd # cleanup[2] removing ansible.module_utils.facts.hardware.openbsd # cleanup[2] removing ansible.module_utils.facts.hardware.sunos # cleanup[2] removing ansible.module_utils.facts.network # cleanup[2] removing ansible.module_utils.facts.network.base # cleanup[2] removing ansible.module_utils.facts.network.generic_bsd # cleanup[2] removing ansible.module_utils.facts.network.aix # cleanup[2] removing ansible.module_utils.facts.network.darwin # cleanup[2] removing ansible.module_utils.facts.network.dragonfly # cleanup[2] removing ansible.module_utils.facts.network.fc_wwn # cleanup[2] removing ansible.module_utils.facts.network.freebsd # cleanup[2] removing ansible.module_utils.facts.network.hpux # cleanup[2] removing ansible.module_utils.facts.network.hurd # cleanup[2] removing ansible.module_utils.facts.network.linux # cleanup[2] removing ansible.module_utils.facts.network.iscsi # cleanup[2] removing ansible.module_utils.facts.network.nvme # cleanup[2] removing ansible.module_utils.facts.network.netbsd # cleanup[2] removing ansible.module_utils.facts.network.openbsd # cleanup[2] removing ansible.module_utils.facts.network.sunos # cleanup[2] removing ansible.module_utils.facts.virtual # cleanup[2] removing ansible.module_utils.facts.virtual.base # cleanup[2] removing ansible.module_utils.facts.virtual.sysctl # cleanup[2] removing ansible.module_utils.facts.virtual.freebsd # cleanup[2] removing ansible.module_utils.facts.virtual.dragonfly # cleanup[2] removing ansible.module_utils.facts.virtual.hpux # cleanup[2] removing ansible.module_utils.facts.virtual.linux # cleanup[2] removing ansible.module_utils.facts.virtual.netbsd # cleanup[2] removing ansible.module_utils.facts.virtual.openbsd # cleanup[2] removing ansible.module_utils.facts.virtual.sunos # cleanup[2] removing ansible.module_utils.facts.default_collectors # cleanup[2] removing ansible.module_utils.facts.ansible_collector # cleanup[2] removing ansible.module_utils.facts.compat # cleanup[2] removing ansible.module_utils.facts # destroy ansible.module_utils.facts # destroy ansible.module_utils.facts.namespace # destroy ansible.module_utils.facts.other # destroy ansible.module_utils.facts.other.facter # destroy ansible.module_utils.facts.other.ohai # destroy ansible.module_utils.facts.system # destroy ansible.module_utils.facts.system.apparmor # destroy ansible.module_utils.facts.system.caps # destroy ansible.module_utils.facts.system.chroot # destroy ansible.module_utils.facts.system.cmdline # destroy ansible.module_utils.facts.system.distribution # destroy ansible.module_utils.facts.system.date_time # destroy ansible.module_utils.facts.system.env # destroy ansible.module_utils.facts.system.dns # destroy ansible.module_utils.facts.system.fips # destroy ansible.module_utils.facts.system.loadavg # destroy ansible.module_utils.facts.system.local # destroy ansible.module_utils.facts.system.lsb # destroy ansible.module_utils.facts.system.pkg_mgr # destroy ansible.module_utils.facts.system.platform # destroy ansible.module_utils.facts.system.python # destroy ansible.module_utils.facts.system.selinux # destroy ansible.module_utils.facts.system.service_mgr # destroy ansible.module_utils.facts.system.ssh_pub_keys # destroy ansible.module_utils.facts.system.user # destroy ansible.module_utils.facts.utils # destroy ansible.module_utils.facts.hardware # destroy ansible.module_utils.facts.hardware.base # destroy ansible.module_utils.facts.hardware.aix # destroy ansible.module_utils.facts.hardware.darwin # destroy ansible.module_utils.facts.hardware.freebsd # destroy ansible.module_utils.facts.hardware.dragonfly # destroy ansible.module_utils.facts.hardware.hpux # destroy ansible.module_utils.facts.hardware.linux # destroy ansible.module_utils.facts.hardware.hurd # destroy ansible.module_utils.facts.hardware.netbsd # destroy ansible.module_utils.facts.hardware.openbsd # destroy ansible.module_utils.facts.hardware.sunos # destroy ansible.module_utils.facts.sysctl # destroy ansible.module_utils.facts.network # destroy ansible.module_utils.facts.network.base # destroy ansible.module_utils.facts.network.generic_bsd # destroy ansible.module_utils.facts.network.aix # destroy ansible.module_utils.facts.network.darwin # destroy ansible.module_utils.facts.network.dragonfly # destroy ansible.module_utils.facts.network.fc_wwn # destroy ansible.module_utils.facts.network.freebsd # destroy ansible.module_utils.facts.network.hpux # destroy ansible.module_utils.facts.network.hurd # destroy ansible.module_utils.facts.network.linux # destroy ansible.module_utils.facts.network.iscsi # destroy ansible.module_utils.facts.network.nvme # destroy ansible.module_utils.facts.network.netbsd # destroy ansible.module_utils.facts.network.openbsd # destroy ansible.module_utils.facts.network.sunos # destroy ansible.module_utils.facts.virtual # destroy ansible.module_utils.facts.virtual.base # destroy ansible.module_utils.facts.virtual.sysctl # destroy ansible.module_utils.facts.virtual.freebsd # destroy ansible.module_utils.facts.virtual.dragonfly # destroy ansible.module_utils.facts.virtual.hpux # destroy ansible.module_utils.facts.virtual.linux # destroy ansible.module_utils.facts.virtual.netbsd # destroy ansible.module_utils.facts.virtual.openbsd # destroy ansible.module_utils.facts.virtual.sunos # destroy ansible.module_utils.facts.compat # cleanup[2] removing unicodedata # cleanup[2] removing stringprep # cleanup[2] removing encodings.idna # cleanup[2] removing multiprocessing.queues # cleanup[2] removing multiprocessing.synchronize # cleanup[2] removing multiprocessing.dummy.connection # cleanup[2] removing multiprocessing.dummy # destroy _sitebuiltins # destroy _bz2 # destroy _compression # destroy _lzma # destroy _blake2 # destroy binascii # destroy zlib # destroy bz2 # destroy lzma # destroy zipfile._path # destroy zipfile # destroy pathlib # destroy zipfile._path.glob # destroy ipaddress # destroy ntpath # destroy zipimport # destroy __main__ # destroy systemd.journal # destroy systemd.daemon # destroy hashlib # destroy json.decoder # destroy json.encoder # destroy json.scanner # destroy _json # destroy grp # destroy encodings # destroy _locale # destroy locale # destroy select # destroy _signal # destroy _posixsubprocess # destroy syslog # destroy uuid # destroy selinux # destroy shutil # destroy distro # destroy distro.distro # destroy argparse # destroy logging # destroy ansible.module_utils.facts.default_collectors # destroy ansible.module_utils.facts.ansible_collector # destroy 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 inspect # destroy ast # destroy dis # destroy importlib # destroy token # cleanup[3] wiping _opcode # cleanup[3] wiping selinux._selinux # cleanup[3] wiping ctypes._endian # cleanup[3] wiping _ctypes # cleanup[3] wiping ansible.module_utils.six.moves.collections_abc # cleanup[3] wiping ansible.module_utils.six.moves # destroy configparser # cleanup[3] wiping systemd._daemon # cleanup[3] wiping _socket # cleanup[3] wiping systemd.id128 # cleanup[3] wiping systemd._reader # cleanup[3] wiping systemd._journal # cleanup[3] wiping _string # cleanup[3] wiping _uuid # cleanup[3] wiping _datetime # cleanup[3] wiping traceback # destroy linecache # destroy textwrap # cleanup[3] wiping tokenize # cleanup[3] wiping _tokenize # cleanup[3] wiping platform # cleanup[3] wiping atexit # cleanup[3] wiping typing # destroy contextlib # cleanup[3] wiping _typing # cleanup[3] wiping collections.abc # cleanup[3] wiping encodings.cp437 # cleanup[3] wiping threading # cleanup[3] wiping weakref # cleanup[3] wiping _hashlib # cleanup[3] wiping _random # cleanup[3] wiping _bisect # cleanup[3] wiping math # cleanup[3] wiping importlib.util # cleanup[3] wiping importlib._abc # cleanup[3] wiping importlib.machinery # 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 # destroy copyreg # cleanup[3] wiping re._parser # cleanup[3] wiping _sre # cleanup[3] wiping functools # cleanup[3] wiping _functools # cleanup[3] wiping collections # destroy collections.abc # cleanup[3] wiping _collections # cleanup[3] wiping itertools # cleanup[3] wiping operator # cleanup[3] wiping _operator # cleanup[3] wiping types # cleanup[3] wiping encodings.utf_8_sig # cleanup[3] wiping os # destroy posixpath # cleanup[3] wiping genericpath # cleanup[3] wiping _collections_abc # cleanup[3] wiping stat # cleanup[3] wiping _stat # destroy _stat # cleanup[3] wiping io # cleanup[3] wiping abc # cleanup[3] wiping _abc # cleanup[3] wiping encodings.utf_8 # cleanup[3] wiping encodings.aliases # cleanup[3] wiping codecs # cleanup[3] wiping _codecs # cleanup[3] wiping time # cleanup[3] wiping _frozen_importlib_external # cleanup[3] wiping posix # cleanup[3] wiping marshal # cleanup[3] wiping _io # cleanup[3] wiping _weakref # cleanup[3] wiping _warnings # cleanup[3] wiping _thread # cleanup[3] wiping _imp # cleanup[3] wiping _frozen_importlib # cleanup[3] wiping sys # cleanup[3] wiping builtins # destroy selinux._selinux # destroy systemd._daemon # destroy systemd.id128 # destroy systemd._reader # destroy systemd._journal # destroy _datetime # destroy sys.monitoring # destroy _socket # destroy platform # destroy _uuid # destroy stat # destroy genericpath # destroy re._parser # destroy tokenize # destroy ansible.module_utils.six.moves.urllib # destroy _typing # destroy _tokenize # destroy ansible.module_utils.six.moves.urllib_parse # destroy ansible.module_utils.six.moves.urllib.error # destroy ansible.module_utils.six.moves.urllib.request # destroy ansible.module_utils.six.moves.urllib.response # destroy ansible.module_utils.six.moves.urllib.robotparser # destroy inspect # destroy typing # destroy functools # destroy operator # destroy ansible.module_utils.six.moves # destroy _opcode # destroy importlib.machinery # destroy importlib._abc # destroy importlib.util # destroy _frozen_importlib_external # destroy _imp # destroy _io # destroy marshal # clear sys.meta_path # clear sys.modules # destroy _frozen_importlib # destroy codecs # destroy encodings.aliases # destroy encodings.utf_8 # destroy encodings.utf_8_sig # destroy encodings.cp437 # destroy encodings.idna # destroy _codecs # destroy io # destroy traceback # destroy warnings # destroy weakref # destroy collections # destroy threading # destroy atexit # destroy _warnings # destroy math # destroy _bisect # destroy time # destroy _random # destroy _weakref # destroy _hashlib # destroy abc # destroy _collections_abc # destroy _operator # destroy _sre # destroy _string # destroy re # destroy _abc # destroy itertools # destroy posix # destroy _collections # destroy _functools # destroy builtins # destroy _thread # clear sys.audit hooks , stderr=OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK 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.14.33 closed. 61728 1726886050.92232: done with _execute_module (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': '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-1726886050.020834-62067-40355009514121/', '_ansible_remote_tmp': '~/.ansible/tmp', '_ansible_ignore_unknown_opts': False, '_ansible_target_log_info': None}) 61728 1726886050.92235: _low_level_execute_command(): starting 61728 1726886050.92238: _low_level_execute_command(): executing: /bin/sh -c 'rm -f -r /root/.ansible/tmp/ansible-tmp-1726886050.020834-62067-40355009514121/ > /dev/null 2>&1 && sleep 0' 61728 1726886050.92493: stderr chunk (state=2): >>>OpenSSH_9.8p1, OpenSSL 3.2.2 4 Jun 2024 debug1: Reading configuration data /root/.ssh/config <<< 61728 1726886050.92496: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886050.92498: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match not found <<< 61728 1726886050.92500: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886050.92503: stderr chunk (state=3): >>>debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config <<< 61728 1726886050.92505: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found <<< 61728 1726886050.92507: stderr chunk (state=3): >>>debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config <<< 61728 1726886050.92554: stderr chunk (state=3): >>>debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' <<< 61728 1726886050.92559: stderr chunk (state=3): >>>debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 <<< 61728 1726886050.92639: stderr chunk (state=3): >>>debug1: mux_client_request_session: master session id: 2 <<< 61728 1726886050.94508: stderr chunk (state=3): >>>debug2: Received exit status from master 0 <<< 61728 1726886050.94535: stderr chunk (state=3): >>><<< 61728 1726886050.94538: stdout chunk (state=3): >>><<< 61728 1726886050.94553: _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.14.33 originally 10.31.14.33 debug2: match not found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: configuration requests final Match pass debug2: resolve_canonicalize: hostname 10.31.14.33 is address debug1: re-parsing configuration debug1: Reading configuration data /root/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf debug2: checking match for 'final all' host 10.31.14.33 originally 10.31.14.33 debug2: match found debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config debug1: auto-mux: Trying existing master at '/root/.ansible/cp/9d97110d1c' debug2: fd 3 setting O_NONBLOCK debug2: mux_client_hello_exchange: master version 4 debug1: mux_client_request_session: master session id: 2 debug2: Received exit status from master 0 61728 1726886050.94561: handler run complete 61728 1726886050.94701: variable 'ansible_facts' from source: unknown 61728 1726886050.94924: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886050.95202: variable 'ansible_facts' from source: unknown 61728 1726886050.95281: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886050.95432: attempt loop complete, returning result 61728 1726886050.95435: _execute() done 61728 1726886050.95437: dumping result to json 61728 1726886050.95457: done dumping result, returning 61728 1726886050.95466: done running TaskExecutor() for managed_node2/TASK: fedora.linux_system_roles.storage : Update facts [0affc8a3-6f6f-cd4e-f8d4-000000000092] 61728 1726886050.95470: sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000092 61728 1726886050.95803: done sending task result for task 0affc8a3-6f6f-cd4e-f8d4-000000000092 61728 1726886050.95806: WORKER PROCESS EXITING ok: [managed_node2] 61728 1726886050.96200: no more pending results, returning what we have 61728 1726886050.96204: results queue empty 61728 1726886050.96205: checking for any_errors_fatal 61728 1726886050.96211: done checking for any_errors_fatal 61728 1726886050.96212: checking for max_fail_percentage 61728 1726886050.96213: done checking for max_fail_percentage 61728 1726886050.96214: checking to see if all hosts have failed and the running result is not ok 61728 1726886050.96215: done checking to see if all hosts have failed 61728 1726886050.96215: getting the remaining hosts for this loop 61728 1726886050.96217: done getting the remaining hosts for this loop 61728 1726886050.96220: getting the next task for host managed_node2 61728 1726886050.96228: done getting next task for host managed_node2 61728 1726886050.96229: ^ task is: TASK: meta (role_complete) 61728 1726886050.96231: ^ 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 61728 1726886050.96241: getting variables 61728 1726886050.96242: in VariableManager get_vars() 61728 1726886050.96283: Calling all_inventory to load vars for managed_node2 61728 1726886050.96286: Calling groups_inventory to load vars for managed_node2 61728 1726886050.96288: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886050.96296: Calling all_plugins_play to load vars for managed_node2 61728 1726886050.96299: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886050.96301: Calling groups_plugins_play to load vars for managed_node2 61728 1726886050.96837: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886050.97454: done with get_vars() 61728 1726886050.97477: done getting variables 61728 1726886050.97570: done queuing things up, now waiting for results queue to drain 61728 1726886050.97572: results queue empty 61728 1726886050.97572: checking for any_errors_fatal 61728 1726886050.97577: done checking for any_errors_fatal 61728 1726886050.97578: checking for max_fail_percentage 61728 1726886050.97579: done checking for max_fail_percentage 61728 1726886050.97579: checking to see if all hosts have failed and the running result is not ok 61728 1726886050.97580: done checking to see if all hosts have failed 61728 1726886050.97580: getting the remaining hosts for this loop 61728 1726886050.97581: done getting the remaining hosts for this loop 61728 1726886050.97583: getting the next task for host managed_node2 61728 1726886050.97585: done getting next task for host managed_node2 61728 1726886050.97586: ^ task is: TASK: meta (flush_handlers) 61728 1726886050.97587: ^ 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 61728 1726886050.97592: getting variables 61728 1726886050.97593: in VariableManager get_vars() 61728 1726886050.97601: Calling all_inventory to load vars for managed_node2 61728 1726886050.97603: Calling groups_inventory to load vars for managed_node2 61728 1726886050.97604: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886050.97607: Calling all_plugins_play to load vars for managed_node2 61728 1726886050.97609: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886050.97611: Calling groups_plugins_play to load vars for managed_node2 61728 1726886050.98027: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886050.98352: done with get_vars() 61728 1726886050.98364: done getting variables 61728 1726886050.98404: in VariableManager get_vars() 61728 1726886050.98412: Calling all_inventory to load vars for managed_node2 61728 1726886050.98414: Calling groups_inventory to load vars for managed_node2 61728 1726886050.98415: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886050.98420: Calling all_plugins_play to load vars for managed_node2 61728 1726886050.98422: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886050.98423: Calling groups_plugins_play to load vars for managed_node2 61728 1726886050.98741: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886050.99133: done with get_vars() 61728 1726886050.99151: done queuing things up, now waiting for results queue to drain 61728 1726886050.99153: results queue empty 61728 1726886050.99154: checking for any_errors_fatal 61728 1726886050.99156: done checking for any_errors_fatal 61728 1726886050.99157: checking for max_fail_percentage 61728 1726886050.99157: done checking for max_fail_percentage 61728 1726886050.99158: checking to see if all hosts have failed and the running result is not ok 61728 1726886050.99158: done checking to see if all hosts have failed 61728 1726886050.99159: getting the remaining hosts for this loop 61728 1726886050.99159: done getting the remaining hosts for this loop 61728 1726886050.99161: getting the next task for host managed_node2 61728 1726886050.99164: done getting next task for host managed_node2 61728 1726886050.99165: ^ task is: TASK: meta (flush_handlers) 61728 1726886050.99168: ^ state is: HOST STATE: block=5, 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 61728 1726886050.99170: getting variables 61728 1726886050.99171: in VariableManager get_vars() 61728 1726886050.99181: Calling all_inventory to load vars for managed_node2 61728 1726886050.99184: Calling groups_inventory to load vars for managed_node2 61728 1726886050.99185: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886050.99190: Calling all_plugins_play to load vars for managed_node2 61728 1726886050.99192: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886050.99195: Calling groups_plugins_play to load vars for managed_node2 61728 1726886050.99591: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886051.00154: done with get_vars() 61728 1726886051.00168: done getting variables 61728 1726886051.00227: in VariableManager get_vars() 61728 1726886051.00235: Calling all_inventory to load vars for managed_node2 61728 1726886051.00237: Calling groups_inventory to load vars for managed_node2 61728 1726886051.00238: Calling all_plugins_inventory to load vars for managed_node2 61728 1726886051.00241: Calling all_plugins_play to load vars for managed_node2 61728 1726886051.00243: Calling groups_plugins_inventory to load vars for managed_node2 61728 1726886051.00245: Calling groups_plugins_play to load vars for managed_node2 61728 1726886051.00624: '/usr/local/lib/python3.12/site-packages/ansible/plugins/connection/__init__' skipped due to reserved name 61728 1726886051.01209: done with get_vars() 61728 1726886051.01224: done queuing things up, now waiting for results queue to drain 61728 1726886051.01226: results queue empty 61728 1726886051.01227: checking for any_errors_fatal 61728 1726886051.01228: done checking for any_errors_fatal 61728 1726886051.01229: checking for max_fail_percentage 61728 1726886051.01230: done checking for max_fail_percentage 61728 1726886051.01231: checking to see if all hosts have failed and the running result is not ok 61728 1726886051.01231: done checking to see if all hosts have failed 61728 1726886051.01232: getting the remaining hosts for this loop 61728 1726886051.01233: done getting the remaining hosts for this loop 61728 1726886051.01236: getting the next task for host managed_node2 61728 1726886051.01239: done getting next task for host managed_node2 61728 1726886051.01239: ^ task is: None 61728 1726886051.01241: ^ state is: HOST STATE: block=6, 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 61728 1726886051.01242: done queuing things up, now waiting for results queue to drain 61728 1726886051.01243: results queue empty 61728 1726886051.01243: checking for any_errors_fatal 61728 1726886051.01244: done checking for any_errors_fatal 61728 1726886051.01245: checking for max_fail_percentage 61728 1726886051.01246: done checking for max_fail_percentage 61728 1726886051.01247: checking to see if all hosts have failed and the running result is not ok 61728 1726886051.01247: done checking to see if all hosts have failed 61728 1726886051.01249: getting the next task for host managed_node2 61728 1726886051.01251: done getting next task for host managed_node2 61728 1726886051.01252: ^ task is: None 61728 1726886051.01253: ^ state is: HOST STATE: block=6, 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_node2 : ok=24 changed=0 unreachable=0 failed=0 skipped=14 rescued=0 ignored=0 Friday 20 September 2024 22:34:11 -0400 (0:00:01.039) 0:00:10.332 ****** =============================================================================== fedora.linux_system_roles.storage : Get service facts ------------------- 2.12s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Gathering Facts --------------------------------------------------------- 1.25s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/tests/storage/tests_default_scsi_generated.yml:3 fedora.linux_system_roles.storage : Update facts ------------------------ 1.04s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:222 fedora.linux_system_roles.storage : Make sure blivet is available ------- 0.92s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.storage : Make sure required packages are installed --- 0.78s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 fedora.linux_system_roles.storage : Get required packages --------------- 0.78s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state --- 0.68s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file --- 0.49s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:195 fedora.linux_system_roles.storage : Check if /etc/fstab is present ------ 0.48s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:90 fedora.linux_system_roles.storage : Check if system is ostree ----------- 0.48s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 fedora.linux_system_roles.storage : Workaround for udev issue on some platforms --- 0.11s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:83 fedora.linux_system_roles.storage : Set storage_cryptsetup_services ----- 0.11s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:57 fedora.linux_system_roles.storage : Set up new/current mounts ----------- 0.09s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:164 fedora.linux_system_roles.storage : Manage mount ownership/permissions --- 0.07s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:175 fedora.linux_system_roles.storage : Remove obsolete mounts -------------- 0.06s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:148 fedora.linux_system_roles.storage : Include the appropriate provider tasks --- 0.06s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 fedora.linux_system_roles.storage : Show blivet_output ------------------ 0.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:119 fedora.linux_system_roles.storage : Set the list of pools for test verification --- 0.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:128 fedora.linux_system_roles.storage : Add fingerprint to /etc/fstab if present --- 0.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 fedora.linux_system_roles.storage : Make sure COPR support packages are present --- 0.05s /tmp/collections-ckH/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 61728 1726886051.01348: RUNNING CLEANUP